* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

@media (min-width: 1024px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  outline: none;
  height: auto;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.secondary-menu-link {
  color: #000000;
}

strong {
  font-weight: 700;
}

sup {
  font-size: 0.6em;
}

@media (min-width: 1024px) {
  .site-main {
    min-height: calc(100vh - 25.925rem);
  }
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignnone {
  float: none;
  margin: 0 0 0.938rem 0px;
  display: block;
}

.aligncenter {
  float: none;
  margin: 0 auto 0.938rem auto;
  display: list-item;
}

.main-body {
  overflow: hidden;
  position: relative;
  clear: both;
  top: 0;
}

sup {
  font-size: 0.6em;
}

table, .wp-block-table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.938rem;
}

table td, table th, .wp-block-table td, .wp-block-table th {
  padding: 0.75rem 1rem;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border: 1px solid #707372;
}

@media (min-width: 1024px) {
  table td, table th, .wp-block-table td, .wp-block-table th {
    padding: 1rem 1.5rem;
  }
}

thead {
  text-align: left;
  vertical-align: bottom;
  background-color: #000000;
  color: #000000;
}

ul {
  margin: 0px;
  padding: 0px 0 1.125rem 1.125rem;
}

ul li {
  margin: 0px;
  padding: 0 0 0.625rem;
  list-style-type: disc;
  list-style-position: outside;
}

ul li ul {
  padding: 0.625rem 0 1.125rem 1.125rem;
}

ol {
  margin: 0px;
  padding: 0px 0 1.125rem 1.125rem;
}

ol li {
  margin: 0px;
  padding: 0 0 0.625rem;
  list-style-position: outside;
  list-style: decimal;
}

ol li ol {
  padding: 0.625rem 0 1.125rem 1.125rem;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], select, textarea, .form-control {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  border: 0;
  border-radius: 0.5rem;
  width: 100%;
  border: 1px solid #dfdfdf;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

@media (min-width: 1024px) {
  input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], select, textarea, .form-control {
    padding: 0.75rem 1rem;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
}

textarea:focus {
  outline: none;
}

.container, .alignwide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 1024px) {
  .container, .alignwide {
    width: 68.75rem;
  }
}

@media (min-width: 1280px) {
  .container, .alignwide {
    width: 80rem;
  }
}

@media (min-width: 1440px) {
  .container, .alignwide {
    width: 73.75rem;
  }
}

.container .container, .container .alignwide, .alignwide .container, .alignwide .alignwide {
  width: 100% !important;
  padding: 0;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 6.25rem;
  top: 0;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.row {
  margin: 0 -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > div {
  padding: 0 0.9375rem;
}

.col-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-3 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-3 {
    width: 25%;
  }
}

.col-4 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-4 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-4 {
    width: 33.33%;
  }
}

.col-6 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-6 {
    width: 50%;
  }
}

.col-8 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-8 {
    width: 66.66%;
  }
}

.col-9 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-9 {
    width: 75%;
  }
}

.col-12 {
  width: 100%;
}

.stack-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stack-btn .btn {
  margin: 0 0.375rem 0.375rem 0;
}

@media (min-width: 1024px) {
  .stack-btn .btn {
    margin: 0 1rem 1rem 0;
  }
}

.stack-btn.justify-center {
  margin: 0 0.25rem 0.625rem 0.25rem;
}

@media (min-width: 1024px) {
  .stack-btn.justify-center {
    margin: 0 0.5625rem 1.1875rem 0.5625rem;
  }
}

.social-icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icons > a {
  margin: 0 0.625rem 0.625rem 0;
}

.title {
  width: 100%;
  margin: 0 0 2.5rem;
}

.title label {
  font-weight: 700;
  display: block;
  margin: 0 0 0.9375rem;
  font-size: 1.125rem;
}

.title p {
  width: 64rem;
  max-width: 100%;
  margin: 0 auto 1.25rem;
}

.title.with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.option-control {
  width: auto;
}

.option-control input {
  display: none;
}

.option-control input + label {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0;
  padding-left: 2.1875rem;
  cursor: pointer;
  line-height: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.option-control input + label::before, .option-control input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 0.1875rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #dfdfdf;
}

.option-control input + label::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
          box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.option-control input + label:hover::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
          box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.option-control input:checked + label::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 1em #000000;
          box-shadow: inset 0 0 0 0.25rem white, inset 0 0 0 1em #000000;
}

.option-control input[type="radio"] + label::before, .option-control input[type="radio"] + label::after {
  border-radius: 100%;
}

.black-bg {
  background-color: #000000;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

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

.aioseo-breadcrumbs .aioseo-breadcrumb {
  color: #707372;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

.aioseo-breadcrumbs .aioseo-breadcrumb a {
  color: #000000;
}

.aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  margin: 0 0.1875rem;
}

.swiper-horizontal .swiper-scrollbar {
  bottom: 0px;
  height: 0.3125rem;
}

.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #000000;
}

div.swiper-button-next, div.swiper-button-prev {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

div.swiper-button-next::after, div.swiper-button-prev::after {
  font-size: 1rem;
  color: #ffffff;
}

div.swiper-button-next {
  right: 0.625rem;
}

div.swiper-button-prev {
  left: 0.625rem;
}

.swiper-horizontal .swiper-pagination-bullets {
  bottom: 1.25rem !important;
}

.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border: 2px solid #ffffff;
  opacity: 1;
}

.swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.sectionCl {
  padding: 5rem 0px;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.badge {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.625rem;
  border-radius: 100%;
  z-index: 1;
  text-transform: uppercase;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
}

.badge.sale {
  background-color: #01549e;
}

.lighblue-bg {
  background-color: #edfaff;
}

.default-spacing {
  padding: 3.125rem 0px;
}

@media (min-width: 1024px) {
  .default-spacing {
    padding: 5rem 0px;
  }
}

.breadcrumb-block {
  width: 100%;
  margin: 2.5rem 0px;
}

.breadcrumb-block .container {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e0eaf3;
  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;
  gap: 0.625rem;
}

.breadcrumb-block ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb-block ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  color: #55acc3;
  font-weight: 500;
}

.breadcrumb-block ul li a {
  padding: 0 1.25rem 0 0;
  margin: 0 0.625rem 0 0;
  position: relative;
  color: #009cc5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb-block ul li a::after {
  position: absolute;
  content: '>';
  right: 0;
  top: 0;
  font-weight: 700;
}

.breadcrumb-block .back-to-page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  color: #009cc5;
  font-weight: 500;
}

.breadcrumb-block .back-to-page::before {
  content: '\f104';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 0.375rem;
  position: relative;
  top: 1px;
}

.soft-blue-bg {
  background-color: #5a8cd6;
}

.blue-green-bg {
  background-color: #0098aa;
}

.green-bg {
  background-color: #4fb37c;
}

.light-blue-bg {
  background-color: #edfaff;
}

.red-bg {
  background-color: #e14747;
}

.orange-bg {
  background-color: #f8931c;
}

.green-bg {
  background-color: #4fb37c;
}

.tag {
  width: auto;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.3125rem;
}

.rating {
  padding-left: 1.875rem;
  background-image: url("../images/rating-gold-icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

body {
  margin: 0px;
  line-height: 1.6em;
  overflow-x: hidden;
  color: #445374;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  overflow-x: hidden;
  font-size: 0.9375rem;
}

.has-body-font-size {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 0.9375rem;
}

p {
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  p {
    margin: 0 0 1.25rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0 0 1.25rem 0;
  line-height: normal;
  font-weight: 700;
  color: #009cc5;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

h1, .h1, .has-heading-1-font-size {
  font-size: 2.375rem;
}

@media (min-width: 1024px) {
  h1, .h1, .has-heading-1-font-size {
    font-size: 4.0625rem;
  }
}

.wp-block-heading.has-heading-1-font-size {
  font-size: 2.375rem !important;
}

@media (min-width: 1024px) {
  .wp-block-heading.has-heading-1-font-size {
    font-size: 4.0625rem !important;
  }
}

h2, .h2, .has-heading-2-font-size {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  h2, .h2, .has-heading-2-font-size {
    font-size: 2.8125rem;
  }
}

.wp-block-heading.has-heading-2-font-size {
  font-size: 2rem !important;
}

@media (min-width: 1024px) {
  .wp-block-heading.has-heading-2-font-size {
    font-size: 2.8125rem !important;
  }
}

h3, .h3, .has-heading-3-font-size {
  font-size: 1.625rem;
}

@media (min-width: 1024px) {
  h3, .h3, .has-heading-3-font-size {
    font-size: 2rem;
  }
}

.wp-block-heading.has-heading-3-font-size {
  font-size: 1.625rem !important;
}

@media (min-width: 1024px) {
  .wp-block-heading.has-heading-3-font-size {
    font-size: 2rem !important;
  }
}

h4, .h4, .has-heading-4-font-size {
  font-size: 1.375rem;
}

@media (min-width: 1024px) {
  h4, .h4, .has-heading-4-font-size {
    font-size: 1.5625rem;
  }
}

.wp-block-heading.has-heading-4-font-size {
  font-size: 1.375rem !important;
}

@media (min-width: 1024px) {
  .wp-block-heading.has-heading-4-font-size {
    font-size: 1.5625rem !important;
  }
}

h5, .h5, .has-heading-5-font-size {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  h5, .h5, .has-heading-5-font-size {
    font-size: 1.375rem;
  }
}

.wp-block-heading.has-heading-5-font-size {
  font-size: 1.25rem !important;
}

@media (min-width: 1024px) {
  .wp-block-heading.has-heading-5-font-size {
    font-size: 1.375rem !important;
  }
}

h6, .h6, .has-heading-6-font-size {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h6, .h6, .has-heading-6-font-size {
    font-size: 1.25rem;
  }
}

.wp-block-heading.has-heading-6-font-size {
  font-size: 1.125rem !important;
}

@media (min-width: 1024px) {
  .wp-block-heading.has-heading-6-font-size {
    font-size: 1.25rem !important;
  }
}

.btn i {
  margin-right: 0.3125rem;
}

.btn, .wp-block-button .wp-block-button__link,
input[type="button"],
input[type="submit"], button, .edd-submit, input#edd_profile_editor_submit, .carousel__button {
  text-decoration: none;
  line-height: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  text-align: center;
  padding: 0.75rem 1.25rem;
  letter-spacing: 0px;
  background-color: #01549e;
  color: #ffffff;
  font-size: 0.875rem;
  border: 0px;
  display: inline-block;
  border-radius: 6.25rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .btn, .wp-block-button .wp-block-button__link,
  input[type="button"],
  input[type="submit"], button, .edd-submit, input#edd_profile_editor_submit, .carousel__button {
    font-size: 0.9375rem;
    padding: 0.625rem 1.25rem;
  }
}

.btn:hover, .wp-block-button .wp-block-button__link:hover,
input[type="button"]:hover,
input[type="submit"]:hover, button:hover, .edd-submit:hover, input#edd_profile_editor_submit:hover, .carousel__button:hover {
  background-color: #009cc5;
}

.btn:hover::after, .wp-block-button .wp-block-button__link:hover::after,
input[type="button"]:hover::after,
input[type="submit"]:hover::after, button:hover::after, .edd-submit:hover::after, input#edd_profile_editor_submit:hover::after, .carousel__button:hover::after {
  left: 0.25rem;
}

.btn::after, .wp-block-button .wp-block-button__link::after,
input[type="button"]::after,
input[type="submit"]::after, button::after, .edd-submit::after, input#edd_profile_editor_submit::after, .carousel__button::after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.5rem;
  height: 0.75rem;
  background-image: url("../images/angle_right_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.75rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  left: 0;
}

.btn.btn-white, .wp-block-button .wp-block-button__link.btn-white,
input[type="button"].btn-white,
input[type="submit"].btn-white, button.btn-white, .edd-submit.btn-white, input#edd_profile_editor_submit.btn-white, .carousel__button.btn-white {
  background-color: #ffffff;
  color: #000000;
}

.btn.btn-white:hover, .wp-block-button .wp-block-button__link.btn-white:hover,
input[type="button"].btn-white:hover,
input[type="submit"].btn-white:hover, button.btn-white:hover, .edd-submit.btn-white:hover, input#edd_profile_editor_submit.btn-white:hover, .carousel__button.btn-white:hover {
  background-color: #000000;
  color: #ffffff;
}

@media (min-width: 768px) {
  .btn.lg-btn, .wp-block-button .wp-block-button__link.lg-btn,
  input[type="button"].lg-btn,
  input[type="submit"].lg-btn, button.lg-btn, .edd-submit.lg-btn, input#edd_profile_editor_submit.lg-btn, .carousel__button.lg-btn {
    padding: 0.875rem 1.5rem;
    font-size: 1.0625rem;
    font-weight: 700;
  }
}

.btn.lg-btn::after, .wp-block-button .wp-block-button__link.lg-btn::after,
input[type="button"].lg-btn::after,
input[type="submit"].lg-btn::after, button.lg-btn::after, .edd-submit.lg-btn::after, input#edd_profile_editor_submit.lg-btn::after, .carousel__button.lg-btn::after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 768px) {
  .btn.lg-btn::after, .wp-block-button .wp-block-button__link.lg-btn::after,
  input[type="button"].lg-btn::after,
  input[type="submit"].lg-btn::after, button.lg-btn::after, .edd-submit.lg-btn::after, input#edd_profile_editor_submit.lg-btn::after, .carousel__button.lg-btn::after {
    width: 0.5rem;
    height: 0.875rem;
  }
}

.btn.sm-btn, .wp-block-button .wp-block-button__link.sm-btn,
input[type="button"].sm-btn,
input[type="submit"].sm-btn, button.sm-btn, .edd-submit.sm-btn, input#edd_profile_editor_submit.sm-btn, .carousel__button.sm-btn {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  min-width: unset;
}

.btn.border-btn, .wp-block-button .wp-block-button__link.border-btn,
input[type="button"].border-btn,
input[type="submit"].border-btn, button.border-btn, .edd-submit.border-btn, input#edd_profile_editor_submit.border-btn, .carousel__button.border-btn {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.btn.border-btn:hover, .wp-block-button .wp-block-button__link.border-btn:hover,
input[type="button"].border-btn:hover,
input[type="submit"].border-btn:hover, button.border-btn:hover, .edd-submit.border-btn:hover, input#edd_profile_editor_submit.border-btn:hover, .carousel__button.border-btn:hover {
  background-color: #454545;
  border-color: #454545;
  color: #ffffff;
}

.wp-block-button__link {
  padding: 0.75rem 1.25rem;
}

@media (min-width: 768px) {
  .wp-block-button__link {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    min-width: 9.5rem;
  }
}

.carousel__button {
  min-width: unset !important;
}

.btn__icon {
  fill: #000000;
}

.n-btn {
  background: transparent;
  color: #000000;
  width: auto;
  padding: 0;
  min-width: unset;
}

.n-btn:hover {
  background: transparent;
}

.share-btn {
  background-color: #7a97bf;
  border-radius: 0.4375rem;
}

.share-btn::after {
  display: none;
}

.wp-block-button .wp-block-button__link:hover {
  background-color: #009cc5 !important;
}

.wp-block-button .wp-block-button__link.has-cyan-background-color:hover {
  background-color: #009cc5 !important;
}

.site-header {
  width: 100%;
  padding: 0.9375rem 0px;
  background-color: #edfaff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header .logo {
  width: 8.5625rem;
}

@media (min-width: 1024px) {
  .site-header .logo {
    width: 10.4375rem;
  }
}

.site-header__left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  overflow: auto;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  width: 17.5rem;
  background-color: #edfaff;
  padding: 3.75rem 1.25rem 1.25rem;
  -webkit-box-shadow: 6px 1px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 1px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 640px) {
  .site-header__left {
    width: 25rem;
    padding: 4.375rem 1.875rem 1.875rem;
  }
}

@media (min-width: 1024px) {
  .site-header__left {
    position: static;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    background-color: transparent;
    -webkit-transform: none;
            transform: none;
    overflow: visible;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.site-header__left .main-nav {
  width: auto;
}

.site-header__left .main-nav ul {
  padding: 0;
  margin: 0;
}

.site-header__left .main-nav ul li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li {
    padding: 1.875rem 0.75rem;
    width: auto;
    border: 0;
  }
}

.site-header__left .main-nav ul li a {
  display: inline-block;
  color: #01549e;
  padding: 0.625rem 0px;
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li a {
    padding: 0;
  }
}

.site-header__left .main-nav ul li a:hover {
  color: #000000;
}

.site-header__left .main-nav ul li.current-menu-item a {
  color: #000000;
}

.site-header__left .main-nav ul li.menu-item-has-children {
  position: relative;
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li.menu-item-has-children {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li.menu-item-has-children::after {
    content: '';
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    border-bottom: 0.125rem solid #01549e;
    border-right: 0.125rem solid #01549e;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 0.3125rem;
    margin-bottom: 0.0625rem;
  }
}

.site-header__left .main-nav ul li.menu-item-has-children .sub-menu {
  width: 100%;
  display: none;
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li.menu-item-has-children .sub-menu {
    background-color: #ffffff;
    border: 1px solid #F6F6F6;
    position: absolute;
    left: 0;
    top: 100%;
    width: 12.5rem;
  }
}

.site-header__left .main-nav ul li.menu-item-has-children .sub-menu li {
  padding: 0;
  border-bottom: 1px solid #F6F6F6;
  width: 100%;
}

.site-header__left .main-nav ul li.menu-item-has-children .sub-menu li a {
  padding: 0.4375rem 0.9375rem;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li.menu-item-has-children .sub-menu li a {
    padding: 0.625rem;
  }
}

.site-header__left .main-nav ul li.menu-item-has-children .sub-menu.slideToggle {
  display: block;
}

@media (min-width: 1024px) {
  .site-header__left .main-nav ul li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

.site-header__left .cta-button {
  width: auto;
  margin: 2.5rem 0 0;
}

@media (min-width: 1024px) {
  .site-header__left .cta-button {
    margin: 0;
    margin-left: 0.625rem;
  }
}

.hamburger-icon {
  width: auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .hamburger-icon {
    display: none;
  }
}

.hamburger-icon span {
  display: block;
  width: 2.125rem;
  height: 0.1875rem;
  background-color: #01549e;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.hamburger-icon span:nth-child(2) {
  margin: 0.375rem 0px;
}

.menu-open .hamburger-icon span {
  background-color: #01549e;
}

.menu-open .hamburger-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0.625rem;
}

.menu-open .hamburger-icon span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.menu-open .hamburger-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0.4375rem;
}

.menu-open .site-header__left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sparkLines {
  position: absolute;
  right: 0;
  top: 0;
  height: 2.75rem;
  width: 2.8125rem;
}

.sparkLines:after, .sparkLines::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #01549e;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sparkLines::before {
  width: 0.75rem;
  height: 0.125rem;
}

.sparkLines::after {
  width: 0.125rem;
  height: 0.75rem;
}

.sparkLines.minus::after {
  height: 0rem;
}

@media (min-width: 1024px) {
  .sparkLines {
    display: none;
  }
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding-top: 1.25rem;
}

.social-icons a {
  width: 2.625rem;
  height: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  border: 2px solid #bae4f0;
}

.social-icons a:hover {
  background-color: #009cc5;
}

.site-footer {
  width: 100%;
  background-color: #01549e;
  color: #ffffff;
}

.site-footer a {
  color: #ffffff;
}

.site-footer a:hover {
  color: #009cc5;
}

.site-footer h3 {
  font-size: 1.25rem;
  padding-left: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-position: left 8px;
  background-repeat: no-repeat;
  color: #ffffff;
}

@media (min-width: 768px) {
  .site-footer h3 {
    padding-left: 3.75rem;
    font-size: 1.5625rem;
  }
}

.site-footer__contact {
  width: 100%;
  border-bottom: 1px solid #033a6f;
  padding: 1.25rem 0px;
}

@media (min-width: 768px) {
  .site-footer__contact {
    padding: 2.75rem 0px;
  }
}

.site-footer__contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

@media (min-width: 768px) {
  .site-footer__contact .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0rem;
  }
}

.site-footer__contact .cn {
  color: #ffffff;
  background-position: left center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.875rem;
  background-repeat: no-repeat;
}

.site-footer__contact .cn.tel {
  background-image: url("../images/telephone.png");
}

.site-footer__contact .cn.loc {
  background-image: url("../images/pin.png");
}

.site-footer__contact .cn.mail {
  background-image: url("../images/mail.png");
}

.site-footer__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0px;
}

.site-footer__left {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-top: 0.625rem;
}

@media (min-width: 768px) {
  .site-footer__left {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .site-footer__left {
    width: 38%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
}

.site-footer__left .subscribe-form {
  width: 100%;
}

.site-footer__left .subscribe-form h3 {
  background-image: url("../images/subscribe-mail.png");
  background-size: 1.75rem;
}

@media (min-width: 768px) {
  .site-footer__left .subscribe-form h3 {
    background-size: 2.25rem;
  }
}

.site-footer__left .subscribe-form .subscribe {
  position: relative;
  margin-top: 0.625rem;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-form-control-wrap input {
  width: 100%;
  height: 3.625rem;
  border-radius: 6.25rem;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #4e81b4;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #ffffff;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-form-control-wrap input:-ms-input-placeholder {
  color: #ffffff;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-form-control-wrap input::-ms-input-placeholder {
  color: #ffffff;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-form-control-wrap input::placeholder {
  color: #ffffff;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-submit {
  background-color: #009cc5;
  position: absolute;
  right: 0.5rem;
  top: 0.4375rem;
  padding: 0.75rem 1.25rem;
  min-width: 7.5rem;
  text-align: left;
  background-image: url("../images/angle_right_icon.svg");
  background-position: 85% 50%;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  cursor: pointer;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-submit:hover {
  background-color: #000000;
}

.site-footer__left .subscribe-form .subscribe .wpcf7-spinner {
  position: absolute;
  top: 1rem;
  right: 0;
}

.site-footer__left .subscribe-form .wpcf7-checkbox .wpcf7-list-item {
  position: relative;
}

.site-footer__left .subscribe-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  cursor: pointer;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.site-footer__left .subscribe-form .wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  display: block;
}

.site-footer__left .subscribe-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  padding-left: 2.1875rem;
  display: inline-block;
}

.site-footer__left .subscribe-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3125rem;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #4e81b4;
  width: 1.125rem;
  height: 1.125rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.site-footer__left .subscribe-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: '';
  display: none;
  position: absolute;
  top: 0.4375rem;
  left: 0.5rem;
  width: 0.3125rem;
  height: 0.6875rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.site-footer__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1024px) {
  .site-footer__right {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.site-footer__right .footer-menu-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 768px) {
  .site-footer__right .footer-menu-block {
    width: 60%;
  }
}

.site-footer__right .footer-menu-block:nth-child(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .site-footer__right .footer-menu-block:nth-child(2) {
    width: 40%;
  }
}

.site-footer__right .footer-menu {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 100%;
  padding-bottom: 1.875rem;
  padding-left: 2.5rem;
}

@media (min-width: 768px) {
  .site-footer__right .footer-menu {
    width: auto;
    padding: 0;
    background-size: 2.25rem;
    padding-left: 3.5rem;
  }
}

.site-footer__right .footer-menu h3 {
  padding: 0;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .site-footer__right .footer-menu h3 {
    margin-bottom: 1.875rem;
  }
}

.site-footer__right .footer-menu.stay {
  background-image: url("../images/stays.png");
}

.site-footer__right .footer-menu.offers {
  background-image: url("../images/offers.png");
}

.site-footer__right .footer-menu.thing-do {
  background-image: url("../images/things-to-do.png");
}

.site-footer__right .footer-menu nav {
  padding: 0;
}

.site-footer__right .footer-menu nav ul {
  padding: 0;
}

.site-footer__right .footer-menu nav ul li {
  display: inline-block;
  width: 100%;
}

.site-footer__right .footer-menu nav ul li a {
  display: inline-block;
}

.footer-copyright {
  background-color: #034383;
  color: #ffffff;
  padding: 1.5625rem 0;
  font-size: 0.875rem;
}

.footer-copyright p {
  margin: 0;
}

.hero__section {
  width: 100%;
  padding: 2.5rem 0px;
  height: 37.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 0.3125rem solid #edfaff;
}

@media (min-width: 1024px) {
  .hero__section {
    height: 45rem;
    padding: 3.75rem 0px;
  }
}

.hero__section .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero__caption {
  max-width: 100%;
  text-align: center;
  width: 43.75rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .hero__caption {
    font-size: 1.5625rem;
  }
}

.hero__caption h1 {
  color: #ffffff;
  font-weight: 400;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
}

.p-s__section {
  width: 100%;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 0px;
}

@media (min-width: 1024px) {
  .p-s__section {
    padding: 5rem 0px;
  }
}

.p-s__section .row {
  gap: 1.875rem;
}

@media (min-width: 1024px) {
  .p-s__section .row {
    gap: 0px;
  }
}

.p-s__block {
  width: 58.75rem;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .p-s__block .row {
    margin: 0rem -1.875rem;
  }
}

@media (min-width: 1024px) {
  .p-s__block .row > div {
    padding: 1.875rem;
  }
}

.p-s__box {
  width: 100%;
  padding: 1.875rem 1.25rem;
  padding-bottom: 6rem;
  background-color: #edfaff;
  color: #445374;
  text-align: center;
  border-radius: 1.25rem;
  height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  .p-s__box {
    padding: 2.125rem 3.75rem;
    padding-bottom: 6.875rem;
  }
}

.p-s__box h3 {
  position: relative;
  padding-bottom: 1.25rem;
  font-size: 1.375rem;
}

@media (min-width: 1024px) {
  .p-s__box h3 {
    font-size: 1.5625rem;
  }
}

.p-s__box h3::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../images/wave-pattern.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.6875rem;
}

.p-s__box .btn {
  position: absolute;
  bottom: 1.875rem;
  left: 1.25rem;
  right: 1.25rem;
}

@media (min-width: 768px) {
  .p-s__box .btn {
    bottom: 3.125rem;
    left: 3.75rem;
    right: 3.75rem;
  }
}

.p-s__box__icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-s__box__icon img {
  height: 2.875rem;
  margin: 0 0 0.625rem;
}

.f-ws__section {
  width: 100%;
}

.f-ws__section.light-blue-bg {
  padding: 3.75rem 0px;
}

@media (min-width: 1024px) {
  .f-ws__section.light-blue-bg {
    padding: 5rem 0px;
  }
}

.f-ws__slide {
  width: 100%;
  height: 18.75rem;
}

@media (min-width: 768px) {
  .f-ws__slide {
    height: 35rem;
  }
}

@media (min-width: 1024px) {
  .f-ws__slide {
    height: 41.25rem;
  }
}

.f-ws__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tcis__section {
  width: 100%;
}

.tcis__section .swiper-slide {
  height: auto;
}

.tcis__block {
  width: 100%;
}

.static-dots .swiper-horizontal .swiper-pagination-bullets {
  position: static;
  margin: 1.875rem 0 0;
}

.static-dots .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #009cc5;
  border-color: #009cc5;
  opacity: 0.5;
  width: 1.625rem;
  height: 0.375rem;
  border-radius: 3.125rem;
}

@media (min-width: 768px) {
  .static-dots .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.5rem;
    height: 0.75rem;
  }
}

.static-dots .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper.tcis-swiper {
  padding: 8px;
}

.tcis-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.625rem;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.tcis-img {
  width: 40%;
  min-height: 12.5rem;
}

.tcis-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tcis-content {
  width: 60%;
  position: relative;
  padding: 1.125rem 1.125rem 3.75rem;
}

.tcis-content h3 {
  font-size: 1.25rem;
  margin: 0 0 0.625rem;
}

.tcis-content .btn {
  position: absolute;
  bottom: 0.625rem;
  left: 1.125rem;
}

.swiper.adv-swiper {
  padding: 10px;
}

.adva__section {
  width: 100%;
}

.adva__section .tcis-box {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.adva__section .tcis-box .tcis-img {
  width: 100%;
  height: 13.75rem;
}

.adva__section .tcis-box .tcis-content {
  width: 100%;
  text-align: center;
}

.adva__section .tcis-box .tcis-content .btn {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

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

.has-gray-color {
  color: #707372;
}

.has-mercury-color {
  color: #F6F6F6;
}

.has-cyan-color {
  color: #01549e;
}

.has-bluecyan-color {
  color: #009cc5;
}

.has-lightblue-color {
  color: #edfaff;
}

.has-electricblue-color {
  color: #004e9b;
}

.has-dusk-color {
  color: #445374;
}

.has-whitesmoke-color {
  color: #dfdfdf;
}

.has-softblue-color {
  color: #5a8cd6;
}

.has-bluegreen-color {
  color: #0098aa;
}

.has-green-color {
  color: #4fb37c;
}

.has-wood-color {
  color: #8a7b27;
}

.has-red-color {
  color: #e14747;
}

.has-orange-color {
  color: #f8931c;
}

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

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

.has-mercury-background-color {
  background-color: #F6F6F6;
}

.has-cyan-background-color {
  background-color: #01549e;
}

.has-gray-background-color {
  background-color: #707372;
}

.has-bluecyan-background-color {
  background-color: #009cc5;
}

.has-lightblue-background-color {
  background-color: #edfaff;
}

.has-electricblue-background-color {
  background-color: #004e9b;
}

.has-dusk-background-color {
  background-color: #445374;
}

.has-whitesmoke-background-color {
  background-color: #dfdfdf;
}

.has-softblue-background-color {
  background-color: #5a8cd6;
}

.has-bluegreen-background-color {
  background-color: #0098aa;
}

.has-green-background-color {
  background-color: #4fb37c;
}

.has-wood-background-color {
  background-color: #8a7b27;
}

.has-red-background-color {
  background-color: #e14747;
}

.has-orange-background-color {
  background-color: #f8931c;
}

.wp-block-media-text__media {
  border-radius: 0.875rem;
  overflow: hidden;
}

.wp-block-details {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}

.wp-block-details summary {
  width: auto;
  padding: 1.7rem 0;
  padding-right: 2rem;
  list-style: none;
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 1.375rem;
}

@media (min-width: 768px) {
  .wp-block-details summary {
    font-size: 1.5rem;
  }
}

.wp-block-details summary::before, .wp-block-details summary::after {
  position: absolute;
  content: '';
  background-color: #000000;
  top: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wp-block-details summary::before {
  width: 12px;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}

.wp-block-details summary::after {
  width: 2px;
  height: 12px;
  right: 25px;
}

.wp-block-details[open] summary {
  margin-bottom: 10px;
}

.wp-block-details[open] summary::after {
  height: 0px;
}

.not-found {
  width: 100%;
  padding: 5% 0 11%;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 960px) {
  .not-found {
    padding: 25% 0 32%;
  }
}

.not-found h1 {
  font-size: 258px;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  color: #000000;
}

@media only screen and (max-width: 960px) {
  .not-found h1 {
    font-size: 128px;
  }
}

.not-found h1 span {
  color: #000000;
}

.not-found h2 {
  font-size: 30px;
  color: #000000;
}

@media only screen and (max-width: 960px) {
  .not-found h2 {
    font-size: 17px;
  }
}

.tab-panel__block {
  width: 100%;
}

.tab-panel__block .tab-menu {
  width: 100%;
  margin: 0 0 3.125rem;
}

.tab-panel__block .tab-menu ul {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.tab-panel__block .tab-menu ul li {
  list-style: none;
  padding: 0px 0.875rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #707372;
}

.tab-panel__block .tab-menu ul li a {
  padding: 0.75rem 0.625rem;
  display: inline-block;
  color: #707372;
  border-bottom: 2px solid transparent;
}

.tab-panel__block .tab-menu ul li a.active {
  color: #000000;
  border-color: #000000;
}

.tab-panel__block .tab-menu.tab-for-mobile {
  width: 37.5rem;
  margin: 0 auto 3.125rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

@media (min-width: 1024px) {
  .tab-panel__block .tab-menu.tab-for-mobile {
    width: 100%;
    margin: 0 0 3.125rem;
  }
}

.tab-panel__block .tab-menu.tab-for-mobile .tab-select-box {
  display: block;
  background-color: transparent;
  color: #000000;
  width: 100%;
  border: 1px solid #dfdfdf;
  text-align: left;
  background-image: url("../images/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 0.875rem;
}

@media (min-width: 1024px) {
  .tab-panel__block .tab-menu.tab-for-mobile .tab-select-box {
    display: none;
  }
}

.tab-panel__block .tab-menu.tab-for-mobile ul {
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #dfdfdf;
  border-radius: 0.4375rem;
  display: none;
}

@media (min-width: 1024px) {
  .tab-panel__block .tab-menu.tab-for-mobile ul {
    position: static;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: 0px solid #dfdfdf;
    border-radius: 0rem;
  }
}

.tab-panel__block .tab-menu.tab-for-mobile ul li {
  width: 100%;
}

@media (min-width: 1024px) {
  .tab-panel__block .tab-menu.tab-for-mobile ul li {
    width: auto;
  }
}

.tab-panel__block .tab-menu.tab-for-mobile ul li a {
  width: 100%;
  border: 0px;
}

@media (min-width: 1024px) {
  .tab-panel__block .tab-menu.tab-for-mobile ul li a {
    padding: 0.75rem 0.625rem;
    display: inline-block;
    color: #707372;
    border-bottom: 2px solid transparent;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .tab-panel__block .tab-menu.tab-for-mobile ul li a.active {
    color: #000000;
    border-color: #000000;
  }
}

.tab-main-box {
  width: 100%;
  position: relative;
}

.tab-main-box .tab-box {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tab-main-box .tab-box.active-tab {
  height: auto;
  opacity: 1;
  visibility: visible;
  position: static;
}

.acc {
  width: 100%;
}

.acc__card {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.acc__title {
  width: 100%;
  cursor: pointer;
  display: block;
  padding: 1rem 0px;
  padding-right: 3.125rem;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
  text-transform: none;
  font-size: 1rem;
}

.acc__title:hover {
  background-color: inherit;
}

.acc__title::before, .acc__title::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.acc__title::before {
  width: 1rem;
  height: 2px;
  right: 0.5rem;
}

.acc__title::after {
  width: 2px;
  height: 1rem;
  right: 0.9375rem;
}

.acc__title.active::after {
  height: 0;
}

.acc__panel {
  width: 100%;
  display: none;
  text-align: left;
  font-size: 0.875rem;
  padding-bottom: 0.9375rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.acc__panel p:last-child {
  margin: 0;
}

.stay__section {
  width: 100%;
  padding: 0 0 5rem;
}

.stay__section .title {
  margin: 0 0 1.875rem;
}

.stay__section .title h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .stay__section .title h1 {
    font-size: 2.8125rem;
  }
}

.stay__section .row {
  gap: 1.875rem 0px;
}

@media (min-width: 1024px) {
  .stay__section .row {
    gap: 2.5rem 0px;
    margin: 0 -1.875rem;
  }
}

@media (min-width: 1024px) {
  .stay__section .row > div {
    padding: 0px 1.875rem;
  }
}

.stay__box {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 0.9375rem;
}

@media (min-width: 768px) {
  .stay__box {
    padding: 1.25rem;
  }
}

.stay__box h2 {
  margin: 0;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .stay__box h2 {
    font-size: 1.25rem;
  }
}

.stay__img {
  width: 100%;
  height: auto;
}

@media (min-width: 1024px) {
  .stay__img {
    height: 19.5625rem;
  }
}

.stay__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stay__content {
  width: 100%;
  padding: 1rem 0 0;
}

.stay__title {
  width: 100%;
  margin: 0 0 0.9375rem;
}

@media (min-width: 768px) {
  .stay__title {
    margin: 0 0 1.25rem;
  }
}

.stay__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
  gap: 0.9375rem;
}

@media (min-width: 768px) {
  .stay__top {
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.stay__top .rating {
  padding-left: 1.25rem;
  color: #445374;
  background-image: url("../images/star-icon.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .stay__top .rating {
    padding-left: 1.5rem;
    background-size: 1.125rem;
    font-size: 0.9375rem;
  }
}

.stay__facility {
  border-bottom: 1px solid #d1eaf0;
  padding-bottom: 1.25rem;
}

.stay__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 0 0.3125rem;
}

@media (min-width: 768px) {
  .stay__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 1.875rem 0 0.625rem;
  }
}

.stay__bottom label {
  font-size: 0.875rem;
  color: #8a7b27;
  font-weight: 600;
  width: 100%;
  margin: 0 0 0.625rem;
}

@media (min-width: 768px) {
  .stay__bottom label {
    font-size: 0.9375rem;
    width: auto;
    margin: 0;
  }
}

.stay__facility {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 0.625rem;
}

@media (min-width: 768px) {
  .stay__facility {
    gap: 1.125rem 2.5rem;
  }
}

.fc_blk {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.3125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375rem;
}

.fc_blk img {
  max-height: 1.125rem;
}

.image-grid {
  gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.3125rem;
}

@media (min-width: 1024px) {
  .image-grid {
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 1fr;
        grid-template-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    width: 100%;
    gap: 1.25rem;
  }
}

.image-grid .main-image {
  width: 100%;
  padding: 0.3125rem;
}

@media (min-width: 1024px) {
  .image-grid .main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding: 0px;
  }
}

.image-grid .main-image img, .image-grid .sub-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.image-grid .sub-image {
  width: 50%;
  padding: 0.3125rem;
}

@media (min-width: 1024px) {
  .image-grid .sub-image {
    width: 100%;
    padding: 0px;
  }
}

.image-grid.three-col-grid {
  gap: 0px;
}

@media (min-width: 1024px) {
  .image-grid.three-col-grid {
    -ms-grid-columns: 2fr 1fr;
        grid-template-columns: 2fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    gap: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .image-grid.three-col-grid .main-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
  }
}

.image-grid.full-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-grid.full-grid .main-image {
  width: 100%;
}

.image-grid.full-grid .main-image img {
  width: 100%;
}

.stay-detail__section {
  width: 100%;
}

.stay-detail__section .stay__facility {
  padding: 1.25rem 0px;
  border: 0;
}

.stay-detail__section .rating {
  margin: 0 0 0.9375rem;
}

.stay-detail__section .title {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .stay-detail__section .title {
    margin: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.stay-detail__section .title h1 {
  font-weight: 700;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .stay-detail__section .title h1 {
    font-size: 2.8125rem;
  }
}

.stay-detail__section .title .share-btn {
  min-width: 6.375rem;
}

.stay-detail__section .highlights {
  width: 100%;
  padding: 1.25rem;
  background-color: #cdeff1;
  border: 1px solid #c3dce2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem 0.75rem;
  margin: 0 0 1.875rem;
}

.stay-detail__section .highlights span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  position: relative;
  color: #0c4757;
}

.stay-detail__section .highlights span::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.stay-detail__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.625rem;
}

.stay-detail__left {
  width: 100%;
}

@media (min-width: 1024px) {
  .stay-detail__left {
    width: 60%;
  }
}

.stay-detail__right {
  width: 100%;
  margin-bottom: 1.875rem;
}

@media (min-width: 1024px) {
  .stay-detail__right {
    width: 33.33%;
    margin: 0;
  }
}

.stay-detail__content {
  width: 100%;
  margin: 0 0 1.5625rem;
}

.stay-detail__content ul li {
  padding-bottom: 0px;
}

.stay-detail__content .detail-title {
  width: 100%;
}

.stay-detail__content .detail-title h2 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.stay-detail__content .amenities-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stay-detail__content .amenities-block .col {
  width: 100%;
  padding-top: 0.625rem;
}

@media (min-width: 768px) {
  .stay-detail__content .amenities-block .col {
    width: 50%;
  }
}

.stay-detail__content .amenities-block h4 {
  color: #ee8c16;
  font-size: 0.9375rem;
  margin: 0 0 0.625rem;
}

.booking-box {
  width: 100%;
  padding: 2.5rem 1.25rem;
  text-align: center;
  background: #E1EFF4;
  background: radial-gradient(circle, #e1eff4 0%, #c2e2f2 100%);
  border: 1px solid #92c9dd;
  position: relative;
}

.booking-box::before {
  position: absolute;
  content: '';
  bottom: -1.25rem;
  left: 0;
  right: 0;
  height: 1.25rem;
  background-image: url("../images/shadow-effect.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.booking-box h3 {
  font-weight: 400;
  color: #445374;
  font-size: 1.375rem;
}

.booking-box h3 strong {
  color: #01549e;
  font-weight: 600;
}

.booking-box .offer {
  width: 100%;
  padding: 1.25rem 0px;
}

.booking-box .offer span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  position: relative;
  color: #164e5d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
}

.booking-box .offer span::before {
  content: '\f06b';
  color: #4287aa;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.booking-box .calendar {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.625rem;
  color: #bb5c28;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.booking-box .calendar span {
  font-weight: 600;
}

.booking-box .calendar a {
  text-decoration: underline;
  color: #bb5c28;
}

.bcs__section {
  width: 100%;
}

.bcs__section h1 {
  font-weight: 700;
  font-size: 2.25rem;
}

@media (min-width: 1024px) {
  .bcs__section h1 {
    font-size: 2.8125rem;
  }
}

.bcs__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0px 5rem;
}

.bcs__left {
  width: 100%;
}

@media (min-width: 1024px) {
  .bcs__left {
    width: 60%;
  }
}

.bcs__right {
  width: 100%;
}

@media (min-width: 1024px) {
  .bcs__right {
    width: 33.33%;
  }
}

.bcs__right .tips-box {
  margin-top: 1.875rem;
}

.tips-box {
  width: 100%;
  border: 1px solid #b4d2da;
}

.tips-box .tips-title {
  width: 100%;
  padding: 1.25rem;
  background-color: #f2fdff;
  color: #01549e;
  font-size: 1.25rem;
  font-weight: 600;
}

.tips-box .tips-content {
  width: 100%;
  padding: 1.25rem 1.25rem 0px;
}

.tips-box .tips-content .tip-iocn {
  vertical-align: -2px;
  display: inline-block;
  margin-right: 3px;
}

.package__box {
  width: 100%;
  position: relative;
}

.package__box .stay__content {
  padding-bottom: 2.6875rem;
}

.package__box .stay__content .stay__bottom {
  padding: 0;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  width: auto;
}

.category-filter {
  width: 100%;
  margin: 0 0 2.5rem;
}

.filter-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.filter-btn button, .filter-btn a {
  background-color: #c0d8e6;
  color: #185e70;
  font-weight: 400;
  font-size: 0.8125rem;
  padding: 0.5rem 1.125rem;
  cursor: pointer;
}

.filter-btn button::after, .filter-btn a::after {
  display: none;
}

.filter-btn button.active, .filter-btn button:hover, .filter-btn a.active, .filter-btn a:hover {
  background-color: #01549e;
  color: #ffffff;
}

.ttd__section .row {
  margin: 0 -1.25rem;
  gap: 2.5rem 0px;
}

.ttd__section .row > div {
  padding: 0px 1.25rem;
}

.ttd__section .stay__img {
  height: auto;
}

@media (min-width: 768px) {
  .ttd__section .stay__img {
    height: 11.875rem;
  }
}

.price-card__block {
  width: 100%;
}

.price-card__block .row > div {
  padding: 0.9375rem;
}

.price-card__box {
  width: 100%;
  text-align: center;
  height: 100%;
}

.price-card__top {
  width: 100%;
  padding: 1.25rem;
}

.price-card__top .star-rating {
  color: #26434a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1875rem;
  margin: 0 0 0.625rem;
}

.price-card__top .star-rating span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
}

.price-card__top h2 {
  color: #26434a;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 600;
}

.price-card__content {
  padding: 1.875rem 1.875rem 0.625rem;
  text-align: center;
}

.price-card__content h3 {
  color: #f8931c;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
}

.hike__section {
  width: 100%;
  overflow: hidden;
  padding: 3.125rem 0px;
}

.hike__section .title h1 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .hike__section .title h1 {
    font-size: 2.8125rem;
  }
}

.hike__list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.875rem 0px;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .hike__list-box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3.75rem;
    padding: 2.5rem 0px;
  }
}

.hike__list-box:nth-child(odd)::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  background-color: #f7fbff;
  z-index: -1;
}

.hike__title {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1024px) {
  .hike__title {
    width: 13.75rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.hike__title h2 {
  font-size: 1.125rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .hike__title h2 {
    font-size: 1.25rem;
  }
}

.hike__tag {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 6.25rem;
}

@media (min-width: 1024px) {
  .hike__tag {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.hike__tag .tag {
  width: 100%;
  font-size: 0.9375rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hike__content {
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media (min-width: 1024px) {
  .hike__content {
    width: 60%;
  }
}

.hike__bottom {
  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;
}

.fc__section {
  width: 100%;
  overflow: hidden;
}

.fc__section .title {
  margin: 0px;
}

.fc__section .title h1 {
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .fc__section .title h1 {
    font-size: 2.8125rem;
  }
}

.fc__list-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 1.875rem 0px;
}

@media (min-width: 1024px) {
  .fc__list-box {
    padding: 3.125rem 0px;
  }
}

.fc__list-box:nth-child(odd)::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  background-color: #f7fbff;
  z-index: -1;
}

.fc__img {
  background-color: #ffffff;
  padding: 0.875rem;
  -webkit-box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 1px -1px 16px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
}

@media (min-width: 1024px) {
  .fc__img {
    width: 42%;
  }
}

.fc__img img {
  width: 100%;
}

.fc__content {
  width: 100%;
  padding-top: 1.875rem;
}

@media (min-width: 1024px) {
  .fc__content {
    width: 52%;
    padding: 0;
  }
}

.fc__content h2 {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .fc__content h2 {
    font-size: 1.25rem;
  }
}

.fc__content strong {
  color: #009cc5;
}
/*# sourceMappingURL=style.css.map */