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

:root {
  --wp--preset--color--primary: #00432E;
  --wp--preset--color--secondary: #00291C;
  --wp--preset--color--tertiary: #F5C1EF;
  --wp--preset--color--quaternary: #F6F5F3;
  --wp--preset--color--quinary: #EAE8E2;
  --wp--preset--color--default-text: #0E0B0A;
  --wp--preset--font-family--secondary-font: "TT Travels Next", "Times New Roman", serif;
  --site-padding: 30px;
  --wp--preset--font-size--xxxl: 120px;
  --wp--preset--font-size--xxl: 111px;
  --wp--preset--font-size--xl: 60px;
  --wp--preset--font-size--lg: 61px;
  --wp--preset--font-size--md: 35px;
  --wp--preset--font-size--sm: 30px;
  --wp--preset--font-size--xs: 18px;
  --wp--preset--spacing--120: 120px;
  --wp--preset--spacing--100: 100px;
  --wp--preset--spacing--80: 80px;
  --wp--preset--spacing--60: 60px;
  --wp--preset--spacing--40: 40px;
  --wp--preset--spacing--30: 30px;
  /*
      xxxl 120 /117. h1?
  xxl 111/117 h2-big
  89
  70 - blockquote
  xl 60/90 h2
  lg 60 / 77 h2-samll
  40/56 eb
  md 35 / 45 h3?
  sm 30 / 40 pre title
  22 / 35 text
  20 button
  xs 18 / 27
  */
}

.has-xxxl-font-size {
  font-size: var(--wp--preset--font-size--xxxl);
  line-height: 1.02em;
}

.has-xxl-font-size {
  font-size: var(--wp--preset--font-size--xxl);
  line-height: 0.94em;
}

.has-xl-font-size {
  font-size: var(--wp--preset--font-size--xl);
  line-height: 1.5em;
}

.has-lg-font-size {
  font-size: var(--wp--preset--font-size--lg);
  line-height: 1.28em;
}

.has-md-font-size {
  font-size: var(--wp--preset--font-size--md);
  line-height: 1.28em;
}

.has-sm-font-size {
  font-size: var(--wp--preset--font-size--sm);
  line-height: 1.28em;
}

.has-xs-font-size {
  font-size: var(--wp--preset--font-size--xs);
  line-height: 1.5em;
}

body {
  margin: 0;
  padding: 0;
  background: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--default-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 22px;
}

p {
  line-height: 1.59em;
}
@media (max-width: 599.98px) {
  p {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.home-page {
  max-width: 100vw;
  overflow: hidden;
}

@media (max-width: 1599.98px) {
  :root {
    --wp--preset--font-size--xxxl: 90px;
    --wp--preset--font-size--xxl: 85px;
    --wp--preset--font-size--xl: 45px;
    --wp--preset--font-size--lg: 46px;
    --wp--preset--font-size--md: 30px;
    --wp--preset--font-size--sm: 25px;
    --wp--preset--font-size--xs: 18px;
  }
}
@media (max-width: 1239.98px) {
  :root {
    --wp--preset--font-size--xxxl: 70px;
    --wp--preset--font-size--xxl: 67px;
    --wp--preset--font-size--xl: 35px;
    --wp--preset--font-size--lg: 36px;
    --wp--preset--font-size--md: 30px;
    --wp--preset--font-size--sm: 25px;
    --wp--preset--font-size--xs: 18px;
  }
}
@media (max-width: 759.98px) {
  :root {
    --site-padding: 18px;
    --wp--preset--font-size--xxxl: 35px;
    --wp--preset--font-size--xxl: 30px;
    --wp--preset--font-size--xl: 25px;
    --wp--preset--font-size--lg: 26px;
    --wp--preset--font-size--md: 22px;
    --wp--preset--font-size--sm: 20px;
    --wp--preset--font-size--xs: 18px;
  }
  body {
    font-size: 18px;
  }
  p {
    line-height: 1.61em;
  }
  .has-xxxl-font-size {
    line-height: 1.2em;
  }
  .has-xxl-font-size {
    line-height: 1.23em;
  }
  .has-xl-font-size {
    line-height: 1.47em;
  }
  .has-lg-font-size {
    line-height: 1.307em;
  }
  .has-md-font-size {
    line-height: 1.45em;
  }
  .has-sm-font-size {
    line-height: 1.4em;
  }
  .has-xs-font-size {
    font-size: var(--wp--preset--font-size--xs);
    line-height: 1.5em;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2 {
  text-align: center;
}

.secondary-bold {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-weight: bold;
}

.secondary-light {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-weight: 300;
}

.indicator {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #fff;
  z-index: 9999;
  color: #000;
}
.indicator:before {
  content: "xxs";
}
@media (min-width: 1600px) {
  .indicator:before {
    content: "xxl";
  }
}
@media (min-width: 1240px) and (max-width: 1599.98px) {
  .indicator:before {
    content: "xl";
  }
}
@media (min-width: 990px) and (max-width: 1239.98px) {
  .indicator:before {
    content: "lg";
  }
}
@media (min-width: 760px) and (max-width: 989.98px) {
  .indicator:before {
    content: "md";
  }
}
@media (min-width: 600px) and (max-width: 759.98px) {
  .indicator:before {
    content: "sm";
  }
}
@media (min-width: 400px) and (max-width: 599.98px) {
  .indicator:before {
    content: "xs";
  }
}

body .is-layout-constrained {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}
body .is-layout-constrained > * {
  margin-left: auto;
  margin-right: auto;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide):not(.alignarrow)) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1580px;
}

body .is-layout-constrained .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-constrained .alignfull {
  margin-left: calc(-1 * var(--site-padding));
  margin-right: calc(-1 * var(--site-padding));
}

body .is-layout-constrained .alignnarrow {
  max-width: 1024px;
}

body {
  background: var(--wp--preset--color--quaternary);
}

.oh {
  overflow: hidden;
  padding-top: var(--header-height);
}

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

html {
  scroll-margin-top: var(--header-height);
  scroll-behavior: smooth;
}

a.btn {
  background: var(--wp--preset--color--tertiary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 74px;
  text-decoration: none;
  padding: 25px 50px;
  border-radius: 40px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: bold;
  color: var(--wp--preset--color--default-text);
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}
a.btn:hover, a.btn:focus {
  background: var(--wp--preset--color--default-text);
  color: #fff;
  text-decoration: underline;
}
a.btn.green {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--quaternary);
}
a.btn.green:hover, a.btn.green:focus {
  background: var(--wp--preset--color--default-text);
  color: #fff;
  text-decoration: underline;
}
a.btn.dark {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--quaternary);
}
a.btn.dark:hover, a.btn.dark:focus {
  background: var(--wp--preset--color--default-text);
  color: #fff;
  text-decoration: underline;
}
a.btn.pink {
  color: var(--wp--preset--color--primary);
}
a.btn.pink:hover, a.btn.pink:focus {
  background: var(--wp--preset--color--quaternary);
  color: var(--wp--preset--color--default-text);
  text-decoration: none;
}
a.btn.open {
  background: transparent;
  color: var(--wp--preset--color--tertiary);
  border: 2px solid var(--wp--preset--color--tertiary);
  padding: 21px 46px;
}
a.btn.open:hover, a.btn.open:focus {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--default-text);
  text-decoration: none;
}
@media (max-width: 599.98px) {
  a.btn {
    padding: 15px 30px;
    font-size: 15px;
    line-height: 19px;
    min-height: 49px;
  }
  a.btn.open {
    padding: 11px 26px;
  }
}

.has-margin-top-none {
  margin-top: 0;
}

.has-margin-top-xs {
  margin-top: var(--wp--preset--spacing--20);
}

.has-margin-top-sm {
  margin-top: var(--wp--preset--spacing--40);
}

.has-margin-top-md {
  margin-top: var(--wp--preset--spacing--60);
}

.has-margin-top-lg {
  margin-top: var(--wp--preset--spacing--100);
}

.has-margin-top-xl {
  margin-top: var(--wp--preset--spacing--140);
}

.has-margin-bottom-none {
  margin-bottom: 0;
}

.has-margin-bottom-xs {
  margin-bottom: var(--wp--preset--spacing--20);
}

.has-margin-bottom-sm {
  margin-bottom: var(--wp--preset--spacing--40);
}

.has-margin-bottom-md {
  margin-bottom: var(--wp--preset--spacing--60);
}

.has-margin-bottom-lg {
  margin-bottom: var(--wp--preset--spacing--100);
}

.has-margin-bottom-xl {
  margin-bottom: var(--wp--preset--spacing--140);
}

.has-padding-top-none {
  padding-top: 0;
}

.has-padding-top-xs {
  padding-top: var(--wp--preset--spacing--20);
}

.has-padding-top-sm {
  padding-top: var(--wp--preset--spacing--40);
}

.has-padding-top-md {
  padding-top: var(--wp--preset--spacing--60);
}

.has-padding-top-lg {
  padding-top: var(--wp--preset--spacing--100);
}

.has-padding-top-xl {
  padding-top: var(--wp--preset--spacing--140);
}

.has-padding-bottom-none {
  padding-bottom: 0;
}

.has-padding-bottom-xs {
  padding-bottom: var(--wp--preset--spacing--20);
}

.has-padding-bottom-sm {
  padding-bottom: var(--wp--preset--spacing--40);
}

.has-padding-bottom-md {
  padding-bottom: var(--wp--preset--spacing--60);
}

.has-padding-bottom-lg {
  padding-bottom: var(--wp--preset--spacing--100);
}

.has-padding-bottom-xl {
  padding-bottom: var(--wp--preset--spacing--140);
}

.has-background-color-primary {
  background-color: var(--wp--preset--color--primary);
}

.has-background-color-secondary {
  background-color: var(--wp--preset--color--secondary);
}

.has-background-color-tertiary {
  background-color: var(--wp--preset--color--tertiary);
}

.has-background-color-quaternary {
  background-color: var(--wp--preset--color--quaternary);
}

.has-background-color-quinary {
  background-color: var(--wp--preset--color--quinary);
}

.has-background-color-default-text {
  background-color: var(--wp--preset--color--default-text);
}

.has-background-color-white {
  background-color: #fff;
}

.has-background-color-black {
  background-color: #000;
}

.has-color-primary {
  color: var(--wp--preset--color--primary);
}

.has-color-secondary {
  color: var(--wp--preset--color--secondary);
}

.has-color-tertiary {
  color: var(--wp--preset--color--tertiary);
}

.has-color-quaternary {
  color: var(--wp--preset--color--quaternary);
}

.has-color-quinary {
  color: var(--wp--preset--color--quinary);
}

.has-color-default-text {
  color: var(--wp--preset--color--default-text);
}

.has-white-color {
  color: #fff;
}

.has-black-color {
  color: #000;
}

.wave {
  margin: var(--wp--preset--spacing--120) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1239.98px) {
  .wave {
    margin: 100px auto;
  }
  .wave img {
    max-width: 350px;
  }
}
@media (max-width: 989.98px) {
  .wave {
    margin: 80px auto;
  }
  .wave img {
    max-width: 200px;
  }
}
@media (max-width: 599.98px) {
  .wave {
    margin: 60px auto;
  }
  .wave img {
    max-width: 164px;
  }
}

.two-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.two-col-text .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.two-col-text .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media (max-width: 1239.98px) {
  .two-col-text {
    display: block;
  }
  .two-col-text .left {
    margin-bottom: 30px;
  }
}

.features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.features img {
  height: 160px;
  width: auto;
}
.features h3 {
  margin-top: var(--wp--preset--spacing--60);
  margin-bottom: var(--wp--preset--spacing--30);
  min-height: 2.56em;
}
@media (max-width: 989.98px) {
  .features {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .features img {
    height: 80px;
  }
  .features h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.pre-title {
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--30);
}
@media (max-width: 599.98px) {
  .pre-title {
    margin-bottom: 10px;
  }
}

section {
  padding-top: 150px;
  padding-bottom: 210px;
}
section.rounded {
  border-radius: 60px 60px 0 0;
  margin-top: -60px;
}
@media (max-width: 599.98px) {
  section {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  section.rounded {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}

.section1 {
  padding-top: 37px;
  padding-bottom: 171px;
  text-align: center;
}
.section1 h1 {
  color: var(--wp--preset--color--primary);
  margin-bottom: 10px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.section1 p {
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 800;
}
@media (max-width: 599.98px) {
  .section1 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .section1 p {
    font-size: 20px;
  }
}

.home-page .section1 {
  padding-top: 100px;
  padding-bottom: 220px;
  position: relative;
}
.home-page .section1:after {
  background: url(../images/swirl.svg) center center no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 90px;
  width: 54px;
  height: 54px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section2 h2 {
  text-align: left;
}

.section4 h2 {
  text-align: left;
  margin-bottom: var(--wp--preset--spacing--60);
}
@media (max-width: 599.98px) {
  .section4 h2 {
    margin-bottom: 30px;
  }
}

.section5 h2 {
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--80);
}
.section5 .days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
.section5 .day {
  background: var(--wp--preset--color--tertiary);
  padding: var(--wp--preset--spacing--60);
  border-radius: 40px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 48fr 20px 71fr;
  grid-template-columns: 48fr 71fr;
}
.section5 .left h3 {
  font-size: 89px;
  line-height: 1em;
  color: var(--wp--preset--color--primary);
}
.section5 .left p {
  margin-top: 20px;
}
.section5 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 34fr 66fr;
  grid-template-columns: 34fr 66fr;
  font-size: 18px;
  line-height: 1.5em;
}
.section5 .row + .row {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 2px dashed var(--wp--preset--color--primary);
}
.section5 .time {
  font-weight: 800;
}
@media (max-width: 1599.98px) {
  .section5 .left h3 {
    font-size: 75px;
  }
}
@media (max-width: 1239.98px) {
  .section5 .left h3 {
    font-size: 60px;
  }
}
@media (max-width: 989.98px) {
  .section5 .day {
    padding: 40px 20px;
    gap: 30px;
  }
}
@media (max-width: 759.98px) {
  .section5 .day {
    border-radius: 20px;
  }
}
@media (max-width: 759.98px) {
  .section5 .days {
    gap: 20px;
  }
  .section5 .day {
    padding: 40px 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .section5 .left h3 {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 5px;
  }
  .section5 .left p {
    margin-top: 0;
  }
  .section5 .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .section5 .row + .row {
    margin-top: 17px;
    padding-top: 17px;
  }
}

.section6 h2 {
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--80);
}
.section6 .num {
  color: var(--wp--preset--color--primary);
  font-size: 109px;
  line-height: 0.85em;
  margin-bottom: var(--wp--preset--spacing--40);
}
@media (max-width: 1239.98px) {
  .section6 .num {
    font-size: var(--wp--preset--font-size--xxl);
  }
}
.section6 h3 {
  margin-bottom: var(--wp--preset--spacing--30);
  min-height: 0;
}
@media (max-width: 599.98px) {
  .section6 h2 {
    margin-bottom: 40px;
  }
  .section6 .num {
    font-size: 50px;
    line-height: 1.2em;
    margin-bottom: 20px;
  }
  .section6 h3 {
    margin-bottom: 15px;
    min-height: 0;
  }
}

.section7 {
  text-align: center;
}
.section7 img {
  margin-bottom: var(--wp--preset--spacing--60);
}
.section7 blockquote {
  margin: 0 auto;
  padding: 0;
  display: block;
}
.section7 p.big {
  font-size: 70px;
  line-height: 1.14em;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  margin-bottom: var(--wp--preset--spacing--40);
}
@media (max-width: 989.98px) {
  .section7 p.big {
    font-size: 50px;
  }
}
@media (max-width: 759.98px) {
  .section7 p.big {
    font-size: 35px;
  }
}
@media (max-width: 599.98px) {
  .section7 img {
    margin-bottom: 40px;
    height: 66px;
    width: auto;
  }
  .section7 p.big {
    font-size: 24px;
    line-height: 1.375em;
    margin-bottom: 40px;
  }
}

.section8 h2 {
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--preset--spacing--80);
}
.section8 .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--preset--spacing--40) 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--preset--spacing--40);
}
.section8 .grid .item {
  background: var(--wp--preset--color--quaternary);
  padding: 60px 67px;
  border-radius: 60px;
}
.section8 .grid h3 {
  margin-bottom: 20px;
}
.section8 .grid p {
  margin-top: 0;
}
@media (max-width: 989.98px) {
  .section8 .grid {
    gap: 30px;
  }
  .section8 .grid .item {
    padding: 30px 30px;
    border: 30px;
  }
}
@media (max-width: 599.98px) {
  .section8 h2 {
    margin-bottom: 40px;
  }
  .section8 .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section8 .grid .item {
    border-radius: 20px;
    padding: 20px;
  }
  .section8 .grid h3 {
    margin-bottom: 10px;
  }
}

.section9 h2 {
  color: var(--wp--preset--color--tertiary);
  margin-bottom: var(--wp--preset--spacing--80);
}
.section9 .wave {
  margin-top: var(--wp--preset--spacing--100);
  margin-bottom: var(--wp--preset--spacing--100);
}
.section9 .grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--wp--preset--spacing--40) 1fr var(--wp--preset--spacing--40) 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--wp--preset--spacing--100) var(--wp--preset--spacing--40);
}
.section9 .grid-3 img {
  display: block;
  margin-bottom: var(--wp--preset--spacing--60);
}
.section9 .grid-3 h3 {
  margin-bottom: 20px;
}
.section9 .grid-3 p {
  margin-top: 0;
}
@media (max-width: 1239.98px) {
  .section9 .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 759.98px) {
  .section9 .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599.98px) {
  .section9 h2 {
    margin-bottom: 60px;
  }
  .section9 .wave {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .section9 .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .section9 .grid-3 img {
    height: 60px;
    width: auto;
    margin-bottom: 30px;
  }
  .section9 .grid-3 h3 {
    margin-bottom: 10px;
  }
}

.section10 h2 {
  max-width: 1310px;
  margin-bottom: var(--wp--preset--spacing--30);
  text-align: left;
}
.section10 > p {
  max-width: 1310px;
  margin-bottom: var(--wp--preset--spacing--80);
  text-align: left;
}
.section10 .price-grid {
  max-width: 1310px;
}
.section10 .price-grid .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 46fr var(--wp--preset--spacing--30) 23fr var(--wp--preset--spacing--30) 31fr;
  grid-template-columns: 46fr 23fr 31fr;
  gap: var(--wp--preset--spacing--30);
}
.section10 .price-grid .date {
  margin-bottom: 20px;
}
.section10 .price-grid .location {
  background: url(../images/location.svg) left top no-repeat;
  background-size: 24px 34px;
  padding-left: 40px;
  min-height: 34px;
}
.section10 .price-grid .price {
  text-align: right;
  line-height: 1em;
}
.section10 .price-grid .price strong {
  display: block;
  margin-bottom: 5px;
}
.section10 .price-grid .price span {
  font-size: 14px;
  line-height: 18px;
}
.section10 .price-grid .action {
  text-align: right;
}
.section10 .price-grid .row + .row {
  margin-top: var(--wp--preset--spacing--60);
  padding-top: var(--wp--preset--spacing--60);
  border-top: 2px dashed var(--wp--preset--color--tertiary);
}
@media (max-width: 1239.98px) {
  .section10 .price-grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section10 .price-grid .row .action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 759.98px) {
  .section10 .price-grid .price {
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 599.98px) {
  .section10 h2 {
    margin-bottom: 20px;
  }
  .section10 > p {
    margin-bottom: 60px;
  }
  .section10 .price-grid .row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .section10 .price-grid .location {
    background-size: auto 24px;
    padding-left: 30px;
    min-height: 24px;
  }
  .section10 .price-grid .price {
    text-align: left;
  }
  .section10 .price-grid .action {
    margin-top: 10px;
  }
  .section10 .price-grid .row + .row {
    margin-top: 60px;
    padding-top: 60px;
  }
}

.section11 {
  padding-bottom: 150px;
}
.section11 h2 {
  text-align: left;
  color: var(--wp--preset--color--primary);
}
@media (max-width: 599.98px) {
  .section11 {
    padding-bottom: 80px;
  }
}

.narrow {
  max-width: 770px !important;
  margin-left: auto;
  margin-right: auto;
}
.narrow h2 {
  margin-bottom: var(--wp--preset--spacing--30);
}
.narrow hr {
  margin-top: var(--wp--preset--spacing--100);
  margin-bottom: var(--wp--preset--spacing--100);
  border: 0 none;
  border-top: 2px dashed var(--wp--preset--color--tertiary);
}

.header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 106px;
}
.header > div.alignwide {
  margin-left: auto !important;
  margin-right: auto !important;
}
.header .logo img {
  height: 46px;
  width: auto;
}
@media (min-width: 990px) {
  .header .nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    gap: 40px;
  }
  .header ul li {
    position: relative;
  }
  .header ul a:not(.wp-block-button__link) {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: block;
    padding: 10px 0;
  }
  .header ul li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
  }
  .header ul li.menu-item-has-children > a:before {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
    right: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
  }
  .header ul a:hover,
  .header ul > li:hover > a,
  .header ul a:focus,
  .header ul > li:focus > a,
  .header ul li.current-menu-item > a,
  .header ul li.current-menu-ancestor > a,
  .header ul li.current-menu-parent > a,
  .header ul li.current_page_parent > a {
    text-decoration: none;
    color: var(--wp--preset--color--primary);
  }
  .header ul a:hover.wp-element-button,
  .header ul > li:hover > a.wp-element-button,
  .header ul a:focus.wp-element-button,
  .header ul > li:focus > a.wp-element-button,
  .header ul li.current-menu-item > a.wp-element-button,
  .header ul li.current-menu-ancestor > a.wp-element-button,
  .header ul li.current-menu-parent > a.wp-element-button,
  .header ul li.current_page_parent > a.wp-element-button {
    color: #fff;
  }
  .header ul {
    --sub-menu-item-height: 20px;
  }
  .header ul li:not(:hover) > ul {
    pointer-events: none;
    opacity: 0;
  }
  .header ul li:not(:hover) > ul li {
    visibility: hidden;
    height: 0;
    margin: 0;
    -webkit-transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
  }
  .header ul li a:focus + ul {
    opacity: 1;
    pointer-events: all;
  }
  .header ul li a:focus + ul li {
    visibility: visible !important;
    height: var(--sub-menu-item-height) !important;
  }
  .header ul ul {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 13px);
            transform: translate(-50%, 13px);
    display: block;
    position: absolute;
    z-index: 99999;
    margin: 0;
    padding: 40px 20px 20px;
    border-radius: 10px;
    -webkit-transition: 0.5s padding, 0.5s background-color, 0.5s opacity;
    transition: 0.5s padding, 0.5s background-color, 0.5s opacity;
  }
  .header ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
  }
  .header ul ul::after {
    content: "";
    left: 0;
    right: 0;
    top: -30px;
    height: 35px;
    position: absolute;
  }
  .header ul ul li {
    display: block;
    overflow: hidden;
    height: var(--sub-menu-item-height);
    background: rgba(0, 0, 0, 0);
    white-space: nowrap;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
  }
  .header ul ul li + li {
    margin-top: 20px;
  }
  .header ul ul a:not(.wp-block-button__link) {
    font-family: var(--wp--preset--font-family--main-font);
    padding: 0;
    line-height: var(--sub-menu-item-height);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
  }
  .header ul ul a:not(.wp-block-button__link):hover, .header ul ul a:not(.wp-block-button__link):focus {
    color: var(--wp--preset--color--primary);
  }
}
.header .menu-close,
.header .menu-open {
  display: none;
}
.header .mascots {
  display: none;
}

body.menu_open {
  overflow: hidden;
}

@media (max-width: 989.98px) {
  .header > div {
    padding-top: 20px;
    min-height: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .logo svg,
  .header .logo img {
    height: auto;
    width: 120px;
  }
  .header .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    top: 0;
    right: 0px;
    left: 0;
    background: rgba(245, 193, 239, 0.85);
    height: 100svh;
    overflow: auto;
    z-index: 9999;
    -webkit-transform: translateX(101vw);
            transform: translateX(101vw);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .nav-wrap.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .header .nav-wrap nav {
    background: var(--wp--preset--color--primary);
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
    padding-top: 75px;
    padding-bottom: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .header .nav-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
  }
  .header .nav-wrap ul a:not(.wp-block-button__link) {
    display: block;
    color: var(--wp--preset--color--quaternary);
    text-decoration: none;
    position: relative;
    font-family: var(--wp--preset--font-family--secondary-font);
    font-weight: bold;
    font-size: 25px;
    line-height: 31px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .nav-wrap ul a:not(.wp-block-button__link):hover {
    padding-left: 0.5em;
  }
  .header .nav-wrap ul li.menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .nav-wrap ul li.menu-item-has-children ul {
    width: 100%;
  }
  .header .nav-wrap ul .sub-toggle {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    cursor: pointer;
    position: relative;
  }
  .header .nav-wrap ul .sub-toggle:after {
    position: absolute;
    content: "";
    width: 0.5em;
    height: 0.5em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%) rotate(45deg);
            transform: translate(-50%, -80%) rotate(45deg);
    border: 3px solid #000;
    border-width: 0 2px 2px 0;
  }
  .header .nav-wrap ul li.active .sub-toggle:after {
    -webkit-transform: translate(-50%, 10%) rotate(-135deg);
            transform: translate(-50%, 10%) rotate(-135deg);
  }
  .header .nav-wrap ul ul {
    display: none;
    padding-top: 15px;
  }
  .header .nav-wrap ul ul li {
    padding: 0;
    border: 0 none !important;
  }
  .header .nav-wrap ul ul a {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    font-family: var(--wp--preset--font-family--main-font);
    font-weight: 500;
  }
  .header .nav-wrap ul ul a:after {
    position: absolute;
    content: "";
    width: 0.3em;
    height: 0.3em;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    border: 1px solid var(--wp--preset--color--primary);
    border-width: 0 1px 1px 0;
  }
  .header .nav-wrap ul ul a:hover, .header .nav-wrap ul ul a:focus {
    padding-left: 20px;
  }
  .header .nav-wrap ul li.active ul.sub-menu {
    display: block;
  }
  .header .menu-open,
  .header .menu-close {
    display: block;
  }
  .header .menu-open .label,
  .header .menu-close .label {
    display: none;
  }
  .header .menu-open {
    background: url(../images/menu.svg);
    width: 39px;
    height: 35px;
    padding: 0;
    border: 0 none;
    margin-left: auto;
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    margin-bottom: 0;
    cursor: pointer;
  }
  .header .menu-open i {
    width: 27px;
    height: 4px;
    display: block;
    background: var(--wp--preset--color--primary);
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
  }
  .header .menu-open i:after, .header .menu-open i:before {
    position: absolute;
    background: inherit;
    content: "";
    width: 27px;
    height: 4px;
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .menu-open i:before {
    top: -8px;
  }
  .header .menu-open i:after {
    bottom: -8px;
  }
  .header .menu-open.active i {
    background: transparent;
  }
  .header .menu-open.active i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: var(--wp--preset--color--primary);
  }
  .header .menu-open.active i:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: var(--wp--preset--color--primary);
  }
  .header .menu-close {
    position: absolute;
    top: 20px;
    right: 18px;
    background: var(--wp--preset--color--tertiary) url(../images/close.svg) no-repeat center center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 39px;
    height: 35px;
    padding: 0;
    border: 0 none;
    margin-left: auto;
    cursor: pointer;
    border-radius: 8px;
  }
  .header .menu-close i {
    display: none;
    width: 30px;
    height: 2px;
    display: block;
    background: transparent;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header .menu-close i:after, .header .menu-close i:before {
    position: absolute;
    background: inherit;
    background: #fff;
    content: "";
    width: 38px;
    height: 2px;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: none;
  }
  .header .menu-close i:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .header .menu-close i:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header .mascots {
    background: var(--wp--preset--color--primary);
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .header .mascots img {
    width: auto;
    height: 67px;
  }
}
.footer {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--quaternary);
  padding-top: 80px;
  padding-bottom: 0px;
}
.footer a {
  color: var(--wp--preset--color--quaternary);
  text-decoration: underline;
  font-weight: 700;
}
.footer a:hover, .footer a:focus {
  color: var(--wp--preset--color--tertiary);
}
.footer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.footer .mascots {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
.footer .mascots img {
  height: 120px;
  width: auto;
}
@media (max-width: 989.98px) {
  .footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .footer a {
    font-weight: 800;
  }
  .footer p {
    margin: 0;
    text-align: center;
  }
  .footer p a {
    display: block;
  }
  .footer nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .footer .mascots {
    width: 100%;
    margin-top: 60px;
    gap: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .footer .mascots img {
    height: 67px;
  }
}
/*# sourceMappingURL=theme.css.map */