@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Oswald:wght@400;700&family=Bebas+Neue&display=swap";
/* [project]/src/views/sub-pages/our-adventure/sub-pages/styles.module.css [app-client] (css) */
.styles-module__Co4iIa__home_banner {
  position: relative;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_box {
  align-items: flex-end;
  min-height: 28.75vw;
  padding-bottom: 5.729vw;
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex !important;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_box:before {
  content: "";
  opacity: .53;
  mix-blend-mode: multiply;
  background: linear-gradient(90deg, #000 0%, #80808000 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_container {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 2.134vw;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
  padding: 0 3.705vw;
  display: flex;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text {
  max-width: 30.469vw;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text p {
  color: #fff;
  padding-left: .711vw;
  padding-right: 3.557vw;
  font-size: .938vw;
  font-style: italic;
  font-weight: 700;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h1, .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h2 {
  color: #fff;
  padding-bottom: 1.667vw;
  font-size: 4.688vw;
  line-height: 1;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_next, .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_prev {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: 0;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_next:before, .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_prev:before {
  display: none;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_prev {
  z-index: 1;
  opacity: .7;
  background: url("/images/front-pages/images/left-white-arrow.svg") center / contain no-repeat;
  width: 1.614vw;
  height: 2.344vw;
  transition: all .3s ease-in-out;
  left: 1.667vw;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_prev:hover {
  opacity: 1;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_next {
  z-index: 1;
  opacity: .7;
  background: url("/images/front-pages/images/right-white-arrow.svg") center / contain no-repeat;
  width: 1.614vw;
  height: 2.344vw;
  transition: all .3s ease-in-out;
  right: 1.667vw;
}

.styles-module__Co4iIa__home_banner .styles-module__Co4iIa__slick_next:hover {
  opacity: 1;
}

.styles-module__Co4iIa__location_name {
  -moz-column-gap: .512vw;
  align-items: center;
  column-gap: .512vw;
  display: flex;
  box-shadow: 0 1.098vw 1.464vw #0000001a;
}

.styles-module__Co4iIa__location_name img {
  width: 1.146vw;
  height: 1.146vw;
}

.styles-module__Co4iIa__location_name span {
  text-transform: uppercase;
  color: #fff;
  font-family: Bebas Neue, sans-serif;
  font-size: .938vw;
  font-weight: 400;
}

.styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_box:before {
  opacity: .44;
}

.styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_text h1, .styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_text h2 {
  padding-bottom: .833vw;
}

.styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_text p {
  padding-bottom: 0;
  padding-left: 0;
}

.styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_text p span {
  font-style: normal;
}

.styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner.styles-module__Co4iIa__adventure_banner .styles-module__Co4iIa__hero_slide_text {
  max-width: 30.438vw;
}

.styles-module__Co4iIa__search_box {
  z-index: 1;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: -5vw;
  left: 0;
  right: 0;
}

.styles-module__Co4iIa__search_box .styles-module__Co4iIa__container {
  max-width: 80%;
}

.styles-module__Co4iIa__search_box_inner {
  background: linear-gradient(#edebeb 0%, #fff 30%, #cdcaca 100%);
  border-radius: .417vw;
  max-width: 95%;
  margin: 0 auto;
  padding: 1.563vw 3.646vw;
  box-shadow: 0 .598vw 1.064vw #0003;
}

.styles-module__Co4iIa__search_row form {
  align-items: flex-end;
  gap: .833vw;
  display: flex;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select {
  width: 100%;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select label {
  color: #1f1f1f;
  margin-bottom: .521vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select select {
  color: #1f1f1f;
  border: .0365vw solid #c7c7c7;
  border-radius: .313vw;
  outline: none;
  width: 100%;
  padding: .732vw 2.343vw;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.042vw;
  font-weight: 600;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select {
  background-color: #0000;
  background-image: url("/images/svg/map.svg"), url("/images/svg/down-arrow.svg");
  background-position: .732vw 50%, right .732vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.464vw;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  min-height: 2.855vw;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss2 select {
  background-color: #0000;
  background-image: url("/images/svg/building.svg"), url("/images/svg/down-arrow.svg");
  background-position: .732vw 50%, right .732vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.464vw;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  min-height: 2.855vw;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss3 select {
  background-color: #0000;
  background-image: url("/images/svg/user.svg"), url("/images/svg/down-arrow.svg");
  background-position: .732vw 50%, right .732vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: 1.464vw;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  min-height: 2.855vw;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_btn input[type="submit"] {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: .05em;
  background-color: #ea5647;
  border: none;
  border-radius: .22vw;
  outline: none;
  justify-content: center;
  align-items: center;
  min-height: 2.855vw;
  padding: .841vw 2.928vw;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25vw;
  line-height: 1;
  transition: all .3s ease-in-out;
  display: flex;
}

.styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_btn input[type="submit"]:hover {
  background-color: #000;
}

.styles-module__Co4iIa__home_section2 .styles-module__Co4iIa__home_slider2 {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_container {
    max-width: 90%;
    padding: 0 4.223vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_box {
    min-height: 48.352vw;
    padding-bottom: 11vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text {
    max-width: 41.845vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h1, .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h2 {
    font-size: 6.253vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text p {
    padding-left: 1.2vw;
    font-size: 1.818vw;
    line-height: 1.2;
  }

  .styles-module__Co4iIa__location_name span {
    font-size: 1.918vw;
  }

  .styles-module__Co4iIa__location_name img {
    width: 2.55vw;
    height: 2.55vw;
  }

  .styles-module__Co4iIa__search_box .styles-module__Co4iIa__container {
    max-width: 90%;
  }

  .styles-module__Co4iIa__search_box_inner {
    max-width: 95%;
    padding: 3.343vw 4.685vw;
  }

  .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select label {
    font-size: 1.698vw;
  }

  .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select, .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss2 select, .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss3 select {
    background-size: 1.964vw;
    min-height: 4.855vw;
    padding: .732vw 3.343vw;
    font-size: 1.698vw;
  }

  .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_btn input[type="submit"] {
    min-height: 4.855vw;
    font-size: 1.825vw;
  }

  .styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_text {
    max-width: 31.905vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__search_box {
    bottom: -12.806vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_container {
    padding: 0 2.223vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_box {
    min-height: 71.136vw;
    padding-bottom: 24vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text {
    max-width: 100%;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text p {
    padding-left: 0;
    font-size: 2.823vw;
    line-height: 1.3;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h1, .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h2 {
    font-size: 8.338vw;
    line-height: 1;
  }

  .styles-module__Co4iIa__location_name span {
    font-size: 3.214vw;
  }

  .styles-module__Co4iIa__location_name img {
    width: 2.526vw;
    height: 2.526vw;
  }

  .styles-module__Co4iIa__search_row form {
    flex-direction: column;
    gap: 1.328vw;
  }

  .styles-module__Co4iIa__search_box .styles-module__Co4iIa__container {
    max-width: 90%;
  }

  .styles-module__Co4iIa__search_box_inner {
    padding: 3.343vw 4.685vw;
  }

  .styles-module__Co4iIa__search_row form > div {
    width: 100%;
  }

  .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select label {
    font-size: 2.698vw;
  }

  .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select, .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss2 select, .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss3 select {
    background-size: 2.964vw;
    min-height: 6.855vw;
    padding: .732vw 4.343vw;
    font-size: 2.698vw;
  }

  .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_btn input[type="submit"] {
    width: 100%;
    min-height: 6.855vw;
    font-size: 3.425vw;
  }

  .styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner .styles-module__Co4iIa__hero_slide_text, .styles-module__Co4iIa__home_banner.styles-module__Co4iIa__destination_overview_banner.styles-module__Co4iIa__adventure_banner .styles-module__Co4iIa__hero_slide_text {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h1, .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_text h2 {
    font-size: 9.338vw;
  }

  .styles-module__Co4iIa__home_banner .styles-module__Co4iIa__hero_slide_box {
    padding-bottom: 28vw;
  }
}

section.styles-module__Co4iIa__home_section1 {
  padding-top: 10.521vw;
}

section.styles-module__Co4iIa__home_section1.styles-module__Co4iIa__our_desti_sec1 {
  box-shadow: none;
  background: url("/images/front-pages/images/tan-background-copy.jpg") center / cover no-repeat;
  padding-bottom: 13.021vw;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1, .styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text2 {
  -moz-column-gap: 2.371vw;
  align-items: center;
  column-gap: 2.371vw;
  display: flex;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 h3 {
  color: #f85241;
  letter-spacing: .138em;
  font-size: 1.771vw;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a {
  color: #fff;
  text-transform: none;
  letter-spacing: -.01em;
  background-color: #f85241;
  align-items: center;
  gap: .952vw;
  padding: .732vw 1.318vw;
  font-size: 1.025vw;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a svg {
  width: 1.318vw;
  height: 1.318vw;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a:hover {
  background-color: #000;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text2 {
  padding: 1.098vw 0 1.196vw;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text2 h2 {
  color: #1f1f1f;
  font-size: 4.167vw;
  line-height: 3.646vw;
}

.styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text2 img {
  width: 5vw;
  height: 6.042vw;
  margin-right: 2.1vw;
}

.styles-module__Co4iIa__adventure_right_text p span {
  font-weight: 800;
}

.styles-module__Co4iIa__our_desti_sec1 .styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 {
  justify-content: center;
}

.styles-module__Co4iIa__our_desti_sec1 .styles-module__Co4iIa__head_text_center {
  max-width: 43.125vw;
}

.styles-module__Co4iIa__our_desti_sec1 .styles-module__Co4iIa__head_text_center h2 {
  color: #1f1f1f;
  letter-spacing: 0;
  padding-bottom: 1.146vw;
  line-height: 1;
}

.styles-module__Co4iIa__our_desti_sec1 .styles-module__Co4iIa__head_text_center p {
  max-width: 38.073vw;
  margin: 0 auto;
  padding-bottom: 1.146vw;
}

.styles-module__Co4iIa__our_desti_sec1.styles-module__Co4iIa__our_adven_sec1 .styles-module__Co4iIa__head_text_center p {
  max-width: 100%;
}

.styles-module__Co4iIa__adven_dtl_top {
  justify-content: center;
  padding-top: 1.562vw;
  display: flex;
}

.styles-module__Co4iIa__adven_dtl_top ul {
  border-top: .052vw solid #707070;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25vw;
  padding-top: 1.25vw;
  list-style: none;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__our_desti_sec1 .styles-module__Co4iIa__head_text_center {
    max-width: 100%;
  }

  .styles-module__Co4iIa__our_desti_sec1 .styles-module__Co4iIa__head_text_center p {
    max-width: 100%;
    padding-bottom: 2.569vw;
  }

  .styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a {
    padding: 1.09vw 1.441vw;
    font-size: 1.298vw;
  }

  .styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a svg {
    width: 1.649vw;
    height: 1.436vw;
  }

  .styles-module__Co4iIa__adven_dtl_top ul {
    gap: 1.961vw;
  }
}

@media only screen and (max-width: 768px) {
  section.styles-module__Co4iIa__home_section1.styles-module__Co4iIa__our_desti_sec1 {
    padding-top: 30.788vw;
  }

  .styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a {
    padding: 1.532vw 3.025vw;
    font-size: 3.825vw;
  }

  .styles-module__Co4iIa__adventure_right_text .styles-module__Co4iIa__advanture_text1 a svg {
    width: 3.318vw;
    height: 3.318vw;
  }

  .styles-module__Co4iIa__adven_dtl_top ul {
    gap: 2.673vw;
    padding-top: 2.673vw;
  }
}

.styles-module__Co4iIa__our_desti_sec2 {
  margin-top: -7.813vw;
}

.styles-module__Co4iIa__destination_overview_sec2 .styles-module__Co4iIa__grid_box span {
  color: #000;
  padding-bottom: 1.042vw;
  font-size: 1.25vw;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
  display: block;
}

.styles-module__Co4iIa__adven_detl_sec2.styles-module__Co4iIa__destination_overview_sec2 .styles-module__Co4iIa__grid_box span {
  display: inline;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__destination_overview_sec2 .styles-module__Co4iIa__grid_box span {
    padding-bottom: 1.753vw;
    font-size: 1.961vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__destination_overview_sec2 .styles-module__Co4iIa__grid_box span {
    padding-bottom: 2.464vw;
    font-size: 2.673vw;
  }

  .styles-module__Co4iIa__destination_overview_sec2 .styles-module__Co4iIa__grid_box:first-child {
    order: 1;
  }

  .styles-module__Co4iIa__destination_overview_sec2 .styles-module__Co4iIa__grid_box:last-child {
    order: 0;
  }
}

.styles-module__Co4iIa__ultimate_row {
  border: .052vw solid #a3a1a1;
  flex-wrap: wrap;
  display: flex;
}

.styles-module__Co4iIa__ultimate_left {
  background-color: #062129;
  width: 35%;
}

.styles-module__Co4iIa__ultimate_left_inner {
  background-color: #062129;
  padding: 2.604vw 0;
}

.styles-module__Co4iIa__ultimate_left_inner .styles-module__Co4iIa__ultimate_left_inner_hight {
  max-height: 43.75vw;
  margin-right: .536vw;
  padding-right: .536vw;
  overflow-y: auto;
}

.styles-module__Co4iIa__ultimate_left_inner .styles-module__Co4iIa__ultimate_left_inner_hight::-webkit-scrollbar {
  background-color: #fff1ce;
  border-radius: .625vw;
  width: .464vw;
}

.styles-module__Co4iIa__ultimate_left_inner .styles-module__Co4iIa__ultimate_left_inner_hight::-webkit-scrollbar-thumb {
  background-color: #f85241;
  border-radius: .625vw;
}

.styles-module__Co4iIa__ultimate_left_inner .styles-module__Co4iIa__ultimate_left_inner_hight::-webkit-scrollbar-track {
  background-color: #fff1ce;
  border-radius: .625vw;
}

.styles-module__Co4iIa__ultimate__top {
  padding: 0 2.604vw;
}

.styles-module__Co4iIa__ultimate__top h4 {
  color: #fff;
  text-transform: none;
  padding-bottom: 2.083vw;
  font-family: Raleway, sans-serif;
  font-size: 1.354vw;
  font-weight: 800;
  line-height: 1.2;
}

.styles-module__Co4iIa__ultimate_trip span.styles-module__Co4iIa__san_trip {
  color: #fff;
  font-size: .833vw;
  display: block;
}

.styles-module__Co4iIa__ultimate_days {
  padding-top: 1.302vw !important;
  padding-left: 1.042vw !important;
  display: block !important;
}

body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button {
  color: #fff;
  cursor: pointer;
  width: 100%;
  margin-top: .26vw;
  padding: .781vw .781vw .781vw 1.562vw;
  transition: all .3s ease-in-out;
  display: block;
  border: none !important;
}

body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  font-size: .677vw;
  font-weight: 700;
}

body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day_info {
  color: #fff;
  font-size: .781vw;
  font-weight: 800;
}

body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button.styles-module__Co4iIa__active, body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button:hover {
  background-color: #f85241;
}

.styles-module__Co4iIa__ultimate__bot {
  padding: 1.042vw 2.604vw 0;
}

.styles-module__Co4iIa__ultimate__bot .styles-module__Co4iIa__btn a {
  color: #1f1f1f;
  border-radius: 0;
  width: 100%;
  font-weight: 800;
}

.styles-module__Co4iIa__ultimate__bot .styles-module__Co4iIa__btn a:hover {
  background-color: #fff;
}

.styles-module__Co4iIa__ultimate_right {
  box-sizing: border-box;
  width: 65%;
  padding: 1.667vw;
}

body .styles-module__Co4iIa__ultimate_right_row .styles-module__Co4iIa__tab_details {
  flex-wrap: wrap;
  row-gap: 3.166vw;
  display: flex;
}

body .styles-module__Co4iIa__ultimate_right_row .styles-module__Co4iIa__tab_details .styles-module__Co4iIa__ultimate_right_left {
  width: 62%;
  padding-right: 1.562vw;
}

body .styles-module__Co4iIa__ultimate_right_row .styles-module__Co4iIa__tab_details .styles-module__Co4iIa__ultimate_right_right {
  width: 38%;
}

.styles-module__Co4iIa__ultimate_right_left h4 {
  text-transform: none;
  padding-bottom: 1.042vw;
  font-family: Raleway, sans-serif;
  font-size: 1.458vw;
  font-weight: 800;
}

.styles-module__Co4iIa__ultimate_prev_next {
  border-top: .052vw solid #707070;
  margin-top: 2.604vw;
  padding-top: 2.604vw;
}

.styles-module__Co4iIa__ultimate_prev_next .styles-module__Co4iIa__btn_set {
  -moz-column-gap: .781vw;
  justify-content: flex-end;
  column-gap: .781vw;
  display: flex;
}

.styles-module__Co4iIa__ultimate_prev_next .styles-module__Co4iIa__btn_set .styles-module__Co4iIa__btn button {
  color: #000;
  background-color: #f4f2f2;
  border: .052vw solid #707070;
  border-radius: 0;
  min-width: 6.25vw;
}

.styles-module__Co4iIa__ultimate_prev_next .styles-module__Co4iIa__btn_set .styles-module__Co4iIa__btn button:hover {
  color: #fff;
  background-color: #f85241;
  border-color: #f85241;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__ultimate__top h4 {
    font-size: 1.781vw;
  }

  .styles-module__Co4iIa__ultimate_trip span.styles-module__Co4iIa__san_trip {
    font-size: 1.331vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day {
    font-size: 1.246vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day_info {
    font-size: 1.137vw;
  }

  .styles-module__Co4iIa__ultimate_left_inner .styles-module__Co4iIa__ultimate_left_inner_hight {
    max-height: 60.825vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__ultimate_left, .styles-module__Co4iIa__ultimate_right {
    width: 100%;
  }

  .styles-module__Co4iIa__ultimate__top h4 {
    font-size: 2.755vw;
  }

  .styles-module__Co4iIa__ultimate_trip span.styles-module__Co4iIa__san_trip {
    font-size: 2.07vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day {
    font-size: 2.1vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day_info {
    font-size: 2.12vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button {
    padding: 1.493vw 1.493vw 1.493vw 1.562vw;
  }

  .styles-module__Co4iIa__ultimate_days {
    padding-top: 2.013vw !important;
    padding-left: 1.753vw !important;
  }

  .styles-module__Co4iIa__ultimate__top {
    padding: 0 3.315vw;
  }

  .styles-module__Co4iIa__ultimate_left_inner {
    padding: 3.315vw 0;
  }

  .styles-module__Co4iIa__ultimate__bot {
    padding: 1.753vw 3.315vw 0;
  }

  .styles-module__Co4iIa__ultimate_right {
    padding: 3.09vw;
  }

  body .styles-module__Co4iIa__ultimate_right_row .styles-module__Co4iIa__tab_details .styles-module__Co4iIa__ultimate_right_left {
    width: 100%;
    padding-right: 0;
  }

  body .styles-module__Co4iIa__ultimate_right_row .styles-module__Co4iIa__tab_details .styles-module__Co4iIa__ultimate_right_right {
    width: 100%;
  }

  .styles-module__Co4iIa__ultimate_right_left h4 {
    padding-bottom: 2.876vw;
    font-size: 3.202vw;
  }

  .styles-module__Co4iIa__ultimate_prev_next {
    margin-top: 0;
    padding-top: 3.315vw;
  }

  .styles-module__Co4iIa__ultimate_prev_next .styles-module__Co4iIa__btn_set {
    -moz-column-gap: 1.493vw;
    column-gap: 1.493vw;
  }

  .styles-module__Co4iIa__ultimate_left_inner .styles-module__Co4iIa__ultimate_left_inner_hight {
    max-height: 71.146vw;
  }
}

@media only screen and (max-width: 575px) {
  .styles-module__Co4iIa__ultimate__top h4 {
    font-size: 2.955vw;
  }

  .styles-module__Co4iIa__ultimate_trip span.styles-module__Co4iIa__san_trip {
    font-size: 2.57vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day {
    font-size: 2.4vw;
  }

  body .styles-module__Co4iIa__ultimate_row .styles-module__Co4iIa__tab_lists button .styles-module__Co4iIa__ultimate_day_info {
    font-size: 2.52vw;
  }
}

.styles-module__Co4iIa__departure_ates {
  border: .052vw solid #a3a1a1;
  padding: 2.604vw;
}

.styles-module__Co4iIa__departure_ates_inner h4 {
  text-transform: none;
  padding-bottom: 1.771vw;
  font-family: Raleway, sans-serif;
  font-size: 1.354vw;
  font-weight: 800;
}

.styles-module__Co4iIa__departure_ates_inner .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select label {
  font-weight: 500;
}

.styles-module__Co4iIa__departure_ates_inner .styles-module__Co4iIa__search_row form {
  display: inline-block;
}

.styles-module__Co4iIa__departure_ates_inner .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select {
  color: #000;
  background: url("/images/front-pages/images/down-arrow.svg") right .521vw center / 1.042vw no-repeat;
  border-radius: 0;
  min-width: 15.625vw;
  padding: .521vw 1.667vw .521vw .521vw;
}

.styles-module__Co4iIa__departure_ates_inner h4.styles-module__Co4iIa__selsect_year {
  padding: 1.042vw 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.styles-module__Co4iIa__departure_table_main {
  max-height: 23.117vw;
  margin-right: .536vw;
  padding-right: .536vw;
  overflow-y: auto;
}

.styles-module__Co4iIa__departure_table_main::-webkit-scrollbar {
  background-color: #efefef;
  border-radius: .625vw;
  width: .464vw;
}

.styles-module__Co4iIa__departure_table_main::-webkit-scrollbar-thumb {
  background-color: #f85241;
  border-radius: .625vw;
}

.styles-module__Co4iIa__departure_table_main::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: .625vw;
}

.styles-module__Co4iIa__departure_table {
  overflow-x: auto;
}

.styles-module__Co4iIa__departure_table table thead tr {
  border-bottom: .052vw solid #707070;
}

.styles-module__Co4iIa__departure_table table tr th, .styles-module__Co4iIa__departure_table table tr td {
  text-align: left;
  letter-spacing: -.025em;
  vertical-align: top;
  padding: .781vw 0;
  font-family: Roboto, sans-serif;
  font-size: .833vw;
  font-weight: 700;
}

.styles-module__Co4iIa__departure_table table tr td span.styles-module__Co4iIa__price_tax {
  vertical-align: top;
  font-size: .625vw;
  font-style: italic;
  font-weight: 500;
}

.styles-module__Co4iIa__departure_table table tr td .styles-module__Co4iIa__btn a {
  color: #1f1f1f;
  background-color: #2d949b52;
  border-radius: 0;
  min-width: 5.778vw;
}

.styles-module__Co4iIa__departure_table table tr td .styles-module__Co4iIa__btn a:hover {
  color: #fff;
  background-color: #2d949b;
}

.styles-module__Co4iIa__departure_table table tr td .styles-module__Co4iIa__btn.styles-module__Co4iIa__departure_btn_set {
  gap: .677vw;
  display: flex;
}

.styles-module__Co4iIa__departure_table table tr td .styles-module__Co4iIa__btn.styles-module__Co4iIa__sold_btn a {
  background-color: #f8524191;
}

.styles-module__Co4iIa__departure_table table tr td .styles-module__Co4iIa__btn.styles-module__Co4iIa__sold_btn a:hover {
  background-color: #f85241;
}

.styles-module__Co4iIa__departure_table table tr td.styles-module__Co4iIa__item_sold {
  color: #f85241;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__departure_ates_inner h4 {
    font-size: 2.065vw;
  }

  .styles-module__Co4iIa__departure_ates_inner .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select {
    background-size: 1.397vw;
    min-width: 29.854vw;
  }

  .styles-module__Co4iIa__departure_table table tr th, .styles-module__Co4iIa__departure_table table tr td {
    font-size: 1.402vw;
  }

  .styles-module__Co4iIa__departure_table table tr td span.styles-module__Co4iIa__price_tax {
    font-size: 1.052vw;
  }

  .styles-module__Co4iIa__departure_table_main {
    max-height: 40.192vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__departure_ates_inner h4 {
    font-size: 3.202vw;
  }

  .styles-module__Co4iIa__departure_ates_inner .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select {
    background-size: 2.82vw;
    min-width: 44.083vw;
    padding: .521vw 3.09vw .521vw .521vw;
  }

  .styles-module__Co4iIa__departure_table table tr th, .styles-module__Co4iIa__departure_table table tr td {
    font-size: 2.437vw;
  }

  .styles-module__Co4iIa__departure_table table tr td span.styles-module__Co4iIa__price_tax {
    font-size: 2.119vw;
  }

  .styles-module__Co4iIa__departure_ates_inner h4.styles-module__Co4iIa__selsect_year {
    padding: 2.464vw 0;
  }

  .styles-module__Co4iIa__departure_table table {
    min-width: 117.181vw;
  }

  .styles-module__Co4iIa__departure_table table tr th, .styles-module__Co4iIa__departure_table table tr td {
    padding: 1.137vw;
  }

  .styles-module__Co4iIa__departure_table table tr th:first-child {
    padding-left: 0;
  }

  .styles-module__Co4iIa__departure_table table tr th:last-child {
    padding-right: 0;
  }

  .styles-module__Co4iIa__departure_table table tr td:first-child {
    padding-left: 0;
  }

  .styles-module__Co4iIa__departure_table table tr td:last-child {
    padding-right: 0;
  }

  .styles-module__Co4iIa__departure_table_main {
    max-height: 47.307vw;
    margin-right: 1.247vw;
    padding-right: 1.247vw;
  }

  .styles-module__Co4iIa__departure_ates_inner .styles-module__Co4iIa__search_row form .styles-module__Co4iIa__search_select.styles-module__Co4iIa__ss1 select {
    appearance: menulist-button;
    background: none;
  }
}

.styles-module__Co4iIa__faq_box {
  background-color: #fff;
  border: .026vw solid #d6d3d3;
  margin: 0 0 .886vw;
  box-shadow: 0 .26vw .26vw #00000017;
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question {
  cursor: pointer;
  align-items: center;
  width: 100%;
  padding: 1.614vw 3.511vw 1.614vw 1.875vw;
  display: flex;
  position: relative;
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question > h4 {
  text-transform: none;
  font-family: Raleway, sans-serif;
  font-size: 1.042vw;
  font-style: italic;
  font-weight: 800;
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question:after {
  content: "";
  background: url("/images/front-pages/images/down-arrow.svg") center / cover no-repeat;
  width: .677vw;
  height: 1.042vw;
  margin: auto 0;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.875vw;
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question.styles-module__Co4iIa__open:after {
  transform: rotate(180deg);
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__answercont {
  transition: all .3s;
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__answer {
  padding: 0 1.875vw 1.614vw;
}

.styles-module__Co4iIa__faq_box .styles-module__Co4iIa__answer p {
  font-size: .781vw;
  line-height: 1.4;
}

.styles-module__Co4iIa__faq_box:last-child {
  margin: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question h4 {
    font-size: 1.824vw;
  }

  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question:after {
    width: 1.389vw;
    height: 1.753vw;
  }

  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__answer p {
    font-size: 1.848vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question h4 {
    font-size: 2.607vw;
  }

  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question:after {
    width: 2.1vw;
    height: 2.464vw;
    right: 2.586vw;
  }

  .styles-module__Co4iIa__faq_box {
    margin: 0 0 1.882vw;
  }

  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question {
    padding: 2.326vw 4.792vw 2.326vw 2.586vw;
  }

  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__answer p {
    font-size: 2.133vw;
  }
}

@media only screen and (max-width: 575px) {
  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question h4 {
    font-size: 3.607vw;
  }

  .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__answer p {
    font-size: 3.579vw;
  }
}

.styles-module__Co4iIa__adven_detl_sec5 .styles-module__Co4iIa__faq_box .styles-module__Co4iIa__question:after {
  background: url("/images/sub-pages/faq-arrow.svg") center / contain no-repeat;
}

.styles-module__Co4iIa__faq_more_btn {
  text-align: center;
  padding-top: 2.395vw;
}

.styles-module__Co4iIa__faq_more_btn button {
  text-transform: uppercase;
  color: #1f1f1f;
  cursor: pointer;
  background: none;
  border-top: .052vw solid #707070;
  border-bottom: .052vw solid #707070;
  min-width: 11.563vw;
  padding: .781vw;
  font-size: .781vw;
  font-weight: 800;
  display: inline-block;
}

.styles-module__Co4iIa__faq_more_btn button:hover {
  color: #f85241;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__faq_more_btn button {
    min-width: 20.1vw;
    padding: 1.493vw;
    font-size: 1.564vw;
  }

  .styles-module__Co4iIa__faq_more_btn {
    padding-top: 3.107vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__faq_more_btn button {
    min-width: 23.657vw;
    padding: 1.706vw;
    font-size: 2.062vw;
  }

  .styles-module__Co4iIa__faq_more_btn {
    padding-top: 3.818vw;
  }
}

@media only screen and (max-width: 575px) {
  .styles-module__Co4iIa__faq_more_btn button {
    padding: 2.375vw;
    font-size: 3.437vw;
  }
}

.styles-module__Co4iIa__adven_detl_sec6 .styles-module__Co4iIa__included_box {
  background-color: #06242c;
  padding: 1.667vw;
}

.styles-module__Co4iIa__included_box h4 {
  text-transform: none;
  color: #fff;
  padding-bottom: 1.771vw;
  font-family: Raleway, sans-serif;
  font-size: 1.354vw;
  font-weight: 800;
}

body .styles-module__Co4iIa__included_box ul {
  padding-bottom: 1.207vw;
  padding-left: 1.667vw;
  list-style: none;
}

body .styles-module__Co4iIa__included_box ul li {
  color: #fff;
  padding-bottom: .521vw;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__adven_detl_sec6 .styles-module__Co4iIa__included_box {
    padding: 2.378vw;
  }

  .styles-module__Co4iIa__included_box h4 {
    font-size: 2.065vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__adven_detl_sec6 .styles-module__Co4iIa__included_box {
    padding: 3.303vw;
  }

  .styles-module__Co4iIa__included_box h4 {
    font-size: 2.777vw;
  }

  body .styles-module__Co4iIa__included_box ul li {
    padding-bottom: 1.232vw;
  }
}

@media only screen and (max-width: 575px) {
  .styles-module__Co4iIa__included_box h4 {
    font-size: 4.777vw;
  }

  body .styles-module__Co4iIa__included_box ul li {
    padding-bottom: 2.232vw;
  }
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_bg {
  background-color: #e7c2686e;
  padding: 2.5vw;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_bg .styles-module__Co4iIa__tour_inner h3 {
  text-transform: none;
  color: #1f1f1f;
  padding-bottom: 1.771vw;
  font-family: Raleway, sans-serif;
  font-size: 1.354vw;
  font-weight: 800;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_row {
  flex-direction: column;
  gap: 1.25vw;
  display: flex;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_box h4 {
  text-transform: none;
  color: #f85241;
  padding-bottom: .348vw;
  font-family: Raleway, sans-serif;
  font-size: 1.069vw;
  font-weight: 800;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_box h4 span {
  color: #1f1f1f;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_main_row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.25vw;
  display: flex;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_main_row .styles-module__Co4iIa__tour_clmn_left {
  width: 55%;
}

.styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_main_row .styles-module__Co4iIa__tour_clmn_right {
  width: 40%;
}

.styles-module__Co4iIa__check_visa {
  background-color: #f85241;
  border-radius: .469vw;
  padding: 2.083vw;
}

.styles-module__Co4iIa__check_visa h4 {
  text-transform: none;
  color: #1f1f1f;
  padding-bottom: .348vw;
  font-family: Raleway, sans-serif;
  font-size: 1.069vw;
  font-weight: 800;
}

.styles-module__Co4iIa__check_visa p {
  color: #fff;
}

.styles-module__Co4iIa__check_visa .styles-module__Co4iIa__btn a {
  background-color: #1f1f1f;
  border-radius: 0;
}

.styles-module__Co4iIa__check_visa .styles-module__Co4iIa__btn a:hover {
  color: #1f1f1f;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_bg .styles-module__Co4iIa__tour_inner h3 {
    font-size: 1.781vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_box h4, .styles-module__Co4iIa__check_visa h4 {
    font-size: 1.496vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_main_row {
    gap: 3.961vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_main_row .styles-module__Co4iIa__tour_clmn_left, .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_main_row .styles-module__Co4iIa__tour_clmn_right {
    width: 100%;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_bg .styles-module__Co4iIa__tour_inner h3 {
    padding-bottom: 3.194vw;
    font-size: 3.467vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_box h4, .styles-module__Co4iIa__check_visa h4 {
    font-size: 3.204vw;
  }

  .styles-module__Co4iIa__check_visa {
    padding: 3.506vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_row {
    gap: 2.673vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_info_box h4, .styles-module__Co4iIa__check_visa h4 {
    padding-bottom: 1.771vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_bg {
    padding: 4.5vw;
  }

  .styles-module__Co4iIa__tour_for_me .styles-module__Co4iIa__tour_bg .styles-module__Co4iIa__tour_inner h3, .styles-module__Co4iIa__check_visa h4 {
    font-size: 4.404vw;
  }
}

.styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_row {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.667vw;
  display: grid;
}

.styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__gallery_img {
  cursor: pointer;
  padding-bottom: 85%;
  position: relative;
  overflow: hidden;
}

.styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__gallery_img img, .styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__gallery_img video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__gallery_img:hover img {
  transform: scale(1.15);
}

.styles-module__Co4iIa__more_overlay {
  position: relative;
}

.styles-module__Co4iIa__more_overlay .styles-module__Co4iIa__overlay_text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1.042vw;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.063vw;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_row .styles-module__Co4iIa__gallery_box:nth-child(n+9) {
  display: none;
}

.styles-module__Co4iIa__adv_lightbox {
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  background: #000000f2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.styles-module__Co4iIa__adv_lightbox.styles-module__Co4iIa__active {
  opacity: 1;
  visibility: visible;
}

.styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.562vw;
  position: absolute;
  top: .711vw;
  right: 1.067vw;
}

.styles-module__Co4iIa__lightbox_content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  height: 90%;
  display: flex;
  position: relative;
}

.styles-module__Co4iIa__slide_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.styles-module__Co4iIa__lightbox_image {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.styles-module__Co4iIa__video_wrapper {
  width: 100%;
  max-width: 1200px;
  height: 80vh;
}

.styles-module__Co4iIa__video_wrapper iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__overlay_text {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1.042vw;
  font-family: Bebas Neue, sans-serif;
  font-size: 2.063vw;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__Co4iIa__video_indicator {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #00000080;
  border: .208vw solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 4.167vw;
  max-height: 4.167vw;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0;
}

.styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__controls {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__prev {
  z-index: 1;
  opacity: .7;
  cursor: pointer;
  background: url("/images/front-pages/images/left-white-arrow.svg") center / contain no-repeat;
  width: 1.371vw;
  height: 2.001vw;
  margin-left: 1.423vw;
  font-size: 0;
  transition: all .3s ease-in-out;
}

.styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__prev:hover {
  opacity: 1;
}

.styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__next {
  z-index: 1;
  opacity: .7;
  cursor: pointer;
  background: url("/images/front-pages/images/right-white-arrow.svg") center / contain no-repeat;
  width: 1.371vw;
  height: 2.001vw;
  margin-right: 1.423vw;
  font-size: 0;
  transition: all .3s ease-in-out;
}

.styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__next:hover {
  opacity: 1;
}

.styles-module__Co4iIa__counter {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.09vw;
    display: grid;
  }

  .styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__close {
    font-size: 2.274vw;
  }

  .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__overlay_text {
    font-size: 2.775vw;
  }

  .styles-module__Co4iIa__video_indicator {
    max-width: 6.301vw;
    max-height: 6.301vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__Co4iIa__adv_gallery .styles-module__Co4iIa__gallery_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.513vw;
    display: grid;
  }

  .styles-module__Co4iIa__adv_lightbox .styles-module__Co4iIa__close {
    font-size: 3.697vw;
  }

  .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__overlay_text {
    font-size: 4.198vw;
  }

  .styles-module__Co4iIa__video_indicator {
    border: .422vw solid #fff;
    max-width: 11.993vw;
    max-height: 11.993vw;
  }

  .styles-module__Co4iIa__video_indicator svg {
    width: 6.301vw;
    height: 6.301vw;
  }
}

@media only screen and (max-width: 575px) {
  .styles-module__Co4iIa__gallery_box .styles-module__Co4iIa__overlay_text {
    font-size: 6.198vw;
  }
}

.styles-module__Co4iIa__tab_mobile_view {
  display: none;
}

.styles-module__Co4iIa__tab_desktop_view {
  display: block;
}

.styles-module__Co4iIa__mobile_accordion {
  width: 100%;
}

.styles-module__Co4iIa__mobile_header {
  text-align: center;
  border-bottom: .052vw solid #e0e0e0;
  padding: 3.029vw;
}

.styles-module__Co4iIa__accordion_item {
  border-bottom: .052vw solid #e0e0e0;
}

.styles-module__Co4iIa__accordion_header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2.204vw;
  transition: background-color .3s;
  display: flex;
}

.styles-module__Co4iIa__accordion_item.styles-module__Co4iIa__active .styles-module__Co4iIa__accordion_header {
  background-color: #f85241;
}

.styles-module__Co4iIa__accordion_header_content {
  flex: 1;
}

.styles-module__Co4iIa__accordion_header .styles-module__Co4iIa__ultimate_day {
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff;
  font-size: 2.385vw;
  font-weight: 700;
}

.styles-module__Co4iIa__accordion_header .styles-module__Co4iIa__ultimate_day_info {
  color: #fff;
  font-size: 2.681vw;
  font-weight: 800;
}

.styles-module__Co4iIa__accordion_icon {
  color: #fff;
  font-size: 3.453vw;
  font-weight: 500;
}

.styles-module__Co4iIa__accordion_content {
  background-color: #fff;
  padding: 3.09vw;
}

.styles-module__Co4iIa__accordion_content .styles-module__Co4iIa__ultimate_right_left {
  margin-bottom: 3.09vw;
}

.styles-module__Co4iIa__accordion_content .styles-module__Co4iIa__ultimate_right_right {
  width: 100%;
}

.styles-module__Co4iIa__mobile_download {
  text-align: center;
  padding: 1.493vw;
}

.styles-module__Co4iIa__mobile_navigation {
  border-top: .052vw solid #e0e0e0;
  padding: 1.493vw;
}

@media (max-width: 768px) {
  .styles-module__Co4iIa__tab_desktop_view {
    display: none;
  }

  .styles-module__Co4iIa__tab_mobile_view {
    background: #062129;
    display: block;
  }

  .styles-module__Co4iIa__accordion_icon {
    font-size: 6.453vw;
  }
}

/* [project]/node_modules/slick-carousel/slick/slick.css [app-client] (css) */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* [project]/node_modules/slick-carousel/slick/slick-theme.css [app-client] (css) */
.slick-loading .slick-list {
  background: #fff url("../media/ajax-loader.d5c1e833.gif") center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: normal;
  font-style: normal;
  src: url("../media/slick.3392c85e.eot");
  src: url("../media/slick.3392c85e.eot") format("embedded-opentype"), url("../media/slick.265d68e3.woff") format("woff"), url("../media/slick.31421072.ttf") format("truetype"), url("../media/slick.5f2cd927.svg") format("svg");
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/* [project]/src/views/shared/like-share-section/styles.module.css [app-client] (css) */
.styles-module__B_L5Hq__network_travel_text p {
  padding: .878vw 0;
  font-size: .833vw;
  line-height: 1.146vw;
}

.styles-module__B_L5Hq__network_travel_likes {
  flex-wrap: wrap;
  align-items: center;
  gap: .833vw;
  display: flex;
}

.styles-module__B_L5Hq__network_travel_likes span {
  color: #1f1f1f;
  font-family: Montserrat, sans-serif;
  font-size: .729vw;
  font-weight: 500;
}

.styles-module__B_L5Hq__network_travel_likes ul {
  gap: .833vw;
  list-style: none;
  display: flex;
}

.styles-module__B_L5Hq__network_travel_likes ul li a svg:hover path {
  fill: #ea5647;
}

.styles-module__B_L5Hq__network_travel_likes ul li a svg {
  width: 1.098vw;
  height: 1.025vw;
}

@media only screen and (max-width: 1024px) {
  .styles-module__B_L5Hq__network_travel_likes, .styles-module__B_L5Hq__network_travel_likes ul {
    gap: 1.833vw;
  }

  .styles-module__B_L5Hq__network_travel_likes span {
    font-size: 1.825vw;
  }

  .styles-module__B_L5Hq__network_travel_likes ul li a svg {
    width: 2.098vw;
    height: 1.525vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__B_L5Hq__network_travel_likes span {
    font-size: 2.825vw;
  }

  .styles-module__B_L5Hq__network_travel_likes ul li a svg {
    width: 3.098vw;
    height: 2.525vw;
  }
}

.styles-module__B_L5Hq__ppLoginCheckSocial.styles-module__B_L5Hq__popupOverlay {
  z-index: 9999;
  background: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupContainer {
  text-align: center;
  background: #fff;
  border-radius: .521vw;
  width: 90%;
  max-width: 320px;
  padding: 1.667vw;
  box-shadow: 0 4px 15px #0003;
}

.styles-module__B_L5Hq__ppLoginCheckSocial p {
  padding-top: .684vw;
}

.styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupButtons {
  justify-content: center;
  gap: .625vw;
  display: flex;
}

.styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupButtons button {
  cursor: pointer;
}

.styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupButtons button:last-child {
  color: #000;
  background-color: #e7e7e7;
}

.styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupButtons button:hover:last-child {
  color: #fff;
  background-color: #000;
}

@media only screen and (max-width: 575px) {
  .styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupContainer {
    padding: 4.667vw;
  }

  .styles-module__B_L5Hq__ppLoginCheckSocial .styles-module__B_L5Hq__popupButtons {
    gap: 1.625vw;
  }
}

.styles-module__B_L5Hq__commentContainer {
  background: #fff;
  border-radius: 1.042vw;
  flex-direction: column;
  width: 60vw;
  max-width: 60vw;
  max-height: 85vh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1.042vw 3.125vw #00000026;
}

.styles-module__B_L5Hq__commentPopupHeader {
  color: #fff;
  background: #014040;
  border-bottom: .104vw solid #f0f0f0;
  justify-content: space-between;
  align-items: center;
  padding: 1.263vw 2.083vw;
  display: flex;
}

.styles-module__B_L5Hq__commentPopupHeader h3 {
  color: #fff;
  margin: 0;
  font-size: 1.667vw;
}

.styles-module__B_L5Hq__closeButton {
  cursor: pointer;
  -webkit-backdrop-filter: blur(.521vw);
  backdrop-filter: blur(.521vw);
  color: #fff;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.875vw;
  height: 1.875vw;
  padding: 0;
  font-size: 1.875vw;
  transition: all .3s;
  display: flex;
}

.styles-module__B_L5Hq__closeButton:hover {
  transform: scale(1.1);
}

.styles-module__B_L5Hq__commentsList {
  background: #f8f9fa;
  flex: 1;
  min-height: 10.417vw;
  max-height: 45vh;
  margin-right: .689vw;
  padding: 2.083vw;
  overflow-y: auto;
}

.styles-module__B_L5Hq__commentsList::-webkit-scrollbar {
  width: .521vw;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar {
  width: .521vw;
}

.styles-module__B_L5Hq__commentsList::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentsList::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentsList::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.styles-module__B_L5Hq__loadingComments {
  text-align: center;
  color: #666;
  flex-direction: column;
  align-items: center;
  gap: 1.042vw;
  padding: 4.167vw 2.083vw;
  font-size: 1.25vw;
  display: flex;
}

.styles-module__B_L5Hq__loadingComments:before {
  content: "⏳";
  font-size: 3.125vw;
  animation: 1s linear infinite styles-module__B_L5Hq__spin;
}

.styles-module__B_L5Hq__noComments {
  text-align: center;
  color: #666;
  flex-direction: column;
  align-items: center;
  gap: 1.042vw;
  padding: 4.167vw 2.083vw;
  font-size: 1.25vw;
  display: flex;
}

.styles-module__B_L5Hq__noComments:before {
  content: "💬";
  opacity: .5;
  font-size: 3.125vw;
}

.styles-module__B_L5Hq__commentItem {
  background: #fff;
  border: .052vw solid #e9ecef;
  border-radius: .833vw;
  margin-bottom: 1.042vw;
  padding: 1.563vw;
  transition: all .3s;
  box-shadow: 0 .208vw 1.042vw #00000014;
}

.styles-module__B_L5Hq__commentsList .styles-module__B_L5Hq__commentItem:last-child {
  margin-bottom: 0;
}

.styles-module__B_L5Hq__commentItem:hover {
  transform: translateY(-.104vw);
  box-shadow: 0 .417vw 1.563vw #0000001f;
}

.styles-module__B_L5Hq__commentHeader {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.styles-module__B_L5Hq__commentUser {
  align-items: center;
  gap: .833vw;
  display: flex;
}

.styles-module__B_L5Hq__userAvatar {
  width: 2.604vw;
  height: 2.604vw;
}

.styles-module__B_L5Hq__userAvatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.styles-module__B_L5Hq__userName {
  color: #1f1f1f;
  font-size: 1.25vw;
  font-weight: 600;
}

.styles-module__B_L5Hq__commentDate {
  color: #000;
  background: #e7c2686e;
  border-radius: .521vw;
  padding: .26vw .521vw;
  font-size: .938vw;
}

.styles-module__B_L5Hq__commentContent {
  color: #4a5568;
  background-color: #f6f6f6;
  border-radius: .833vw;
  max-height: 10vw;
  margin-top: .833vw;
  padding: .833vw;
  font-size: 1.146vw;
  line-height: 1.6;
  overflow-y: auto;
}

.styles-module__B_L5Hq__commentContent::-webkit-scrollbar {
  width: .521vw;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar {
  width: .521vw;
}

.styles-module__B_L5Hq__commentContent::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentContent::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: .26vw;
}

.styles-module__B_L5Hq__commentContent::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.styles-module__B_L5Hq__commentContainer::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.styles-module__B_L5Hq__commentContent p {
  margin-bottom: 0;
}

.styles-module__B_L5Hq__commentContent strong {
  color: #1f1f1f;
  font-weight: 600;
}

.styles-module__B_L5Hq__commentContent em {
  color: #4a5568;
  font-style: italic;
}

.styles-module__B_L5Hq__commentContent u {
  text-decoration: underline;
}

.styles-module__B_L5Hq__commentContent blockquote {
  background: #f7fafc;
  border-left: .208vw solid #ea5647;
  border-radius: 0 .521vw .521vw 0;
  margin: 1.042vw 0;
  padding: .625vw 1.042vw;
  font-style: italic;
}

.styles-module__B_L5Hq__commentContent ul, .styles-module__B_L5Hq__commentContent ol {
  margin: .625vw 0;
  padding-left: 2.083vw;
}

.styles-module__B_L5Hq__commentContent li {
  margin-bottom: .313vw;
}

.styles-module__B_L5Hq__commentContent a {
  color: #ea5647;
  text-decoration: none;
}

.styles-module__B_L5Hq__commentContent a:hover {
  text-decoration: underline;
}

.styles-module__B_L5Hq__commentContent .styles-module__B_L5Hq__ql-code-block {
  color: #e2e8f0;
  background: #2d3748;
  border-radius: .521vw;
  margin: .625vw 0;
  padding: .833vw;
  font-family: Courier New, monospace;
  font-size: 1.042vw;
}

.styles-module__B_L5Hq__commentActions {
  gap: .833vw;
  margin-bottom: .833vw;
  display: flex;
}

.styles-module__B_L5Hq__replyButton {
  color: #4a5568;
  cursor: pointer;
  background: #edf2f7;
  border: none;
  border-radius: .521vw;
  align-items: center;
  gap: .521vw;
  padding: .625vw 1.25vw;
  font-size: 1.042vw;
  transition: all .3s;
  display: flex;
}

.styles-module__B_L5Hq__replyButton:hover {
  color: #1f1f1f;
  background: #e2e8f0;
  transform: translateY(-.052vw);
}

.styles-module__B_L5Hq__repliesContainer {
  border-left: .208vw solid #e2e8f0;
  margin-top: 1.563vw;
  margin-left: 2.083vw;
  padding-left: 1.563vw;
}

.styles-module__B_L5Hq__editorWrapper {
  border-radius: .625vw;
  flex-direction: column;
  max-height: 20.833vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles-module__B_L5Hq__reactQuillEditor {
  background: #fff;
  border-radius: .625vw;
  flex-direction: column;
  flex: 1;
  min-height: 6.25vw;
  max-height: 16.667vw;
  display: flex;
  overflow: hidden;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-toolbar {
  z-index: 10;
  background: #f8fafc;
  border: none;
  border-bottom: .078vw solid #e2e8f0;
  border-radius: .625vw .625vw 0 0;
  flex-shrink: 0;
  padding: .521vw;
  position: sticky;
  top: 0;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-toolbar .styles-module__B_L5Hq__ql-formats {
  margin-right: .781vw;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-toolbar button {
  width: 1.563vw;
  height: 1.563vw;
  padding: .26vw;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-container {
  border: none;
  border-radius: 0 0 .625vw .625vw;
  flex-direction: column;
  flex: 1;
  min-height: 4.167vw;
  max-height: 14.583vw;
  font-size: 1.042vw;
  display: flex;
  overflow: hidden;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor {
  border-radius: 0 0 .625vw .625vw;
  flex: 1;
  min-height: 4.167vw;
  max-height: 14.583vw;
  padding: .781vw;
  line-height: 1.5;
  overflow-y: auto;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor.styles-module__B_L5Hq__ql-blank:before {
  color: #a0aec0;
  font-size: 1.042vw;
  font-style: italic;
}

.styles-module__B_L5Hq__commentEditorContainer, .styles-module__B_L5Hq__replyForm {
  transition: all .3s;
}

.styles-module__B_L5Hq__commentEditorContainer.styles-module__B_L5Hq__collapsed, .styles-module__B_L5Hq__replyForm.styles-module__B_L5Hq__collapsed {
  cursor: pointer;
  background: #f8fafc;
  border: .078vw dashed #cbd5e0;
  border-radius: .625vw;
  flex-shrink: 0;
  align-items: center;
  min-height: 2.604vw;
  padding: .781vw;
  display: flex;
}

.styles-module__B_L5Hq__commentEditorContainer.styles-module__B_L5Hq__expanded, .styles-module__B_L5Hq__replyForm.styles-module__B_L5Hq__expanded {
  background: #fff;
  border: .078vw solid #e2e8f0;
  border-radius: .625vw;
  flex-direction: column;
  min-height: 12.5vw;
  max-height: 31.25vw;
  padding: 1.042vw;
  display: flex;
}

.styles-module__B_L5Hq__expandedContent {
  flex-direction: column;
  flex: 1;
  min-height: 12.5vw;
  display: flex;
}

.styles-module__B_L5Hq__collapsedEditor {
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__B_L5Hq__collapsedPlaceholder {
  color: #a0aec0;
  align-items: center;
  gap: .521vw;
  font-size: 1.042vw;
  font-style: italic;
  display: flex;
}

.styles-module__B_L5Hq__collapsedPlaceholder:before {
  content: "✏️";
  font-size: 1.146vw;
}

.styles-module__B_L5Hq__commentEditorContainer.styles-module__B_L5Hq__collapsed:hover, .styles-module__B_L5Hq__replyForm.styles-module__B_L5Hq__collapsed:hover {
  background: #edf2f7;
  border-color: #ea5647;
  transform: translateY(-.052vw);
}

.styles-module__B_L5Hq__replyForm {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: .104vw dashed #cbd5e0;
  border-radius: .833vw;
  margin-top: 1.563vw;
  margin-left: 2.083vw;
  padding: 1.563vw;
}

.styles-module__B_L5Hq__commentFormActions, .styles-module__B_L5Hq__replyActions {
  z-index: 20;
  background: #fff;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  gap: .625vw;
  margin-top: .781vw;
  padding: .521vw 0;
  display: flex;
  position: relative;
}

.styles-module__B_L5Hq__submitCommentButton, .styles-module__B_L5Hq__submitReplyButton {
  color: #fff;
  cursor: pointer;
  background: #f85241;
  border: none;
  border-radius: .521vw;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .26vw;
  min-width: 5.208vw;
  height: 2.344vw;
  padding: .521vw 1.563vw;
  font-size: .938vw;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.styles-module__B_L5Hq__submitCommentButton:hover:not(:disabled), .styles-module__B_L5Hq__submitReplyButton:hover:not(:disabled) {
  transform: translateY(-.052vw);
  box-shadow: 0 .208vw .781vw #667eea4d;
}

.styles-module__B_L5Hq__submitCommentButton:disabled, .styles-module__B_L5Hq__submitReplyButton:disabled {
  cursor: not-allowed;
  box-shadow: none;
  opacity: .6;
  background: #cbd5e0;
  transform: none;
}

.styles-module__B_L5Hq__cancelCommentButton, .styles-module__B_L5Hq__cancelReplyButton {
  color: #fff;
  cursor: pointer;
  background: #718096;
  border: none;
  border-radius: .521vw;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: .26vw;
  min-width: 5.208vw;
  height: 2.344vw;
  padding: .521vw 1.563vw;
  font-size: .938vw;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.styles-module__B_L5Hq__cancelCommentButton:hover, .styles-module__B_L5Hq__cancelReplyButton:hover {
  background: #4a5568;
  transform: translateY(-.052vw);
}

.styles-module__B_L5Hq__addCommentForm {
  background: #fff;
  border-top: .104vw solid #f0f0f0;
  flex-shrink: 0;
  padding: 2.083vw;
  box-shadow: 0 -.208vw 1.042vw #0000000d;
}

.styles-module__B_L5Hq__addCommentForm h4 {
  color: #1f1f1f;
  align-items: center;
  gap: .625vw;
  margin: 0 0 1.042vw;
  font-size: 1.458vw;
  display: flex;
}

.styles-module__B_L5Hq__addCommentForm h4:before {
  font-size: 1.667vw;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor::-webkit-scrollbar {
  width: .391vw;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: .195vw;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: .195vw;
}

.styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.styles-module__B_L5Hq__popupOverlay {
  z-index: 9999;
  -webkit-backdrop-filter: blur(.521vw);
  backdrop-filter: blur(.521vw);
  background: #000000b3;
  justify-content: center;
  align-items: center;
  animation: .3s styles-module__B_L5Hq__fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.styles-module__B_L5Hq__popupContainer {
  background: #fff;
  border-radius: 1.042vw;
  animation: .3s styles-module__B_L5Hq__slideUp;
  box-shadow: 0 1.042vw 3.125vw #00000040;
}

@keyframes styles-module__B_L5Hq__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes styles-module__B_L5Hq__slideUp {
  from {
    opacity: 0;
    transform: translateY(2.083vw);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes styles-module__B_L5Hq__spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__B_L5Hq__collapsedPlaceholder:before {
    gap: 1.521vw;
    font-size: 3.146vw;
  }

  .styles-module__B_L5Hq__commentContent {
    max-height: 25.5vw;
  }

  .styles-module__B_L5Hq__commentContainer {
    border-radius: 4vw;
    width: 95vw;
    max-width: 95vw;
    max-height: 90vh;
  }

  .styles-module__B_L5Hq__commentContent {
    margin-top: 2.025vw;
    padding: 2.025vw;
  }

  .styles-module__B_L5Hq__commentPopupHeader h3 {
    font-size: 5vw;
  }

  .styles-module__B_L5Hq__closeButton {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
  }

  .styles-module__B_L5Hq__userAvatar {
    width: 6.604vw;
    height: 6.604vw;
  }

  .styles-module__B_L5Hq__commentUser {
    gap: 1.833vw;
  }

  .styles-module__B_L5Hq__userName, .styles-module__B_L5Hq__commentContent {
    font-size: 3.5vw;
  }

  .styles-module__B_L5Hq__commentDate {
    border-radius: 2.521vw;
    padding: 1.26vw 1.521vw;
    font-size: 3vw;
  }

  .styles-module__B_L5Hq__replyButton {
    padding: 2vw 4vw;
    font-size: 3.5vw;
  }

  .styles-module__B_L5Hq__commentsList {
    padding: 4vw;
  }

  .styles-module__B_L5Hq__commentItem {
    border-radius: 3vw;
    margin-bottom: 3vw;
    padding: 4vw;
  }

  .styles-module__B_L5Hq__editorWrapper {
    max-height: 50vw;
  }

  .styles-module__B_L5Hq__reactQuillEditor {
    max-height: 40vw;
  }

  .styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-container {
    max-height: 35vw;
    font-size: 3.5vw;
  }

  .styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-editor {
    max-height: 30vw;
    padding: 2vw;
    font-size: 3.5vw;
  }

  .styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-toolbar {
    padding: 1.5vw;
  }

  .styles-module__B_L5Hq__reactQuillEditor .styles-module__B_L5Hq__ql-toolbar button {
    width: 6vw;
    height: 6vw;
    padding: 1vw;
  }

  .styles-module__B_L5Hq__commentEditorContainer.styles-module__B_L5Hq__expanded, .styles-module__B_L5Hq__replyForm.styles-module__B_L5Hq__expanded {
    min-height: 30vw;
    max-height: 70vw;
    padding: 3vw;
  }

  .styles-module__B_L5Hq__commentFormActions, .styles-module__B_L5Hq__replyActions {
    gap: 2vw;
    margin-top: 2vw;
  }

  .styles-module__B_L5Hq__submitCommentButton, .styles-module__B_L5Hq__submitReplyButton, .styles-module__B_L5Hq__cancelCommentButton, .styles-module__B_L5Hq__cancelReplyButton {
    min-width: 15vw;
    height: 8vw;
    padding: 1.5vw 3vw;
    font-size: 3vw;
  }

  .styles-module__B_L5Hq__collapsedPlaceholder {
    font-size: 3.5vw;
  }

  .styles-module__B_L5Hq__addCommentForm {
    padding: 3vw;
  }

  .styles-module__B_L5Hq__addCommentForm h4 {
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  .styles-module__B_L5Hq__noComments {
    font-size: 3.25vw;
  }

  .styles-module__B_L5Hq__loadingComments {
    font-size: 2.5vw;
  }

  .styles-module__B_L5Hq__loadingComments:before {
    font-size: 5vw;
  }
}

.styles-module__B_L5Hq__commentActions {
  flex-wrap: wrap;
  gap: .417vw;
  margin-top: .833vw;
  display: flex;
}

.styles-module__B_L5Hq__actionButton {
  cursor: pointer;
  color: var(--text-color, #666);
  background: #fff;
  border: .052vw solid #e0e0e0;
  border-radius: 1.042vw;
  align-items: center;
  gap: .313vw;
  padding: .417vw 1.225vw;
  font-size: .833vw;
  transition: all .2s;
  display: flex;
}

.styles-module__B_L5Hq__actionButton:hover {
  background: #f5f5f5;
  border-color: #ccc;
  transform: translateY(-.052vw);
}

.styles-module__B_L5Hq__actionButton.styles-module__B_L5Hq__active {
  color: #f85241;
  background: #e7c2686e;
  border-color: #f85241;
}

.styles-module__B_L5Hq__actionButton.styles-module__B_L5Hq__active .styles-module__B_L5Hq__icon {
  color: #f85241;
  stroke: #f85241;
}

.styles-module__B_L5Hq__actionCount {
  font-size: .833vw;
  font-weight: 600;
}

.styles-module__B_L5Hq__reportForm {
  background: #fafafa;
  border: .052vw solid #e0e0e0;
  border-radius: .417vw;
  margin-top: .781vw;
  padding: .781vw;
}

.styles-module__B_L5Hq__reportForm h4 {
  color: var(--text-color, #333);
  margin: 0 0 .781vw;
  font-size: 1.121vw;
}

.styles-module__B_L5Hq__reportFormGroup {
  margin-bottom: .781vw;
}

.styles-module__B_L5Hq__reportFormGroup label {
  color: var(--text-color, #555);
  margin-bottom: .26vw;
  font-size: .833vw;
  font-weight: 600;
  display: block;
}

.styles-module__B_L5Hq__reportSelect, .styles-module__B_L5Hq__reportTextarea {
  border: .052vw solid #ddd;
  border-radius: .208vw;
  width: 100%;
  padding: .417vw .625vw;
  font-size: .833vw;
  transition: border-color .2s;
}

.styles-module__B_L5Hq__reportSelect:focus, .styles-module__B_L5Hq__reportTextarea:focus {
  border-color: var(--primary-color, #1976d2);
  outline: none;
}

.styles-module__B_L5Hq__reportTextarea {
  resize: vertical;
  min-height: 4.167vw;
}

.styles-module__B_L5Hq__reportActions {
  gap: .521vw;
  display: flex;
}

.styles-module__B_L5Hq__submitReportButton, .styles-module__B_L5Hq__cancelReportButton {
  cursor: pointer;
  border: none;
  border-radius: .208vw;
  padding: .417vw .833vw;
  font-size: .833vw;
  transition: all .2s;
}

.styles-module__B_L5Hq__submitReportButton {
  background: var(--error-color, #f44336);
  color: #fff;
}

.styles-module__B_L5Hq__submitReportButton:hover:not(:disabled) {
  background: color-mix(in srgb, var(--error-color, #f44336) 80%, black);
}

.styles-module__B_L5Hq__submitReportButton:disabled {
  cursor: not-allowed;
  background: #ccc;
}

.styles-module__B_L5Hq__cancelReportButton {
  color: var(--text-color, #333);
  background: #e0e0e0;
}

.styles-module__B_L5Hq__cancelReportButton:hover {
  background: #d5d5d5;
}

.styles-module__B_L5Hq__reportSuccess {
  background: color-mix(in srgb, var(--success-color, #4caf50) 10%, white);
  color: var(--success-color, #4caf50);
  border: .052vw solid color-mix(in srgb, var(--success-color, #4caf50) 30%, transparent);
  border-radius: .208vw;
  align-items: center;
  gap: .417vw;
  margin-bottom: .781vw;
  padding: .625vw .781vw;
  font-size: .833vw;
  display: flex;
}

.styles-module__B_L5Hq__reportedText {
  color: var(--success-color, #4caf50);
  align-items: center;
  gap: .208vw;
  padding: .313vw .625vw;
  font-size: .833vw;
  font-style: italic;
  display: flex;
}

.styles-module__B_L5Hq__submitCommentButton, .styles-module__B_L5Hq__submitReplyButton {
  color: #fff;
  cursor: pointer;
  background: #f85241;
  border: none;
  border-radius: .208vw;
  padding: .417vw .833vw;
  font-size: .833vw;
  transition: background-color .2s;
}

.styles-module__B_L5Hq__submitCommentButton:hover:not(:disabled), .styles-module__B_L5Hq__submitReplyButton:hover:not(:disabled) {
  background: #000;
}

.styles-module__B_L5Hq__submitCommentButton:disabled, .styles-module__B_L5Hq__submitReplyButton:disabled {
  cursor: not-allowed;
  background: #ccc;
}

.styles-module__B_L5Hq__cancelCommentButton, .styles-module__B_L5Hq__cancelReplyButton {
  color: var(--text-color, #333);
  cursor: pointer;
  background: #e0e0e0;
  border: none;
  border-radius: .208vw;
  padding: .417vw .833vw;
  font-size: .833vw;
  transition: background-color .2s;
}

.styles-module__B_L5Hq__cancelCommentButton:hover, .styles-module__B_L5Hq__cancelReplyButton:hover {
  background: #d5d5d5;
}

.styles-module__B_L5Hq__commentContainer {
  --primary-color: #ea5647;
  --secondary-color: #000;
  --success-color: #4caf50;
  --error-color: #f44336;
  --text-color: #333;
  --background-color: #fff;
}

.styles-module__B_L5Hq__sharePopup .styles-module__B_L5Hq__popupContainer {
  background: #fff;
  border-radius: 1vw;
  max-width: 60vw;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1.5vw 3vw #00000026;
}

.styles-module__B_L5Hq__shareContainer {
  padding: 2vw;
}

.styles-module__B_L5Hq__sharePopupHeader {
  background: #014040;
  justify-content: space-between;
  align-items: center;
  padding: 1.263vw 2.083vw;
  display: flex;
}

.styles-module__B_L5Hq__sharePopupHeader h3 {
  text-align: left;
  color: #fff;
  flex: 1;
  margin: 0;
  font-size: 1.667vw;
}

.styles-module__B_L5Hq__shareOptions {
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5vw;
  padding: 2.083vw;
  display: grid;
}

.styles-module__B_L5Hq__shareOption {
  cursor: pointer;
  background: #fff;
  border: .1vw solid #e8e8e8;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 8vw;
  padding: 1vw;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.styles-module__B_L5Hq__shareOption:hover {
  background: #f8f9fa;
  border-color: #d0d0d0;
  transform: translateY(-.3vw);
  box-shadow: 0 .5vw 1.5vw #0000001a;
}

.styles-module__B_L5Hq__shareIcon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  margin-bottom: 1vw;
  transition: transform .2s;
  display: flex;
}

.styles-module__B_L5Hq__shareOption:hover .styles-module__B_L5Hq__shareIcon {
  transform: scale(1.1);
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__facebook {
  color: #fff;
  background: linear-gradient(135deg, #1877f2, #166fe5);
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__instagram {
  color: #fff;
  background: linear-gradient(135deg, #e4405f, #c13584, #833ab4, #5851db, #405de6);
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__twitter {
  color: #fff;
  background: #000;
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__pinterest {
  color: #fff;
  background: #bd081c;
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__whatsapp {
  color: #fff;
  background: #25d366;
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__tiktok {
  color: #fff;
  background: #000;
}

.styles-module__B_L5Hq__shareIcon.styles-module__B_L5Hq__link {
  color: #fff;
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.styles-module__B_L5Hq__shareLabel {
  color: #333;
  text-align: center;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .styles-module__B_L5Hq__commentActions {
    gap: 1.417vw;
    margin-top: 2.025vw;
  }

  .styles-module__B_L5Hq__shareOptions {
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }

  .styles-module__B_L5Hq__sharePopup .styles-module__B_L5Hq__popupContainer {
    width: 100%;
    max-width: 90vw;
    margin: 5vw;
  }

  .styles-module__B_L5Hq__shareContainer {
    padding: 3vw;
  }

  .styles-module__B_L5Hq__sharePopupHeader h3 {
    font-size: 5vw;
  }

  .styles-module__B_L5Hq__shareIcon {
    width: 8vw;
    height: 8vw;
  }

  .styles-module__B_L5Hq__shareLabel {
    font-size: 2.2vw;
  }

  .styles-module__B_L5Hq__shareOption {
    border-radius: 2vw;
    min-height: 15vw;
    padding: 3vw 2vw;
  }

  .styles-module__B_L5Hq__actionButton {
    border-radius: 4.042vw;
    gap: 2.313vw;
    padding: 1.417vw 3.225vw;
    font-size: 3.233vw;
  }

  .styles-module__B_L5Hq__actionCount {
    font-size: 3.233vw;
  }

  .styles-module__B_L5Hq__submitCommentButton, .styles-module__B_L5Hq__submitReplyButton, .styles-module__B_L5Hq__cancelCommentButton, .styles-module__B_L5Hq__cancelReplyButton {
    min-width: 15vw;
    height: 8vw;
    padding: 1.5vw 3vw;
    font-size: 3vw;
  }

  .styles-module__B_L5Hq__reportForm {
    border-radius: 1.417vw;
    margin-top: 1.781vw;
    padding: 1.781vw;
  }

  .styles-module__B_L5Hq__reportForm h4 {
    font-size: 4.121vw;
  }

  .styles-module__B_L5Hq__reportFormGroup {
    margin-bottom: 1.781vw;
  }

  .styles-module__B_L5Hq__reportFormGroup label {
    margin-bottom: .86vw;
    font-size: 2.833vw;
  }

  .styles-module__B_L5Hq__reportSelect, .styles-module__B_L5Hq__reportTextarea {
    padding: 1.417vw 1.625vw;
    font-size: 2.833vw;
  }

  .styles-module__B_L5Hq__submitReportButton, .styles-module__B_L5Hq__cancelReportButton {
    min-width: 15vw;
    height: 8vw;
    padding: 1.5vw 3vw;
    font-size: 3vw;
  }

  .styles-module__B_L5Hq__reportedText {
    gap: 1.208vw;
    font-size: 2.833vw;
  }
}

.styles-module__B_L5Hq__popupOverlay {
  z-index: 10000;
  -webkit-backdrop-filter: blur(.3vw);
  backdrop-filter: blur(.3vw);
  background: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.styles-module__B_L5Hq__popupContainer {
  background: #fff;
  border-radius: 1vw;
  max-height: 90vh;
  animation: .3s ease-out styles-module__B_L5Hq__popupSlideIn;
  position: relative;
  overflow-y: auto;
}

@keyframes styles-module__B_L5Hq__popupSlideIn {
  from {
    opacity: 0;
    transform: scale(.9)translateY(-2vw);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.styles-module__B_L5Hq__login_to_comment {
  text-align: center;
  background-color: #eee;
  padding: 1.2vw;
}

.styles-module__B_L5Hq__login_to_comment p {
  font-size: 1.064vw;
}

.styles-module__B_L5Hq__login_to_comment p a {
  color: #f85241;
}

.styles-module__B_L5Hq__imageUploadSection {
  margin: .52vw 0;
}

.styles-module__B_L5Hq__imageUploadButtons {
  align-items: center;
  gap: .52vw;
  margin-bottom: .52vw;
  display: flex;
}

.styles-module__B_L5Hq__imageUploadButton {
  color: #fff;
  cursor: pointer;
  background-color: #014040;
  border: none;
  border-radius: .21vw;
  align-items: center;
  gap: .26vw;
  padding: .42vw .63vw;
  font-size: .73vw;
  transition: background-color .2s;
  display: inline-flex;
}

.styles-module__B_L5Hq__imageUploadButton:hover {
  background-color: #000;
}

.styles-module__B_L5Hq__imageUploadHint {
  color: #666;
  font-size: .63vw;
}

.styles-module__B_L5Hq__imagePreviews {
  flex-wrap: wrap;
  gap: .52vw;
  margin: .52vw 0;
  display: flex;
}

.styles-module__B_L5Hq__imagePreview {
  border: .05vw solid #ddd;
  border-radius: .21vw;
  width: 4.17vw;
  height: 4.17vw;
  position: relative;
  overflow: hidden;
}

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

.styles-module__B_L5Hq__removeImageButton {
  color: #fff;
  cursor: pointer;
  background: #000000b3;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.04vw;
  height: 1.04vw;
  padding: 0;
  display: flex;
  position: absolute;
  top: .1vw;
  right: .1vw;
}

.styles-module__B_L5Hq__removeImageButton:hover {
  background: #000000e6;
}

.styles-module__B_L5Hq__commentImages {
  flex-wrap: wrap;
  gap: .42vw;
  margin-top: .833vw;
  display: flex;
}

.styles-module__B_L5Hq__commentImage {
  cursor: pointer;
  border: .05vw solid #ddd;
  border-radius: .21vw;
  max-width: 6.42vw;
  overflow: hidden;
}

.styles-module__B_L5Hq__commentImage img {
  width: 100%;
  height: auto;
  transition: transform .2s;
  display: block;
}

.styles-module__B_L5Hq__commentImage:hover img {
  transform: scale(1.05);
}

.styles-module__B_L5Hq__commentFormActions button:disabled, .styles-module__B_L5Hq__replyActions button:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@media only screen and (max-width: 768px) {
  .styles-module__B_L5Hq__commentImage {
    max-width: 20.42vw;
  }

  .styles-module__B_L5Hq__commentImages {
    margin-top: 2.025vw;
  }

  .styles-module__B_L5Hq__imageUploadSection {
    margin: 2.025vw;
  }

  .styles-module__B_L5Hq__imageUploadButtons {
    gap: 1.52vw;
  }

  .styles-module__B_L5Hq__imageUploadButton {
    gap: 1.26vw;
    padding: 1.42vw 1.63vw;
    font-size: 2.73vw;
  }

  .styles-module__B_L5Hq__imageUploadHint {
    font-size: 2.63vw;
  }

  .styles-module__B_L5Hq__login_to_comment p {
    font-size: 3.064vw;
  }

  .styles-module__B_L5Hq__imagePreviews {
    gap: 1.52vw;
    margin: 1.52vw 0;
  }

  .styles-module__B_L5Hq__imagePreview {
    width: 10.17vw;
    height: 10.17vw;
  }

  .styles-module__B_L5Hq__removeImageButton {
    width: 2.04vw;
    height: 2.04vw;
    top: .6vw;
    right: .6vw;
  }
}

/* [project]/src/views/shared/instagram-feed-section/styles.module.css [app-client] (css) */


/* [project]/src/views/shared/cta-section/styles.module.css [app-client] (css) */
.styles-module__SqJzxG__cta_section {
  background: #f85241;
  position: relative;
}

.styles-module__SqJzxG__cta_section:before {
  content: "";
  mix-blend-mode: multiply;
  background: url("/images/front-pages/tan-background.png") center / 100% 100% no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.343vw;
  display: grid;
  position: relative;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box {
  text-align: center;
  padding: 2.928vw 2.928vw 5.857vw;
  position: relative;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box:first-child {
  border-right: .0365vw solid #1f1f1f;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box:first-child p {
  max-width: 14.4vw;
  margin: 0 auto;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box h2 {
  letter-spacing: 0;
  font-size: 3.66vw;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box p {
  color: #fff;
  max-width: 19.844vw;
  margin: 0 auto;
  font-size: .885vw;
  line-height: 1.146vw;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box .styles-module__SqJzxG__btn {
  position: absolute;
  bottom: 1.928vw;
  left: 0;
  right: 0;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box .styles-module__SqJzxG__btn a {
  text-align: center;
  color: #fff;
  background-color: #1f1f1f;
  border-radius: 0;
  min-width: 6.25vw;
  padding: .878vw .732vw;
  font-size: .833vw;
  font-weight: 800;
}

.styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box .styles-module__SqJzxG__btn a:hover {
  color: #ea5647;
  background-color: #fff;
}

@media only screen and (max-width: 1024px) {
  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box p {
    font-size: 1.864vw;
    line-height: 1.2;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box:first-child p, .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box p {
    max-width: 70%;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box .styles-module__SqJzxG__btn a {
    min-width: 15.567vw;
    padding: 1.478vw 1.732vw;
    font-size: 1.825vw;
  }
}

@media only screen and (max-width: 768px) {
  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box:first-child {
    border-bottom: .0365vw solid #1f1f1f;
    border-right: 0;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box p {
    font-size: 3.579vw;
    line-height: 1.4;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box:first-child p, .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box p {
    max-width: 100%;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box .styles-module__SqJzxG__btn a {
    min-width: 24.567vw;
    padding: 2.375vw 3.508vw;
    font-size: 3.437vw;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box {
    padding: 5.857vw;
  }

  .styles-module__SqJzxG__cta_section .styles-module__SqJzxG__cta_row .styles-module__SqJzxG__cta_box .styles-module__SqJzxG__btn {
    position: relative;
    bottom: auto;
  }
}

/*# sourceMappingURL=_53e2fc19._.css.map*/