/**********************************
RESET
**********************************/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

html, body, button, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ol, ul, li, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

sup, sub {
  vertical-align: top;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

textarea, input, select {
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icofont";
  src: url("fonts/icofont.eot");
  src: url("fonts/icofont.eot?#iefix") format("embedded-opentype"), url("fonts/icofont.woff") format("woff"), url("fonts/icofont.ttf") format("truetype"), url("fonts/icofont.svg#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0 0;
  background: #fff;
  position: relative;
  zoom: 1;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.homeslider .flex-direction-nav {
  *height: 0;
}
@media (max-width: 767px) {
  .homeslider .flex-direction-nav {
    display: none;
  }
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 3;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "icofont";
  font-size: 60px;
  line-height: 1em;
  display: inline-block;
  content: "\eac9";
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}

.flex-direction-nav a.flex-next:before {
  content: "\eaca";
}

.flex-direction-nav .flex-prev {
  left: 10px;
}

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: center;
  z-index: 9;
  display: none;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(247, 244, 238, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: rgba(247, 244, 238, 0.7);
}

.flex-control-paging li a.flex-active {
  background: rgba(247, 244, 238, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.carousel {
  background: none;
  position: relative;
}

: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.2s ease-out 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:not([disabled]) {
    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:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.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 {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

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

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

.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;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.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-animating,
.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;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-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;
  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-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
  border: 2px solid rgba(0, 0, 0, 0);
}

.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 .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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.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-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-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1 ;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --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);
  -webkit-user-select: none;
     -moz-user-select: none;
          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-vertical {
  height: 100%;
}

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

.f-thumbs__track {
  display: flex;
  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-modern .f-thumbs__track {
  width: -moz-max-content;
  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:not(.is-selected) {
  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 > * {
  -webkit-clip-path: var(--clip-path);
          clip-path: var(--clip-path);
}

.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}

.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

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

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.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-out;
  z-index: 10;
}

.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;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}

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

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}

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

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --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));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --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-horizontal {
  padding: 0 var(--f-thumb-gap);
}

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

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

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

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

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

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

: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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/**********************************
MY CLASSES
**********************************/
.overflow {
  overflow: auto;
}

.nowrap {
  white-space: nowrap !important;
}

.break-word {
  word-break: break-word !important;
}

.pointer {
  cursor: pointer !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.no-bord {
  border: 0 !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.sticky {
  position: sticky !important;
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.left {
  left: 0 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-99 {
  z-index: 99 !important;
}

.z-index-999 {
  z-index: 999 !important;
}

.z-index-9999 {
  z-index: 9999 !important;
}

.z-index-99999 {
  z-index: 99999 !important;
}

.sticky-top {
  position: sticky !important;
  top: calc(60px + 5.5em);
  z-index: 1;
}

.cols:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .cols {
  height: 1%;
}

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

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

.format-text .f-left {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.format-text .f-right {
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.format-text code {
  background-color: #eeeeee;
  padding: 0.1em 0.8em;
  display: inline-block;
  border-radius: 0.15em;
}

.format-text pre {
  border: 1px solid #bbbbbb;
  background-color: #eeeeee;
  padding: 0.8em;
  line-height: 1.8;
  display: inline-block;
  border-radius: 0.15em;
}

.t-left {
  text-align: left !important;
}

.t-center {
  text-align: center !important;
}

.t-right {
  text-align: right !important;
}
@media (min-width: calc(575px + 1px)) {
  .t-right--s {
    text-align: right !important;
  }
}
@media (min-width: calc(767px + 1px)) {
  .t-right--m {
    text-align: right !important;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .t-right--l {
    text-align: right !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .t-right--xl {
    text-align: right !important;
  }
}
@media (min-width: calc(1919px + 1px)) {
  .t-right--xxl {
    text-align: right !important;
  }
}

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

.v-top, tr.v-top th, tr.v-top td {
  vertical-align: top !important;
}

.v-center, tr.v-center th, tr.v-center td {
  vertical-align: middle !important;
}

.v-bott, tr.v-bott th, tr.v-bott td {
  vertical-align: bottom !important;
}

hr {
  border: none;
  border-bottom: 1px solid #bbbbbb;
}

pre {
  background-color: #ffffff;
  color: #111;
}

/**********************************
BORDER
**********************************/
.border1 {
  border-width: 1px;
  border-style: solid;
}

.border2 {
  border-width: 2px;
  border-style: solid;
}

.border3 {
  border-width: 3px;
  border-style: solid;
}

.border4 {
  border-width: 4px;
  border-style: solid;
}

.border5 {
  border-width: 5px;
  border-style: solid;
}

/**********************************
RADIUS
**********************************/
.radius1 {
  border-radius: 0.15em;
}

.radius-1em {
  border-radius: 1em;
}

.radius-2em {
  border-radius: 2em;
}

.radius-full {
  border-radius: 100vw;
}

.circle {
  border-radius: 50%;
}

.circle-img {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}

/**********************************
SIRKY
**********************************/
.w1 {
  width: 10px !important;
}

.w2 {
  width: 20px !important;
}

.w3 {
  width: 30px !important;
}

.w4 {
  width: 40px !important;
}

.w5 {
  width: 50px !important;
}

.w6 {
  width: 60px !important;
}

.w7 {
  width: 70px !important;
}

.w8 {
  width: 80px !important;
}

.w9 {
  width: 90px !important;
}

.w10 {
  width: 100px !important;
}

.w20 {
  width: 200px !important;
}

.w30 {
  width: 300px !important;
}

.w40 {
  width: 400px !important;
}

.w50 {
  width: 500px !important;
}

.wauto {
  width: auto !important;
}

.full {
  width: 100% !important;
}

.extratiny, .w-ico {
  width: 10px;
}

/**********************************
VYSKY
**********************************/
.hgt-auto {
  height: auto !important;
}

.hgt1 {
  height: 10px !important;
}

.hgt2 {
  height: 20px !important;
}

.hgt3 {
  height: 30px !important;
}

.hgt4 {
  height: 40px !important;
}

.hgt5 {
  height: 50px !important;
}

.hgt6 {
  height: 60px !important;
}

.hgt7 {
  height: 70px !important;
}

.hgt8 {
  height: 80px !important;
}

.hgt9 {
  height: 90px !important;
}

.hgt10 {
  height: 100px !important;
}

.hgt20 {
  height: 200px !important;
}

.hgt30 {
  height: 300px !important;
}

.hgt40 {
  height: 400px !important;
}

.hgt50 {
  height: 500px !important;
}

/**********************************
COLORS
**********************************/
.primary {
  color: #696969 !important;
}

.secondary {
  color: #000 !important;
}

.tercial {
  color: #696969 !important;
}

.active {
  color: #79252B !important;
}

.dark {
  color: #111 !important;
}

.light {
  color: #F7F4EE !important;
}

.black {
  color: #000 !important;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #a2d8f5 !important;
}

.darkblue {
  color: #66a7cc !important;
}

.green {
  color: #629f48 !important;
}

.yellow {
  color: #f7f55d !important;
}

.red {
  color: #bf2b2a !important;
}

.purple {
  color: #79252B !important;
}

.orange {
  color: #d4630d !important;
}

/**********************************
BG
**********************************/
.primary-bg {
  background-color: #696969 !important;
}

.secondary-bg {
  background-color: #000 !important;
}

.tercial-bg {
  background-color: #696969 !important;
}

.active-bg {
  background-color: #79252B !important;
}

.dark-bg {
  background-color: #111 !important;
}

.light-bg {
  background-color: #F7F4EE !important;
}

.black-bg {
  background-color: #000 !important;
}

.white-bg {
  background-color: #ffffff !important;
}

.blue-bg {
  background-color: #a2d8f5 !important;
}

.green-bg {
  background-color: #629f48 !important;
}

.yellow-bg {
  background-color: #f7f55d !important;
}

.red-bg {
  background-color: #bf2b2a !important;
}

.orange-bg {
  background-color: #d4630d !important;
}

/**********************************
BORDER
**********************************/
.black-border {
  border-color: #000 !important;
}

.white-border {
  border-color: #ffffff !important;
}

.blue-border {
  border-color: #a2d8f5 !important;
}

.green-border {
  border-color: #629f48 !important;
}

.darkgreen-border {
  border-color: #315024 !important;
}

.yellow-border {
  border-color: #f7f55d !important;
}

.red-border {
  border-color: #bf2b2a !important;
}

.orange-border {
  border-color: #d4630d !important;
}

/**********************************
FONTS
**********************************/
/**********************************
LINKS
**********************************/
a {
  text-decoration: underline;
  color: #629f48;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

a.flex,
a.inline-flex {
  text-decoration: none;
}

a.flex > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round),
a.inline-flex > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round) {
  text-decoration: underline;
}

a.flex:hover > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round),
a.inline-flex:hover > *:not(.material-icons):not(.material-icons-outlined):not(.material-icons-round) {
  text-decoration: none;
}

/**********************************
P
**********************************/
p {
  line-height: 1.7;
  padding-bottom: 1rem;
}
p:last-of-type:last-child {
  padding-bottom: 0;
}

/**********************************
UL, OL
**********************************/
ul.def, ol.def {
  margin-bottom: 2em;
  margin-left: 1em;
  text-align: left;
}
ul.def:last-child, ol.def:last-child {
  margin-bottom: 0;
}

ul.def li, ol.def li {
  padding-left: 1.2em;
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
ul.def li:last-child, ol.def li:last-child {
  margin-bottom: 0;
}

ul.def li::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  transform: translateY(-100%);
  top: 1em;
  left: 0;
}

ul.red-li li::before {
  border-color: #bf2b2a;
}

ul.green-li li::before {
  border-color: #629f48;
}

ol.def {
  margin-left: 2em;
}
ol.def li {
  padding-left: 0;
}
ol.def ol {
  margin: 1em 0 1em 2em;
}

/**********************************
FONT WEIGHT
**********************************/
strong {
  font-weight: 600;
}

b {
  font-weight: 800;
}

.no-bold {
  font-weight: 400 !important;
}

.semibold {
  font-weight: 600 !important;
}

.bold {
  font-weight: 800 !important;
}

.extrabold {
  font-weight: 900 !important;
}

/**********************************
UPPER/LOWER
**********************************/
.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: lowercase !important;
}

.no-transform {
  text-transform: none !important;
}

/**********************************
FONT SIZE
**********************************/
.small-font {
  font-size: 90%;
}

.small-font2 {
  font-size: 80%;
}

.small-font3 {
  font-size: 70%;
}

.small-font4 {
  font-size: 60%;
}

.big-font {
  font-size: 110%;
}

.big-font2 {
  font-size: 120%;
}

.big-font3 {
  font-size: 130%;
}

.big-font4 {
  font-size: 140%;
}

.big-font5 {
  font-size: 150%;
}

.big-font6 {
  font-size: 160%;
}

.big-font7 {
  font-size: 170%;
}

.big-font8 {
  font-size: 180%;
}

.big-font9 {
  font-size: 190%;
}

.big-font10 {
  font-size: 200%;
}

/**********************************
HEADINGS
**********************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 2em;
  line-height: 1.2;
  color: #312a24;
}
h1:first-of-type, h2:first-of-type, h3:first-of-type, h4:first-of-type, h5:first-of-type, h6:first-of-type {
  margin-top: 0;
}

h2, .h2 {
  font-size: 2.5em;
  color: #629f48;
  text-transform: uppercase;
  font-weight: 800;
}
@media (min-width: calc(767px + 1px)) {
  h2, .h2 {
    font-size: 3.5em;
  }
}
h2.small-font, .h2.small-font {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  margin-top: 1em;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  margin-top: 0.8em;
}

h5 {
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.7em;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.h-ico {
  display: flex;
  align-items: center;
}
.h-ico .h-ico-ico {
  margin-right: 0.3em;
  font-size: 1.4em;
}

/**********************************
FORMS
**********************************/
::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
::placeholder, .select-placeholder {
  color: #888888;
  opacity: 1;
}

label {
  font-weight: 400;
}

input, textarea, select {
  background: #2c2c2c;
  border: 1px solid #454545;
  color: #bbbbbb;
  height: 2.5rem;
  padding: 1em;
  display: inline-block;
  font-size: 0.9em;
}
input:focus, textarea:focus, select:focus {
  border-color: #bbbbbb;
}

textarea {
  padding: 1em;
}

input.button, input.submit {
  -webkit-appearance: none;
  border: none;
}

.check {
  width: auto;
  border: 0;
  margin: 0 0 -1px 0;
  padding: 0;
  background: none;
}

textarea {
  overflow: auto;
  height: auto;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  outline: 0;
  position: relative;
  width: auto;
  background: url(../img/icons/select.png) no-repeat right center white;
  transition: none;
}

select::-ms-expand { /* for IE 11 */
  display: none;
}

option {
  color: #000;
}

/*input[type=checkbox], input[type=radio] {
    visibility: hidden;
    display: none;
}*/
input[type=file] {
  height: auto;
}

/**********************************
BUTTONS
**********************************/
button {
  font-family: "Rethink Sans", sans-serif;
}

.button {
  max-width: 100%;
  cursor: pointer;
  color: #d4630d;
  padding: 0.6em 1.2em 0.6em 1.2em;
  line-height: 1.5;
  display: inline-flex;
  min-height: 2em;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "Rethink Sans", sans-serif;
  border: 4px solid #d4630d;
  font-weight: 800;
  text-decoration: none;
  border-radius: 100vw;
  font-size: 1.2em;
}
.button:hover {
  text-decoration: none !important;
  transform: scale(1.05);
}

.button.button--small {
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  min-height: 0;
}

.button--ico {
  justify-content: flex-start;
  padding-right: 1.5em;
  text-align: left;
}
.button--ico .button--ico-ico {
  margin-right: 0.6em;
}

.button--ico-r {
  justify-content: flex-start;
  padding-left: 1.2em;
  text-align: left;
}
.button--ico-r .button--ico-ico {
  margin-left: 1em;
}

.button--onlyico {
  justify-content: center;
}
.button--onlyico-ico {
  font-size: 1.5em;
}

.icobutton {
  display: inline-flex;
  align-items: center;
}

.icobutton-ico:hover {
  opacity: 0.8;
}

.button--colored {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.button--colored:hover {
  opacity: 1;
}

.button--green {
  border-color: #629f48;
  color: #629f48;
}

.button--blue {
  border-color: #a2d8f5;
  color: #a2d8f5;
}

.button--dark {
  border-color: #000;
  color: #000;
}

.button--grey {
  color: #d9d9d9;
  border-color: #d9d9d9;
}

.button--orange {
  color: #d4630d;
  border-color: #d4630d;
}

.button--red {
  color: #bf2b2a;
  border-color: #bf2b2a;
}

.button--yellow {
  color: #f7f55d;
  border-color: #f7f55d;
}

.button--yellow-dark {
  color: #696969;
  border-color: #f7f55d;
}

.button--yellow-light {
  color: #000;
  border-color: #f7f55d;
}

/**********************************
REPORTS
**********************************/
.report {
  margin-bottom: 1em;
}

.report-in {
  padding: 1em;
  margin-bottom: 0.5em;
  font-weight: 600;
  border-radius: 3px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.report-in .report-ico {
  margin-right: 0.5em;
}
.report-in.err {
  background-color: #ecbfbf;
  color: #bf2b2a;
  border-bottom: 3px solid #bf2b2a;
}
.report-in.ok {
  background-color: #d0e2c8;
  color: #4e7f3a;
  border-bottom: 3px solid #629f48;
}
.report-in.info {
  background-color: #e3f3fc;
  color: #82adc4;
  border-bottom: 3px solid #a2d8f5;
}
.report-in.wrn {
  background-color: #fdfcce;
  color: #c6c44a;
  border-bottom: 3px solid #f7f55d;
}

.formerror,
.form-err {
  color: #bf2b2a;
}
.formerror input, .formerror select, .formerror textarea,
.form-err input,
.form-err select,
.form-err textarea {
  border-color: #bf2b2a;
}

input.formerror, select.formerror, textarea.formerror,
input.form-err, select.form-err, textarea.form-err {
  border-color: #bf2b2a;
}

/**********************************
ICONS
**********************************/
.material-icons, .material-icons-outlined, .material-icons-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.material-icons img, .material-icons-outlined img, .material-icons-round img {
  max-height: 24px;
}

.text-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 1em;
  height: 1em;
  min-width: 24px;
  min-height: 24px;
  border-radius: 0.15em;
}

.text-icon-in {
  width: 100%;
  overflow: hidden;
  font-family: "Rethink Sans", sans-serif;
  font-size: max(0.8em, 18px);
  font-weight: 400;
  color: #111;
  margin-bottom: -0.1em;
}

.md-text-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Rethink Sans", sans-serif;
  font-size: max(0.3em, 9px);
  font-weight: 600;
  color: #ffffff;
  background-color: #111;
  border-radius: 0.15em;
}

.md-text-icon--top {
  top: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--bottom {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 0);
}

.md-text-icon--left {
  left: 0;
  transform: translate(0, -50%);
}
.md-text-icon--left.md-text-icon--top, .md-text-icon--left.md-text-icon--bottom {
  transform: translate(0, 0);
}

.md-text-icon--right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
.md-text-icon--right.md-text-icon--top, .md-text-icon--right.md-text-icon--bottom {
  transform: translate(0, 0);
}

.transform-icons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.transform-icons .transform-ico {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block;
}

.transform-icons .transform-ico--default {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.transform-icons .transform-ico--transformed {
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(-180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--default {
  transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

.transform-icons.act .transform-ico--transformed {
  transform: rotate(0deg) scale(1);
  opacity: 1;
}

/**********************************
HIDDEN
**********************************/
@media (max-width: 399px) {
  .hidden-xs-smaller {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-s-smaller {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-m-smaller {
    display: none !important;
  }
}

@media (max-width: 1089px) {
  .hidden-l-smaller {
    display: none !important;
  }
}

@media (max-width: 1279px) {
  .hidden-xl-smaller {
    display: none !important;
  }
}

@media (max-width: 1919px) {
  .hidden-xxl-smaller {
    display: none !important;
  }
}

@media (min-width: calc(575px + 1px)) {
  .hidden-xs-bigger {
    display: none !important;
  }
}

@media (min-width: calc(767px + 1px)) {
  .hidden-s-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1089px + 1px)) {
  .hidden-m-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1279px + 1px)) {
  .hidden-l-bigger {
    display: none !important;
  }
}

@media (min-width: calc(1919px + 1px)) {
  .hidden-xl-bigger {
    display: none !important;
  }
}

/**********************************
FLEX
**********************************/
.flex {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .flex--s {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--s > * {
    flex: 0 0 auto !important;
  }
  .flex--s .order-1 {
    order: -1;
  }
  .flex--s .bg-img--1ku1 {
    aspect-ratio: 1/1;
  }
  .flex--s .bg-img--1ku05 {
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 767px) {
  .flex--m {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--m > * {
    flex: 0 0 auto !important;
  }
  .flex--m .order-1 {
    order: -1;
  }
  .flex--m .bg-img--1ku1 {
    aspect-ratio: 1/1;
  }
  .flex--m .bg-img--1ku05 {
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 1089px) {
  .flex--l {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--l > * {
    flex: 0 0 auto !important;
  }
  .flex--l .order-1 {
    order: -1;
  }
  .flex--l .bg-img--1ku1 {
    aspect-ratio: 1/1;
  }
  .flex--l .bg-img--1ku05 {
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 1279px) {
  .flex--xl {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--xl > * {
    flex: 0 0 auto !important;
  }
  .flex--xl .order-1 {
    order: -1;
  }
  .flex--xl .bg-img--1ku1 {
    aspect-ratio: 1/1;
  }
  .flex--xl .bg-img--1ku05 {
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 1919px) {
  .flex--xxl {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex--xxl > * {
    flex: 0 0 auto !important;
  }
  .flex--xxl .order-1 {
    order: -1;
  }
  .flex--xxl .bg-img--1ku1 {
    aspect-ratio: 1/1;
  }
  .flex--xxl .bg-img--1ku05 {
    aspect-ratio: 1/0.5;
  }
}
.flex > .col-1 {
  flex: 1;
}
.flex > .col-2 {
  flex: 2;
}
.flex > .col-3 {
  flex: 3;
}
.flex > .col-4 {
  flex: 4;
}
.flex > .col-5 {
  flex: 5;
}
.flex > .col-6 {
  flex: 6;
}
.flex > .col-7 {
  flex: 7;
}
.flex > .col-8 {
  flex: 8;
}
.flex > .col-9 {
  flex: 9;
}
.flex > .col-10 {
  flex: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-false {
  flex: 0 0 auto !important;
}

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

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

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

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

/**********************************
SPACING
**********************************/
/*** gap ***/
.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 1px !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-3 {
  gap: 3px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-25 {
  gap: 25px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-50 {
  gap: 50px !important;
}

.gap-01em {
  gap: 0.1em !important;
}

.gap-02em {
  gap: 0.2em !important;
}

.gap-03em {
  gap: 0.3em !important;
}

.gap-04em {
  gap: 0.4em !important;
}

.gap-05em {
  gap: 0.5em !important;
}

.gap-06em {
  gap: 0.6em !important;
}

.gap-07em {
  gap: 0.7em !important;
}

.gap-08em {
  gap: 0.8em !important;
}

.gap-09em {
  gap: 0.9em !important;
}

.gap-1em {
  gap: 1em !important;
}

.gap-2em {
  gap: 2em !important;
}

.gap-3em {
  gap: 3em !important;
}

.gap-4em {
  gap: 4em !important;
}

.gap-5em {
  gap: 5em !important;
}

.gap-6em {
  gap: 6em !important;
}

.gap-7em {
  gap: 7em !important;
}

.gap-8em {
  gap: 8em !important;
}

.gap-9em {
  gap: 9em !important;
}

.gap-10em {
  gap: 10em !important;
}

/*** xgap ***/
.xgap-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.xgap-1 {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.xgap-2 {
  -moz-column-gap: 2px !important;
       column-gap: 2px !important;
}

.xgap-3 {
  -moz-column-gap: 3px !important;
       column-gap: 3px !important;
}

.xgap-4 {
  -moz-column-gap: 4px !important;
       column-gap: 4px !important;
}

.xgap-5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important;
}

.xgap-10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.xgap-15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important;
}

.xgap-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.xgap-25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important;
}

.xgap-30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important;
}

.xgap-40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.xgap-50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important;
}

.xgap-01em {
  -moz-column-gap: 0.1em !important;
       column-gap: 0.1em !important;
}

.xgap-02em {
  -moz-column-gap: 0.2em !important;
       column-gap: 0.2em !important;
}

.xgap-03em {
  -moz-column-gap: 0.3em !important;
       column-gap: 0.3em !important;
}

.xgap-04em {
  -moz-column-gap: 0.4em !important;
       column-gap: 0.4em !important;
}

.xgap-05em {
  -moz-column-gap: 0.5em !important;
       column-gap: 0.5em !important;
}

.xgap-06em {
  -moz-column-gap: 0.6em !important;
       column-gap: 0.6em !important;
}

.xgap-07em {
  -moz-column-gap: 0.7em !important;
       column-gap: 0.7em !important;
}

.xgap-08em {
  -moz-column-gap: 0.8em !important;
       column-gap: 0.8em !important;
}

.xgap-09em {
  -moz-column-gap: 0.9em !important;
       column-gap: 0.9em !important;
}

.xgap-1em {
  -moz-column-gap: 1em !important;
       column-gap: 1em !important;
}

.xgap-2em {
  -moz-column-gap: 2em !important;
       column-gap: 2em !important;
}

.xgap-3em {
  -moz-column-gap: 3em !important;
       column-gap: 3em !important;
}

.xgap-4em {
  -moz-column-gap: 4em !important;
       column-gap: 4em !important;
}

.xgap-5em {
  -moz-column-gap: 5em !important;
       column-gap: 5em !important;
}

.xgap-6em {
  -moz-column-gap: 6em !important;
       column-gap: 6em !important;
}

.xgap-7em {
  -moz-column-gap: 7em !important;
       column-gap: 7em !important;
}

.xgap-8em {
  -moz-column-gap: 8em !important;
       column-gap: 8em !important;
}

.xgap-9em {
  -moz-column-gap: 9em !important;
       column-gap: 9em !important;
}

.xgap-10em {
  -moz-column-gap: 10em !important;
       column-gap: 10em !important;
}

/*** ygap ***/
.ygap-0 {
  row-gap: 0px !important;
}

.ygap-1 {
  row-gap: 1px !important;
}

.ygap-2 {
  row-gap: 2px !important;
}

.ygap-3 {
  row-gap: 3px !important;
}

.ygap-4 {
  row-gap: 4px !important;
}

.ygap-5 {
  row-gap: 5px !important;
}

.ygap-10 {
  row-gap: 10px !important;
}

.ygap-15 {
  row-gap: 15px !important;
}

.ygap-20 {
  row-gap: 20px !important;
}

.ygap-25 {
  row-gap: 25px !important;
}

.ygap-30 {
  row-gap: 30px !important;
}

.ygap-40 {
  row-gap: 40px !important;
}

.ygap-50 {
  row-gap: 50px !important;
}

.ygap-01em {
  row-gap: 0.1em !important;
}

.ygap-02em {
  row-gap: 0.2em !important;
}

.ygap-03em {
  row-gap: 0.3em !important;
}

.ygap-04em {
  row-gap: 0.4em !important;
}

.ygap-05em {
  row-gap: 0.5em !important;
}

.ygap-06em {
  row-gap: 0.6em !important;
}

.ygap-07em {
  row-gap: 0.7em !important;
}

.ygap-08em {
  row-gap: 0.8em !important;
}

.ygap-09em {
  row-gap: 0.9em !important;
}

.ygap-1em {
  row-gap: 1em !important;
}

.ygap-2em {
  row-gap: 2em !important;
}

.ygap-3em {
  row-gap: 3em !important;
}

.ygap-4em {
  row-gap: 4em !important;
}

.ygap-5em {
  row-gap: 5em !important;
}

.ygap-6em {
  row-gap: 6em !important;
}

.ygap-7em {
  row-gap: 7em !important;
}

.ygap-8em {
  row-gap: 8em !important;
}

.ygap-9em {
  row-gap: 9em !important;
}

.ygap-10em {
  row-gap: 10em !important;
}

.mg-inline-auto {
  margin-inline: auto !important;
}

.mg-block-auto {
  margin-block: auto !important;
}

/*** tmg ***/
.tmg-big {
  margin-top: 2rem !important;
}
@media (min-width: calc(767px + 1px)) {
  .tmg-big {
    margin-top: 3rem !important;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .tmg-big {
    margin-top: 4rem !important;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .tmg-big {
    margin-top: 6rem !important;
  }
}

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

.tmg-0 {
  margin-top: 0px !important;
}

.tmg-1 {
  margin-top: 1px !important;
}

.tmg-2 {
  margin-top: 2px !important;
}

.tmg-3 {
  margin-top: 3px !important;
}

.tmg-4 {
  margin-top: 4px !important;
}

.tmg-5 {
  margin-top: 5px !important;
}

.tmg-10 {
  margin-top: 10px !important;
}

.tmg-15 {
  margin-top: 15px !important;
}

.tmg-20 {
  margin-top: 20px !important;
}

.tmg-25 {
  margin-top: 25px !important;
}

.tmg-30 {
  margin-top: 30px !important;
}

.tmg-40 {
  margin-top: 40px !important;
}

.tmg-50 {
  margin-top: 50px !important;
}

.tmg-60 {
  margin-top: 60px !important;
}

.tmg-70 {
  margin-top: 70px !important;
}

.tmg-80 {
  margin-top: 80px !important;
}

.tmg-90 {
  margin-top: 90px !important;
}

.tmg-100 {
  margin-top: 100px !important;
}

.tmg-01em {
  margin-top: 0.1em !important;
}

.tmg-02em {
  margin-top: 0.2em !important;
}

.tmg-03em {
  margin-top: 0.3em !important;
}

.tmg-04em {
  margin-top: 0.4em !important;
}

.tmg-05em {
  margin-top: 0.5em !important;
}

.tmg-06em {
  margin-top: 0.6em !important;
}

.tmg-07em {
  margin-top: 0.7em !important;
}

.tmg-08em {
  margin-top: 0.8em !important;
}

.tmg-09em {
  margin-top: 0.9em !important;
}

.tmg-1em {
  margin-top: 1em !important;
}

.tmg-2em {
  margin-top: 2em !important;
}

.tmg-3em {
  margin-top: 3em !important;
}

.tmg-4em {
  margin-top: 4em !important;
}

.tmg-5em {
  margin-top: 5em !important;
}

.tmg-6em {
  margin-top: 6em !important;
}

.tmg-7em {
  margin-top: 7em !important;
}

.tmg-8em {
  margin-top: 8em !important;
}

.tmg-9em {
  margin-top: 9em !important;
}

.tmg-10em {
  margin-top: 10em !important;
}

/*** rmg ***/
.rmg-auto {
  margin-right: auto !important;
}

.rmg-0 {
  margin-right: 0px !important;
}

.rmg-1 {
  margin-right: 1px !important;
}

.rmg-2 {
  margin-right: 2px !important;
}

.rmg-3 {
  margin-right: 3px !important;
}

.rmg-4 {
  margin-right: 4px !important;
}

.rmg-5 {
  margin-right: 5px !important;
}

.rmg-10 {
  margin-right: 10px !important;
}

.rmg-15 {
  margin-right: 15px !important;
}

.rmg-20 {
  margin-right: 20px !important;
}

.rmg-25 {
  margin-right: 25px !important;
}

.rmg-30 {
  margin-right: 30px !important;
}

.rmg-40 {
  margin-right: 40px !important;
}

.rmg-50 {
  margin-right: 50px !important;
}

.rmg-60 {
  margin-right: 60px !important;
}

.rmg-70 {
  margin-right: 70px !important;
}

.rmg-80 {
  margin-right: 80px !important;
}

.rmg-90 {
  margin-right: 90px !important;
}

.rmg-100 {
  margin-right: 100px !important;
}

.rmg-01em {
  margin-right: 0.1em !important;
}

.rmg-02em {
  margin-right: 0.2em !important;
}

.rmg-03em {
  margin-right: 0.3em !important;
}

.rmg-04em {
  margin-right: 0.4em !important;
}

.rmg-05em {
  margin-right: 0.5em !important;
}

.rmg-06em {
  margin-right: 0.6em !important;
}

.rmg-07em {
  margin-right: 0.7em !important;
}

.rmg-08em {
  margin-right: 0.8em !important;
}

.rmg-09em {
  margin-right: 0.9em !important;
}

.rmg-1em {
  margin-right: 1em !important;
}

.rmg-2em {
  margin-right: 2em !important;
}

.rmg-3em {
  margin-right: 3em !important;
}

.rmg-4em {
  margin-right: 4em !important;
}

.rmg-5em {
  margin-right: 5em !important;
}

.rmg-6em {
  margin-right: 6em !important;
}

.rmg-7em {
  margin-right: 7em !important;
}

.rmg-8em {
  margin-right: 8em !important;
}

.rmg-9em {
  margin-right: 9em !important;
}

.rmg-10em {
  margin-right: 10em !important;
}

/*** bmg ***/
.bmg-auto {
  margin-bottom: auto !important;
}

.bmg-0 {
  margin-bottom: 0px !important;
}

.bmg-1 {
  margin-bottom: 1px !important;
}

.bmg-2 {
  margin-bottom: 2px !important;
}

.bmg-3 {
  margin-bottom: 3px !important;
}

.bmg-4 {
  margin-bottom: 4px !important;
}

.bmg-5 {
  margin-bottom: 5px !important;
}

.bmg-6 {
  margin-bottom: 6px !important;
}

.bmg-7 {
  margin-bottom: 7px !important;
}

.bmg-8 {
  margin-bottom: 8px !important;
}

.bmg-9 {
  margin-bottom: 9px !important;
}

.bmg-10 {
  margin-bottom: 10px !important;
}

.bmg-15 {
  margin-bottom: 15px !important;
}

.bmg-20 {
  margin-bottom: 20px !important;
}

.bmg-25 {
  margin-bottom: 25px !important;
}

.bmg-30 {
  margin-bottom: 30px !important;
}

.bmg-40 {
  margin-bottom: 40px !important;
}

.bmg-50 {
  margin-bottom: 50px !important;
}

.bmg-60 {
  margin-bottom: 60px !important;
}

.bmg-70 {
  margin-bottom: 70px !important;
}

.bmg-80 {
  margin-bottom: 80px !important;
}

.bmg-90 {
  margin-bottom: 90px !important;
}

.bmg-100 {
  margin-bottom: 100px !important;
}

.bmg-01em {
  margin-bottom: 0.1em !important;
}

.bmg-02em {
  margin-bottom: 0.2em !important;
}

.bmg-03em {
  margin-bottom: 0.3em !important;
}

.bmg-04em {
  margin-bottom: 0.4em !important;
}

.bmg-05em {
  margin-bottom: 0.5em !important;
}

.bmg-06em {
  margin-bottom: 0.6em !important;
}

.bmg-07em {
  margin-bottom: 0.7em !important;
}

.bmg-08em {
  margin-bottom: 0.8em !important;
}

.bmg-09em {
  margin-bottom: 0.9em !important;
}

.bmg-1em {
  margin-bottom: 1em !important;
}

.bmg-2em {
  margin-bottom: 2em !important;
}

.bmg-3em {
  margin-bottom: 3em !important;
}

.bmg-4em {
  margin-bottom: 4em !important;
}

.bmg-5em {
  margin-bottom: 5em !important;
}

.bmg-6em {
  margin-bottom: 6em !important;
}

.bmg-7em {
  margin-bottom: 7em !important;
}

.bmg-8em {
  margin-bottom: 8em !important;
}

.bmg-9em {
  margin-bottom: 9em !important;
}

.bmg-10em {
  margin-bottom: 10em !important;
}

/*** lmg ***/
.lmg-auto {
  margin-left: auto !important;
}

.lmg-0 {
  margin-left: 0px !important;
}

.lmg-1 {
  margin-left: 1px !important;
}

.lmg-2 {
  margin-left: 2px !important;
}

.lmg-3 {
  margin-left: 3px !important;
}

.lmg-4 {
  margin-left: 4px !important;
}

.lmg-5 {
  margin-left: 5px !important;
}

.lmg-10 {
  margin-left: 10px !important;
}

.lmg-15 {
  margin-left: 15px !important;
}

.lmg-20 {
  margin-left: 20px !important;
}

.lmg-25 {
  margin-left: 25px !important;
}

.lmg-30 {
  margin-left: 30px !important;
}

.lmg-40 {
  margin-left: 40px !important;
}

.lmg-50 {
  margin-left: 50px !important;
}

.lmg-60 {
  margin-left: 60px !important;
}

.lmg-70 {
  margin-left: 70px !important;
}

.lmg-80 {
  margin-left: 80px !important;
}

.lmg-90 {
  margin-left: 90px !important;
}

.lmg-100 {
  margin-left: 100px !important;
}

.lmg-01em {
  margin-left: 0.1em !important;
}

.lmg-02em {
  margin-left: 0.2em !important;
}

.lmg-03em {
  margin-left: 0.3em !important;
}

.lmg-04em {
  margin-left: 0.4em !important;
}

.lmg-05em {
  margin-left: 0.5em !important;
}

.lmg-06em {
  margin-left: 0.6em !important;
}

.lmg-07em {
  margin-left: 0.7em !important;
}

.lmg-08em {
  margin-left: 0.8em !important;
}

.lmg-09em {
  margin-left: 0.9em !important;
}

.lmg-1em {
  margin-left: 1em !important;
}

.lmg-2em {
  margin-left: 2em !important;
}

.lmg-3em {
  margin-left: 3em !important;
}

.lmg-4em {
  margin-left: 4em !important;
}

.lmg-5em {
  margin-left: 5em !important;
}

.lmg-6em {
  margin-left: 6em !important;
}

.lmg-7em {
  margin-left: 7em !important;
}

.lmg-8em {
  margin-left: 8em !important;
}

.lmg-9em {
  margin-left: 9em !important;
}

.lmg-10em {
  margin-left: 10em !important;
}

/*** tpd ***/
.tpd-0 {
  padding-top: 0px !important;
}

.tpd-5 {
  padding-top: 5px !important;
}

.tpd-10 {
  padding-top: 10px !important;
}

.tpd-20 {
  padding-top: 20px !important;
}

.tpd-30 {
  padding-top: 30px !important;
}

.tpd-40 {
  padding-top: 40px !important;
}

.tpd-50 {
  padding-top: 50px !important;
}

.tpd-01em {
  padding-top: 0.1em !important;
}

.tpd-02em {
  padding-top: 0.2em !important;
}

.tpd-03em {
  padding-top: 0.3em !important;
}

.tpd-04em {
  padding-top: 0.4em !important;
}

.tpd-05em {
  padding-top: 0.5em !important;
}

.tpd-06em {
  padding-top: 0.6em !important;
}

.tpd-07em {
  padding-top: 0.7em !important;
}

.tpd-08em {
  padding-top: 0.8em !important;
}

.tpd-09em {
  padding-top: 0.9em !important;
}

.tpd-1em {
  padding-top: 1em !important;
}

/*** rpd ***/
.rpd-0 {
  padding-right: 0px !important;
}

.rpd-5 {
  padding-right: 5px !important;
}

.rpd-10 {
  padding-right: 10px !important;
}

.rpd-20 {
  padding-right: 20px !important;
}

.rpd-30 {
  padding-right: 30px !important;
}

.rpd-40 {
  padding-right: 40px !important;
}

.rpd-50 {
  padding-right: 50px !important;
}

.rpd-60 {
  padding-right: 60px !important;
}

.rpd-70 {
  padding-right: 70px !important;
}

.rpd-80 {
  padding-right: 80px !important;
}

.rpd-90 {
  padding-right: 90px !important;
}

.rpd-100 {
  padding-right: 100px !important;
}

.rpd-01em {
  padding-right: 0.1em !important;
}

.rpd-02em {
  padding-right: 0.2em !important;
}

.rpd-03em {
  padding-right: 0.3em !important;
}

.rpd-04em {
  padding-right: 0.4em !important;
}

.rpd-05em {
  padding-right: 0.5em !important;
}

.rpd-06em {
  padding-right: 0.6em !important;
}

.rpd-07em {
  padding-right: 0.7em !important;
}

.rpd-08em {
  padding-right: 0.8em !important;
}

.rpd-09em {
  padding-right: 0.9em !important;
}

.rpd-1em {
  padding-right: 1em !important;
}

/*** bpd ***/
.bpd-0 {
  padding-bottom: 0px !important;
}

.bpd-5 {
  padding-bottom: 5px !important;
}

.bpd-10 {
  padding-bottom: 10px !important;
}

.bpd-20 {
  padding-bottom: 20px !important;
}

.bpd-30 {
  padding-bottom: 30px !important;
}

.bpd-40 {
  padding-bottom: 40px !important;
}

.bpd-50 {
  padding-bottom: 50px !important;
}

.bpd-01em {
  padding-bottom: 0.1em !important;
}

.bpd-02em {
  padding-bottom: 0.2em !important;
}

.bpd-03em {
  padding-bottom: 0.3em !important;
}

.bpd-04em {
  padding-bottom: 0.4em !important;
}

.bpd-05em {
  padding-bottom: 0.5em !important;
}

.bpd-06em {
  padding-bottom: 0.6em !important;
}

.bpd-07em {
  padding-bottom: 0.7em !important;
}

.bpd-08em {
  padding-bottom: 0.8em !important;
}

.bpd-09em {
  padding-bottom: 0.9em !important;
}

.bpd-1em {
  padding-bottom: 1em !important;
}

.bpd-2em {
  padding-bottom: 2em !important;
}

.bpd-3em {
  padding-bottom: 3em !important;
}

/*** lpd ***/
.lpd-0 {
  padding-left: 0px !important;
}

.lpd-5 {
  padding-left: 5px !important;
}

.lpd-10 {
  padding-left: 10px !important;
}

.lpd-20 {
  padding-left: 20px !important;
}

.lpd-30 {
  padding-left: 30px !important;
}

.lpd-40 {
  padding-left: 40px !important;
}

.lpd-50 {
  padding-left: 50px !important;
}

.lpd-60 {
  padding-left: 60px !important;
}

.lpd-70 {
  padding-left: 70px !important;
}

.lpd-80 {
  padding-left: 80px !important;
}

.lpd-90 {
  padding-left: 90px !important;
}

.lpd-100 {
  padding-left: 100px !important;
}

.lpd-01em {
  padding-left: 0.1em !important;
}

.lpd-02em {
  padding-left: 0.2em !important;
}

.lpd-03em {
  padding-left: 0.3em !important;
}

.lpd-04em {
  padding-left: 0.4em !important;
}

.lpd-05em {
  padding-left: 0.5em !important;
}

.lpd-06em {
  padding-left: 0.6em !important;
}

.lpd-07em {
  padding-left: 0.7em !important;
}

.lpd-08em {
  padding-left: 0.8em !important;
}

.lpd-09em {
  padding-left: 0.9em !important;
}

.lpd-1em {
  padding-left: 1em !important;
}

/*** padding ***/
.padd-0 {
  padding: 0px !important;
}

.padd-1 {
  padding: 1px !important;
}

.padd-2 {
  padding: 2px !important;
}

.padd-3 {
  padding: 3px !important;
}

.padd-4 {
  padding: 4px !important;
}

.padd-5 {
  padding: 5px !important;
}

.padd-10 {
  padding: 10px !important;
}

.padd-20 {
  padding: 20px !important;
}

.padd-30 {
  padding: 30px !important;
}

.padd-40 {
  padding: 40px !important;
}

.padd-50 {
  padding: 50px !important;
}

.padd-01em {
  padding: 0.1em !important;
}

.padd-02em {
  padding: 0.2em !important;
}

.padd-03em {
  padding: 0.3em !important;
}

.padd-04em {
  padding: 0.4em !important;
}

.padd-05em {
  padding: 0.5em !important;
}

.padd-06em {
  padding: 0.6em !important;
}

.padd-07em {
  padding: 0.7em !important;
}

.padd-08em {
  padding: 0.8em !important;
}

.padd-09em {
  padding: 0.9em !important;
}

.padd-1em {
  padding: 1em !important;
}

/**********************************
LAYOUT
**********************************/
* {
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

body {
  font-family: "Rethink Sans", sans-serif;
  color: #312a24;
  background: #ffffff;
  font-size: 1em;
  font-weight: 400;
}
@media (max-width: 575px) {
  body {
    text-align: center;
  }
}
@media (min-width: calc(767px + 1px)) {
  body {
    font-size: 1.1em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  body {
    font-size: 1.2em;
  }
}

.screen-out {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.screen {
  flex: 1 1 auto;
  padding-bottom: 7em;
}

.section-content-bg {
  margin-inline: auto;
  margin-top: 2em;
  padding-bottom: 2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: clamp(1px, 100%, 1600px);
  border-radius: 2em;
}
@media (min-width: calc(767px + 1px)) {
  .section-content-bg {
    margin-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .section-content-bg {
    margin-top: 5em;
    padding-bottom: 5em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .section-content-bg {
    margin-top: 6em;
    padding-bottom: 6em;
  }
}

.section-content .content-width {
  padding: 4em 0em 0 0em;
}
@media (min-width: calc(767px + 1px)) {
  .section-content .content-width {
    padding: 4em 0em 0 0em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .section-content .content-width {
    padding: 5em 0em 0 0em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .section-content .content-width {
    padding: 6em 0em 0 0em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .section-content .content-width--slim {
    padding-inline: 8em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .section-content .content-width--slim {
    padding-inline: 12em;
  }
}
@media (min-width: calc(1919px + 1px)) {
  .section-content .content-width--slim {
    padding-inline: 16em;
  }
}

.content-width {
  margin: auto;
  position: relative;
  width: 90vw;
  max-width: 1179px;
}

.detail-title {
  position: absolute;
  left: 50%;
  text-align: center;
  display: inline-block;
  transform: rotate(1.5deg) translate(-50%, -100%);
  background: #629f48;
  padding: 1em 2em 1em 2em;
  font-size: 1.6em;
  color: #ffffff;
}

.kotva {
  position: relative;
  top: 10px;
}

/**********************************
TOPBAR
**********************************/
/**********************************
HEADER
**********************************/
#head {
  position: relative;
}

.logo {
  display: inline-block;
  padding: 0 1.5rem;
  background-color: #312a24;
  position: fixed;
  top: 1.5rem;
  border-radius: 0 100vw 100vw 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: calc(767px + 1px)) {
  .logo {
    height: 4rem;
    padding: 0 3rem;
    top: 2rem;
  }
}
.logo img {
  display: block;
  width: 170px;
}
@media (min-width: calc(767px + 1px)) {
  .logo img {
    width: 250px;
  }
}
.logo span {
  display: none;
}

/**********************************
MENU
**********************************/
nav {
  position: fixed;
  top: 2rem;
  right: 0;
}
@media (max-width: 1089px) {
  nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible !important;
    background: #ffffff;
    text-align: center;
  }
  nav.mobile-down {
    display: flex;
    align-items: center;
  }
}

.menu {
  font-family: "Rethink Sans", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  position: relative;
  width: 100%;
  gap: 1em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1089px) {
  .menu {
    background-size: 30% 8px;
    background-image: url(../img/line.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-block: 2rem;
  }
}
@media (max-width: 767px) {
  .menu {
    background-size: 40% 8px;
  }
}
@media (max-width: 575px) {
  .menu {
    background-size: 50% 8px;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .menu {
    font-size: 0.9em;
    width: auto;
    flex-direction: row;
    gap: 2rem;
    border-radius: 100vw 0 0 100vw;
    background-color: rgba(255, 255, 255, 0.9);
    height: 4rem;
    align-items: center;
    padding-inline: 3rem;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    border: 1px solid rgba(49, 42, 36, 0.05);
    border-right: 0;
  }
}
.menu li {
  text-align: center;
}
.menu a {
  color: #000;
  padding: 0.3rem 0.3rem;
  line-height: 1.3;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.menu a:hover:not(.social-item) {
  color: #000;
  text-decoration: underline;
}
.menu a.act {
  text-decoration: underline;
}

.social a {
  margin: 0 0.8em;
}
.social a:hover {
  transform: scale(1.1);
}

.social-ico {
  height: 32px;
  display: block;
}
@media (min-width: calc(1089px + 1px)) {
  .social-ico {
    height: 24px;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .social-ico {
    height: 32px;
  }
}

.showmenu-out {
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  position: fixed;
  right: 4%;
  top: 1.5rem;
  background-color: #312a24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: calc(767px + 1px)) {
  .showmenu-out {
    top: 2rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .showmenu-out {
    display: none;
  }
}

.showmenu {
  color: #F7F4EE;
}

/*div.canvas {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	visibility: hidden;
    opacity: 0;
    //transition: visibility 0s 0.3s, opacity 0.3s linear;
    background: url(../img/bg/dark.jpg);           
    background-size: 1600px auto;               
    background-position: center top;  
}
div.canvas.act {
	visibility: visible;
    opacity: 1;
    //transition: opacity 0.3s linear;
    display: block;
    @include l {
        display: none;
    }
}
*/
.head-in.stuck .menu {
  margin-top: 0;
  position: static;
}

.head-in.stuck .showmenu-out {
  margin-top: 0;
  position: static;
}

/**********************************
MAIN
**********************************/
/**********************************
FOOTER
**********************************/
#foot {
  background-color: #312a24;
  position: relative;
  margin-top: auto;
  text-align: left;
}
#foot::before {
  content: "";
  position: absolute;
  transform: translateY(calc((100% - 1px) * -1));
  top: 0;
  width: 100%;
  height: 40px;
  background: url(../img/foot_top.png) center bottom repeat-x;
  background-size: 800px auto;
}
@media (min-width: calc(767px + 1px)) {
  #foot::before {
    background-size: 1100px auto;
  }
}
@media (min-width: calc(1089px + 1px)) {
  #foot::before {
    background-size: auto auto;
  }
}

.foot-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 0 2.5em 0;
  color: #F7F4EE;
  font-size: 0.8em;
  gap: 1em;
}
@media (min-width: calc(767px + 1px)) {
  .foot-in {
    flex-direction: row;
    justify-content: space-between;
    gap: 2em;
  }
}
.foot-in a {
  color: #F7F4EE;
}

@media (max-width: 767px) {
  .foot-logo {
    margin-bottom: 1em;
  }
}
.foot-logo img {
  width: 14em;
}

.foot-r {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.5rem;
}
@media (min-width: calc(767px + 1px)) {
  .foot-r {
    text-align: right;
  }
}

.footbar {
  background-color: #221d19;
  color: rgba(247, 244, 238, 0.4);
  text-align: center;
  font-size: 0.65em;
  padding: 0.8em 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-weight: 100;
}
.footbar a {
  color: rgba(247, 244, 238, 0.4);
}

.logo {
  z-index: 29;
}

.preloader {
  z-index: 28;
}

.showmenu-out {
  z-index: 27;
}

nav {
  z-index: 19;
}

.detail-title {
  z-index: 10;
}

.homeslider::after {
  z-index: 9;
}

/**********************************
FORMS
**********************************/
.form-row-out {
  position: relative;
  margin: 0 0 0.7em 0;
}
.form-row-out:last-child {
  margin-bottom: 0;
}

.form-row {
  display: flex;
  position: relative;
  flex-direction: column;
}
.form-row > * {
  margin-bottom: 0.7em;
  flex: 1;
}
.form-row > *:last-child {
  margin-bottom: 0;
}
.form-row > *.column-1 {
  flex: 1;
}
.form-row > *.column-2 {
  flex: 2;
}
.form-row > *.column-3 {
  flex: 3;
}
.form-row > *.column-4 {
  flex: 4;
}
.form-row > *.column-5 {
  flex: 5;
}
.form-row > *.column-6 {
  flex: 6;
}
.form-row > *.column-7 {
  flex: 7;
}
.form-row > *.column-8 {
  flex: 8;
}
.form-row > *.column-9 {
  flex: 9;
}
.form-row > *.column-10 {
  flex: 10;
}
@media (min-width: calc(767px + 1px)) {
  .form-row:not(.form-row--column) {
    flex-direction: row;
  }
  .form-row:not(.form-row--column) > * {
    margin: 0 0.7em 0 0;
  }
  .form-row:not(.form-row--column) > *:last-child {
    margin-right: 0;
  }
}
.form-row input, .form-row select, .form-row textarea, .form-row label {
  width: 100%;
}

.form-item {
  position: relative;
}

.form-item label {
  align-items: center;
}

.form-item-report {
  position: absolute;
  padding: 0.3em;
  border-radius: 0.2em;
  left: max(16px, var(--mdc-shape-small, 4px) + 4px);
  margin-top: -5px;
  font-size: 0.9em;
  z-index: 1;
}
.form-item-report::before {
  content: "";
  position: absolute;
  left: 1em;
  top: -0.2em;
  background-color: inherit;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}

.form-item-report-in {
  position: relative;
  display: inline-block;
}

.form-checkboxes-out .form-item-report {
  left: 2px;
}

.form-item-help {
  font-size: 0.8em;
  padding-top: 0.2em;
}

.form-row-help {
  font-size: 0.8em;
  padding-top: 0.2em;
}

.buttons-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.buttons-row > * > * {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: calc(767px + 1px)) {
  .buttons-row:not(.buttons-row--col-l, .buttons-row--col-xl) {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row:not(.buttons-row--col-l, .buttons-row--col-xl) > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row:not(.buttons-row--col-l, .buttons-row--col-xl) > * > *:last-child {
    margin-right: 0;
  }
}
.buttons-row--fixed {
  flex-direction: row;
  justify-content: space-between;
}
.buttons-row--fixed > * > * {
  margin-bottom: 0;
  margin-right: 0.5em;
  width: auto;
}
.buttons-row--fixed > * > *:last-child {
  margin-right: 0;
}
@media (min-width: calc(1089px + 1px)) {
  .buttons-row--col-l {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-l > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-l > * > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .buttons-row--col-xl {
    flex-direction: row;
    justify-content: space-between;
  }
  .buttons-row--col-xl > * > * {
    margin-bottom: 0;
    margin-right: 0.5em;
    width: auto;
  }
  .buttons-row--col-xl > * > *:last-child {
    margin-right: 0;
  }
}

.buttons-row-c {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.buttons-row-c > * {
  margin-bottom: 0.5em;
  width: 100%;
}
@media (min-width: calc(767px + 1px)) {
  .buttons-row-c {
    flex-direction: row;
    justify-content: center;
  }
  .buttons-row-c > * {
    margin-bottom: 0;
    margin-inline: 0.25em;
    width: auto;
  }
}

.buttons-row--bg {
  background: #ffffff;
  box-shadow: rgba(17, 17, 17, 0.2) 0 0 15px;
  border-radius: 0.15em;
  padding: 1em;
}

/**********************************
TABLES
**********************************/
.table-fixed {
  table-layout: fixed;
}

.min-content {
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: calc(767px + 1px)) {
  .min-content {
    width: 1px;
    white-space: nowrap;
  }
}

.table1 {
  width: 100%;
}

.table1 td,
.table1 th {
  padding: 0.4em 0.8em;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  flex: 0 1 auto;
  background-color: rgba(17, 17, 17, 0.025);
}

.table1 tr:last-child td,
.table1 tr:last-child th {
  border: none;
}

.table1 thead th {
  background-color: #000;
}

.table-overflow {
  overflow: auto;
  max-width: 100%;
}

/**********************************
OTHERS
**********************************/
.blok {
  background-color: rgba(17, 17, 17, 0.05);
  padding: 1em;
  border-radius: 2em;
}
@media (min-width: calc(1089px + 1px)) {
  .blok {
    padding: 1.5em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .blok {
    padding: 3em;
  }
}

.line {
  height: 26px;
  line-height: 0;
  font-size: 1em;
  background-image: url(../img/line.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-buttons {
  margin-top: 2em;
}
@media (min-width: calc(767px + 1px)) {
  .section-buttons {
    margin-top: 3em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .section-buttons {
    margin-top: 4em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .section-buttons {
    margin-top: 5em;
  }
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/icons/preloader.svg) center no-repeat #F7F4EE;
}

@media (max-width: 1279px) {
  .kotva {
    position: relative;
    top: -65px;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
  }
}

/**********************************
SLIDER
**********************************/
.homeslider {
  max-height: 90dvh;
  overflow: hidden;
  position: relative;
}
.homeslider::after {
  content: "";
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/head_bott.png) repeat-x center bottom;
  background-size: 800px auto;
}
@media (min-width: calc(767px + 1px)) {
  .homeslider::after {
    background-size: 1100px auto;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .homeslider::after {
    background-size: auto auto;
  }
}
.homeslider img {
  max-height: 90dvh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.homeslider--short img {
  max-height: 35dvh;
}

.slide {
  position: relative;
}

.slider-desc {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  color: #ffffff;
  text-align: center;
  padding: 3em;
}
.slider-desc-title {
  font-size: 2.5em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: black 0 0 10px;
}
@media (min-width: calc(767px + 1px)) {
  .slider-desc-title {
    font-size: 3.5em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .slider-desc-title {
    font-size: 5em;
  }
}
.slider-desc-txt {
  font-size: 1.2em;
  text-shadow: black 0 0 10px;
  font-weight: 500;
}
@media (min-width: calc(767px + 1px)) {
  .slider-desc-txt {
    font-size: 1.4em;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .slider-desc-txt {
    font-size: 1.8em;
  }
}

/**********************************
POPUP
**********************************/
#canvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  background: rgba(17, 17, 17, 0.9);
}

#canvas.act {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s linear;
  display: block;
}

#popup {
  padding: 1em;
  background-color: #ffffff;
  color: #111;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 11000;
  border-radius: 0.15em;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: calc(767px + 1px)) {
  #popup {
    top: 1%;
    width: 98%;
    height: auto;
    position: absolute;
    overflow-y: visible;
  }
}
@media (min-width: calc(1919px + 1px)) {
  #popup {
    padding: 2em;
    top: 10%;
    left: 50%;
    width: 90%;
  }
}
#popup.popup-10 {
  width: 10em;
}
#popup.popup-20 {
  width: 20em;
}
#popup.popup-30 {
  width: 30em;
}
#popup.popup-40 {
  width: 40em;
}
#popup.popup-50 {
  width: 50em;
}
#popup.popup-60 {
  width: 60em;
}
#popup.popup-70 {
  width: 70em;
}
#popup.popup-80 {
  width: 80em;
}
#popup.popup-90 {
  width: 90em;
}
#popup.popup-100 {
  width: 100em;
}
#popup.popup-110 {
  width: 110em;
}
#popup.popup-120 {
  width: 120em;
}
#popup.popup-130 {
  width: 130em;
}
#popup.popup-140 {
  width: 150em;
}
#popup.popup-150 {
  width: 150em;
}

.popup-close {
  position: absolute;
  right: 0.7rem;
  top: 0.7rem;
  font-size: 2em;
  color: #111;
}
@media (min-width: calc(1089px + 1px)) {
  .popup-close {
    right: 1.5rem;
    top: 1.5rem;
  }
}

/**********************************
GALLERY
**********************************/
.fotogalerie {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fotogalerie-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .fotogalerie-row {
    flex-wrap: wrap;
  }
  .fotogalerie-row .fotogalerie-item:nth-child(1) {
    width: calc(60% - 5px);
  }
  .fotogalerie-row .fotogalerie-item:nth-child(2) {
    width: calc(40% - 5px);
  }
  .fotogalerie-row .fotogalerie-item:nth-child(3) {
    width: calc(40% - 5px);
  }
  .fotogalerie-row .fotogalerie-item:nth-child(4) {
    width: calc(60% - 5px);
  }
}
@media (min-width: calc(575px + 1px)) {
  .fotogalerie-row .fotogalerie-item:nth-child(1) {
    flex: 7;
  }
  .fotogalerie-row .fotogalerie-item:nth-child(2) {
    flex: 4;
  }
  .fotogalerie-row .fotogalerie-item:nth-child(3) {
    flex: 5;
  }
  .fotogalerie-row .fotogalerie-item:nth-child(4) {
    flex: 6;
  }
  .fotogalerie-row:nth-child(2n) .fotogalerie-item:nth-child(1) {
    flex: 4;
  }
  .fotogalerie-row:nth-child(2n) .fotogalerie-item:nth-child(2) {
    flex: 6;
  }
  .fotogalerie-row:nth-child(2n) .fotogalerie-item:nth-child(3) {
    flex: 7;
  }
  .fotogalerie-row:nth-child(2n) .fotogalerie-item:nth-child(4) {
    flex: 5;
  }
  .fotogalerie-row:nth-child(3n) .fotogalerie-item:nth-child(1) {
    flex: 8;
  }
  .fotogalerie-row:nth-child(3n) .fotogalerie-item:nth-child(2) {
    flex: 7;
  }
  .fotogalerie-row:nth-child(3n) .fotogalerie-item:nth-child(3) {
    flex: 6;
  }
  .fotogalerie-row:nth-child(3n) .fotogalerie-item:nth-child(4) {
    flex: 7;
  }
  .fotogalerie-row:nth-child(4n) .fotogalerie-item:nth-child(1) {
    flex: 4;
  }
  .fotogalerie-row:nth-child(4n) .fotogalerie-item:nth-child(2) {
    flex: 5;
  }
  .fotogalerie-row:nth-child(4n) .fotogalerie-item:nth-child(3) {
    flex: 5;
  }
  .fotogalerie-row:nth-child(4n) .fotogalerie-item:nth-child(4) {
    flex: 4;
  }
}

.fotogalerie-item {
  height: 150px;
  position: relative;
  border-radius: 2em;
  overflow: hidden;
}
@media (min-width: calc(399px + 1px)) {
  .fotogalerie-item {
    height: 200px;
  }
}
@media (min-width: calc(575px + 1px)) {
  .fotogalerie-item {
    height: 180px;
  }
}
@media (min-width: calc(767px + 1px)) {
  .fotogalerie-item {
    height: 200px;
  }
}
@media (min-width: calc(1089px + 1px)) {
  .fotogalerie-item {
    height: 300px;
  }
}
.fotogalerie-item .fotogalerie-item-next-desc {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}
.fotogalerie-item .fotogalerie-item-next-desc-title {
  margin-top: -3px;
}
.fotogalerie-item:hover .fotogalerie-item-next-desc {
  background-color: rgba(0, 0, 0, 0.9);
}
.fotogalerie-item:hover .fotogalerie-item-next-desc-title {
  text-decoration: underline;
}
.fotogalerie-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/**********************************
KONTAKTY
**********************************/
.kontakt-blok {
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 1rem;
  text-decoration: none;
}
@media (min-width: calc(1089px + 1px)) {
  .kontakt-blok {
    font-size: 1.1rem;
  }
}
.kontakt-blok:hover {
  text-decoration: none;
}
.kontakt-blok:hover .kontakt-blok-txt {
  text-decoration: underline;
}

.kontakt-blok-in {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.kontakt-blok-ico {
  color: #F7F4EE;
}
@media (min-width: calc(1279px + 1px)) {
  .kontakt-blok-ico {
    font-size: 32px;
  }
}

.kontakt-blok-txt {
  font-weight: 400;
}

.foot-kontakty {
  display: flex;
  gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: calc(575px + 1px)) {
  .foot-kontakty {
    flex-direction: row;
    justify-content: flex-end;
    gap: 3em;
  }
}

.perex-kontakty {
  background-image: url(../img/wavy_line.png);
  background-size: 100% 8px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 1em;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 90%;
  font-family: "Rethink Sans", sans-serif;
  color: #111;
  padding-inline: 15px;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .perex-kontakty {
    padding-inline: 0;
  }
}
@media (min-width: calc(575px + 1px)) {
  .perex-kontakty {
    flex-direction: row;
    justify-content: space-between;
  }
}
.perex-kontakty .kontakt-blok-ico {
  color: #111;
  font-size: 24px;
  font-weight: 600;
}
.perex-kontakty .kontakt-blok-txt {
  font-weight: 600;
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .perex-kontakty .kontakt-blok-txt {
    font-size: 0.9em;
  }
}
.perex-kontakty a {
  color: #111;
}

/**********************************
PEREX
**********************************/
.perex {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  font-weight: 300;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  row-gap: 2rem;
}
@media (min-width: calc(575px + 1px)) {
  .perex {
    flex-direction: row;
    justify-content: center;
  }
}
.perex-desc {
  flex: 5;
}
.perex-photo {
  flex: 2;
}
.perex-photo img {
  border-radius: 2em;
}

/**********************************
INFOBOX
**********************************/
.infobox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
.infobox--bg {
  padding: 0 2em 2em 0;
  border: 1px solid #629f48;
  border-radius: 0 2em 2em 2em;
  background-color: rgba(255, 255, 255, 0.75);
  align-items: flex-start;
}

.infobox-title {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 0.8em;
  color: #629f48;
}

.infobox--bg .infobox-title {
  padding: 0.5em 2em 0.5em 2em;
  border: 1px solid #629f48;
  transform: translate(-1px, -1px);
  border-radius: 0 2em 2em 0;
}

.infobox-cols {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: calc(575px + 1px)) {
  .infobox-cols {
    flex-direction: row;
  }
}
.infobox-cols--l {
  text-align: left;
}

.infobox-cols-item {
  flex: 1;
  padding: 2em;
  display: flex;
  gap: 1em;
  flex-direction: column;
}
.infobox-cols-item:not(:first-child) {
  border-top: 2px dashed #629f48;
}
@media (min-width: calc(575px + 1px)) {
  .infobox-cols-item:not(:first-child) {
    border-top: 0;
    border-left: 2px dashed #629f48;
  }
}
.infobox-cols-item:first-child {
  padding-top: 0;
}
.infobox-cols-item:last-child {
  padding-bottom: 0;
}
@media (min-width: calc(575px + 1px)) {
  .infobox-cols-item {
    padding: 0 2em;
  }
}

/**********************************
CIKCAK
**********************************/
.cikcak {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

.cikcak-row {
  display: flex;
  gap: 3em;
}
.cikcak-row:nth-child(even) .cikcak-row-item--txt {
  order: -1;
}
@media (max-width: 767px) {
  .cikcak-row {
    flex-direction: column;
    gap: 2em;
  }
}

a.cikcak-row {
  padding: 1em;
  border-radius: 5px;
}
a.cikcak-row:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  text-decoration: none;
}

.cikcak-row-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  justify-content: center;
}
.cikcak-row-item h3 {
  font-weight: 700;
  font-size: 1.3em;
}
.cikcak-row-item.col-2 {
  flex: 2;
}

.cikcak-row-item--img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cikcak-row-item--img {
    order: 3;
  }
}
.cikcak-row-item--img img {
  display: block;
  border-radius: 2em;
}

/**********************************
UVOD
**********************************/
.home-desc {
  margin-top: 1rem;
  line-height: 2.2;
}
.home-desc--c {
  width: 100%;
  text-align: center;
  transform: none;
}
@media (min-width: calc(767px + 1px)) {
  .home-desc {
    width: 80%;
    margin-top: 1.5rem;
  }
  .home-desc--r {
    margin-top: 2rem;
    padding-right: 1.5rem;
    margin-left: auto;
  }
  .home-desc--c {
    width: 100%;
    text-align: center;
    transform: none;
    padding-inline: 2em;
  }
}
@media (min-width: calc(1279px + 1px)) {
  .home-desc {
    width: calc(75% + 3rem);
    margin-top: 2rem;
  }
  .home-desc--r {
    padding-right: 3rem;
    margin-top: 3rem;
  }
  .home-desc--c {
    width: 100%;
    transform: none;
    padding-inline: 8em;
  }
}
@media (min-width: calc(1919px + 1px)) {
  .home-desc {
    width: calc(65% + 3rem);
    margin-top: 2rem;
  }
  .home-desc--r {
    padding-right: 3rem;
    margin-top: 3rem;
  }
  .home-desc--c {
    width: 100%;
    padding-inline: 12em;
    transform: none;
  }
}

.kontakt-box {
  display: flex;
  background-color: #629f48;
  color: #ffffff;
  border-radius: 2em;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: calc(767px + 1px)) {
  .kontakt-box {
    flex-direction: row;
  }
}
.kontakt-box-l {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f3e8;
  padding: 2rem;
}
@media (min-width: calc(767px + 1px)) {
  .kontakt-box-l {
    width: 30%;
  }
}
.kontakt-box-l img {
  width: 100%;
  max-width: 250px;
}
.kontakt-box-r {
  padding: 3.5rem;
  flex: 1 1 auto;
}

/**********************************
ENDCLASSES
**********************************/
.hidden, .submithidden {
  display: none;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}/*# sourceMappingURL=style.css.map */