.a15 {
  background: -webkit-gradient(linear, left top, right top, from(#0277bd), to(#1bacc0));
  background: linear-gradient(to right, #0277bd, #1bacc0);
  border: 0;
  color: #fff;
  text-align: center;
}

.a15__item+.a15__item {
  margin-top: 2rem;
}

.a15__title {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 1rem 0 0 0;
  padding-bottom: 2rem;
  position: relative;
}

.a15__title::before {
  background: currentcolor;
  bottom: 1rem;
  content: '';
  height: 0.0625rem;
  left: 50%;
  margin-top: -0.0625rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2rem;
}

.a15__subtitle {
  font-weight: 400;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.a15--tripadvisor {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.a15--tripadvisor .wrapper {
  position: relative;
  z-index: 2;
}

.a15__tripadvisor {
  margin-bottom: -2.5rem;
  margin-top: 1.5rem;
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}

.a15__tripadvisor-container {
  position: relative;
  text-align: center;
  z-index: 2;
}

.a15__tripadvisor-badge {
  display: inline-block;
  vertical-align: top;
  width: 6.5625rem;
}

.a15__tripadvisor-badge-item {
  display: block;
  width: 100%;
  height: inherit;
}

.a15__tripadvisor-label {
  color: #1D2633;
  display: inline-block;
  margin: 0.875rem 0 0 1.125rem;
  text-align: left;
  vertical-align: middle;
  width: 9.0625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 48em) {
  .a15__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .a15__item {
    width: 9rem;
  }

  .a15__item+.a15__item {
    margin-top: 0;
  }

  .a15--tripadvisor .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .a15--tripadvisor .wrapper::before {
    background: rgba(255, 255, 255, 0.7);
    content: '';
    height: 200%;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 200%;
    -webkit-transform: translate(-12.5rem, -50%);
    transform: translate(-12.5rem, -50%);
  }

  .a15--tripadvisor .a15__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .a15__tripadvisor {
    margin: -4rem 0 0 2.5rem;
    padding: 3rem 1.5rem 0;
    width: 9.5rem;
  }

  .a15__tripadvisor-container {
    text-align: left;
  }

  .a15__tripadvisor-label {
    margin: 1.125rem auto 0;
    width: auto;
  }
}

@media screen and (min-width: 80em) {
  .a15__item {
    width: 20rem;
  }

  .a15--tripadvisor .wrapper::before {
    -webkit-transform: translate(-17.4375rem, -50%);
    transform: translate(-17.4375rem, -50%);
  }

  .a15--tripadvisor .a15__list {
    width: 100%;
  }

  .a15--tripadvisor .a15__list .a15__item {
    width: auto;
  }

  .a15__tripadvisor {
    margin: -5rem 0 0 3.75rem;
    padding: 3.5rem 3.75rem 0;
    width: 13.5rem;
  }

  .a15__tripadvisor-badge {
    width: 7.1875rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  .a15--tripadvisor .wrapper {
    margin: 0 1.875rem;
  }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .a15__tripadvisor {
    margin-left: 3.75rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .a15__tripadvisor::before {
    background: rgba(255, 255, 255, 0.7);
    content: '';
    height: 150%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 150%;
  }
}
