body {
  padding-bottom: 120px;
}

@media (min-width: 1200px) {
  .team {
    margin-top: 87px;
  }
}
.swiper-controls .swiper-button-prev.swiper-button-disabled, .swiper-controls .swiper-button-next.swiper-button-disabled {
  color: #057dcd;
  border: 1.5px solid rgba(5, 125, 205, 0.2);
}

.main-menu > ul > li:not(:has(.submenu)) > a::after, .quick-links > ul > li:not(:has(.submenu)) > a::after {
  display: none;
}

.main-menu > ul > li:nth-child(2) .submenu {
  columns: 1 !important;
}

.main-menu > ul > li:not(.is-opened):hover > a {
  background-color: rgba(5, 125, 205, 0.1);
}

.quick-links > ul {
  column-gap: 0px;
}
.quick-links > ul > li:not(.is-opened):hover > a {
  background-color: rgba(5, 125, 205, 0.1);
}
.quick-links > ul > li ul.submenu {
  columns: 1 !important;
}
.quick-links > ul > li ul.submenu li {
  border-top: none;
  font-weight: normal;
}
.quick-links > ul > li ul.submenu li.text-strong {
  color: #057dcd;
  padding: 0px 16px;
  font-weight: bold;
}
.quick-links > ul > li ul.submenu li.text-strong:not(:first-child) {
  margin-top: 10px;
}
.quick-links > ul > li ul.submenu a::before {
  content: none;
}
.quick-links > ul > li > a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
  font-weight: normal;
  padding: 8px 9px;
  margin: -8px 0;
}

.is-opened .get-advice__dropdown {
  z-index: 101;
}

body:has(.header.is-menu-opened) #chat-widget-container, body:has(.header.is-menu-opened) #footer-cta {
  display: none;
}

@media (min-width: 1200px) {
  .quick-links > ul > li.is-opened .submenu {
    top: 48px;
  }
}
#contact_form_content select option.disabled {
  color: #c7c7c7;
}

.home-programs__slider .swiper-slide {
  align-self: stretch;
  height: auto;
}
.home-programs__slider .swiper-slide .card-program {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-programs__slider .swiper-slide .card-program .px-3 {
  flex-grow: 1;
}

.programs-intro strong {
  color: #1e3d58 !important;
}

.programs-intro a {
  font-weight: bold;
}

.website_page_editor .website_page_editor_summary ul {
  margin: 0px;
}
.website_page_editor .website_page_editor_summary .panel-body {
  padding: 0px;
}

h2.title {
  color: var(--bs-accordion-active-color);
}

.carousel {
  position: sticky;
  top: 50px;
}

.card-camp {
  display: flex;
  flex-direction: column;
  height: calc(100% - 40px);
}

.ts .ts-dropdown .option {
  gap: 0;
}

.ts .ts-dropdown .option::before {
  margin-right: 11px;
}

.card-camp__amount {
  flex-wrap: wrap;
  flex-grow: 1;
  margin-bottom: 0;
  align-items: end;
}

.currency_convert {
  display: flex;
  align-items: center;
}

.currency_convert small {
  padding: 0 5px;
}

.destination-filter__items a {
  white-space: wrap;
}

@media (min-width: 992px) {
  .destination-content {
    margin: 64px 0 64px;
  }
}
.card-blog {
  margin-top: 24px;
  padding: 16px;
  border: 1px solid rgba(5, 125, 205, 0.2);
  border-radius: 8px;
}

.camp-detail-content h2, .camp-detail-content h3, .camp-detail-content h4 {
  color: #057dcd !important;
}
.camp-detail-content h5 {
  margin-top: 24px;
  bottom: 16px;
  color: #00365f !important;
}

@media screen and (min-width: 768px) {
  main.main-content {
    padding-right: 65px;
  }
}

.floated-links {
  bottom: 38vh;
  right: 9px;
}

.camp-detail-content #testimonials .container {
  padding: 8px;
}

/*.camp-detail-content #testimonials {*/
/*    margin-top:0;*/
/*    margin-bottom:48px;*/
/*}*/
#testimonials > .container > .row:not(:has(.testimonials__navigation)) .testimonials__inner {
  width: 100% !important;
  border-radius: 16px;
}

.table_product_price .price-table-head {
  display: none;
}
.table_product_price .card {
  background: rgba(5, 125, 205, 0.1);
  border-radius: var(--bs-border-radius);
  padding: 12px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .table_product_price .price-table-head {
    display: block;
    color: #777;
  }
  .table_product_price .price-table-head .card-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .table_product_price .price-table-head .card-body .product_price, .table_product_price .price-table-head .card-body .product_length, .table_product_price .price-table-head .card-body .product_location {
    text-align: center;
    font-weight: normal !important;
  }
  .table_product_price .card {
    margin-top: 0px !important;
  }
  .table_product_price > .row > div .card-body {
    display: table;
    width: 100%;
    padding: 8px 3px;
  }
  .table_product_price > .row > div .card-body > label {
    display: table-row;
    width: 100%;
  }
  .table_product_price > .row > div .card-body > label > div {
    display: table-cell;
    vertical-align: top;
    padding-top: 5px;
  }
  .table_product_price > .row > div .product_name {
    width: 30%;
  }
  .table_product_price > .row > div .product_action {
    width: 90px;
  }
  .table_product_price > .row > div .product_price {
    width: 80px;
  }
  .table_product_price > .row > div .product_price.product_price_language_school {
    width: 100%;
  }
  .table_product_price > .row > div .product_price_link {
    width: 230px;
    padding: 0 0 0 10px;
    text-align: center;
  }
  .table_product_price > .row > div .product_action, .table_product_price > .row > div .product_price {
    white-space: nowrap;
    padding-left: 15px;
  }
  .table_product_price > .row > div .product_action a, .table_product_price > .row > div .product_price a {
    background: #057dcd;
    border-radius: 4px;
    padding: 3px 6px;
    color: #FFF;
    font-weight: 400;
    line-height: 32px;
    display: block;
  }
  .table_product_price > .row > div .product_price, .table_product_price > .row > div .product_length {
    text-align: right;
  }
}
.table_product_price .card {
  border-width: 0;
}
@media only screen and (max-width: 767px) {
  .table_product_price .card {
    border: 1px solid #057dcd !important;
    border-radius: 5px !important;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .table_product_price .card .product_action {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #057dcd;
    border-radius: 4px 0px;
    padding: 3px 6px;
  }
  .table_product_price .card .product_action a {
    color: #FFF;
    text-decoration: underline;
    font-weight: 400;
  }
}
.table_product_price .card-body {
  line-height: normal;
  padding: 0.5rem;
  padding-bottom: 25px;
  position: relative;
  min-height: 40px;
}
.table_product_price .product_price {
  padding: 5px 0;
  font-size: 90%;
  font-weight: bold;
  width: 100%;
}
.table_product_price .product_price > .product_variation_to_choice {
  width: 100%;
  margin: 0 !important;
  overflow-y: auto;
}
.table_product_price .product_price > .product_variation_to_choice > div {
  padding: 0 !important;
}
.table_product_price .product_price > .product_variation_to_choice .form-control {
  display: block;
  font-size: 90%;
  font-weight: normal;
  text-align: left;
}
.table_product_price .product_price > .product_variation_to_choice div.form-control {
  background: transparent;
}
.table_product_price .product_price > .product_variation_to_choice > div:last-child select {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.table_product_price .product_price > .product_variation_to_choice > div:last-child select::-ms-expand {
  display: none;
}
.table_product_price .product_price > .product_variation_to_choice label {
  display: block;
}
.table_product_price .product_ref {
  position: absolute;
  bottom: -12px;
  left: 2px;
  font-size: 60%;
}

.camp-detail-content .table_product_price .card {
  background: rgba(5, 125, 205, 0.1);
  border-radius: var(--bs-border-radius);
  padding: 12px;
  margin-bottom: 6px;
}
.camp-detail-content .table_product_price .card strong {
  color: #057dcd !important;
}
.camp-detail-content .table_product_price .card .product_action a {
  display: block;
  background: #057dcd !important;
  padding: 12px 24px;
  border-radius: var(--bs-border-radius);
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.website_page_editor {
  margin-top: 20px;
  padding: 0;
}
.website_page_editor h2 {
  font-size: 2rem;
}
.website_page_editor h3 {
  font-size: 1.5rem;
}
.website_page_editor h2.title {
  color: var(--bs-accordion-active-color);
}
.website_page_editor .row-eq-height {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.website_page_editor .h-100 .panel-body {
  height: 100%;
  word-break: break-word;
}
.website_page_editor .media_left {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 26px;
}
@media only screen and (min-width: 760px) {
  .website_page_editor .media_left {
    float: left;
    margin-right: 10px;
    padding: 0;
  }
}
.website_page_editor .media_right {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 26px;
}
@media only screen and (min-width: 760px) {
  .website_page_editor .media_right {
    float: right;
    margin-left: 10px;
    padding: 0;
  }
}
.website_page_editor .media_center {
  margin-left: auto;
  margin-right: auto;
}
.website_page_editor .media_center.col-sm-12 {
  padding: 0;
}
.website_page_editor .panel:has(.full_cover) {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.website_page_editor .panel-body:has(.full_cover) {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.website_page_editor .full_cover {
  display: flex;
  flex-direction: row;
  height: auto;
}
.website_page_editor .full_cover img {
  max-width: 100%;
}
.website_page_editor li {
  margin-bottom: 8px;
}
@media only screen and (min-width: 769px) {
  .website_page_editor .full_cover {
    overflow: clip;
    border-radius: 8px;
    height: calc(100% + 24px);
    margin: -12px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .website_page_editor .full_cover > div {
    flex: 1 1 auto;
    position: relative;
  }
  .website_page_editor .full_cover > div > img {
    position: absolute;
    max-width: none;
    max-height: 100% !important;
    transform: translateX(-50%);
    left: 50%;
    height: 100%;
  }
}
.website_page_editor .panel {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.website_page_editor .panel-body {
  padding: 30px;
}
.website_page_editor .panel-body:has(.slick-initialized) {
  padding: 0;
}
.website_page_editor .panel-body .slick-initialized {
  margin-bottom: -8px;
}
.website_page_editor .panel-body .slick-slide > div {
  display: flex;
}
.website_page_editor .panel-body .slick-track {
  display: flex;
  align-items: center;
}
.website_page_editor .panel-body p:last-child {
  margin-bottom: 0;
}
.website_page_editor div[class^=col] {
  padding: 0 3px 6px;
}
@media only screen and (min-width: 768px) {
  .website_page_editor div[class^=col] {
    padding: 0 6px 12px;
  }
}
.website_page_editor .website_page_editor_summary {
  padding: 6px 12px;
}
.website_page_editor .website_page_editor_summary ul {
  list-style: circle;
  margin-top: 16px;
  margin-bottom: 16px;
}
.website_page_editor .website_page_editor_summary ul li {
  margin-bottom: 2px;
}
.website_page_editor .website_page_editor_summary a {
  display: block;
  padding: 3px 0;
}
.website_page_editor table {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}
.website_page_editor table td, .website_page_editor table th {
  padding: 8px;
  border-right: 1px solid #ddd;
}
.website_page_editor table td:last-child, .website_page_editor table th:last-child {
  border-right: none;
}
.website_page_editor table tbody tr:nth-child(odd) {
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .website_page_editor table, .website_page_editor thead, .website_page_editor tbody, .website_page_editor th, .website_page_editor td, .website_page_editor tr {
    display: block;
    border: none;
  }
  .website_page_editor thead {
    display: none;
  }
  .website_page_editor tr {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 0.5rem;
  }
  .website_page_editor td {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
    border-right: none !important;
  }
  .website_page_editor td:last-child {
    border-bottom: none;
  }
  .website_page_editor td[data-label]::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 1rem;
  }
}

#booking_steps {
  margin: 20px 0px;
}
#booking_steps > div {
  position: relative;
  text-align: center;
}
#booking_steps > div.active {
  color: #057dcd;
}
#booking_steps > div::before, #booking_steps > div::after {
  content: " ";
  position: absolute;
  width: 40%;
  top: 15px;
  border-top: 1px solid #AAA;
  z-index: 1;
}
@media only screen and (max-width: 759px) {
  #booking_steps > div::before, #booking_steps > div::after {
    width: 25%;
  }
}
@media only screen and (max-width: 400px) {
  #booking_steps > div::before, #booking_steps > div::after {
    width: 15%;
  }
}
#booking_steps > div::before {
  left: 15px;
}
#booking_steps > div::after {
  right: 15px;
}
#booking_steps > div div:first-child {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  background: #AAA;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 3;
}
#booking_steps > div.active div:first-child {
  background: #057dcd;
}

#booking_form label, #booking_payment label {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
#booking_form input[type=date], #booking_payment input[type=date] {
  min-height: 38px;
}
#booking_form #product_sheet_info, #booking_payment #product_sheet_info {
  padding-top: 15px;
  margin-bottom: 20px;
}
#booking_form #product_sheet_info ul, #booking_payment #product_sheet_info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 80%;
}
#booking_form #product_sheet_info ul img, #booking_payment #product_sheet_info ul img {
  width: 20px;
  margin-right: 3px;
}
#booking_form #product_sheet_info_ref .table_product_price > .row > div, #booking_payment #product_sheet_info_ref .table_product_price > .row > div {
  /*            @media only screen and (min-width: 768px){
                  flex: 0 0 33.333333%;
              }*/
}
@media only screen and (max-width: 759px) {
  #booking_form #product_sheet_info_ref .table_product_price > .row > div > div, #booking_payment #product_sheet_info_ref .table_product_price > .row > div > div {
    text-align: center;
  }
}
#booking_form #product_sheet_info_ref .product_action, #booking_payment #product_sheet_info_ref .product_action {
  display: none;
}
#booking_form #product_sheet_info_ref .card, #booking_payment #product_sheet_info_ref .card {
  margin-top: 20px;
}
#booking_form #product_sheet_info_ref .card-body, #booking_payment #product_sheet_info_ref .card-body {
  cursor: pointer;
  padding: 0 0 0 20px;
}
#booking_form #product_sheet_info_ref .card-body input[type=radio], #booking_payment #product_sheet_info_ref .card-body input[type=radio] {
  display: inline !important;
}
#booking_form #product_sheet_info_ref .card-body input.radio_product_ref, #booking_payment #product_sheet_info_ref .card-body input.radio_product_ref {
  display: block !important;
  position: absolute;
  left: 4px;
  top: 12px;
}
#booking_form #product_sheet_info_ref .card-body.active, #booking_payment #product_sheet_info_ref .card-body.active {
  border-color: green;
}

#booking_form_error_msg, #contact_form_error_msg {
  text-align: center;
  color: red;
}

#contact_form_error_msg > div {
  color: black;
}

#chat-widget-container {
  margin-bottom: -26px;
}

body:has(.get-advice.is-opened) #chat-widget-container, body.contact_form_go_to_center #chat-widget-container {
  display: none;
}

body:has(.dropdown-active) #chat-widget-container, body:has(.dropdown-active) #footer-cta {
  display: none;
}

#contact_form_layout_button_close {
  display: none;
}

.contact_form_go_to_center #contact_form_layout_button_close {
  display: block;
}
.contact_form_go_to_center section.contact-form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 1055;
}
.contact_form_go_to_center section.contact-form .btn-close {
  filter: invert(1);
  width: 20px;
  height: 20px;
  background-size: cover;
}
.contact_form_go_to_center section.contact-form > .container {
  max-width: min(90vw, 885px);
  max-height: 90vh;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .contact_form_go_to_center section.contact-form > .container {
    max-width: 100vw;
  }
}
.contact_form_go_to_center #contact_form_layout {
  background: white;
}

#page_testimonial .blockquote_testimonial {
  font-size: 14px;
}
#page_testimonial .blockquote_testimonial > div {
  background-color: white;
  border-radius: 16px;
  padding: 4px 6px;
  position: relative;
  margin-bottom: 0.5rem;
  z-index: 10;
}
#page_testimonial .blockquote_testimonial > div > div {
  padding: 16px;
  max-height: 250px;
  overflow: auto;
  line-height: 150%;
}
#page_testimonial .blockquote_testimonial > div > div p {
  margin: 0.5em 0;
}
#page_testimonial .blockquote_testimonial .blockquote-footer {
  margin-top: 0;
  margin-bottom: 30px;
}
#page_testimonial .blockquote_testimonial .blockquote-note {
  text-align: center;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
}
#page_testimonial .blockquote_testimonial .blockquote-note label {
  margin-bottom: 0;
}
#page_testimonial .blockquote_testimonial .blockquote-note label:first-letter {
  text-transform: uppercase;
}
#page_testimonial .blockquote_testimonial .blockquote-note > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#page_testimonial .blockquote_testimonial .blockquote-note .note {
  clear: both;
  width: 100px;
  margin: 0 10px;
}
#page_testimonial .blockquote_testimonial .blockquote-note .note > div {
  background-image: url('data:image/svg+xml,<svg width="100" height="16" viewBox="0 0 148 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0L15.5265 7.14623L23.4127 8.2918L17.706 13.854L19.0534 21.7082L12 17.9996L4.94658 21.7082L6.29405 13.854L0.587322 8.2918L8.47353 7.14623L12 0Z" fill="%23FFCC48"/><path d="M42.9473 0L46.4737 7.14623L54.3599 8.2918L48.6532 13.854L50.0007 21.7082L42.9473 17.9996L35.8938 21.7082L37.2413 13.854L31.5346 8.2918L39.4208 7.14623L42.9473 0Z" fill="%23FFCC48"/><path d="M73.8945 0L77.421 7.14623L85.3072 8.2918L79.6005 13.854L80.948 21.7082L73.8945 17.9996L66.8411 21.7082L68.1886 13.854L62.4819 8.2918L70.3681 7.14623L73.8945 0Z" fill="%23FFCC48"/><path d="M104.842 0L108.368 7.14623L116.254 8.2918L110.548 13.854L111.895 21.7082L104.842 17.9996L97.7884 21.7082L99.1358 13.854L93.4291 8.2918L101.315 7.14623L104.842 0Z" fill="%23FFCC48"/><path d="M135.789 0L139.316 7.14623L147.202 8.2918L141.495 13.854L142.842 21.7082L135.789 17.9996L128.736 21.7082L130.083 13.854L124.376 8.2918L132.263 7.14623L135.789 0Z" fill="%23FFCC48"/></svg>');
  background-repeat: no-repeat;
  background-position: center left;
}

.google-review {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 16px;
  background-color: white;
  border: 1px solid #4285f4;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  line-height: 19px;
}
.google-review img {
  margin-right: 16px;
  height: 48px;
}

.hero .google-review {
  right: 10px;
  top: 10px;
}

.breadcrumb-wrapper .google-review {
  right: 6px;
  bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper .google-review {
    padding: 5px;
    flex-direction: column;
    transform: scale(0.6);
    top: -55px;
    right: -17px;
    bottom: auto;
  }
}

.google-review__rate {
  font-weight: bold;
}

.google-review__count {
  font-size: 0.9em;
  color: #5d5d5d;
}