@charset "UTF-8";
/* line 10, ../../sass/theme/content.theme.scss */
.main-container {
  min-height: 500px;
}

/* line 16, ../../sass/theme/content.theme.scss */
body.user-logged-in .main-container {
  min-height: 200px;
}
/* line 21, ../../sass/theme/content.theme.scss */
body.user-logged-in.path-frontpage .main-container {
  margin-top: 0;
}
/* line 28, ../../sass/theme/content.theme.scss */
body.path-frontpage .main-container {
  margin-top: -132px;
}
@media (max-width: 767px) {
  /* line 28, ../../sass/theme/content.theme.scss */
  body.path-frontpage .main-container {
    margin-top: 0;
  }
}
/* line 38, ../../sass/theme/content.theme.scss */
body .layouts:has(.mt-custom-minus) {
  margin-top: -160px;
}
/* line 44, ../../sass/theme/content.theme.scss */
body .pager {
  z-index: 0;
}
/* line 48, ../../sass/theme/content.theme.scss */
body .pager .pagination {
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
/* line 54, ../../sass/theme/content.theme.scss */
body .pager .pagination li {
  border-radius: 0;
  margin: 0;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 86, ../../sass/mixins.scss */
[dir="rtl"] body .pager .pagination li {
  margin-right: 0;
  margin-left: 10px;
}
/* line 61, ../../sass/theme/content.theme.scss */
body .pager .pagination li span.page-link,
body .pager .pagination li a.page-link {
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
  background-color: #ffffff;
  color: #212323;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  transition: 600ms;
}
/* line 84, ../../sass/theme/content.theme.scss */
body .pager .pagination li:hover span.page-link,
body .pager .pagination li:hover a.page-link, body .pager .pagination li.active span.page-link,
body .pager .pagination li.active a.page-link {
  color: #ffffff;
  background-color: #212323;
}
/* line 92, ../../sass/theme/content.theme.scss */
body .pager .pagination li.pager__item a {
  text-decoration: none;
}
/* line 95, ../../sass/theme/content.theme.scss */
body .pager .pagination li.pager__item a span {
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
  background-color: #ffffff;
  color: #212323;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A8A8A8;
  border-radius: 50%;
}
/* line 112, ../../sass/theme/content.theme.scss */
body .pager .pagination li.pager__item span {
  padding: 0;
  margin: 0;
  line-height: normal;
  border: none;
  background-color: #ffffff;
  color: #212323;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  transition: 600ms;
}
/* line 128, ../../sass/theme/content.theme.scss */
body .pager .pagination li.pager__item span[class*="deactivate"] {
  color: #A8A8A8;
}
/* line 136, ../../sass/theme/content.theme.scss */
body .pager .pagination li.pager__item:hover span,
body .pager .pagination li.pager__item:hover a, body .pager .pagination li.pager__item.active span,
body .pager .pagination li.pager__item.active a {
  color: #ffffff;
  background-color: #212323;
}
/* line 148, ../../sass/theme/content.theme.scss */
body .pager .pagination li:last-child span.page-link,
body .pager .pagination li:last-child a.page-link {
  margin: 0;
}
/* line 159, ../../sass/theme/content.theme.scss */
body .block-content--type-basic {
  color: #212323;
}
/* line 162, ../../sass/theme/content.theme.scss */
body .block-content--type-basic h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 168, ../../sass/theme/content.theme.scss */
body .block-content--type-basic p {
  font-size: 18px;
  line-height: 35px;
}
/* line 174, ../../sass/theme/content.theme.scss */
body .block-content--type-basic.block-content--view-mode-description .field--name-body {
  font-size: 18px;
  color: #000;
}
/* line 178, ../../sass/theme/content.theme.scss */
body .block-content--type-basic.block-content--view-mode-description .field--name-body:has(iframe) {
  font-size: 0;
}
/* line 185, ../../sass/theme/content.theme.scss */
body .banner-image {
  padding: 50px 0;
  margin-bottom: 50px;
  position: relative;
  background: transparent linear-gradient(180deg, #217A85 0%, #68BCB4 100%);
}
@media (max-width: 1199px) {
  /* line 185, ../../sass/theme/content.theme.scss */
  body .banner-image {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  /* line 185, ../../sass/theme/content.theme.scss */
  body .banner-image {
    padding: 20px 0;
  }
}
/* line 199, ../../sass/theme/content.theme.scss */
body .banner-image:after, body .banner-image::before {
  content: "";
  width: 15%;
  height: 90%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 16%;
  right: auto;
  background-image: url("../../images/bg-title-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  z-index: 0;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .banner-image:after, [dir="rtl"] body .banner-image::before {
  left: auto;
  right: 16%;
}
@media (max-width: 1199px) {
  /* line 199, ../../sass/theme/content.theme.scss */
  body .banner-image:after, body .banner-image::before {
    width: 20%;
  }
}
@media (max-width: 767px) {
  /* line 199, ../../sass/theme/content.theme.scss */
  body .banner-image:after, body .banner-image::before {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 30%;
  }
  /* line 35, ../../sass/mixins.scss */
  [dir="rtl"] body .banner-image:after, [dir="rtl"] body .banner-image::before {
    left: auto;
    right: 0;
  }
}
/* line 219, ../../sass/theme/content.theme.scss */
body .banner-image:after {
  width: 25%;
  height: 90%;
  background-image: url("../../images/bg-title-2.svg");
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  background-position: right bottom;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .banner-image:after {
  left: 0;
  right: auto;
}
/* line 176, ../../sass/mixins.scss */
[dir="rtl"] body .banner-image:after {
  background-position: left bottom;
}
@media (max-width: 1199px) {
  /* line 219, ../../sass/theme/content.theme.scss */
  body .banner-image:after {
    width: 40%;
  }
}
@media (max-width: 767px) {
  /* line 219, ../../sass/theme/content.theme.scss */
  body .banner-image:after {
    width: 60%;
  }
}
/* line 235, ../../sass/theme/content.theme.scss */
body .banner-image .title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
}
@media (max-width: 1199px) {
  /* line 235, ../../sass/theme/content.theme.scss */
  body .banner-image .title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  /* line 235, ../../sass/theme/content.theme.scss */
  body .banner-image .title {
    font-size: 30px;
  }
}
/* line 255, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-question,
body .block-content--type-faq.block-content--view-mode-full .views-field-title {
  background-color: #ECECEC;
  border: none;
  box-shadow: 2px 2px 10px #0000001A;
  border-radius: 10px;
  color: #000;
  margin: 0px 0px 20px 0px;
  font-size: 18px;
  outline: none;
  transition: 600ms;
  font-family: "Lato", sans-serif !important;
  padding-top: 15px;
  padding-right: 50px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
/* line 98, ../../sass/mixins.scss */
[dir="rtl"] body .block-content--type-faq.block-content--view-mode-full .faqfield-question, [dir="rtl"]
body .block-content--type-faq.block-content--view-mode-full .views-field-title {
  padding-right: 15px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  /* line 255, ../../sass/theme/content.theme.scss */
  body .block-content--type-faq.block-content--view-mode-full .faqfield-question,
  body .block-content--type-faq.block-content--view-mode-full .views-field-title {
    font-size: 18px;
  }
}
/* line 275, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-question:before,
body .block-content--type-faq.block-content--view-mode-full .views-field-title:before {
  content: "+";
  width: 27px;
  height: 27px;
  background-color: #68BEB4;
  display: flex;
  color: #fff;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 20px;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  transition: 600ms;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .block-content--type-faq.block-content--view-mode-full .faqfield-question:before, [dir="rtl"]
body .block-content--type-faq.block-content--view-mode-full .views-field-title:before {
  left: 20px;
  right: auto;
}
/* line 290, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-question:hover, body .block-content--type-faq.block-content--view-mode-full .faqfield-question.ui-state-active,
body .block-content--type-faq.block-content--view-mode-full .views-field-title:hover,
body .block-content--type-faq.block-content--view-mode-full .views-field-title.ui-state-active {
  background-color: #68BEB4;
}
/* line 294, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-question:hover:before, body .block-content--type-faq.block-content--view-mode-full .faqfield-question.ui-state-active:before,
body .block-content--type-faq.block-content--view-mode-full .views-field-title:hover:before,
body .block-content--type-faq.block-content--view-mode-full .views-field-title.ui-state-active:before {
  content: "\f068";
  background-color: #fff;
  color: #68BEB4;
}
/* line 301, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-question.ui-state-active,
body .block-content--type-faq.block-content--view-mode-full .views-field-title.ui-state-active {
  font-weight: bold;
}
/* line 305, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-question .ui-accordion-header-icon,
body .block-content--type-faq.block-content--view-mode-full .views-field-title .ui-accordion-header-icon {
  display: none;
}
/* line 310, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content {
  border: none;
  padding: 24px 30px;
  color: #000;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #68BCB4;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif !important;
}
@media (max-width: 991px) {
  /* line 310, ../../sass/theme/content.theme.scss */
  body .block-content--type-faq.block-content--view-mode-full .faqfield-answer,
  body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content {
    padding: 15px;
  }
}
/* line 325, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer p:empty :not(p + p:empty),
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content p:empty :not(p + p:empty) {
  display: none;
}
/* line 329, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer ul,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content ul {
  padding-left: 18px;
}
/* line 332, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer ul li,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content ul li {
  margin-bottom: 8px;
}
/* line 335, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer ul li::marker,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content ul li::marker {
  color: #68BEB4;
  font-size: 24px;
}
/* line 341, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer ul:last-child,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content ul:last-child {
  padding-left: 40px;
  margin-top: -50px;
}
/* line 346, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer ul:last-child li::marker,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content ul:last-child li::marker {
  color: #000;
}
/* line 353, ../../sass/theme/content.theme.scss */
body .block-content--type-faq.block-content--view-mode-full .faqfield-answer a,
body .block-content--type-faq.block-content--view-mode-full .ui-accordion-content a {
  color: #68BEB4;
}
@media (max-width: 991px) {
  /* line 362, ../../sass/theme/content.theme.scss */
  body .shadow-form {
    margin-bottom: 30px;
  }
}
/* line 367, ../../sass/theme/content.theme.scss */
body .shadow-form .block-webform-block {
  background: #fff;
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 5px;
  padding: 30px;
}
/* line 373, ../../sass/theme/content.theme.scss */
body .shadow-form .block-webform-block .block-title {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
/* line 384, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description {
  background: #ECECEC;
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 5px;
  padding: 30px;
}
/* line 391, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul {
  padding: 0;
  list-style: none;
}
/* line 395, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li {
  margin-bottom: 20px;
}
/* line 398, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #217A85;
  display: flex;
  color: transparent;
  margin-top: 20px;
  opacity: 0.33;
}
/* line 404, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 40px;
}
/* line 98, ../../sass/mixins.scss */
[dir="rtl"] body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li h3 {
  padding-right: 40px;
  padding-left: 0;
}
/* line 411, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li h3::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: block;
  color: #68BEB4;
  position: absolute;
  top: -6px;
  bottom: auto;
  left: 0;
  right: auto;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li h3::before {
  left: auto;
  right: 0;
}
/* line 420, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li p {
  font-size: 16px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 40px;
}
/* line 98, ../../sass/mixins.scss */
[dir="rtl"] body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li p {
  padding-right: 40px;
  padding-left: 0;
}
/* line 428, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li:nth-child(2) h3::before {
  content: "";
}
/* line 435, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li:last-child::after {
  display: none;
}
/* line 441, ../../sass/theme/content.theme.scss */
body .contact-box .block-content--type-basic.block-content--view-mode-description .field--name-body ul li:last-child h3::before {
  content: "\f095";
}
/* line 457, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .btn-primary:not(:disabled):not(.disabled):active:focus,
body .webform-submission-home-contact-form .btn-primary:not(:disabled):not(.disabled).active:focus,
body .webform-submission-home-contact-form .show > .btn-primary.dropdown-toggle:focus,
body .webform-submission-contact-form .btn-primary:not(:disabled):not(.disabled):active:focus,
body .webform-submission-contact-form .btn-primary:not(:disabled):not(.disabled).active:focus,
body .webform-submission-contact-form .show > .btn-primary.dropdown-toggle:focus,
body .webform-submission-get-a-trip-quote-form .btn-primary:not(:disabled):not(.disabled):active:focus,
body .webform-submission-get-a-trip-quote-form .btn-primary:not(:disabled):not(.disabled).active:focus,
body .webform-submission-get-a-trip-quote-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #68BEB4;
  background-color: #68BEB4;
  border-color: #68BEB4;
}
/* line 465, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .iti,
body .webform-submission-contact-form .iti,
body .webform-submission-get-a-trip-quote-form .iti {
  width: 100%;
}
/* line 469, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .form-control,
body .webform-submission-contact-form .form-control,
body .webform-submission-get-a-trip-quote-form .form-control {
  background: #FFFFFF;
  border: 1px solid rgba(33, 122, 133, 0.22);
  border-radius: 5px;
}
/* line 476, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .form-actions button,
body .webform-submission-contact-form .form-actions button,
body .webform-submission-get-a-trip-quote-form .form-actions button {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #68BEB4;
  border: 1px solid #68BEB4;
  border-radius: 5px;
  padding: 10px 40px;
  transition: 600ms;
}
/* line 486, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .form-actions button:hover,
body .webform-submission-contact-form .form-actions button:hover,
body .webform-submission-get-a-trip-quote-form .form-actions button:hover {
  background-color: #fff;
  color: #68BEB4;
}
/* line 495, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .form-control {
  border: 1px solid #fff;
}
/* line 500, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .form-actions button {
  color: #68BEB4;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #68BEB4;
  border-radius: 5px;
  padding: 10px 40px;
  transition: 600ms;
}
/* line 510, ../../sass/theme/content.theme.scss */
body .webform-submission-home-contact-form .form-actions button:hover {
  background-color: #68BEB4;
  color: #fff;
}
/* line 520, ../../sass/theme/content.theme.scss */
body #layout-builder-modal details,
body #layout-builder-modal form {
  color: #000;
}
/* line 527, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full {
  margin-bottom: 160px;
}
@media (max-width: 1199px) {
  /* line 527, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full {
    margin-bottom: 180px;
  }
}
/* line 534, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .field--name-node-title {
  margin-bottom: 55px;
}
/* line 537, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .field--name-node-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #212323;
}
/* line 545, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .float-image-left {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  /* line 545, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left {
    margin-bottom: 40px;
  }
}
/* line 552, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image {
  float: left;
  width: 540px;
  text-align: center;
  position: relative;
  z-index: 0;
  margin: 0 auto 60px auto;
}
/* line 152, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image {
  float: right;
}
@media (max-width: 1199px) {
  /* line 552, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image {
    float: none;
    width: 75%;
    margin: 0 auto 80px auto;
  }
  /* line 168, ../../sass/mixins.scss */
  [dir="rtl"] body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image {
    float: none;
  }
}
@media (max-width: 767px) {
  /* line 552, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image {
    margin: 0 auto 50px auto;
  }
}
@media (max-width: 767px) {
  /* line 552, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image {
    width: 100%;
  }
}
/* line 574, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image::before {
  content: "";
  width: 220px;
  height: 80px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: -16px;
  bottom: auto;
  left: 110px;
  right: auto;
  background-image: url("../../images/image-frame.svg");
  background-repeat: no-repeat;
  z-index: 1;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image::before {
  left: auto;
  right: 110px;
}
@media (max-width: 1199px) {
  /* line 574, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image::before {
    width: 140px;
    height: 50px;
    left: calc(55% - 140px);
    background-size: cover;
    top: -8px;
  }
}
@media (max-width: 374.9px) {
  /* line 574, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image::before {
    width: 120px;
    height: 43px;
    left: calc(55% - 100px);
    background-size: cover;
    top: -8px;
  }
}
/* line 598, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image img {
  width: 75%;
  height: auto;
  transform: rotate(-12deg);
  border: 20px solid #F5F5F5;
}
@media (max-width: 1199px) {
  /* line 598, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-full .float-image-left .field--name-field-image img {
    border: 10px solid #F5F5F5;
  }
}
/* line 610, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .float-image-left .field--name-body {
  color: #212323;
  font-size: 16px;
}
/* line 618, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .slick--optionset--three-image-carousel .slick-list .slick__slide {
  margin: 0 15px;
}
/* line 622, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-full .slick--optionset--three-image-carousel .slick-list .slick__slide .field--name-field-media-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/* line 633, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  /* line 633, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser {
    margin-bottom: 30px;
  }
}
/* line 640, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .left-content-box {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  /* line 640, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .left-content-box {
    width: 100%;
  }
}
/* line 649, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .left-content-box .field--name-field-image img {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 5px;
}
/* line 658, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box {
  width: 70%;
  position: relative;
  z-index: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -20%;
}
/* line 86, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-destination.node--view-mode-teaser .right-content-box {
  margin-right: -20%;
  margin-left: 0;
}
@media (max-width: 1199px) {
  /* line 658, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box {
    width: 75%;
    margin-top: -50px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
  /* line 86, ../../sass/mixins.scss */
  [dir="rtl"] body .node--type-destination.node--view-mode-teaser .right-content-box {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  /* line 658, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 658, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box {
    width: 80%;
  }
}
@media (max-width: 575px) {
  /* line 658, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box {
    width: 100%;
  }
}
/* line 681, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background-image: url("../../images/text-shape-odd.svg");
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-destination.node--view-mode-teaser .right-content-box::before {
  left: auto;
  right: 0;
}
@media (max-width: 1199px) {
  /* line 681, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box::before {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  /* line 681, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box::before {
    background-image: url("../../images/responsive-text-shape-odd.svg");
    background-size: contain;
  }
}
/* line 699, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box .content-box {
  width: 75%;
  margin: 40px auto 0 auto;
}
@media (max-width: 1199px) {
  /* line 699, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box .content-box {
    margin: 40px auto 50px auto;
  }
}
/* line 707, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box .content-box .field--name-node-title {
  margin-bottom: 30px;
}
/* line 710, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box .content-box .field--name-node-title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
/* line 717, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box .content-box .field--name-body {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 375.9px) {
  /* line 717, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-teaser .right-content-box .content-box .field--name-body {
    height: 90px;
    overflow: hidden;
  }
}
/* line 730, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box .content-box .field--name-node-link a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  background: #68BCB4;
  border: 1px solid #68BEB4;
  border-radius: 5px;
  padding: 10px 20px;
  transition: 600ms;
  text-decoration: none;
}
/* line 742, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-teaser .right-content-box .content-box .field--name-node-link a:hover {
  background-color: transparent;
}
/* line 751, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default {
  position: relative;
  margin: 0 15px;
  transition: 600ms;
}
/* line 756, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .field--name-field-image {
  box-shadow: 2px 2px 10px #00000029;
  border: 1px solid #FFFFFF;
  border-radius: 179px;
}
/* line 761, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .field--name-field-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, transparent 40%, #FFFFFF 100%);
  border-radius: 179px;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-destination.node--view-mode-default .field--name-field-image::before {
  left: 0;
  right: 0;
}
/* line 768, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .field--name-field-image img {
  border-radius: 179px;
  width: 100%;
  height: auto;
}
/* line 775, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .content-box {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  transition: all .5s;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0;
  right: 0;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-destination.node--view-mode-default .content-box {
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  /* line 775, ../../sass/theme/content.theme.scss */
  body .node--type-destination.node--view-mode-default .content-box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 35, ../../sass/mixins.scss */
  [dir="rtl"] body .node--type-destination.node--view-mode-default .content-box {
    left: 0;
    right: 0;
  }
}
/* line 786, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .content-box .field--name-node-title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
/* line 792, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .content-box .field--name-body {
  font-size: 16px;
  color: #212323;
  transition: 600ms;
  opacity: 0;
}
/* line 800, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default .content-box .field--name-node-link a {
  font-size: 16px;
  color: #212323;
  font-weight: bold;
  text-decoration: none;
  transition: 600ms;
  opacity: 0;
}
/* line 813, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default:hover .field--name-field-image::before {
  background: transparent linear-gradient(180deg, #FFFFFFA6 0%, #FFFFFF 100%);
}
/* line 819, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default:hover .content-box {
  bottom: 10%;
}
/* line 822, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default:hover .content-box .field--name-body {
  opacity: 1;
}
/* line 827, ../../sass/theme/content.theme.scss */
body .node--type-destination.node--view-mode-default:hover .content-box .field--name-node-link a {
  opacity: 1;
}
/* line 836, ../../sass/theme/content.theme.scss */
body .destinations-bg {
  padding: 200px 0;
  background-color: #68BEB4;
  position: relative;
}
@media (max-width: 767px) {
  /* line 836, ../../sass/theme/content.theme.scss */
  body .destinations-bg {
    padding: 120px 0;
  }
}
/* line 845, ../../sass/theme/content.theme.scss */
body .destinations-bg::before, body .destinations-bg::after {
  content: "";
  width: 100%;
  height: 156px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background-image: url("../../images/h1-rev-top.png");
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .destinations-bg::before, [dir="rtl"] body .destinations-bg::after {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  /* line 845, ../../sass/theme/content.theme.scss */
  body .destinations-bg::before, body .destinations-bg::after {
    height: 40px;
  }
}
/* line 859, ../../sass/theme/content.theme.scss */
body .destinations-bg::after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../../images/h1-rev-bottom.png");
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .destinations-bg::after {
  left: 0;
  right: 0;
}
@media (min-width: 1200px) {
  /* line 870, ../../sass/theme/content.theme.scss */
  body .view-destinations .view-content .views-row:nth-child(even) .node--view-mode-teaser .left-content-box {
    order: 2;
  }
}
@media (min-width: 1200px) {
  /* line 876, ../../sass/theme/content.theme.scss */
  body .view-destinations .view-content .views-row:nth-child(even) .node--view-mode-teaser .right-content-box {
    order: 1;
    margin-top: 0;
    margin-right: -20%;
    margin-bottom: 0;
    margin-left: 0;
  }
  /* line 86, ../../sass/mixins.scss */
  [dir="rtl"] body .view-destinations .view-content .views-row:nth-child(even) .node--view-mode-teaser .right-content-box {
    margin-right: 0;
    margin-left: -20%;
  }
}
/* line 883, ../../sass/theme/content.theme.scss */
body .view-destinations .view-content .views-row:nth-child(even) .node--view-mode-teaser .right-content-box::before {
  background-image: url("../../images/text-shape-even.svg");
}
@media (max-width: 767px) {
  /* line 883, ../../sass/theme/content.theme.scss */
  body .view-destinations .view-content .views-row:nth-child(even) .node--view-mode-teaser .right-content-box::before {
    background-image: url("../../images/responsive-text-shape-even.svg");
  }
}
/* line 901, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-teaser .field--name-field-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
/* line 908, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-teaser .content-box {
  width: 90%;
  margin: -20% auto 10px auto;
  padding: 65px 50px 55px 50px;
  position: relative;
  z-index: 0;
}
@media (max-width: 425.9px) {
  /* line 908, ../../sass/theme/content.theme.scss */
  body .node--type-service.node--view-mode-teaser .content-box {
    padding: 45px 20px 35px 20px;
  }
}
/* line 919, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-teaser .content-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 63px;
  opacity: 0.75;
  z-index: -1;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.89;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-service.node--view-mode-teaser .content-box::before {
  left: 0;
  right: 0;
}
@media (max-width: 425.9px) {
  /* line 919, ../../sass/theme/content.theme.scss */
  body .node--type-service.node--view-mode-teaser .content-box::before {
    border-radius: 30px;
  }
}
/* line 939, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-teaser .content-box .field--name-node-title h2 {
  color: #212323;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
/* line 948, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-teaser .content-box .field--name-body {
  font-size: 16px;
  line-height: 30px;
}
/* line 952, ../../sass/theme/content.theme.scss */
body .node--type-service.node--view-mode-teaser .content-box .field--name-body h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 35px;
}
/* line 964, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title {
  position: relative;
}
/* line 968, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .field--name-field-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
/* line 975, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0;
  right: 0;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  /* line 975, ../../sass/theme/content.theme.scss */
  body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /* line 35, ../../sass/mixins.scss */
  [dir="rtl"] body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box {
    left: 0;
    right: 0;
  }
}
/* line 984, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 50px 15px 30px 15px;
}
@media (max-width: 767px) {
  /* line 984, ../../sass/theme/content.theme.scss */
  body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box {
    padding: 25px 15px 15px 15px;
  }
}
/* line 994, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  display: block;
  color: transparent;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 0;
  right: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 0.89;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  margin: 0 auto;
  z-index: -1;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box::before {
  left: 0;
  right: 0;
}
/* line 1006, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box .field--name-block-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 1006, ../../sass/theme/content.theme.scss */
  body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box .field--name-block-title {
    margin-bottom: 20px;
  }
}
/* line 1013, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box .field--name-block-title h2 {
  font-size: 16px;
  font-weight: bold;
  color: #212323;
}
/* line 1021, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box .field--name-field-link a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  background: #68BCB4;
  border: 1px solid #68BEB4;
  border-radius: 5px;
  padding: 15px 20px;
  transition: 600ms;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 1021, ../../sass/theme/content.theme.scss */
  body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box .field--name-field-link a {
    padding: 10px 15px;
  }
}
/* line 1037, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-absolute-title .absolute-box .content-box .field--name-field-link a:hover {
  background-color: transparent;
}
/* line 1048, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-image-right .field--name-field-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
/* line 1055, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-image-right .field--name-body {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
/* line 1062, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text, body .block-content--type-text-image.block-content--view-mode-icon-text {
  background: #68BEB4;
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 5px;
  padding: 30px 15px;
  margin-bottom: 25px;
}
/* line 1071, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-block-title, body .block-content--type-text-image.block-content--view-mode-icon-text .field--name-block-title {
  text-align: center;
}
/* line 1074, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-block-title h2, body .block-content--type-text-image.block-content--view-mode-icon-text .field--name-block-title h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
/* line 1081, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-field-image, body .block-content--type-text-image.block-content--view-mode-icon-text .field--name-field-image {
  position: relative;
  width: 90px;
  height: 90px;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
/* line 1091, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-field-image::before, body .block-content--type-text-image.block-content--view-mode-icon-text .field--name-field-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background-image: url("../../images/icon-bg.svg");
  z-index: -1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-field-image::before, [dir="rtl"] body .block-content--type-text-image.block-content--view-mode-icon-text .field--name-field-image::before {
  left: 0;
  right: 0;
}
/* line 1101, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-body, body .block-content--type-text-image.block-content--view-mode-icon-text .field--name-body {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
/* line 1108, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text {
  background-color: #fff;
}
/* line 1112, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-field-image img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
/* line 1117, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-reordered-icon-text .field--name-field-image::before {
  filter: none;
}
/* line 1125, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-default .title-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
/* line 1131, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-default .title-box .field--name-block-title h3 {
  color: #212323;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
}
/* line 1139, ../../sass/theme/content.theme.scss */
body .block-content--type-text-image.block-content--view-mode-default .title-box .field--name-body {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
/* line 1151, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default, body .node--type-vacation.node--view-mode-teaser {
  transition: 600ms;
  position: relative;
}
/* line 1156, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .field--name-field-image, body .node--type-vacation.node--view-mode-teaser .field--name-field-image {
  position: relative;
  border-radius: 5px;
}
/* line 1160, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .field--name-field-image::before, body .node--type-vacation.node--view-mode-teaser .field--name-field-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, transparent 40%, #FFFFFF 100%);
  margin: 0 auto;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-vacation.node--view-mode-default .field--name-field-image::before, [dir="rtl"] body .node--type-vacation.node--view-mode-teaser .field--name-field-image::before {
  left: 0;
  right: 0;
}
/* line 1167, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .field--name-field-image img, body .node--type-vacation.node--view-mode-teaser .field--name-field-image img {
  width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px #00000029;
  border-radius: 5px;
}
/* line 1175, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .absolute-box, body .node--type-vacation.node--view-mode-teaser .absolute-box {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 35px;
  width: calc(100% - 30px);
  margin: 0 auto;
  height: fit-content;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .node--type-vacation.node--view-mode-default .absolute-box, [dir="rtl"] body .node--type-vacation.node--view-mode-teaser .absolute-box {
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 1175, ../../sass/theme/content.theme.scss */
  body .node--type-vacation.node--view-mode-default .absolute-box, body .node--type-vacation.node--view-mode-teaser .absolute-box {
    padding: 20px;
  }
}
@media (max-width: 374.9px) {
  /* line 1175, ../../sass/theme/content.theme.scss */
  body .node--type-vacation.node--view-mode-default .absolute-box, body .node--type-vacation.node--view-mode-teaser .absolute-box {
    padding: 12px;
  }
}
/* line 1190, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .absolute-box .field--name-node-title, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-node-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 1190, ../../sass/theme/content.theme.scss */
  body .node--type-vacation.node--view-mode-default .absolute-box .field--name-node-title, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-node-title {
    margin-bottom: 20px;
  }
}
/* line 1197, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .absolute-box .field--name-node-title h2, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-node-title h2 {
  font-size: 18px;
  font-weight: bold;
  color: #212323;
}
/* line 1204, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .absolute-box .field--name-body, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-body {
  opacity: 0;
  margin-bottom: -80px;
  font-size: 16px;
}
@media (max-width: 991px) {
  /* line 1204, ../../sass/theme/content.theme.scss */
  body .node--type-vacation.node--view-mode-default .absolute-box .field--name-body, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-body {
    margin-bottom: -100px;
  }
}
/* line 1215, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .absolute-box .field--name-field-link a, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-field-link a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: 1px solid #68BEB4;
  border-radius: 5px;
  padding: 15px 20px;
  transition: 600ms;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 1215, ../../sass/theme/content.theme.scss */
  body .node--type-vacation.node--view-mode-default .absolute-box .field--name-field-link a, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-field-link a {
    padding: 10px 15px;
  }
}
/* line 1231, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .absolute-box .field--name-field-link a:hover, body .node--type-vacation.node--view-mode-teaser .absolute-box .field--name-field-link a:hover {
  background-color: transparent;
}
/* line 1240, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default.node--view-mode-default .field--name-field-image::before, body .node--type-vacation.node--view-mode-teaser.node--view-mode-default .field--name-field-image::before {
  opacity: 0.95;
}
/* line 1246, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default:hover, body .node--type-vacation.node--view-mode-teaser:hover {
  cursor: pointer;
}
/* line 1250, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default:hover .field--name-field-image::before, body .node--type-vacation.node--view-mode-teaser:hover .field--name-field-image::before {
  background: transparent linear-gradient(180deg, transparent 40%, #68BCB4 100%);
  border-radius: 0px 0px 5px 5px;
}
/* line 1258, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default:hover .absolute-box .field--name-body, body .node--type-vacation.node--view-mode-teaser:hover .absolute-box .field--name-body {
  margin-bottom: 0;
  opacity: 1;
  transition: all .5s;
  transform: translateY(-20px);
  color: #fff;
}
/* line 1267, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default:hover .absolute-box .field--name-node-title h2, body .node--type-vacation.node--view-mode-teaser:hover .absolute-box .field--name-node-title h2 {
  color: #fff;
}
/* line 1273, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default:hover .absolute-box .field--name-field-link a, body .node--type-vacation.node--view-mode-teaser:hover .absolute-box .field--name-field-link a {
  color: #fff;
  border-color: #fff;
}
/* line 1283, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .field--name-field-image {
  height: 539px;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 1283, ../../sass/theme/content.theme.scss */
  body .node--type-vacation.node--view-mode-default .field--name-field-image {
    height: 434px;
  }
}
/* line 1291, ../../sass/theme/content.theme.scss */
body .node--type-vacation.node--view-mode-default .field--name-field-image img {
  height: 100%;
}
/* line 1298, ../../sass/theme/content.theme.scss */
body .col-hover {
  padding-right: 15px;
  padding-left: 15px;
  transition: 600ms;
}
@media (max-width: 991px) {
  /* line 1298, ../../sass/theme/content.theme.scss */
  body .col-hover {
    margin-bottom: 30px;
  }
}
/* line 1307, ../../sass/theme/content.theme.scss */
body .col-hover:not(.active) {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 991px) {
  /* line 1307, ../../sass/theme/content.theme.scss */
  body .col-hover:not(.active) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 1317, ../../sass/theme/content.theme.scss */
  body .col-hover:not(.active) .node--view-mode-default .field--name-body {
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  /* line 1317, ../../sass/theme/content.theme.scss */
  body .col-hover:not(.active) .node--view-mode-default .field--name-body {
    margin-bottom: -120px;
  }
}
/* line 1329, ../../sass/theme/content.theme.scss */
body .col-hover.active {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  /* line 1329, ../../sass/theme/content.theme.scss */
  body .col-hover.active {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* line 1338, ../../sass/theme/content.theme.scss */
body .col-hover.active .field--name-field-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
/* line 1344, ../../sass/theme/content.theme.scss */
body .col-hover.active .field--name-field-image img {
  opacity: 0;
}
/* line 1350, ../../sass/theme/content.theme.scss */
body .col-hover.active .node--view-mode-default .field--name-body {
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  /* line 1350, ../../sass/theme/content.theme.scss */
  body .col-hover.active .node--view-mode-default .field--name-body {
    margin-bottom: -120px;
  }
}
/* line 1362, ../../sass/theme/content.theme.scss */
body .section-about-bg {
  position: relative;
  padding: 50px 0 140px 0;
  z-index: 0;
}
/* line 1367, ../../sass/theme/content.theme.scss */
body .section-about-bg:after, body .section-about-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background-image: url("../../images/about-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] body .section-about-bg:after, [dir="rtl"] body .section-about-bg::before {
  left: 0;
  right: 0;
}
/* line 1377, ../../sass/theme/content.theme.scss */
body .section-about-bg:after {
  background: #2D2D2D 0% 0% no-repeat padding-box;
  opacity: 0.6;
  z-index: -1;
}
/* line 1386, ../../sass/theme/content.theme.scss */
body .section-about-bg .block-content--type-basic.block-content--view-mode-default h5,
body .section-about-bg .block-content--type-basic.block-content--view-mode-default h4 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 6px #00000029;
  margin-bottom: 20px;
}
/* line 1395, ../../sass/theme/content.theme.scss */
body .section-about-bg .block-content--type-basic.block-content--view-mode-default h4 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  /* line 1402, ../../sass/theme/content.theme.scss */
  body .slick__arrow {
    top: auto;
    bottom: -40px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* line 1412, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 50%;
  transition: 600ms;
  box-shadow: 2px 2px 10px #00000029;
}
/* line 1420, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #68BEB4;
  opacity: 1;
  transition: 600ms;
}
/* line 1429, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow:hover {
  background-color: #68BEB4;
}
/* line 1432, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow:hover::before {
  color: #ffffff;
}
/* line 1437, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow.slick-next {
  right: -40px;
}
@media (max-width: 1199px) {
  /* line 1437, ../../sass/theme/content.theme.scss */
  body .slick__arrow .slick-arrow.slick-next {
    right: 0;
  }
}
/* line 1444, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow.slick-next::before {
  content: "\f0da";
}
/* line 1448, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .slick__arrow .slick-arrow.slick-next {
  left: -40px;
}
@media (max-width: 1199px) {
  /* line 1448, ../../sass/theme/content.theme.scss */
  [dir='rtl'] body .slick__arrow .slick-arrow.slick-next {
    left: 0;
  }
}
/* line 1455, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .slick__arrow .slick-arrow.slick-next::before {
  content: "\f0d9";
}
/* line 1461, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow.slick-prev {
  left: -40px;
}
@media (max-width: 1199px) {
  /* line 1461, ../../sass/theme/content.theme.scss */
  body .slick__arrow .slick-arrow.slick-prev {
    left: 0;
  }
}
/* line 1468, ../../sass/theme/content.theme.scss */
body .slick__arrow .slick-arrow.slick-prev::before {
  content: "\f0d9";
}
/* line 1472, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .slick__arrow .slick-arrow.slick-prev {
  right: -40px;
}
@media (max-width: 1199px) {
  /* line 1472, ../../sass/theme/content.theme.scss */
  [dir='rtl'] body .slick__arrow .slick-arrow.slick-prev {
    right: 0;
  }
}
/* line 1479, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .slick__arrow .slick-arrow.slick-prev::before {
  content: "\f0da";
}
/* line 1488, ../../sass/theme/content.theme.scss */
body .view-our-services .slick__arrow {
  top: 30%;
  bottom: auto;
}
@media (max-width: 1199px) {
  /* line 1488, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 1488, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow {
    top: 20%;
  }
}
@media (max-width: 767px) {
  /* line 1488, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow {
    top: 12%;
  }
}
@media (max-width: 425.9px) {
  /* line 1488, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow {
    top: 8%;
  }
}
@media (max-width: 374.9px) {
  /* line 1488, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow {
    top: 5%;
  }
}
/* line 1513, ../../sass/theme/content.theme.scss */
body .view-our-services .slick__arrow .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1199px) {
  /* line 1513, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow .slick-arrow.slick-next {
    right: 10px;
  }
}
/* line 1520, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .view-our-services .slick__arrow .slick-arrow.slick-next {
  left: -50px;
}
@media (max-width: 1199px) {
  /* line 1520, ../../sass/theme/content.theme.scss */
  [dir='rtl'] body .view-our-services .slick__arrow .slick-arrow.slick-next {
    left: 10px;
  }
}
/* line 1529, ../../sass/theme/content.theme.scss */
body .view-our-services .slick__arrow .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 1199px) {
  /* line 1529, ../../sass/theme/content.theme.scss */
  body .view-our-services .slick__arrow .slick-arrow.slick-prev {
    left: 10px;
  }
}
/* line 1536, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .view-our-services .slick__arrow .slick-arrow.slick-prev {
  right: -50px;
}
@media (max-width: 1199px) {
  /* line 1536, ../../sass/theme/content.theme.scss */
  [dir='rtl'] body .view-our-services .slick__arrow .slick-arrow.slick-prev {
    right: 10px;
  }
}
@media (min-width: 992px) {
  /* line 1549, ../../sass/theme/content.theme.scss */
  body .view-destinations .slick__arrow {
    width: 12%;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: -15%;
    right: auto;
  }
  /* line 35, ../../sass/mixins.scss */
  [dir="rtl"] body .view-destinations .slick__arrow {
    left: auto;
    right: -15%;
  }
}
@media (max-width: 991px) {
  /* line 1549, ../../sass/theme/content.theme.scss */
  body .view-destinations .slick__arrow {
    width: 12%;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: -35px;
    left: 0;
    right: 0;
  }
  /* line 35, ../../sass/mixins.scss */
  [dir="rtl"] body .view-destinations .slick__arrow {
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  /* line 1549, ../../sass/theme/content.theme.scss */
  body .view-destinations .slick__arrow {
    width: 25%;
  }
}
/* line 1566, ../../sass/theme/content.theme.scss */
body .view-destinations .slick__arrow .slick-arrow.slick-next {
  right: 0;
}
/* line 1569, ../../sass/theme/content.theme.scss */
body .view-destinations .slick__arrow .slick-arrow.slick-next::before {
  font-size: 18px;
  content: "\f054";
}
@media (max-width: 1199px) {
  /* line 1566, ../../sass/theme/content.theme.scss */
  body .view-destinations .slick__arrow .slick-arrow.slick-next {
    right: 0;
  }
}
/* line 1578, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .view-destinations .slick__arrow .slick-arrow.slick-next {
  left: 0;
}
/* line 1581, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .view-destinations .slick__arrow .slick-arrow.slick-next::before {
  content: "\f053";
}
@media (max-width: 1199px) {
  /* line 1578, ../../sass/theme/content.theme.scss */
  [dir='rtl'] body .view-destinations .slick__arrow .slick-arrow.slick-next {
    left: 0;
  }
}
/* line 1591, ../../sass/theme/content.theme.scss */
body .view-destinations .slick__arrow .slick-arrow.slick-prev {
  left: 0;
}
/* line 1594, ../../sass/theme/content.theme.scss */
body .view-destinations .slick__arrow .slick-arrow.slick-prev::before {
  font-size: 18px;
  content: "\f053";
}
@media (max-width: 1199px) {
  /* line 1591, ../../sass/theme/content.theme.scss */
  body .view-destinations .slick__arrow .slick-arrow.slick-prev {
    left: 0;
  }
}
/* line 1603, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .view-destinations .slick__arrow .slick-arrow.slick-prev {
  right: 0;
}
/* line 1606, ../../sass/theme/content.theme.scss */
[dir='rtl'] body .view-destinations .slick__arrow .slick-arrow.slick-prev::before {
  content: "\f054";
}
@media (max-width: 1199px) {
  /* line 1603, ../../sass/theme/content.theme.scss */
  [dir='rtl'] body .view-destinations .slick__arrow .slick-arrow.slick-prev {
    right: 0;
  }
}

/* line 1622, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .banner-image {
  margin-bottom: 0;
}
/* line 1627, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-result .title {
  position: relative;
  padding: 6px 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
}
/* line 1637, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-result .title:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #F1F1F1;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: unset;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  margin: 0 auto;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .search-result .title:before {
  left: -50vw;
  right: -50vw;
}
/* line 1644, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-result .title span {
  font-size: 18px;
  font-weight: bold;
  color: #68BEB4;
}
/* line 1649, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-result .title span:first-child {
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 0;
  margin-left: 0;
  color: #000;
}
/* line 86, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .search-result .title span:first-child {
  margin-right: 0;
  margin-left: 5px;
}
/* line 1657, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .main-container {
  padding-top: 0;
}
/* line 1661, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form {
  margin-top: 0px;
  position: relative;
  padding: 10px 0;
}
/* line 1666, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #DEDEDE;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: unset;
  left: -50vw;
  right: -50vw;
  z-index: -1;
  margin: 0 auto;
}
/* line 35, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .search-page-form:before {
  left: -50vw;
  right: -50vw;
}
@media (max-width: 768px) {
  /* line 1675, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .search-page-form form .form-row {
    flex-direction: column;
  }
}
/* line 1680, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form form .form-row fieldset {
  margin-bottom: 0;
}
/* line 1684, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form form .form-row input {
  width: 273px;
  height: 36px;
  margin: 0 10px 0 0;
  padding: 4px 8px;
  border: solid 1px #fff;
  background-color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 62, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .search-page-form form .form-row input {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 1693, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form form .form-row input:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  /* line 1698, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .search-page-form form .form-row .form-actions {
    align-self: flex-start;
  }
}
/* line 1703, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form form .form-row .form-actions button {
  margin: 0 0 0 10px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 6px 25px 4px 25px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #68BEB4;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background-color: transparent;
}
/* line 86, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .search-page-form form .form-row .form-actions button {
  margin-right: 10px;
  margin-left: 0;
}
/* line 62, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .search-page-form form .form-row .form-actions button {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
@media (max-width: 768px) {
  /* line 1703, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .search-page-form form .form-row .form-actions button {
    margin: 10px 0 0 0;
  }
}
/* line 1718, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form form .form-row .form-actions button:focus {
  box-shadow: none;
}
/* line 1722, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .search-page-form form .form-row .form-actions button.btn-primary:not(:disabled):not(.disabled):active, .page-view-search.path-search .search-page-form form .form-row .form-actions button:hover {
  background-color: #68BEB4;
  color: #fff;
}
/* line 1733, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search {
  margin: 40px 0 160px 0;
}
/* line 1737, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 40px;
}
/* line 1743, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .field-content {
  display: flex;
  align-items: flex-start;
}
/* line 1747, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .field-content .counter {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 0;
}
/* line 86, ../../sass/mixins.scss */
[dir="rtl"] .page-view-search.path-search .view-search .view-content .views-row .field-content .counter {
  margin-right: 0;
  margin-left: 10px;
}
/* line 1753, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item {
  flex: 0 0 98%;
  max-width: 98%;
}
@media (max-width: 1200px) {
  /* line 1753, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item {
    flex: 0 0 96%;
    max-width: 96%;
  }
}
@media (max-width: 768px) {
  /* line 1753, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item {
    flex: 0 0 94%;
    max-width: 94%;
  }
}
@media (max-width: 576px) {
  /* line 1753, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item {
    flex: 0 0 92%;
    max-width: 92%;
  }
}
/* line 1774, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-node-title span,
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-node-title h4,
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-node-title a {
  font-size: 18px;
  font-weight: bold;
  color: #68BEB4;
  text-decoration: underline;
}
/* line 1782, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-node-title span:hover,
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-node-title h4:hover,
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-node-title a:hover {
  color: #4E4E4E;
}
/* line 1789, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-body * {
  font-size: 17px;
  font-weight: normal;
}
/* line 1793, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .views-field-search-api-rendered-item .field--name-body * img {
  width: 30%;
  height: auto;
}
/* line 1800, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .counter,
.page-view-search.path-search .view-search .view-content .views-row .views-field-counter {
  flex: 0 0 2%;
  max-width: 2%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  /* line 1800, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .view-search .view-content .views-row .counter,
  .page-view-search.path-search .view-search .view-content .views-row .views-field-counter {
    flex: 0 0 4%;
    max-width: 4%;
  }
}
@media (max-width: 768px) {
  /* line 1800, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .view-search .view-content .views-row .counter,
  .page-view-search.path-search .view-search .view-content .views-row .views-field-counter {
    flex: 0 0 6%;
    max-width: 6%;
  }
}
@media (max-width: 768px) {
  /* line 1800, ../../sass/theme/content.theme.scss */
  .page-view-search.path-search .view-search .view-content .views-row .counter,
  .page-view-search.path-search .view-search .view-content .views-row .views-field-counter {
    flex: 0 0 8%;
    max-width: 8%;
  }
}
/* line 1824, ../../sass/theme/content.theme.scss */
.page-view-search.path-search .view-search .view-content .views-row .counter span,
.page-view-search.path-search .view-search .view-content .views-row .views-field-counter span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
