/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-homepage-country-list__field-link a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-homepage-country-list__field-link a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-homepage-country-list__field-link a:focus {
    outline: none;
  }
  .paragraph-homepage-country-list__field-link a:hover {
    color: #fff;
  }
  .paragraph-homepage-country-list__field-link a:disabled, .paragraph-homepage-country-list__field-link a.disabled, .paragraph-homepage-country-list__field-link a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-homepage-country-list__field-link a {
    padding: 8px 16px;
    font-size: 12px;
  }
  .paragraph-homepage-country-list__field-link a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-homepage-country-list__field-link a:hover {
    background-color: #336bc3;
  }
  .paragraph-homepage-country-list__field-link a:active, .paragraph-homepage-country-list__field-link a.active {
    background-color: #002a6c;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .node-country-homepage-country-list {
    background-color: #000;
  }
}
.paragraph-homepage-country-list {
  margin: 45px auto;
}
@media (min-width: 767px) {
  .paragraph-homepage-country-list {
    margin: 80px auto;
  }
}
.paragraph-homepage-country-list__field-title h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .paragraph-homepage-country-list__field-title h2 {
    margin-bottom: 15px;
    line-height: 1.2;
  }
}
@media (min-width: 767px) {
  .paragraph-homepage-country-list__field-link {
    margin-left: 20px;
  }
}
.paragraph-homepage-country-list__field-link a {
  white-space: nowrap;
}
.paragraph-homepage-country-list .title-wrapper {
  max-width: 1176px;
  margin: 0 auto 30px;
  padding: 0 15px;
}
@media (min-width: 767px) {
  .paragraph-homepage-country-list .title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.language-list-wrapper .form-radios {
  display: flex;
  max-width: 1146px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: auto;
  width: 100%;
}
.language-list-wrapper .form-radios .form-type-radio {
  margin-right: 2px;
  margin-bottom: 0;
}
.language-list-wrapper .form-radios .form-type-radio button {
  background-color: transparent;
  border: none;
  display: block;
  max-width: 100%;
  padding: 12px 12px 18px;
  color: #6491D2;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 767px) {
  .language-list-wrapper .form-radios .form-type-radio button {
    padding: 6px 5px 10px;
    font-size: 13px;
  }
}
.language-list-wrapper .form-radios .form-type-radio.active button {
  padding-bottom: 12px;
  border-bottom: 6px solid #0046b4;
  color: #0046b4;
}
@media (max-width: 767px) {
  .language-list-wrapper .form-radios .form-type-radio.active button {
    padding-bottom: 7px;
    border-bottom-width: 4px;
  }
}
.language-list-wrapper .form-radios .form-type-radio input[type=radio] + .button {
  display: none;
}
.language-list-wrapper .homepage-country-list-outer .country-container:first-child {
  display: block;
}
@media (max-width: 767px) {
  .language-list-wrapper .homepage-country-list-outer {
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.12);
  }
}
.language-list-wrapper .country-container {
  display: none;
}

@media (max-width: 767px) {
  .view-homepage-country-list-homepage-country-list__row.swiper-slide {
    height: 240px;
    max-width: calc(45% - 9px);
    margin: 1px;
    text-align: center;
  }
  .view-homepage-country-list-homepage-country-list__row.swiper-slide:first-child {
    margin-left: 15px;
  }
}
.view-homepage-country-list-homepage-country-list__row.explore-item {
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 0;
}
@media (max-width: 767px) {
  .view-homepage-country-list-homepage-country-list__row.explore-item {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  }
}
.view-homepage-country-list-homepage-country-list__row.explore-item * {
  color: #0046b4;
}
.view-homepage-country-list-homepage-country-list__row.explore-item a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
.view-homepage-country-list-homepage-country-list__row.explore-item a .icon {
  display: block;
  margin-bottom: 20px;
  font-size: 36px;
}

.node-country-homepage-country-list {
  width: 100%;
  height: 100%;
}
.node-country-homepage-country-list > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.node-country-homepage-country-list > a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: transparent radial-gradient(closest-side at 50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}
.node-country-homepage-country-list > a * {
  color: #fff;
  text-align: center;
}
.node-country-homepage-country-list__field-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.node-country-homepage-country-list__field-hero-image *:not(.contextual) {
  width: 100%;
  height: 100%;
}
.node-country-homepage-country-list__field-hero-image img {
  display: block;
  object-fit: cover;
}
.node-country-homepage-country-list__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.node-country-homepage-country-list__title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .node-country-homepage-country-list__title {
    font-size: 12px;
  }
}
.node-country-homepage-country-list__field-country-name {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .node-country-homepage-country-list__field-country-name {
    font-size: 20px;
  }
}
.node-country-homepage-country-list__destinations {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.02px;
}
@media (min-width: 767px) {
  .node-country-homepage-country-list__destinations {
    font-size: 13px;
  }
}
.node-country-homepage-country-list .minimum-price-wrapper {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 767px) {
  .node-country-homepage-country-list .minimum-price-wrapper {
    font-size: 14px;
  }
}
.node-country-homepage-country-list .minimum-price-wrapper > div {
  display: inline-block;
  margin-left: 3px;
}
.node-country-homepage-country-list .minimum-price-wrapper > div + div {
  margin-right: 3px;
}

.node-language-homepage-country-list {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: #F0F0F0;
}
.node-language-homepage-country-list__content {
  width: 100%;
}
.node-language-homepage-country-list__field-media-image {
  position: relative;
}
@media (max-width: 767px) {
  .node-language-homepage-country-list__field-media-image {
    height: 150px;
    margin-bottom: 25px;
  }
}
.node-language-homepage-country-list__field-media-image *:not(.contextual) {
  width: 100%;
  height: 100%;
}
.node-language-homepage-country-list__field-media-image img {
  display: block;
  object-fit: cover;
}
.node-language-homepage-country-list__field-language-name {
  color: #404040;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.15px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .node-language-homepage-country-list__field-language-name {
    margin-bottom: 5px;
    letter-spacing: 0.5px;
  }
}
.node-language-homepage-country-list__subtitle {
  color: #606060;
  font-size: 12px;
  font-weight: 600;
  text-transform: initial;
  letter-spacing: -0.12px;
}
.node-language-homepage-country-list__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.language-destinations {
  display: none;
}

@media (min-width: 767px) {
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.swiper-wrapper {
    display: flex;
    max-width: 1560px;
    height: 480px;
    margin: 0 auto;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.swiper-wrapper .view-homepage-country-list-homepage-country-list__row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(2) {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-column-end: span 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(4) {
    grid-column-start: 3;
    grid-row-start: 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(5) {
    grid-column-start: 4;
    grid-row-start: 1;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(6) {
    grid-column-start: 4;
    grid-row-start: 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.six-items .view-homepage-country-list-homepage-country-list__row.explore-item {
    grid-column-start: 5;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: span 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(2) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(3) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(4) {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items .view-homepage-country-list-homepage-country-list__row:nth-of-type(5) {
    grid-column-start: 4;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .homepage-country-list.country .view-homepage-country-list-homepage-country-list__rows.five-items .view-homepage-country-list-homepage-country-list__row.explore-item {
    grid-column-start: 5;
    grid-row-start: 1;
    grid-row-end: span 2;
  }
  .homepage-country-list.other-language {
    max-width: 100%;
    min-height: 480px;
    background-color: #fff;
  }
  .homepage-country-list.other-language .view-homepage-country-list-homepage-country-list__rows {
    max-width: 1156px;
    height: auto;
    margin: 25px auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .homepage-country-list.other-language .view-homepage-country-list-homepage-country-list__rows .swiper-slide {
    flex-shrink: initial;
  }
  .homepage-country-list.other-language .view-homepage-country-list-homepage-country-list__row {
    display: inline-block;
    flex: initial;
    width: calc(25% - 15px);
    height: 70px;
    margin: 5px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .homepage-country-list.other-language .view-homepage-country-list-homepage-country-list__row {
    width: calc(33.3% - 15px);
  }
}
@media (min-width: 767px) {
  .homepage-country-list.other-language .view-homepage-country-list-homepage-country-list__row .node-language-homepage-country-list {
    align-items: center;
    padding-left: 100px;
  }
  .homepage-country-list.other-language .view-homepage-country-list-homepage-country-list__row .node-language-homepage-country-list__field-media-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 92px;
  }
}
@media (max-width: 767px) {
  .homepage-country-list {
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .homepage-country-list__container:not(.swiper-container-item-2):before {
    display: none;
    font-family: "icons" !important;
    content: "\e900";
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 3;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    border-radius: 50%;
    color: #0046b4;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .homepage-country-list__container:not(.swiper-container-item-2):before {
    display: block;
  }
}
@media (max-width: 767px) {
  .homepage-country-list .swiper-wrapper {
    height: auto;
  }
}
@media (max-width: 767px) {
  .homepage-country-list .language-destinations {
    display: block;
    order: 1;
    margin: 0 15px 30px;
  }
  .homepage-country-list .language-destinations__title {
    margin-bottom: 5px;
    color: #202020;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.18px;
  }
  .homepage-country-list .language-destinations__link {
    color: #0046b4;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .homepage-country-list .swiper-container {
    order: 2;
    width: 100%;
  }
}

/*# sourceMappingURL=homepage-country-list.css.map */
