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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --padding-default: 15px;
}

.container {
  padding: 0 var(--padding-default);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #222222;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 26px;
}

h4,
.h4 {
  font-size: 19px;
}

p {
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 30px 0;
}

a {
  color: #580e30;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
}
a:hover {
  color: #3d0e1f;
}
a img {
  vertical-align: middle;
}

.mw-680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mw-720 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.mw-780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.mw-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.mw-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  padding: 0 10px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  transition: border 0.2s ease;
  height: 44px;
  color: #333;
  font-size: 14px;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border: 1px solid #aeaeae;
}
input[type=text].large,
input[type=email].large,
input[type=number].large,
input[type=tel].large,
textarea.large,
select.large {
  height: 56px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  border: 1px solid #aeaeae;
}

input[type=number] {
  padding-right: 0;
}

textarea {
  padding: 10px;
  height: 100px;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
input[type=range] {
  -webkit-appearance: none; /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 6px; /* Specified height */
  border-radius: 3px;
  background: #d8d8d8; /* Grey background */
  outline: none; /* Remove outline */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 14px; /* Set a specific slider handle width */
  height: 14px; /* Slider handle height */
  border-radius: 50%;
  background: #29B675; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

input[type=range]::-moz-range-thumb {
  width: 14px; /* Set a specific slider handle width */
  height: 14px; /* Slider handle height */
  background: #29B675; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

ul.input-radio-switcher {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
ul.input-radio-switcher li {
  position: relative;
  flex: 1;
}
ul.input-radio-switcher li:first-child label > span {
  border-radius: 5px 0 0 5px;
}
ul.input-radio-switcher li:last-child label > span {
  border-radius: 0 5px 5px 0;
}
ul.input-radio-switcher li:not(:first-child) label > span {
  margin-left: -1px;
  width: calc(100% + 1px);
  border-left: 1px solid #d8d8d8;
}
ul.input-radio-switcher li label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  left: 50%;
  bottom: 0;
}
ul.input-radio-switcher li label input[type=radio] + span {
  cursor: pointer;
}
ul.input-radio-switcher li label input[type=radio]:hover + span {
  z-index: 2;
  border-color: #aeaeae;
}
ul.input-radio-switcher li label input[type=radio]:checked + span {
  cursor: default;
  z-index: 3;
  background: #effaf4;
  border-color: #29B675;
  color: #29B675;
}
ul.input-radio-switcher li label > span {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #d8d8d8;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  text-align: center;
}

label.input-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.6;
}
label.input-radio input[type=radio] {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
label.input-radio input[type=radio] + i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: black;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
label.input-radio input[type=radio] + i:hover {
  border: 1px solid #aeaeae;
}
label.input-radio input[type=radio] + i:after {
  content: "";
  background: #29B675;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
label.input-radio input[type=radio] + i + span {
  display: inline-block;
  padding: 0 0 0 35px;
}
label.input-radio input[type=radio]:checked + i:after {
  display: block;
}

label.input-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1.6;
}
label.input-checkbox input[type=checkbox] {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
label.input-checkbox input[type=checkbox] + i {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: black;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
label.input-checkbox input[type=checkbox] + i:hover {
  border: 1px solid #aeaeae;
}
label.input-checkbox input[type=checkbox] + i:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  transform: rotate(-46deg);
  display: none;
  width: 9px;
  height: 4px;
  border: 3px solid #29B675;
  border-top: 0;
  border-right: 0;
  display: none;
}
label.input-checkbox input[type=checkbox] + i + span {
  display: inline-block;
  padding: 0 0 0 35px;
}
label.input-checkbox input[type=checkbox]:checked + i:after {
  display: block;
}

html,
body {
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

#full-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}

#top-bar {
  padding: 12px 0;
  background: rgb(67, 219, 255);
  background: linear-gradient(90deg, rgb(67, 219, 255) 0%, rgb(160, 124, 157) 50%, rgb(238, 62, 97) 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
#top-bar .container {
  text-align: center;
}
#top-bar i {
  margin-right: 3px;
}
#top-bar a {
  color: #FFFFFF;
}
#top-bar a:hover {
  color: #d8d8d8;
}

#header {
  flex: none;
  height: 80px;
  z-index: 1001;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.08);
}
#header:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: -1;
}
#header > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
#header .logo {
  margin-right: 30px;
  flex: none;
  line-height: 1;
  display: flex;
}
#header .nav-area {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
#header .nav-area nav {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header .nav-area nav > .menu-header-container {
  width: 100%;
}
#header .nav-area nav > .menu-header-container > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  gap: 30px;
}
#header .nav-area nav > .menu-header-container > ul > li {
  position: relative;
}
#header .nav-area nav > .menu-header-container > ul > li a {
  display: block;
  color: #222222;
  font-weight: 500;
}
#header .nav-area nav > .menu-header-container > ul > li a:hover {
  color: #3d0e1f;
}
@media (min-width: 1060px) {
  #header .nav-area nav > .menu-header-container > ul > li > a {
    display: flex;
    align-items: center;
    height: 80px;
  }
}
@media (min-width: 1060px) {
  #header .nav-area nav > .menu-header-container > ul > li.menu-item-has-children > a {
    pointer-events: none;
  }
  #header .nav-area nav > .menu-header-container > ul > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    margin-left: 6px;
    margin-bottom: -2px;
  }
  #header .nav-area nav > .menu-header-container > ul > li .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    list-style: none;
    margin: 0;
    padding: 10px 0;
    width: 260px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateX(-20px);
    display: none;
    opacity: 0;
  }
  #header .nav-area nav > .menu-header-container > ul > li .sub-menu:before {
    content: "";
    left: 0;
    top: -40px;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
  }
  #header .nav-area nav > .menu-header-container > ul > li .sub-menu li {
    padding: 0;
  }
  #header .nav-area nav > .menu-header-container > ul > li .sub-menu li a {
    padding: 8px 20px;
    font-weight: 400;
  }
  #header .nav-area nav > .menu-header-container > ul > li:hover .sub-menu {
    display: block !important;
    animation-name: slideDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}
#header .nav-area nav .additional-nav {
  margin-left: 30px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1060px) {
  #header .nav-area nav .additional-nav {
    flex-wrap: nowrap;
  }
}
#header .nav-area nav .additional-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  gap: 20px;
}
#header .nav-area nav .additional-nav ul li a:not(.btn) {
  color: #222222;
}
#header .nav-area nav .additional-nav ul li a.btn {
  gap: 8px;
}
#header .mobile-additional-nav {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1060px) {
  #header .mobile-additional-nav {
    display: none;
  }
}
#header .mobile-additional-nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
#header .mobile-additional-nav ul li a {
  color: #222222;
  padding: 5px;
}
@media (min-width: 1060px) {
  #header[data-menu-align=center] .logo {
    flex: none;
    position: absolute;
  }
  #header[data-menu-align=center] .menu-header-container {
    display: flex;
    justify-content: center;
  }
  #header[data-menu-align=center] .additional-nav {
    flex: none;
    position: absolute;
    right: var(--padding-default);
  }
  #header[data-menu-align=right] .menu {
    display: flex;
    justify-content: flex-end;
  }
}

#main {
  display: flex;
  flex: 1 1 auto;
}
#main > * {
  width: 100%;
}

#breadcrumbs {
  position: relative;
  z-index: 2;
  margin: 5px auto 0;
}
#breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#breadcrumbs ul li {
  color: #444;
  font-size: 13px;
  position: relative;
}
#breadcrumbs ul li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
}
#breadcrumbs ul li:not(:first-child):before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
}

#footer {
  background: #f5f5f5;
  padding: 0;
}
#footer .section .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .section.top {
  padding: 40px 0 30px;
}
#footer .section.bottom {
  padding: 0 0 40px;
  font-size: 14px;
}
@media (min-width: 700px) {
  #footer .section.bottom .container {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#footer .section .left-side,
#footer .section .right-side {
  display: flex;
}
#footer .left-side p {
  margin: 0;
  padding: 0;
}
#footer .right-side ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
#footer .right-side ul li {
  margin: 0;
  padding: 0;
}
#footer .right-side ul.social {
  gap: 15px;
}
#footer .right-side ul.social li:not(:last-child) {
  margin: 0;
}
#footer .right-side ul.social a {
  background: #444;
  color: #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .right-side ul.social a:hover {
  background: #580e30;
}
#footer .right-side a {
  font-weight: 400;
  color: #666;
}
#footer .right-side a:hover {
  color: #333;
}

@media (max-width: 1059px) {
  body.menu-opened {
    overflow-y: hidden;
  }
  body.menu-opened #header:after {
    display: block;
    animation-name: overlayFadeIn;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  body.menu-opened #header .navbar-toggle i {
    transform: rotate(45deg);
    top: 21px;
    width: 20px;
  }
  body.menu-opened #header .navbar-toggle i:before {
    opacity: 0;
  }
  body.menu-opened #header .navbar-toggle i:after {
    transform: rotate(-90deg);
    top: 0;
    width: 20px;
  }
  body.menu-closing {
    overflow-y: hidden;
  }
  body.menu-closing #header:after {
    display: block;
    animation-name: overlayFadeOut;
    animation-timing-function: ease;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  #header {
    height: 70px;
  }
  #header .nav-area nav {
    position: fixed;
    right: 0;
    top: 70px;
    width: 100%;
    max-width: 320px;
    background: #f4f4f4;
    backdrop-filter: saturate(180%) blur(20px);
    display: none;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }
  #header .nav-area nav.opened {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    animation-name: openMenu;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-duration: 0.5s;
    overflow: hidden;
  }
  #header .nav-area nav.closing {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    animation-name: closeMenu;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-duration: 0.5s;
    overflow: hidden;
  }
  #header .nav-area nav .menu-header-container {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #header .nav-area nav .menu-header-container > ul > li {
    animation-name: slideInMenuContent;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.15, 0.5, 0.25, 1);
    animation-duration: 0.7s;
    opacity: 0;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(1) {
    animation-delay: 50ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(2) {
    animation-delay: 100ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(3) {
    animation-delay: 150ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(4) {
    animation-delay: 200ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(5) {
    animation-delay: 250ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(6) {
    animation-delay: 300ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(7) {
    animation-delay: 350ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(8) {
    animation-delay: 400ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(9) {
    animation-delay: 450ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(10) {
    animation-delay: 500ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(11) {
    animation-delay: 550ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(12) {
    animation-delay: 600ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(13) {
    animation-delay: 650ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(14) {
    animation-delay: 700ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(15) {
    animation-delay: 750ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(16) {
    animation-delay: 800ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(17) {
    animation-delay: 850ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(18) {
    animation-delay: 900ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(19) {
    animation-delay: 950ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(20) {
    animation-delay: 1000ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(21) {
    animation-delay: 1050ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(22) {
    animation-delay: 1100ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(23) {
    animation-delay: 1150ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(24) {
    animation-delay: 1200ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(25) {
    animation-delay: 1250ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(26) {
    animation-delay: 1300ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(27) {
    animation-delay: 1350ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(28) {
    animation-delay: 1400ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(29) {
    animation-delay: 1450ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(30) {
    animation-delay: 1500ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(31) {
    animation-delay: 1550ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(32) {
    animation-delay: 1600ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(33) {
    animation-delay: 1650ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(34) {
    animation-delay: 1700ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(35) {
    animation-delay: 1750ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(36) {
    animation-delay: 1800ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(37) {
    animation-delay: 1850ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(38) {
    animation-delay: 1900ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(39) {
    animation-delay: 1950ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(40) {
    animation-delay: 2000ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(41) {
    animation-delay: 2050ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(42) {
    animation-delay: 2100ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(43) {
    animation-delay: 2150ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(44) {
    animation-delay: 2200ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(45) {
    animation-delay: 2250ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(46) {
    animation-delay: 2300ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(47) {
    animation-delay: 2350ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(48) {
    animation-delay: 2400ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(49) {
    animation-delay: 2450ms;
  }
  #header .nav-area nav .menu-header-container > ul > li:nth-child(50) {
    animation-delay: 2500ms;
  }
  #header .nav-area nav ul#menu-header {
    margin: 20px;
    flex-wrap: wrap;
    gap: 5px;
  }
  #header .nav-area nav ul#menu-header > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 50px 0 0;
    position: relative;
  }
  #header .nav-area nav ul#menu-header > li.menu-item-has-children > a {
    pointer-events: none;
  }
  #header .nav-area nav ul#menu-header > li.menu-item-has-children:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, top 0.3s ease;
  }
  #header .nav-area nav ul#menu-header > li.active:after {
    top: -4px;
    transform: rotate(180deg);
  }
  #header .nav-area nav ul#menu-header > li a {
    display: block;
    padding: 8px 0;
  }
  #header .nav-area nav ul#menu-header > li .sub-menu {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
    display: none;
  }
  #header .nav-area nav ul#menu-header > li .sub-menu li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header .nav-area nav ul#menu-header > li .sub-menu li a {
    color: #444;
    font-weight: 400;
  }
  #header .nav-area nav .additional-nav {
    margin: 0;
    padding: 20px;
    width: 100% !important;
    flex: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    animation-name: slideUpAdditionalMenuContent;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    opacity: 0;
    border-top: 1px solid #ddd;
  }
  #header .nav-area nav .additional-nav:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 30px;
    pointer-events: none;
    background: linear-gradient(0deg, rgb(244, 244, 244) 0%, rgba(255, 255, 255, 0) 100%);
    transform: translateY(-100%);
  }
  #header .navbar-toggle {
    margin-left: 15px;
    position: relative;
    width: 44px;
    height: 44px;
    cursor: pointer;
    margin-right: -10px;
    box-sizing: content-box;
    transition: background 0.3s ease;
    z-index: 2;
    flex: none;
  }
  #header .navbar-toggle i {
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #222222;
    position: absolute;
    top: 14px;
    left: 10px;
    transition: transform 0.5s ease, top 0.5s ease, width 0.5s ease, left 0.5s ease;
  }
  #header .navbar-toggle i:before, #header .navbar-toggle i:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 2px;
    top: 7px;
    background: #222222;
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease, top 0.5s ease, width 0.5s ease;
  }
  #header .navbar-toggle i:after {
    top: 14px;
  }
  #header:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
  }
  #header[data-mobile-menu-align=left] .navbar-toggle {
    order: 1;
    margin: 0 10px 0 -10px;
    flex: none;
  }
  #header[data-mobile-menu-align=left] .logo {
    flex: 1;
    order: 2;
    margin: 0;
  }
  #header[data-mobile-menu-align=left] .nav-area {
    flex: none;
  }
  #header[data-mobile-menu-align=left] .nav-area nav {
    right: auto;
    left: 0;
  }
  #header[data-mobile-menu-align=left] .nav-area nav.opened {
    animation-name: openMenuFromLeft;
  }
  #header[data-mobile-menu-align=left] .nav-area nav.closing {
    animation-name: closeMenuToLeft;
  }
  #header[data-mobile-menu-align=left] .nav-area nav .menu-header-container > ul > li {
    animation-name: slideInMenuContentFromLeft;
  }
  #header[data-mobile-menu-align=left] .mobile-additional-nav {
    margin: 0 0 0 10px;
    order: 3;
    flex: none;
    width: 33px;
  }
  #header[data-mobile-menu-align=left][data-mobile-logo-align=center] .logo {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  #footer .section.top {
    padding-bottom: 0;
  }
  #footer .section.top .container .left-side {
    width: 100%;
  }
  #footer .section.top .container .right-side {
    width: 100%;
  }
  #footer .section.top .container .right-side ul.menu {
    margin: 0;
  }
  #footer .section.top .container .right-side ul.menu li {
    margin: 0;
    width: 100%;
  }
  #footer .section.top .container .right-side ul.menu li a {
    padding: 5px 0;
  }
  #footer .section.bottom {
    padding: 40px 0 40px;
  }
  #footer .section.bottom .container {
    padding-top: 0;
    border-top: none;
  }
  #footer .section.bottom .container .left-side {
    margin-top: 15px;
    width: 100%;
    order: 2;
    justify-content: center;
  }
  #footer .section.bottom .container .right-side {
    width: 100%;
    order: 1;
    justify-content: center;
  }
  #footer .section.bottom .container .right-side ul.social {
    margin: 0 auto;
    justify-content: center;
  }
}
@media (min-width: 1060px) {
  #header .nav-area nav {
    display: flex !important;
  }
  #header .navbar-toggle {
    display: none;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translate(-20px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(-20px, 0);
  }
}
@keyframes openMenu {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes closeMenu {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInMenuContent {
  0% {
    transform: translateX(20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes openMenuFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes closeMenuToLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideInMenuContentFromLeft {
  0% {
    transform: translateX(-20%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideUpAdditionalMenuContent {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes overlayFadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.5);
  }
}
@keyframes overlayFadeOut {
  0% {
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
.page-headline {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  .page-headline {
    padding: 60px 0;
  }
}
.page-headline h1 {
  margin: 0;
  text-align: center;
}
.page-headline + .page-section {
  padding-top: 0;
}

.page-section {
  padding: 60px 0;
}
.page-section[data-padding-top=none] {
  padding-top: 0;
}
.page-section[data-padding-bottom=none] {
  padding-bottom: 0;
}
.page-section[data-padding-top=xs] {
  padding-top: 30px;
}
.page-section[data-padding-bottom=xs] {
  padding-bottom: 30px;
}
.page-section[data-padding-top=sm] {
  padding-top: 60px;
}
.page-section[data-padding-bottom=sm] {
  padding-bottom: 60px;
}
.page-section .section-heading {
  margin: 0 0 50px;
}
.page-section .section-heading .title {
  text-align: center;
}
.page-section .section-heading .text {
  text-align: center;
  color: #444;
}

@media (min-width: 1200px) {
  .page-section {
    padding: 100px 0;
  }
}
.align-center {
  text-align: center;
}

html[opened-modal-id=cookie-policy-settings] .cookie-policy {
  display: none;
}

.cookie-policy {
  padding: 15px;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  display: none;
  color: #222222;
  box-shadow: 0px -4px 20px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media (min-width: 768px) {
  .cookie-policy {
    max-width: 380px;
    padding: 30px;
    right: 30px;
    bottom: 30px;
    border-radius: 15px;
  }
}
.cookie-policy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: saturate(180%) blur(20px);
  background-color: hsla(0deg, 0%, 100%, 0.85);
  z-index: 1;
}
.cookie-policy .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cookie-policy.visible {
  display: block;
}
.cookie-policy .text {
  width: 100%;
}
.cookie-policy .text p {
  margin: 0;
  padding: 0;
  position: relative;
}
.cookie-policy .text p svg {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cookie-policy .text p svg {
    font-size: 26px;
  }
}
.cookie-policy .button-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cookie-policy .button-container .btn {
  width: 100%;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-zoomInUp {
  animation: 0.2s ease-out 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: 0.3s cubic-bezier(0.16, 1, 0.3, 1) both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: 0.2s ease both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: 0.2s ease both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: 0.5s ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: 0.5s ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: 0.2s ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: 0.2s ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: 0.2s ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: 0.1s linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus-visible {
  outline: none;
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

html.with-fancybox {
  scroll-behavior: auto;
  width: auto;
  overflow: visible;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.compensate-for-scrollbar {
  width: auto;
  overflow: hidden !important;
  overscroll-behavior-y: none;
  margin-right: var(--fancybox-scrollbar-compensate, 0);
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.is-animating > .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.hide-image .fancybox-image {
  opacity: 0;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-color: #fff;
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  color: var(--fancybox-color, #fff);
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav :focus {
  outline: none;
}

.fancybox__nav :focus-visible {
  box-shadow: inset 0 0 0 1px #f8f8f8;
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  position: fixed;
  top: 1px;
  left: 1px;
  width: 1px;
  height: 0px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-gap: 4px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.f-thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.f-thumbs__track {
  display: flex;
  margin: 0 auto;
  padding: 8px 0 12px 0;
  will-change: transform;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-classic .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  --clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
  will-change: clip-path;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}

.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  transition: opacity 0.2s ease;
  opacity: var(--f-thumb-opacity);
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease;
}

.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  object-fit: cover;
}

.f-thumbs.is-vertical {
  --f-carousel-slide-height: 100%;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-clip-width: 46px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-gap: 6px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.2s ease;
}

.fancybox__thumbs.is-modern {
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-classic {
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 12px;
}

.fancybox__thumbs.is-hidden {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

html.modal-opened {
  overflow: hidden;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 9999;
  overflow-y: auto;
  animation-name: modalBackground;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  display: none;
}
.modal.show {
  display: block;
}
.modal .modal-dialog {
  max-width: 600px;
  position: relative;
  margin: 10px;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 20px);
}
@media (min-width: 630px) {
  .modal .modal-dialog {
    margin: 30px auto;
    min-height: calc(100vh - 60px);
  }
}
.modal .modal-dialog .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation-name: modalSlideIn;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  position: relative;
}
@media (min-width: 530px) {
  .modal .modal-dialog .modal-content {
    padding: 30px;
  }
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  cursor: pointer;
  box-sizing: content-box;
  z-index: 2;
}
.modal .modal-dialog .modal-content .close:hover {
  background: #d8d8d8;
}
.modal .modal-dialog .modal-content .close i {
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #444;
  position: absolute;
  top: 15px;
  left: 9px;
  transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .close i:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  top: 0;
  background: #444;
  position: absolute;
  transition: transform 0.5s ease, opacity 0.5s ease, top 0.5s ease, width 0.5s ease;
  transform: rotate(-90deg);
}
.modal .modal-dialog .modal-content .modal-heading {
  margin: 0 0 20px;
  padding-right: 40px;
}
.modal .modal-dialog .modal-content .modal-heading .title {
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body p:first-child {
  margin-top: 0;
}
.modal .modal-dialog .modal-content .modal-body p:last-child {
  margin-bottom: 0;
}

@keyframes modalBackground {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes modalSlideIn {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero.with-slideshow {
  padding: 100px 0;
  min-height: 400px;
}
@media (min-width: 768px) and (min-height: 650px) {
  .hero.with-slideshow {
    min-height: 500px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero.with-slideshow {
    min-height: 650px;
  }
}
@media (min-width: 992px) {
  .hero.with-slideshow {
    padding: 120px 0;
  }
}
.hero.with-slideshow .content h1 {
  font-size: 40px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero.with-slideshow .content h1 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .hero.with-slideshow .content h1 {
    font-size: 60px;
  }
}
.hero.with-slideshow .content .text {
  color: #FFFFFF;
  font-size: 19px;
}
.hero .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero .pic:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
}
.hero .pic .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 2s ease;
}
.hero .pic .slide.previous {
  z-index: 2;
}
.hero .pic .slide.active {
  z-index: 3;
}
.hero .pic .slide.scaleIn {
  opacity: 1;
  animation-name: scaleIn;
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.hero .pic .slide .preload-image,
.hero .pic .slide .image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero .pic .slide .preload-image {
  z-index: 1;
}
.hero .pic .slide .image {
  z-index: 2;
}
.hero .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
}
.hero .content {
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  flex: 1;
}
.hero .content .content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.hero .content .content-wrapper *:last-child {
  margin-bottom: 0;
}
.hero .content h1,
.hero .content .text {
  text-align: center;
  margin: 0 auto;
}
.hero .content h1 {
  margin: 0 0 10px;
}
.hero .content .text {
  color: #444;
  font-size: 16px;
}
.hero .content .button-container {
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  gap: 20px;
}
.hero .content .button-container .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .hero .content .button-container {
    flex-wrap: nowrap;
    max-width: none;
  }
  .hero .content .button-container .btn {
    width: auto;
    min-width: 220px;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.content-component .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
}
.content-component .content {
  order: 1;
  margin: 0 auto;
  width: 100%;
}
.content-component .content *:last-child {
  margin-bottom: 0;
}
.content-component .content .label {
  display: inline-flex;
  align-items: center;
  padding: 3px 0.5em;
  border-radius: 8px;
  background: #f4f4f4;
  margin: 0 0 12px;
  gap: 0.5em;
  font-size: 12px;
}
.content-component .content .title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.content-component .content .description {
  color: #444;
}
.content-component .content .button-container {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.content-component .visual {
  order: 2;
}
@media (max-width: 991px) {
  .content-component[data-mobile-content-alignment=bottom] .content {
    order: 2;
  }
  .content-component[data-mobile-content-alignment=bottom] .visual {
    order: 1;
  }
  .content-component[data-mobile-title-alignment=center] .content .title {
    text-align: center;
  }
  .content-component[data-mobile-text-alignment=center] .content .description,
.content-component[data-mobile-text-alignment=center] .visual {
    text-align: center;
  }
  .content-component[data-mobile-text-alignment=center] .content .button-container {
    justify-content: center;
  }
  .content-component .visual[data-mobile-visual-alignment=center] {
    display: flex;
    justify-content: center;
  }
  .content-component .visual[data-mobile-visual-alignment=center] > *:not(script) {
    justify-content: center;
  }
  .content-component .visual[data-mobile-visual-alignment=right] {
    display: flex;
    justify-content: flex-end;
  }
  .content-component .visual[data-mobile-visual-alignment=right] > *:not(script) {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .content-component[data-content-alignment=bottom] .content {
    order: 2;
  }
  .content-component[data-content-alignment=bottom] .visual {
    order: 1;
  }
  .content-component[data-content-alignment=left] .container, .content-component[data-content-alignment=right] .container {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 60px;
  }
  .content-component[data-content-alignment=left] .visual,
.content-component[data-content-alignment=left] .content, .content-component[data-content-alignment=right] .visual,
.content-component[data-content-alignment=right] .content {
    flex: 1;
  }
  .content-component[data-content-alignment=right] .content {
    order: 2;
  }
  .content-component[data-content-alignment=right] .visual {
    order: 1;
  }
  .content-component[data-title-alignment=center] .content .title {
    text-align: center;
  }
  .content-component[data-text-alignment=center] .content .description,
.content-component[data-text-alignment=center] .visual {
    text-align: center;
  }
  .content-component[data-text-alignment=center] .content .button-container {
    justify-content: center;
  }
  .content-component .visual[data-visual-alignment=center] {
    display: flex;
    justify-content: center;
  }
  .content-component .visual[data-visual-alignment=center] > *:not(script) {
    justify-content: center;
  }
  .content-component .visual[data-visual-alignment=right] {
    display: flex;
    justify-content: flex-end;
  }
  .content-component .visual[data-visual-alignment=right] > *:not(script) {
    justify-content: flex-end;
  }
}

.btn,
button,
input[type=button] {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  background: #580e30;
  color: #FFFFFF;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  transition: background 0.2s, color 0.2s, border 0.2s;
  transition-timing-function: ease-out;
  cursor: pointer;
  gap: 8px;
}
.btn:hover,
button:hover,
input[type=button]:hover {
  background: #3d0e1f;
  color: #FFFFFF;
}
.btn[disabled],
button[disabled],
input[type=button][disabled] {
  opacity: 0.5;
  cursor: default;
}
.btn[data-size=large],
button[data-size=large],
input[type=button][data-size=large] {
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  font-size: 18px;
}
.btn[data-type=secondary],
button[data-type=secondary],
input[type=button][data-type=secondary] {
  background: transparent;
  border: 2px solid #580e30;
  color: #580e30;
}
.btn[data-type=secondary]:hover,
button[data-type=secondary]:hover,
input[type=button][data-type=secondary]:hover {
  background: #3d0e1f;
  border: 2px solid #3d0e1f;
  color: #FFFFFF;
}
.btn[data-type=white],
button[data-type=white],
input[type=button][data-type=white] {
  background: white;
  border: 2px solid white;
  color: #580e30;
}
.btn[data-type=white]:hover,
button[data-type=white]:hover,
input[type=button][data-type=white]:hover {
  background: rgba(255, 255, 255, 0.8);
}

.cookie-policy-modal ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.cookie-policy-modal ul li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  width: 100%;
}
.cookie-policy-modal ul li .item-heading {
  width: 100%;
}
.cookie-policy-modal ul li .item-heading .name {
  display: block;
  font-weight: 500;
  cursor: pointer;
}
.cookie-policy-modal ul li .item-body {
  display: none;
  width: 100%;
  color: #6e7780;
}
.cookie-policy-modal .button-container {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.accordion-component .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.accordion-component ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
.accordion-component ul > li {
  margin: 0;
  background: #f3f3ed;
  border-radius: 15px;
  transition: background 0.3s ease-in;
}
.accordion-component ul > li:not(:first-child) {
  margin-top: 10px;
}
.accordion-component ul > li .heading {
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px 20px;
}
@media (min-width: 768px) {
  .accordion-component ul > li .heading {
    padding: 30px 70px 30px 30px;
  }
}
.accordion-component ul > li .heading:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #222222;
  border-right: 2px solid #222222;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(-20%, -78%) rotate(45deg);
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .accordion-component ul > li .heading:before {
    right: 30px;
  }
}
.accordion-component ul > li .heading h2 {
  margin: 0;
}
.accordion-component ul > li .text {
  margin: 0;
  color: #666;
  display: none;
  padding: 0 20px 20px 20px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media (min-width: 768px) {
  .accordion-component ul > li .text {
    margin: -10px 0 0;
    padding: 0 30px 30px 30px;
  }
}
.accordion-component ul > li .text p {
  color: #666;
}
.accordion-component ul > li .text ul {
  color: #666;
}
.accordion-component ul > li .text ul + p {
  margin-top: 24px;
}
.accordion-component ul > li.opening .heading:before {
  transform: translate(-21%, -20%) rotate(225deg);
}
.accordion-component ul > li.opening .text {
  opacity: 1;
}
.accordion-component ul > li.active .heading:before {
  transform: translate(-21%, -20%) rotate(225deg);
}
.accordion-component ul > li.active.closing .heading:before {
  transform: translate(-20%, -78%) rotate(45deg);
}
.accordion-component ul > li.active.closing .text {
  opacity: 0;
}
.accordion-component ul > li.active .text {
  display: block;
  opacity: 1;
}
.accordion-component ul > li:not(.active):not(.opening):hover {
  cursor: pointer;
  background: #d8d8d8;
}

.services-component .service-categories-section {
  background: #F3F3ED;
}
.services-component .service-categories-section .title {
  text-align: center;
  margin: 0 0 30px;
}
.services-component .service-categories-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.services-component .service-categories-section ul li {
  text-align: center;
  transition: transform 0.2s ease-out;
}
.services-component .service-categories-section ul li .pic {
  background: #fff;
  margin: 0 auto -16px;
  padding: 5px;
  border-radius: 10px;
  width: 110px;
  height: 110px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease-in, box-shadow 0.2s ease-in;
}
.services-component .service-categories-section ul li .pic img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  display: block;
}
.services-component .service-categories-section ul li .name {
  margin: 0;
  color: #222222;
  background: #FFFFFF;
  padding: 5px 8px;
  border-radius: 8px;
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s ease-in;
}
.services-component .service-categories-section ul li.active .name {
  color: #580e30;
}
@media (hover: hover) {
  .services-component .service-categories-section ul li:hover {
    transform: translateY(-5px);
  }
  .services-component .service-categories-section ul li:hover .pic {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  }
  .services-component .service-categories-section ul li:hover .name {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
  }
}
.services-component .services-section .category {
  display: none;
}
.services-component .services-section .category.active {
  display: block;
}
.services-component .services-section .category .category-title {
  margin: 0 0 50px;
}
.services-component .services-section .category .sub-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.services-component .services-section .category .sub-categories .sub-category {
  width: 100%;
}
.services-component .services-section .category .sub-categories .sub-category .sub-category-title {
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.services-component .services-section ul.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 992px) {
  .services-component .services-section ul.product-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
  }
}
.services-component .services-section ul.product-list li {
  display: grid;
  grid-template-areas: "pic name" "pic description" "pic price";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto 1fr;
  gap: 0px 15px;
}
@media (min-width: 992px) {
  .services-component .services-section ul.product-list li {
    grid-template-areas: "pic name price" "pic description price";
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
  }
}
.services-component .services-section ul.product-list li .service-pic {
  width: 70px;
  flex: none;
  grid-area: pic;
  overflow: hidden;
}
.services-component .services-section ul.product-list li .service-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in;
  border-radius: 5px;
}
@media (hover: hover) {
  .services-component .services-section ul.product-list li .service-pic img:hover {
    transform: scale(1.1);
  }
}
.services-component .services-section ul.product-list li .service-title {
  margin: 0;
  grid-area: name;
}
.services-component .services-section ul.product-list li .service-description {
  margin: 0;
  color: #444;
  grid-area: description;
}
.services-component .services-section ul.product-list li .service-price {
  grid-area: price;
}

.resources-component .section-heading .title,
.resources-component .section-heading .text {
  text-align: center;
}
.resources-component .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768px) {
  .resources-component .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .resources-component .items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .resources-component .items[data-columns="2"] {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.resource-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
}
.resource-card.with-icon .visual {
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .resource-card.with-icon .visual {
    padding: 30px 30px 0;
  }
}
.resource-card.with-icon .content {
  padding-top: 15px;
}
.resource-card .visual .icon {
  font-size: 48px;
  color: #580e30;
  line-height: 1;
}
.resource-card .content {
  padding: 20px;
}
@media (min-width: 768px) {
  .resource-card .content {
    padding: 30px;
  }
}
.resource-card .content .title {
  margin: 0;
}
.resource-card .content .title + .text {
  margin-top: 10px;
  color: #444;
}
.resource-card .content .text {
  margin: 0;
}
.resource-card .content .button-wrapper {
  margin: 20px 0 0;
}

.simple-list-component {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.simple-list-component li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.simple-list-component li .simple-list-icon {
  flex: none;
  background: #580e30;
  color: #FFFFFF;
  font-size: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.simple-list-component li .simple-list-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.simple-list-component li .simple-list-content .title {
  margin: 0;
}
.simple-list-component li .simple-list-content .text {
  margin: 5px 0 0;
}
.simple-list-component li .simple-list-content .text a {
  font-weight: 400;
  color: #444;
  text-decoration: underline;
}
.simple-list-component li .simple-list-content .text a:hover {
  color: #580e30;
}

* + .simple-list-component {
  margin-top: 20px;
}

.icon-list-component {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.icon-list-component li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
}
.icon-list-component li .icon-list-icon {
  flex: none;
  background: #580e30;
  color: #FFFFFF;
  font-size: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.icon-list-component li .icon-list-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.icon-list-component li .icon-list-content .title {
  margin: 0;
}
.icon-list-component li .icon-list-content .text {
  margin: 5px 0 0;
}
.icon-list-component li .icon-list-content .text a {
  font-weight: 400;
  color: #444;
  text-decoration: underline;
}
.icon-list-component li .icon-list-content .text a:hover {
  color: #580e30;
}

* + .icon-list-component {
  margin-top: 25px;
}

.gallery-component .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .gallery-component .items[data-mobile-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-component .items[data-mobile-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gallery-component .items[data-mobile-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .gallery-component .items[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery-component .items[data-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gallery-component .items[data-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.gallery-component .items[data-aspect-ratio="16:9"] .item {
  aspect-ratio: 16/9;
}
.gallery-component .items[data-aspect-ratio="4:3"] .item {
  aspect-ratio: 4/3;
}
.gallery-component .items[data-aspect-ratio="3:2"] .item {
  aspect-ratio: 3/2;
}
.gallery-component .items[data-aspect-ratio="9:16"] .item {
  aspect-ratio: 9/16;
}
.gallery-component .items[data-aspect-ratio="3:4"] .item {
  aspect-ratio: 3/4;
}
.gallery-component .items[data-aspect-ratio="2:3"] .item {
  aspect-ratio: 2/3;
}
.gallery-component .items[data-image-fill="1"] .item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.gallery-component .items .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-component .items .item a {
  display: flex;
}
.gallery-component .items .item img {
  max-width: 100%;
}
.gallery-component .items .item img:hover {
  opacity: 0.9;
}

.logo-gallery-component .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  .logo-gallery-component .items[data-mobile-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-gallery-component .items[data-mobile-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .logo-gallery-component .items[data-mobile-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .logo-gallery-component .items[data-columns="3"] {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .logo-gallery-component .items[data-columns="4"] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .logo-gallery-component .items[data-columns="5"] {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.logo-gallery-component .items .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-gallery-component .items .item a {
  display: flex;
}
.logo-gallery-component .items .item a:hover {
  opacity: 0.9;
}
.logo-gallery-component .items .item img {
  max-width: 100%;
}

.visual .image img {
  display: block;
  max-width: 100%;
  border-radius: 15px;
}
.visual iframe {
  border-radius: 15px;
  max-width: 100%;
}
.visual .gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.visual .gallery[data-columns="2"] {
  grid-template-columns: 1fr 1fr;
}
.visual .gallery[data-columns="3"] {
  grid-template-columns: 1fr 1fr 1fr;
}
.visual .gallery .item {
  position: relative;
  aspect-ratio: 1/1;
}
.visual .gallery .item a {
  display: flex;
}
.visual .gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual .gallery .item img:hover {
  opacity: 0.9;
}

.blog-section ul {
  list-style: none;
  display: grid;
  margin: 0;
  padding: 0;
  gap: 15px;
}
@media (min-width: 576px) {
  .blog-section ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blog-section ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}
.blog-section ul li {
  margin: 0;
  padding: 0;
  display: flex;
}
.blog-section ul li > a {
  display: flex;
  width: 100%;
}
.blog-section ul li .item {
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.5s ease;
  overflow: hidden;
  width: 100%;
}
.blog-section ul li .item .pic {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
  background: #d8d8d8;
}
.blog-section ul li .item .pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}
.blog-section ul li .item .content {
  padding: 15px 20px 20px;
}
@media (min-width: 768px) {
  .blog-section ul li .item .content {
    padding: 15px 30px 30px;
  }
}
.blog-section ul li .item .content .info {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  margin: 0 0 15px;
  color: #444;
  font-size: 14px;
}
.blog-section ul li .item .content .info .reading-time:before {
  content: "·";
  display: inline-block;
  margin: 0 8px;
}
.blog-section ul li .item .content .title {
  color: #222222;
  transition: color 0.5s ease-out;
  margin: 0;
}
.blog-section ul li .item:hover {
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
}
.blog-section ul li .item:hover .pic img {
  transform: scale3d(1.05, 1.05, 1);
}
.blog-section ul li .item:hover .content .title {
  color: #29B675;
}

.single-page {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .single-page {
    padding-top: 60px;
  }
}
.single-page .post-heading .content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.single-page .post-heading .content .date {
  color: #29B675;
}
.single-page .post-heading .content .title {
  margin: 10px 0 0;
}
.single-page .post-heading .content .excerpt {
  text-align: left;
  margin: 20px 0 0;
}
.single-page .post-heading .cover-image {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 0;
  position: relative;
}
@media (min-width: 768px) {
  .single-page .post-heading .cover-image {
    margin-top: 40px;
  }
}
.single-page .post-heading .cover-image .cover-image-content {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.single-page .post-heading .cover-image .cover-image-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.single-page .post-body {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .single-page .post-body {
    margin-top: 40px;
  }
}
.single-page .post-body img {
  max-width: 100%;
}

.contact-modal .form .inputs {
  display: grid;
  gap: 15px 20px;
}
.contact-modal .form .inputs .input {
  width: 100%;
  display: block;
  font-size: 14px;
}
.contact-modal .form .inputs .input > span {
  cursor: default;
  display: block;
  margin: 0 0 3px;
}
.contact-modal .form .inputs .input > span.mb-7 {
  margin-bottom: 8px;
}
.contact-modal .form .inputs .input > span .optional {
  color: #444;
  font-size: 14px;
}
.contact-modal .form .inputs .input input[type=text],
.contact-modal .form .inputs .input input[type=tel],
.contact-modal .form .inputs .input input[type=email],
.contact-modal .form .inputs .input textarea,
.contact-modal .form .inputs .input select {
  width: 100%;
  display: block;
}
@media (min-width: 630px) {
  .contact-modal .form .inputs {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-modal .form .inputs .input:nth-child(1), .contact-modal .form .inputs .input:nth-child(6), .contact-modal .form .inputs .input:nth-child(7), .contact-modal .form .inputs .input:nth-child(8) {
    grid-column: span 2;
  }
}
.contact-modal .form button {
  width: 100%;
  margin: 30px 0 0;
}
.contact-modal .form .disclaimer {
  margin: 8px 0 0;
  text-align: center;
  font-size: 12px;
  color: #444;
}
.contact-modal .form .disclaimer a {
  color: #444;
  text-decoration: underline;
}
.contact-modal .success {
  display: none;
  text-align: center;
}
.contact-modal .success .icon {
  background: #580e30;
  color: #FFFFFF;
  font-size: 32px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.contact-modal .success h3 {
  color: #580e30;
}

* {
  -webkit-tap-highlight-color: transparent;
}

img {
  height: auto;
}

/*# sourceMappingURL=common.css.map */
