:root {
  --clr-base-100: hsl(217, 64%, 21%);
  --clr-base-200: hsl(217, 64%, 31%);
  --clr-base-300: hsl(217, 64%, 41%);
  --clr-base-350: hsl(211, 16%, 12%);
  --clr-second-100: hsl(198, 100%, 35%);
  --clr-second-200: hsl(198, 100%, 45%);
  --clr-second-300: hsl(198, 100%, 55%);
  --clr-third-100: hsl(213, 82%, 98%);
  --clr-third-150: hsl(211.03, 100%, 94.31%);
  --clr-third-200: hsl(213, 82%, 88%);
  --clr-third-300: hsl(213, 82%, 78%);
  --clr-third-350: hsl(213, 82%, 68%);
  --clr-fourth-100: hsl(107, 46%, 32%);
  --clr-fourth-200: hsl(107, 46%, 42%);
  --clr-fourth-300: hsl(107, 46%, 52%);
  --clr-link-100: hsl(209, 100%, 60%);
  --clr-link-200: hsl(209, 100%, 50%);
  --clr-link-300: hsl(209, 100%, 40%);
  --clr-link-350: hsl(209, 100%, 37%);
  --clr-gray-100: hsl(0, 0%, 90%);
  --clr-gray-200: hsl(0, 0%, 86%);
  --clr-gray-300: hsl(0, 0%, 76%);
  --clr-gray-350: hsl(0, 0%, 73%);
  --clr-gray-400: hsl(0, 0%, 44%);
  --clr-black-100: hsl(240, 4%, 20%);
  --clr-black-200: hsl(240, 4%, 10%);
  --clr-black-300: hsl(0, 0%, 0%);
  --clr-white-100: hsl(0, 0%, 100%);
  --clr-white-200: hsl(0, 0%, 95%);
  --clr-white-300: hsl(0, 0%, 90%);
  --clr-white-350: hsl(0, 0%, 87%);
  --clr-danger-100: hsl(8, 93%, 60%);
  --clr-danger-200: hsl(8, 93%, 57%);
  --clr-danger-300: hsl(8, 93%, 50%);
  --clr-danger-350: hsl(8, 93%, 40%);
  --clr-warning-100: hsl(47, 100%, 71%);
  --clr-warning-200: hsl(47, 100%, 61%);
  --clr-warning-300: hsl(47, 100%, 51%);
}

.bg-base-100 {
  background-color: hsl(217, 64%, 21%);
}

.bg-base-200 {
  background-color: hsl(217, 64%, 31%);
}

.bg-base-300 {
  background-color: hsl(217, 64%, 41%);
}

.bg-base-350 {
  background-color: hsl(211, 16%, 12%);
}

.bg-second-100 {
  background-color: hsl(198, 100%, 35%);
}

.bg-second-200 {
  background-color: hsl(198, 100%, 45%);
}

.bg-second-300 {
  background-color: hsl(198, 100%, 55%);
}

.bg-third-100 {
  background-color: hsl(213, 82%, 98%);
}

.bg-third-150 {
  background-color: hsl(211.03, 100%, 94.31%);
}

.bg-third-200 {
  background-color: hsl(213, 82%, 88%);
}

.bg-third-300 {
  background-color: hsl(213, 82%, 78%);
}

.bg-third-350 {
  background-color: hsl(213, 82%, 68%);
}

.bg-fourth-100 {
  background-color: hsl(107, 46%, 32%);
}

.bg-fourth-200 {
  background-color: hsl(107, 46%, 42%);
}

.bg-fourth-300 {
  background-color: hsl(107, 46%, 52%);
}

.bg-link-100 {
  background-color: hsl(209, 100%, 60%);
}

.bg-link-200 {
  background-color: hsl(209, 100%, 50%);
}

.bg-link-300 {
  background-color: hsl(209, 100%, 40%);
}

.bg-link-350 {
  background-color: hsl(209, 100%, 37%);
}

.bg-gray-100 {
  background-color: hsl(0, 0%, 90%);
}

.bg-gray-200 {
  background-color: hsl(0, 0%, 86%);
}

.bg-gray-300 {
  background-color: hsl(0, 0%, 76%);
}

.bg-gray-350 {
  background-color: hsl(0, 0%, 73%);
}

.bg-gray-400 {
  background-color: hsl(0, 0%, 44%);
}

.bg-black-100 {
  background-color: hsl(240, 4%, 20%);
}

.bg-black-200 {
  background-color: hsl(240, 4%, 10%);
}

.bg-black-300 {
  background-color: hsl(0, 0%, 0%);
}

.bg-white-100 {
  background-color: hsl(0, 0%, 100%);
}

.bg-white-200 {
  background-color: hsl(0, 0%, 95%);
}

.bg-white-300 {
  background-color: hsl(0, 0%, 90%);
}

.bg-white-350 {
  background-color: hsl(0, 0%, 87%);
}

.bg-danger-100 {
  background-color: hsl(8, 93%, 60%);
}

.bg-danger-200 {
  background-color: hsl(8, 93%, 57%);
}

.bg-danger-300 {
  background-color: hsl(8, 93%, 50%);
}

.bg-danger-350 {
  background-color: hsl(8, 93%, 40%);
}

.bg-warning-100 {
  background-color: hsl(47, 100%, 71%);
}

.bg-warning-200 {
  background-color: hsl(47, 100%, 61%);
}

.bg-warning-300 {
  background-color: hsl(47, 100%, 51%);
}

.fill-base-100 {
  fill: hsl(217, 64%, 21%);
}
.fill-base-100 path {
  fill: hsl(217, 64%, 21%);
}

.fill-base-200 {
  fill: hsl(217, 64%, 31%);
}
.fill-base-200 path {
  fill: hsl(217, 64%, 31%);
}

.fill-base-300 {
  fill: hsl(217, 64%, 41%);
}
.fill-base-300 path {
  fill: hsl(217, 64%, 41%);
}

.fill-base-350 {
  fill: hsl(211, 16%, 12%);
}
.fill-base-350 path {
  fill: hsl(211, 16%, 12%);
}

.fill-second-100 {
  fill: hsl(198, 100%, 35%);
}
.fill-second-100 path {
  fill: hsl(198, 100%, 35%);
}

.fill-second-200 {
  fill: hsl(198, 100%, 45%);
}
.fill-second-200 path {
  fill: hsl(198, 100%, 45%);
}

.fill-second-300 {
  fill: hsl(198, 100%, 55%);
}
.fill-second-300 path {
  fill: hsl(198, 100%, 55%);
}

.fill-third-100 {
  fill: hsl(213, 82%, 98%);
}
.fill-third-100 path {
  fill: hsl(213, 82%, 98%);
}

.fill-third-150 {
  fill: hsl(211.03, 100%, 94.31%);
}
.fill-third-150 path {
  fill: hsl(211.03, 100%, 94.31%);
}

.fill-third-200 {
  fill: hsl(213, 82%, 88%);
}
.fill-third-200 path {
  fill: hsl(213, 82%, 88%);
}

.fill-third-300 {
  fill: hsl(213, 82%, 78%);
}
.fill-third-300 path {
  fill: hsl(213, 82%, 78%);
}

.fill-third-350 {
  fill: hsl(213, 82%, 68%);
}
.fill-third-350 path {
  fill: hsl(213, 82%, 68%);
}

.fill-fourth-100 {
  fill: hsl(107, 46%, 32%);
}
.fill-fourth-100 path {
  fill: hsl(107, 46%, 32%);
}

.fill-fourth-200 {
  fill: hsl(107, 46%, 42%);
}
.fill-fourth-200 path {
  fill: hsl(107, 46%, 42%);
}

.fill-fourth-300 {
  fill: hsl(107, 46%, 52%);
}
.fill-fourth-300 path {
  fill: hsl(107, 46%, 52%);
}

.fill-link-100 {
  fill: hsl(209, 100%, 60%);
}
.fill-link-100 path {
  fill: hsl(209, 100%, 60%);
}

.fill-link-200 {
  fill: hsl(209, 100%, 50%);
}
.fill-link-200 path {
  fill: hsl(209, 100%, 50%);
}

.fill-link-300 {
  fill: hsl(209, 100%, 40%);
}
.fill-link-300 path {
  fill: hsl(209, 100%, 40%);
}

.fill-link-350 {
  fill: hsl(209, 100%, 37%);
}
.fill-link-350 path {
  fill: hsl(209, 100%, 37%);
}

.fill-gray-100 {
  fill: hsl(0, 0%, 90%);
}
.fill-gray-100 path {
  fill: hsl(0, 0%, 90%);
}

.fill-gray-200 {
  fill: hsl(0, 0%, 86%);
}
.fill-gray-200 path {
  fill: hsl(0, 0%, 86%);
}

.fill-gray-300 {
  fill: hsl(0, 0%, 76%);
}
.fill-gray-300 path {
  fill: hsl(0, 0%, 76%);
}

.fill-gray-350 {
  fill: hsl(0, 0%, 73%);
}
.fill-gray-350 path {
  fill: hsl(0, 0%, 73%);
}

.fill-gray-400 {
  fill: hsl(0, 0%, 44%);
}
.fill-gray-400 path {
  fill: hsl(0, 0%, 44%);
}

.fill-black-100 {
  fill: hsl(240, 4%, 20%);
}
.fill-black-100 path {
  fill: hsl(240, 4%, 20%);
}

.fill-black-200 {
  fill: hsl(240, 4%, 10%);
}
.fill-black-200 path {
  fill: hsl(240, 4%, 10%);
}

.fill-black-300 {
  fill: hsl(0, 0%, 0%);
}
.fill-black-300 path {
  fill: hsl(0, 0%, 0%);
}

.fill-white-100 {
  fill: hsl(0, 0%, 100%);
}
.fill-white-100 path {
  fill: hsl(0, 0%, 100%);
}

.fill-white-200 {
  fill: hsl(0, 0%, 95%);
}
.fill-white-200 path {
  fill: hsl(0, 0%, 95%);
}

.fill-white-300 {
  fill: hsl(0, 0%, 90%);
}
.fill-white-300 path {
  fill: hsl(0, 0%, 90%);
}

.fill-white-350 {
  fill: hsl(0, 0%, 87%);
}
.fill-white-350 path {
  fill: hsl(0, 0%, 87%);
}

.fill-danger-100 {
  fill: hsl(8, 93%, 60%);
}
.fill-danger-100 path {
  fill: hsl(8, 93%, 60%);
}

.fill-danger-200 {
  fill: hsl(8, 93%, 57%);
}
.fill-danger-200 path {
  fill: hsl(8, 93%, 57%);
}

.fill-danger-300 {
  fill: hsl(8, 93%, 50%);
}
.fill-danger-300 path {
  fill: hsl(8, 93%, 50%);
}

.fill-danger-350 {
  fill: hsl(8, 93%, 40%);
}
.fill-danger-350 path {
  fill: hsl(8, 93%, 40%);
}

.fill-warning-100 {
  fill: hsl(47, 100%, 71%);
}
.fill-warning-100 path {
  fill: hsl(47, 100%, 71%);
}

.fill-warning-200 {
  fill: hsl(47, 100%, 61%);
}
.fill-warning-200 path {
  fill: hsl(47, 100%, 61%);
}

.fill-warning-300 {
  fill: hsl(47, 100%, 51%);
}
.fill-warning-300 path {
  fill: hsl(47, 100%, 51%);
}

.aq-btn.bg-base-100:hover {
  background-color: var(--clr-base-200);
}

.aq-btn.bg-base-200:hover {
  background-color: hsl(217, 64%, 41%);
}

.aq-btn.bg-base-200:focus,
.aq-btn.bg-base-200:active {
  background-color: hsl(211, 16%, 12%);
}

.aq-btn.bg-base-200:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(25.704, 30.4368, 35.496, 0.5);
}

.aq-btn.bg-second-100:hover {
  background-color: var(--clr-second-200);
}

.aq-btn.bg-second-200:hover {
  background-color: hsl(198, 100%, 55%);
}

.aq-btn.bg-third-100:hover {
  background-color: var(--clr-third-200);
}

.aq-btn.bg-third-200:hover {
  background-color: hsl(213, 82%, 78%);
}

.aq-btn.bg-third-200:focus,
.aq-btn.bg-third-200:active {
  background-color: hsl(213, 82%, 68%);
}

.aq-btn.bg-third-200:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(106.488, 166.7088, 240.312, 0.5);
}

.aq-btn.bg-fourth-100:hover {
  background-color: var(--clr-fourth-200);
}

.aq-btn.bg-fourth-200:hover {
  background-color: hsl(107, 46%, 52%);
}

.aq-btn.bg-link-100:hover {
  background-color: var(--clr-link-200);
}

.aq-btn.bg-link-200:hover {
  background-color: hsl(209, 100%, 40%);
}

.aq-btn.bg-link-200:focus,
.aq-btn.bg-link-200:active {
  background-color: hsl(209, 100%, 37%);
}

.aq-btn.bg-link-200:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(0, 97.495, 188.7, 0.5);
}

.aq-btn.bg-gray-100:hover {
  background-color: var(--clr-gray-200);
}

.aq-btn.bg-gray-200:hover {
  background-color: hsl(0, 0%, 76%);
}

.aq-btn.bg-gray-200:focus,
.aq-btn.bg-gray-200:active {
  background-color: hsl(0, 0%, 73%);
}

.aq-btn.bg-gray-200:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(186.15, 186.15, 186.15, 0.5);
}

.aq-btn.bg-black-100:hover {
  background-color: var(--clr-black-200);
}

.aq-btn.bg-black-200:hover {
  background-color: hsl(0, 0%, 0%);
}

.aq-btn.bg-white-100:hover {
  background-color: var(--clr-white-200);
}

.aq-btn.bg-white-200:hover {
  background-color: hsl(0, 0%, 90%);
}

.aq-btn.bg-white-200:focus,
.aq-btn.bg-white-200:active {
  background-color: hsl(0, 0%, 87%);
}

.aq-btn.bg-white-200:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(221.85, 221.85, 221.85, 0.5);
}

.aq-btn.bg-danger-100:hover {
  background-color: var(--clr-danger-200);
}

.aq-btn.bg-danger-200:hover {
  background-color: hsl(8, 93%, 50%);
}

.aq-btn.bg-danger-200:focus,
.aq-btn.bg-danger-200:active {
  background-color: hsl(8, 93%, 40%);
}

.aq-btn.bg-danger-200:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(196.86, 32.436, 7.14, 0.5);
}

.aq-btn.bg-warning-100:hover {
  background-color: var(--clr-warning-200);
}

.aq-btn.bg-warning-200:hover {
  background-color: hsl(47, 100%, 51%);
}

li[data-toggle].bg-white-100:active {
  background-color: var(--clr-white-200);
}
li[data-toggle].bg-white-100:focus {
  outline: 1px solid var(--clr-link-100);
}

.text-base-100 {
  color: hsl(217, 64%, 21%) !important;
}

.text-base-200 {
  color: hsl(217, 64%, 31%) !important;
}

.text-base-300 {
  color: hsl(217, 64%, 41%) !important;
}

.text-base-350 {
  color: hsl(211, 16%, 12%) !important;
}

.text-second-100 {
  color: hsl(198, 100%, 35%) !important;
}

.text-second-200 {
  color: hsl(198, 100%, 45%) !important;
}

.text-second-300 {
  color: hsl(198, 100%, 55%) !important;
}

.text-third-100 {
  color: hsl(213, 82%, 98%) !important;
}

.text-third-150 {
  color: hsl(211.03, 100%, 94.31%) !important;
}

.text-third-200 {
  color: hsl(213, 82%, 88%) !important;
}

.text-third-300 {
  color: hsl(213, 82%, 78%) !important;
}

.text-third-350 {
  color: hsl(213, 82%, 68%) !important;
}

.text-fourth-100 {
  color: hsl(107, 46%, 32%) !important;
}

.text-fourth-200 {
  color: hsl(107, 46%, 42%) !important;
}

.text-fourth-300 {
  color: hsl(107, 46%, 52%) !important;
}

.text-link-100 {
  color: hsl(209, 100%, 60%) !important;
}

.text-link-200 {
  color: hsl(209, 100%, 50%) !important;
}

.text-link-300 {
  color: hsl(209, 100%, 40%) !important;
}

.text-link-350 {
  color: hsl(209, 100%, 37%) !important;
}

.text-gray-100 {
  color: hsl(0, 0%, 90%) !important;
}

.text-gray-200 {
  color: hsl(0, 0%, 86%) !important;
}

.text-gray-300 {
  color: hsl(0, 0%, 76%) !important;
}

.text-gray-350 {
  color: hsl(0, 0%, 73%) !important;
}

.text-gray-400 {
  color: hsl(0, 0%, 44%) !important;
}

.text-black-100 {
  color: hsl(240, 4%, 20%) !important;
}

.text-black-200 {
  color: hsl(240, 4%, 10%) !important;
}

.text-black-300 {
  color: hsl(0, 0%, 0%) !important;
}

.text-white-100 {
  color: hsl(0, 0%, 100%) !important;
}

.text-white-200 {
  color: hsl(0, 0%, 95%) !important;
}

.text-white-300 {
  color: hsl(0, 0%, 90%) !important;
}

.text-white-350 {
  color: hsl(0, 0%, 87%) !important;
}

.text-danger-100 {
  color: hsl(8, 93%, 60%) !important;
}

.text-danger-200 {
  color: hsl(8, 93%, 57%) !important;
}

.text-danger-300 {
  color: hsl(8, 93%, 50%) !important;
}

.text-danger-350 {
  color: hsl(8, 93%, 40%) !important;
}

.text-warning-100 {
  color: hsl(47, 100%, 71%) !important;
}

.text-warning-200 {
  color: hsl(47, 100%, 61%) !important;
}

.text-warning-300 {
  color: hsl(47, 100%, 51%) !important;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0 !important;
}

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

button {
  cursor: pointer;
  border: none;
  background: inherit;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -webkit-appearance--moz-appearance: textfield;
  -webkit-appearance--moz-appearance-appearance: textfield;
}

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

.wz-reset-select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}
.wz-reset-select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

p {
  color: #5b5b5b;
  line-height: 1.5;
}

a {
  transition: all 0.3s ease;
}

.marcellus-400 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.jost-300 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.jost-400 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.jost-500 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.jost-600 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.wz-text-base {
  color: #d6806e;
}

.wz-text-base-accent {
  color: #d84c59;
}

.wz-text-dark {
  color: #222222;
}

.wz-text-light {
  color: #e5e3e3;
}

.wz-link-light {
  color: rgb(207.0444444444, 203.3555555556, 203.3555555556);
}
.wz-link-light:hover {
  color: #ffffff;
}

.wz-fs-14 {
  font-size: 0.875rem;
}

.wz-text-gdpr-accord {
  color: #6a6a6a;
}

.is-invalid ~ .wz-text-gdpr-accord .link-secondary {
  color: rgb(139.6101265823, 24.1898734177, 35.2481012658) !important;
}

.wz-title-key {
  position: relative;
  font-family: "Marcellus", serif;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 1.5625rem;
  margin-bottom: 0.75rem;
}
.wz-title-key::before, .wz-title-key::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d6806e;
  opacity: 0;
  animation: point 3s infinite ease-out;
  left: -25px;
  top: 2px;
}
.wz-title-key::before {
  animation-delay: 0.1s;
}
.wz-title-key::after {
  animation-delay: 1s;
}

.wz-title-key_light {
  color: #e5e3e3;
}

@keyframes point {
  0% {
    opacity: 0.5;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media screen and (min-width: 992px) {
  :root {
    --header-height: 87px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --header-height: 66px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #5b5b5b;
}
body.block {
  overflow-y: hidden;
  margin-right: 0.9375rem;
}
body:has(.wz-modal.active) {
  overflow-y: hidden;
}

.wz-wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.wz-main {
  position: relative;
  flex: 1 1 auto;
  overflow-y: scroll;
  margin-top: var(--header-height);
}

@media screen and (min-width: 992px) {
  .wz-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .wz-section-padding-bottom {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-section-padding-bottom {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 992px) {
  .wz-section-padding-top {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-section-padding-top {
    padding-top: 60px;
  }
}

@media screen and (max-width: 576px) {
  .wz-nm-12 {
    margin-left: -12px;
    margin-right: -12px;
    border-radius: 0 !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.wz-scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
@media screen and (min-width: 992px) {
  .wz-scroll-x::-webkit-scrollbar {
    display: none;
  }
}

.wz-image-card {
  position: relative;
  overflow: hidden;
}
.wz-image-card.wz-image-card_overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.68);
}
.wz-image-card.wz-image-card_overlay-op5::before {
  background-color: rgba(34, 34, 34, 0.5);
}

.wz-image-card__cover {
  position: absolute;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.wz-image-card__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.wz-bg-dark {
  background-color: #222222;
}

.wz-bg-light {
  background-color: rgba(17, 17, 17, 0.05);
}

.wz-border-secodary-dark {
  border-color: rgba(174, 174, 174, 0.6) !important;
}

.wz-text-elipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wz-text-elipsis.wz-text-elipsis_1 {
  -webkit-line-clamp: 1;
}
.wz-text-elipsis.wz-text-elipsis_2 {
  -webkit-line-clamp: 2;
}
.wz-text-elipsis.wz-text-elipsis_4 {
  -webkit-line-clamp: 4;
}

@media screen and (max-width: 991px) {
  .wz-wt-bdr-lg-max {
    border-right: 0 !important;
  }
}

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

@media screen and (min-width: 992px) {
  .order-lg-6 {
    order: 6 !important;
  }
}

.wz-read-section__holder {
  transition: height 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  height: none;
}

.wz-read-section .wz-read-section__holder .wz-text-elipsis {
  -webkit-line-clamp: none !important;
}
.wz-read-section.hidden .wz-read-section__holder {
  height: 110px;
}
.wz-read-section.hidden .wz-read-section__holder .wz-text-elipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wz-read-section.hidden .wz-read-section__holder .wz-text-elipsis.wz-text-elipsis_2 {
  -webkit-line-clamp: 2 !important;
}
.wz-read-section.hidden .wz-read-section__holder .wz-text-elipsis.wz-text-elipsis_3 {
  -webkit-line-clamp: 3 !important;
}
.wz-read-section.hidden .wz-read-section__holder .wz-text-elipsis.wz-text-elipsis_4 {
  -webkit-line-clamp: 4 !important;
}

.wz-mw-330 {
  min-width: 330px;
}

.wz-js-submit-element {
  max-height: 58px;
}

.wz-coockie {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: green;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 30px 90px;
}
.wz-coockie.wz-hidden {
  display: none;
}

.wz-btn {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  padding: 0.625rem 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  border-radius: 0.5rem;
  background-color: transparent;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.wz-btn:disabled, .wz-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.wz-btn.wz-btn_xl {
  padding: 1rem 1.875rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}
.wz-btn.wz-btn_lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
.wz-btn.wz-btn_sm {
  padding: 0.375rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
}

.wz-btn_hover-animation:hover::before, .wz-btn_hover-animation:hover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  animation: point_btn 5s infinite ease-out;
}
.wz-btn_hover-animation:hover::before {
  animation-delay: 0.1s;
}
.wz-btn_hover-animation:hover::after {
  animation-delay: 1s;
}

@keyframes point_btn {
  0% {
    opacity: 0.15;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.wz-btn-with-icon {
  gap: 0.625rem;
}

.wz-btn-icon {
  width: 2.375rem;
  height: 2.375rem;
  font-size: 1.125rem;
}

.wz-btn_primary,
.wz-btn_secondary,
.wz-btn_success,
.wz-btn_danger,
.wz-btn_dark {
  color: #ffffff;
}

.wz-btn_base {
  background-color: #d6806e;
  color: #222222;
}
.wz-btn_base:hover {
  background-color: #222222;
  color: #ffffff;
}
.wz-btn_base:active, .wz-btn_base:focus {
  color: #ffffff;
  background-color: #222222;
  box-shadow: 0;
}
.wz-btn_base.wz-btn_base-white:hover {
  background-color: #ffffff;
  color: #222222;
}

.wz-btn_transparent {
  color: #222222;
  box-shadow: inset 0px 0px 0px 3px rgba(214, 128, 110, 0.4);
}
.wz-btn_transparent:hover {
  color: #222222;
  background-color: #d6806e;
}
.wz-btn_transparent:disabled:hover {
  background-color: transparent;
  color: inherrit;
}

.wz-btn_light {
  background-color: #eeeeee;
  color: #222222;
}
.wz-btn_light:hover {
  background-color: rgb(214.2, 214.2, 214.2);
  color: #222222;
}
.wz-btn_light:active, .wz-btn_light:focus {
  background: rgb(239.36, 239.36, 239.36);
  box-shadow: 0 0 0 0.25rem rgba(238, 238, 238, 0.2);
}
.wz-btn_light.active {
  background-color: rgb(212.2, 226.4, 251.8);
}

.wz-btn_dark {
  background: #222222;
  color: #ffffff;
}
.wz-btn_dark:hover {
  background: rgb(67.15, 67.15, 67.15);
}
.wz-btn_dark:active, .wz-btn_dark:focus {
  background: rgb(78.2, 78.2, 78.2);
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.2);
}

.wz-footer-btn-link {
  background-color: rgb(49.47, 49.47, 49.47);
  padding: 0.5rem 1rem;
  border-radius: 0.625rem;
  color: #e5e3e3;
  width: fit-content;
  transition: all 0.5s ease-in-out;
}
.wz-footer-btn-link:hover {
  background-color: rgb(67.15, 67.15, 67.15);
  color: #ffffff;
}

.wz-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: white;
}
@media screen and (min-width: 992px) {
  .wz-slider {
    height: 700px;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .wz-slider {
    height: 650px;
  }
}
@media screen and (max-width: 576px) {
  .wz-slider {
    height: 550px;
  }
}

.wz-slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.wz-slides--no-transition {
  transition: none !important;
}

.wz-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  text-align: center;
}

.wz-slider__control {
  position: absolute;
  top: 50%;
  width: 8%;
  height: 100%;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  width: 8%;
  cursor: pointer;
  transition: color 0.3s ease;
}
@media screen and (min-width: 577px) {
  .wz-slider__control {
    font-size: 30px;
    color: #ffffff;
  }
}
@media screen and (max-width: 576px) {
  .wz-slider__control {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.wz-slider__control:hover {
  color: rgba(255, 255, 255, 0.5);
}

.wz-slider__control_prev {
  left: 0;
}

.wz-slider__control_next {
  right: 0;
}

.wz-slider__tabs-holder {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.wz-slider-tabs {
  display: flex;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 8px 10px;
  border-radius: 20px;
}

.wz-slider-tab {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.wz-slider-tab.active {
  background: #333;
}

.wz-gallery-fade {
  transition: opacity 0.15s ease;
  opacity: 1;
}
.wz-gallery-fade.hidden {
  opacity: 0;
  pointer-events: none;
}

wz-photo-gallery {
  display: block;
}

.wz-gallery_default {
  position: relative;
}
.wz-gallery_default .wz-gallery__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 600px;
}
.wz-gallery_default .wz-gallery__item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.wz-gallery_default .wz-gallery__item .active {
  display: block;
}
.wz-gallery_default .wz-gallery__item-wrapper img {
  display: block;
  margin: 0 auto;
  object-fit: contain;
  aspect-ratio: 4/3;
  object-position: top;
}
.wz-gallery_default .wz-gallery__indicator {
  position: absolute;
  top: 50%;
  width: 8%;
  height: 100%;
  transform: translateY(-50%);
  border: none;
  padding: 10px;
  width: 8%;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 577px) {
  .wz-gallery_default .wz-gallery__indicator {
    font-size: 30px;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 576px) {
  .wz-gallery_default .wz-gallery__indicator {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
  }
}
.wz-gallery_default .wz-gallery__indicator:hover {
  color: rgba(255, 255, 255, 0.5);
}
.wz-gallery_default .wz-gallery__indicator.wz-gallery__indicator_prev {
  left: 0;
}
.wz-gallery_default .wz-gallery__indicator.wz-gallery__indicator_prev i {
  transform: rotate(180deg);
}
.wz-gallery_default .wz-gallery__indicator.wz-gallery__indicator_next {
  right: 0;
}
.wz-gallery_default .wz-gallery__items-counter {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 0.9375rem;
}

.wz-gallery_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  user-select: none;
}

.wz-gallery__close-butoon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  display: none;
}

.wz-gallery__items {
  position: absolute;
  z-index: 1;
  top: 8.125rem;
  left: 0;
  bottom: 12.5rem;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .wz-gallery__items {
    bottom: 9.375rem;
  }
}

.wz-gallery__items-details {
  padding: 0 3.125rem;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 1.875rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 576px) {
  .wz-gallery__items-details {
    padding: 0 1.875rem;
  }
}

.wz-gallery__item {
  display: none;
  position: absolute;
  inset: 0;
}
.wz-gallery__item.active {
  display: block;
}

.wz-gallery__item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.wz-gallery__item-img img {
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: 100%;
}

.wz-gallery__thumbnails {
  position: relative;
  width: 100%;
  max-height: 12.5rem;
  overflow: hidden;
  padding: 0.625rem;
}
@media screen and (max-width: 576px) {
  .wz-gallery__thumbnails {
    padding: 0.625rem 0;
  }
}
.wz-gallery__thumbnails.wz-gallery__thumbnails_absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.wz-gallery__thumbnails .wz-gallery__indicator {
  width: 3.125rem;
}

.wz-gallery__thumbnails-holder {
  max-width: 100%;
  overflow: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.wz-gallery__thumbnails-holder::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.wz-gallery__thumbnails-inner {
  height: 100%;
  width: fit-content;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
}
@media screen and (min-width: 577px) {
  .wz-gallery__thumbnails-inner {
    margin: 0 auto;
  }
}

.wz-gallery__thumbnails-item {
  cursor: pointer;
  width: 6.875rem;
  height: 100%;
  aspect-ratio: 4/3;
  margin-right: 0.3125rem;
  max-height: 12.5rem;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.wz-gallery__thumbnails-item.active {
  border: 2px solid #d6806e;
}
.wz-gallery__thumbnails-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .wz-gallery__thumbnails-item {
    width: 5.625rem;
    max-height: 6.875rem;
  }
}

.wz-gallery-holder_modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #ffffff;
}
.wz-gallery-holder_modal .wz-gallery__close-butoon {
  display: block;
}
.wz-gallery-holder_modal .wz-gallery__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 20%;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .wz-gallery-holder_modal .wz-gallery__inner {
    bottom: 5.5rem;
  }
}
@media screen and (min-width: 577px) {
  .wz-gallery-holder_modal .wz-gallery__inner {
    bottom: 8.1875rem;
  }
}
.wz-gallery-holder_modal .wz-gallery__indicator {
  bottom: 20%;
  height: 80%;
}
.wz-gallery-holder_modal .wz-gallery__item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.wz-gallery-holder_modal .wz-gallery__item-wrapper img {
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .wz-gallery-holder_modal .wz-gallery__item-wrapper {
    top: 1.5rem;
  }
}
.wz-gallery-holder_modal .wz-gallery__items-counter {
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .wz-gallery-holder_modal .wz-gallery__items-counter {
    right: 6.25rem;
  }
}
@media screen and (max-width: 991px) {
  .wz-gallery-holder_modal .wz-gallery__items-counter {
    right: 1.875rem;
  }
}
.wz-gallery-holder_modal .wz-gallery__thumbnails {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 20%;
  overflow: hidden;
  padding: 0.625rem;
}
@media screen and (min-width: 577px) {
  .wz-gallery-holder_modal .wz-gallery__thumbnails {
    padding: 1.5rem 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .wz-gallery-holder_modal .wz-gallery__thumbnails {
    padding: 0.625rem 1.875rem;
  }
}
.wz-gallery-holder_modal .wz-gallery__thumbnails .wz-gallery__indicator {
  height: 100%;
  width: 40px;
}
.wz-gallery-holder_modal .wz-gallery__items-counter {
  display: block;
  position: absolute;
  bottom: 0;
  right: 6.25rem;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
  background-color: rgba(233, 247, 254, 0.4);
  font-size: 0.9375rem;
}
@media screen and (max-width: 991px) {
  .wz-gallery-holder_modal .wz-gallery__items-counter {
    padding: 0.1875rem 0.625rem;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .wz-gallery-holder_modal .wz-gallery__items-counter {
    right: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .wz-gallery-holder_modal .wz-gallery__items-counter {
    right: 1.875rem;
  }
}
@media screen and (min-width: 577px) {
  .wz-gallery-holder_modal .wz-gallery .wz-gallery__indicator {
    height: calc(100% - 131px);
  }
}
@media screen and (max-width: 576px) {
  .wz-gallery-holder_modal .wz-gallery .wz-gallery__indicator {
    height: calc(100% - 88px);
  }
}
.wz-gallery-holder_modal .wz-gallery__indicator {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: button;
  text-transform: none;
}
.wz-gallery-holder_modal .wz-gallery__indicator:hover span::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.wz-gallery-holder_modal .wz-gallery__indicator:active span, .wz-gallery-holder_modal .wz-gallery__indicator:focus span {
  color: #5b5b5b;
}
.wz-gallery-holder_modal .wz-gallery__indicator:active span::before, .wz-gallery-holder_modal .wz-gallery__indicator:focus span::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.wz-gallery-holder_modal .wz-gallery__indicator span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgba(91, 91, 91, 0.8);
}
.wz-gallery-holder_modal .wz-gallery__indicator span.wz-lg {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.875rem;
}
.wz-gallery-holder_modal .wz-gallery__indicator span.wz-md {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.25rem;
}
.wz-gallery-holder_modal .wz-gallery__indicator span::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  .wz-gallery-holder_modal .wz-gallery__indicator {
    width: 15%;
  }
  .wz-gallery-holder_modal .wz-gallery__indicator span.wz-lg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.wz-gallery-holder_modal .wz-gallery__indicator_prev {
  left: 0;
}
.wz-gallery-holder_modal .wz-gallery__indicator_prev span i {
  transform: rotate(180deg);
  margin-right: 3px;
}
.wz-gallery-holder_modal .wz-gallery__indicator_next {
  right: 0;
}
.wz-gallery-holder_modal .wz-gallery__indicator_next span i {
  margin-left: 3px;
}

.wz-photo-gallery-grid {
  min-height: 400px;
}
.wz-photo-gallery-grid .wz-gallery-holder:not(.wz-gallery-holder_modal) .wz-gallery__thumbnails {
  display: none;
}
.wz-photo-gallery-grid .wz-gallery-holder:not(.wz-gallery-holder_modal) .wz-gallery__indicator {
  display: none;
}
.wz-photo-gallery-grid .wz-gallery_default .wz-gallery__inner {
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 577px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__inner {
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__inner {
    gap: 0.625rem;
  }
}
.wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
  display: block;
  float: none;
  margin-right: 0;
  backface-visibility: auto;
}
@media screen and (min-width: 1400px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
    width: 312px;
  }
}
@media (max-width: 1199px) and (min-width: 1400px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
    width: 361px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
    width: 301px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
    width: 221px;
  }
}
@media (max-width: 576px) and (min-width: 768px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
    width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item {
    width: calc(50% - 5px);
  }
}
.wz-photo-gallery-grid .wz-gallery_default .wz-gallery__item-wrapper img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 0.375rem;
}
.wz-photo-gallery-grid .wz-gallery__items-counter {
  display: none;
}

.wz-modal {
  position: fixed;
  inset: 0;
  outline: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  .wz-modal {
    padding: 0.625rem;
  }
}
.wz-modal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}
.wz-modal.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .wz-modal.active .wz-modal__dialog {
    max-height: 85%;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  }
}

.wz-modal__dialog {
  width: auto;
  height: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .wz-modal__dialog {
    position: relative;
    top: 5%;
    max-width: 600px;
    min-height: 500px;
    max-height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .wz-modal__dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 0;
    border-radius: 20px 20px 0 0;
  }
}

.wz-modal__body {
  flex: 1 1 auto;
  overflow-y: auto;
}

.wz-contact-box {
  box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
  background: linear-gradient(-180deg, #eeeeee 0%, rgb(230.35, 230.35, 230.35) 100%);
  transition: background 0.3 ease;
}
.wz-contact-box:hover {
  background: linear-gradient(-180deg, rgb(230.35, 230.35, 230.35) 0%, rgb(230.35, 230.35, 230.35) 100%);
}

.wz-form-required::after {
  content: " *";
  color: #FF5733;
  font-size: 17px;
  display: inline;
}

.wz-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: fit-content;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  background-color: #ffffff;
}

.wz-header.wz-fixed {
  box-shadow: 0;
  transition: box-shadow 0.3s ease;
}

.wz-header.wz-visible {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.wz-logo-img {
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .wz-logo-img {
    width: 8.125rem;
  }
}

.wz-header-nav-link {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #222222;
}
.wz-header-nav-link:hover {
  color: #d6806e;
}
.wz-header-nav-link.active {
  position: relative;
}
.wz-header-nav-link.active.nav-link {
  color: #d6806e;
}
.wz-header-nav-link.active::before, .wz-header-nav-link.active::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #d6806e;
  opacity: 0;
  animation: point 3s infinite ease-out;
}
@media only screen and (min-width: 992px) {
  .wz-header-nav-link.active::before, .wz-header-nav-link.active::after {
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .wz-header-nav-link.active::before, .wz-header-nav-link.active::after {
    left: -25px;
  }
}
.wz-header-nav-link.active::before {
  animation-delay: 0.1s;
}
.wz-header-nav-link.active::after {
  animation-delay: 1s;
}

@keyframes point {
  0% {
    opacity: 0.5;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@media only screen and (max-width: 576px) {
  .wz-header-reservation-btn {
    padding: 0 !important;
    width: 44px;
    height: 44px;
    font-size: 1.2em !important;
  }
}

@media only screen and (max-width: 991px) {
  .wz-header.active .wz-header__menu-holder {
    transform: translateX(0);
    visibility: visible;
    transition: transform 400ms ease 0ms, visibility 400ms ease;
  }
  .wz-header.active .wz-header__menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: visibility 400ms ease, transform 400ms ease 100ms;
  }
  .wz-header__menu-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateX(-100%);
    visibility: hidden;
    transform-origin: left center;
    transition: transform 400ms ease 0ms, visibility 400ms ease;
  }
  .wz-overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.7;
    cursor: pointer;
  }
  .wz-header-nav {
    width: 100%;
  }
  .wz-header-nav .nav-item {
    padding-left: 10px;
  }
  .wz-header__menu-content {
    flex-grow: 1;
    max-width: 280px;
    background-color: #eeeeee;
    height: 100%;
    overflow-y: auto;
    padding: 1.875rem;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: visibility, transform 400ms ease;
  }
  .wz-menu-btn {
    height: 2.25rem;
    width: 2.25rem;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    border-radius: 0.625rem;
    color: #222222;
  }
  .wz-menu-btn:hover {
    color: #aeaeae;
  }
  .wz-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.2em;
    background-color: rgba(214, 128, 110, 0.25);
    border-radius: 0.5rem;
    color: #222222;
    transition: background-color 0.15 ease-in-out;
  }
  .wz-social-link:hover {
    background-color: rgba(214, 128, 110, 0.5);
    color: #222222;
  }
}
@media screen and (min-width: 1400px) {
  .wz-hero__tilte {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 576px) {
  .wz-hero__tilte {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .wz-hero__text {
    font-size: 1rem !important;
  }
}

.wz-booking-holder-home {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .wz-booking-holder-home .wz-btn {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .wz-booking-holder-home {
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wz-booking-holder-home {
    transform: translateY(-20%);
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .wz-booking-holder-home {
    transform: translateY(-12%);
  }
}
@media screen and (min-width: 577px) {
  .wz-booking-holder-home {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
@media screen and (max-width: 576px) {
  .wz-booking-holder-home {
    background-color: rgba(17, 17, 17, 0.05) !important;
  }
}

.wz-benefits {
  position: relative;
}

@media screen and (min-width: 992px) {
  .wz-benefits__indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: inset 0px 0px 0px 3px rgba(214, 128, 110, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
  }
  .wz-benefits__indicator:hover {
    background-color: rgba(214, 128, 110, 0.2);
  }
  .wz-benefits__indicator:first-child {
    left: 0px;
  }
  .wz-benefits__indicator:last-child {
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .wz-benefits__indicator {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .wz-benefit-card-holder {
    min-width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .wz-benefit-card-holder {
    width: 250px;
    flex: none;
  }
}

.wz-benefit-card {
  display: flex;
  gap: 0.625rem;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .wz-benefit-card {
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .wz-benefit-card {
    height: 100%;
    background-color: rgba(214, 128, 110, 0.1);
    border-radius: 0.625rem;
    padding: 0.875rem;
  }
}

.wz-benefit-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
}
.wz-benefit-card__icon svg,
.wz-benefit-card__icon path {
  fill: rgba(214, 128, 110, 0.7);
}
@media screen and (min-width: 992px) {
  .wz-benefit-card__icon {
    background-color: #f6f6f6;
    width: 80px;
    height: 80px;
  }
  .wz-benefit-card__icon svg {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .wz-benefit-card__icon {
    width: 38px;
    height: 38px;
  }
  .wz-benefit-card__icon svg {
    width: 38px;
    height: 38px;
  }
}

.wz-benefit-card__title {
  font-family: "Marcellus", serif;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 992px) {
  .wz-benefit-card__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .wz-benefit-card__title {
    font-size: 1rem;
  }
}

.wz-benefit-card__text {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #7A7979;
  font-family: "Jost", sans-serif;
}
@media screen and (min-width: 992px) {
  .wz-benefit-card__text {
    text-align: center;
  }
}

.wz-about-us-images {
  position: relative;
}

.wz-about-us-images_1 {
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .wz-about-us-images_1 {
    width: 70%;
    height: 550px;
    margin-left: 30%;
  }
}
@media screen and (max-width: 991px) {
  .wz-about-us-images_1 {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 576px) {
  .wz-about-us-images_1 {
    width: 100%;
  }
}

.wz-about-us-images_2 {
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .wz-about-us-images_2 {
    position: absolute;
    width: 440px;
    bottom: -50px;
    left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .wz-about-us-images_2 {
    aspect-ratio: 4/3;
  }
}

@media screen and (max-width: 576px) {
  .wz-about-us-card {
    font-size: 16px !important;
    line-height: 1.2;
  }
  .wz-about-us-card svg {
    width: 14px;
    position: relative;
    left: -5px;
  }
}

.wz-nav-tabs {
  flex-wrap: nowrap;
  background-color: rgb(49.47, 49.47, 49.47);
  border-radius: 30px;
  overflow: hidden;
}
.wz-nav-tabs .nav-item {
  flex: 1 1 auto;
}
.wz-nav-tabs .nav-link {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  color: #e5e3e3;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.wz-nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: #d6806e;
  color: #222222;
}
.wz-nav-tabs .nav-link:hover {
  background-color: rgba(214, 128, 110, 0.5);
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .wz-nav-tabs .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media screen and (max-width: 576px) {
  .wz-nav-tabs {
    overflow: auto;
    border-radius: 10px;
  }
  .wz-nav-tabs::-webkit-scrollbar {
    display: none;
  }
}

.wz-nav-tabs_light {
  border-radius: 10px;
  background-color: #F5F5F8;
}
.wz-nav-tabs_light .nav-link {
  color: #aeaeae;
}
.wz-nav-tabs_light .nav-link.active {
  background-color: #222222;
  color: #ffffff;
}

.wz-nav-gallery__content {
  min-height: 500px;
}

.wz-js-nav-tabs-tab {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease;
}
.wz-js-nav-tabs-tab.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: opacity 0.5s ease;
  height: 100%;
}

.wz-nav-gallery__row {
  margin: 0 -24px;
}

.wz-nav-gallery__card {
  height: 100%;
  background-color: rgb(53.89, 53.89, 53.89);
}

.wz-nav-gallery__images {
  height: 500px;
  overflow: hidden;
}
.wz-nav-gallery__images .wz-gallery_default .wz-gallery__inner {
  cursor: zoom-in;
  height: 500px;
  max-height: 500px;
}
.wz-nav-gallery__images .wz-gallery_default .wz-gallery__item.active {
  height: 100%;
}
.wz-nav-gallery__images .wz-gallery_default .wz-gallery__item-wrapper {
  height: 100%;
}
.wz-nav-gallery__images .wz-gallery_default .wz-gallery__item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 576px) {
  .wz-nav-gallery__images {
    height: auto;
    aspect-ratio: 4/3;
  }
  .wz-nav-gallery__images .wz-gallery_default .wz-gallery__inner {
    height: auto;
    max-height: auto;
    aspect-ratio: 4/3;
  }
}

.wz-list-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wz-list-dots li {
  position: relative;
  padding-left: 16px;
}
.wz-list-dots li::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 1.5px;
  background: currentColor;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.85;
  left: 0;
}

.wz-list-check li {
  position: relative;
}
.wz-list-check li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #222222;
  font-size: 12px;
  opacity: 0.2;
  transition: color 0.15s ease-in;
}

.wz-review-box {
  position: relative;
  background-color: #f3f3f3;
}

.wz-review-box__icon {
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

div.wz-review-box__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.wz-review-box__icon_blue {
  background-color: #315e98;
}

.wz-review-box__icon_orange {
  background-color: #f09a60;
}

img.wz-review-box__icon {
  object-fit: cover;
}

.wz-review-box__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.5px 6.5px 6.5px 0px;
  background-color: rgb(0, 53, 128);
  margin-top: -2px;
  padding: 2.6px 7.8px;
  width: fit-content;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

.wz-review-box__btn {
  width: fit-content;
  background-color: transparent;
  font-family: "Jost", sans-serif;
  font-weight: 300 !important;
  font-size: 0.9375rem;
  padding-left: 0px;
}

.wz-review-box__svg {
  width: 120px;
}

@media screen and (max-width: 576px) {
  .wz-alert-message {
    min-width: 300px !important;
    max-width: 300px !important;
    top: 10px !important;
    right: 10px !important;
  }
}

.wz-cta-image {
  position: relative;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .wz-cta-holder {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .wz-cta-image_1 {
    top: -100px;
  }
}

@media screen and (min-width: 992px) {
  .wz-cta-image_2 {
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .wz-cta-image_2 {
    aspect-ratio: 16/9 !important;
    height: 250px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .wz-extra-package-price {
    font-size: 1rem !important;
  }
}

/*# sourceMappingURL=style.min.css.map */
