/* 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 {
  .node-promotion-highlighted-promotions__field-two-ctas-item 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) {
    .node-promotion-highlighted-promotions__field-two-ctas-item a + .btn {
      margin-top: 10px;
    }
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item a:focus {
    outline: none;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item a:hover {
    color: #fff;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item a:disabled, .node-promotion-highlighted-promotions__field-two-ctas-item a.disabled, .node-promotion-highlighted-promotions__field-two-ctas-item a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item a {
    background-color: #0046b4;
    color: #fff;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item a:hover {
    background-color: #336bc3;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item a:active, .node-promotion-highlighted-promotions__field-two-ctas-item a.active {
    background-color: #002a6c;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a {
    background-color: transparent;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a:hover, .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a:active, .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a.active {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a.btn-invert {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a.btn-invert:hover, .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a.btn-invert:active, .node-promotion-highlighted-promotions__field-two-ctas-item:last-child a.btn-invert.active {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .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 */
.primary-link, .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* 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 */
.check-list li, .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* 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-highlighted-promotions__field-promotions-item {
    background-color: #000;
  }
}
.paragraph-highlighted-promotions {
  padding: 60px 0;
  background: #ddd;
}
@media (max-width: 768px) {
  .paragraph-highlighted-promotions {
    padding: 15px 0;
  }
}
.paragraph-highlighted-promotions__field-promotions {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  max-width: 1176px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .paragraph-highlighted-promotions__field-promotions {
    flex-direction: column;
  }
}
.paragraph-highlighted-promotions__field-promotions-item {
  max-width: 33.3%;
  width: 100%;
  margin: 0 15px;
}
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions:before {
  transform: rotate(180deg);
  border-color: #6690d2;
}
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__field-title {
  color: #0046b4;
}
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__field-countries,
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__field-destinations {
  color: #202020;
}
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__field-media-image:before {
  background: #fff;
  opacity: 0.9;
}
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__info-wrap {
  display: block;
}
.paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-title {
  color: #202020;
}
@media (max-width: 768px) {
  .paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__info-wrap {
    position: relative;
    left: auto;
    top: auto;
  }
  .paragraph-highlighted-promotions__field-promotions-item.opened .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-title {
    font-size: 18px;
  }
}
.paragraph-highlighted-promotions__field-promotions-item:first-child {
  margin-left: 0;
}
.paragraph-highlighted-promotions__field-promotions-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .paragraph-highlighted-promotions__field-promotions-item {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
}

.node-promotion-highlighted-promotions {
  position: relative;
  width: 100%;
  height: 240px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.node-promotion-highlighted-promotions:before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff url("../../../images/icons/solid-arrow-darl-blue-down.svg") center no-repeat;
  background-size: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  z-index: 2;
  overflow: hidden;
}
.node-promotion-highlighted-promotions:active .highlight-mark {
  background-color: #FFC800;
}
.node-promotion-highlighted-promotions .highlight-mark {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-family: 600;
  font-size: 12px;
  color: #0046b4;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  z-index: 3;
  overflow: hidden;
}
.node-promotion-highlighted-promotions__field-title, .node-promotion-highlighted-promotions__field-countries, .node-promotion-highlighted-promotions__field-destinations {
  position: relative;
  z-index: 1;
}
.node-promotion-highlighted-promotions__field-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 700;
  color: #fff;
  letter-spacing: -0.29px;
}
@media (max-width: 768px) {
  .node-promotion-highlighted-promotions__field-title {
    font-size: 14px;
  }
}
.node-promotion-highlighted-promotions__field-countries, .node-promotion-highlighted-promotions__field-destinations {
  padding-right: 40px;
  font-size: 14px;
  font-family: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .node-promotion-highlighted-promotions__field-countries, .node-promotion-highlighted-promotions__field-destinations {
    font-size: 13px;
  }
}
.node-promotion-highlighted-promotions__field-destinations {
  margin-top: 10px;
  font-family: 400;
}
.node-promotion-highlighted-promotions__field-media-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.node-promotion-highlighted-promotions__field-media-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) 0% 0% no-repeat padding-box;
}
.node-promotion-highlighted-promotions__field-media-image .media-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.node-promotion-highlighted-promotions__field-media-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node-promotion-highlighted-promotions__info-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px;
  background-color: #fff;
  z-index: 3;
}
.node-promotion-highlighted-promotions__info-wrap .close-icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 14px;
  height: 14px;
  background: url("../../../images/icons/line-delete-bold.svg") center no-repeat;
  cursor: pointer;
}
.node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description p {
  color: #606060;
  font-size: 14px;
}
.node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description a {
  font-size: 14px;
}
.node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description ul li {
  font-size: 14px;
  color: #404040;
}
.node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description ul li::after {
  top: 3px;
  border-color: #0046b4;
}
@media (max-width: 768px) {
  .node-promotion-highlighted-promotions__info-wrap .node-promotion-highlighted-promotions__field-description {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .node-promotion-highlighted-promotions__info-wrap {
    padding: 15px;
  }
  .node-promotion-highlighted-promotions__info-wrap .close-icon {
    display: none;
  }
}
@media (max-width: 768px) {
  .node-promotion-highlighted-promotions__field-two-ctas {
    text-align: center;
  }
}
.node-promotion-highlighted-promotions__field-two-ctas-item {
  display: inline-block;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .node-promotion-highlighted-promotions__field-two-ctas-item {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=highlighted-promotions.css.map */
