.pdf-slider-content {
  position: relative;
}

.pdf-slider .swiper {
  position: relative;
}

.pdf-slider .swiper-container {
  width: 100%;
}

.pdf-slider .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

.pdf-slider .swiper-slide__bg-image {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pdf-slider .swiper-slide__text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.pdf-slider .swiper-slide__text-content__title {
  width: 100%;
  color: #001434;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
}

.pdf-slider .swiper-slide__text-content__wine-title {
  width: 100%;
  color: #7e0c1e;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 39px;
  line-height: 2.4375rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
}

.pdf-slider .swiper-slide__text-content__desc {
  width: 100%;
}

.pdf-slider .swiper-slide__text-content__link {
  margin: 28px 0 0 0;
  color: #011837;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  transition: color 0.3s;
}

.pdf-slider .swiper-slide__text-content__link:hover {
  color: #7e0c1e;
}

.pdf-slider .swiper-button {
  width: 100px;
  height: 40px;
}

.pdf-slider .swiper-button-next,.pdf-slider .swiper-button-prev {
  z-index: 12;
  top: 0;
  margin-top: 0;
  width: 50%;
  height: 40px;
  background-color: #fff;
  background-size: 26px auto;
  outline-color: #fff;
  outline-width: 0;
}

.pdf-slider .swiper-button-next.swiper-button-disabled,.pdf-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
  cursor: pointer;
  pointer-events: auto;
}

.pdf-slider .swiper-button-prev {
  left: 0;
  background-image: url("../../assets/svg/arrow-left-grey.svg");
}

.pdf-slider .swiper-button-next {
  right: 0;
  background-image: url("../../assets/svg/arrow-right-grey.svg");
}

@media only screen and (min-width: 1024px) {
  .pdf-slider-content {
    padding-right: 70px !important;
  }

  .pdf-slider .swiper-container {
    height: 406px;
  }

  .pdf-slider .swiper-slide {
    flex-direction: row-reverse;
  }

  .pdf-slider .swiper-slide__bg-image {
    width: 51%;
    height: 100%;
  }

  .pdf-slider .swiper-slide__text-content {
    padding: 0 64px;
    width: 49%;
    height: 100%;
  }

  .pdf-slider .swiper-slide__text-content__title:after {
    content: "";
    display: flex;
    width: 91px;
    height: 0;
    margin: 25px 0;
    border-bottom: 2px solid #7e0c1e;
  }

  .pdf-slider .swiper-button {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
  }
}

@media only screen and (min-width: 1248px) {
  .pdf-slider-content {
    padding-right: 50px !important;
  }

  .pdf-slider .swiper-button {
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .pdf-slider .swiper-slide {
    flex-direction: column;
  }

  .pdf-slider .swiper-slide__bg-image {
    padding-top: 80%;
    width: 100%;
  }

  .pdf-slider .swiper-slide__text-content {
    padding: 50px 25px;
    width: 100%;
    height: 366px;
  }

  .pdf-slider .swiper-slide__text-content__title {
    margin-bottom: 15px;
  }

  .pdf-slider .swiper-slide__text-content__title:before {
    content: "";
    display: flex;
    width: 91px;
    height: 0;
    margin-bottom: 25px;
    border-bottom: 2px solid #7e0c1e;
  }

  .pdf-slider .swiper-button {
    position: relative;
    margin: 40px auto 40px auto;
    width: 188px;
  }
}

@media only screen and (max-width: 767px) {
  .pdf-slider .swiper-button-next,.pdf-slider .swiper-button-prev {
    background-color: transparent;
    background-size: 30px auto;
  }
}

.pdf-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 100px;
  border-top: 1px solid #d1d1d1;
}

.pdf-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 182px;
  margin-right: 70px;
}

.pdf-item__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  box-shadow: 3px 9px 10px 0 rgba(1, 24, 55, 0.24);
}

.pdf-item__image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.pdf-item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  width: 100%;
}

.pdf-item__title-name {
  color: #011837;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 600;
  transition: color 0.3s;
}

.pdf-item__title-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  transition: border 0.3s;
}

.pdf-item__title-arrow:before {
  content: "";
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5px;
  margin: -1px 0 0 1px;
  border: solid #969ca7;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.5;
  transition: border 0.3s;
}

.pdf-item:hover .pdf-item__title-name {
  color: #7e0c1e;
}

.pdf-item:hover .pdf-item__title-arrow {
  border: 1px solid #7e0c1e;
}

.pdf-item:hover .pdf-item__title-arrow:before {
  border: solid #7e0c1e;
  border-width: 0 2px 2px 0;
}

@media only screen and (min-width: 1024px) {
  .pdf {
    margin-top: 55px;
  }

  .pdf-container {
    padding-top: 70px;
  }

  .pdf-item:nth-child(4n+4) {
    margin-right: 0;
    margin-bottom: 110px;
  }

  .pdf-item:nth-child(4n+1):after {
    content: "";
    display: flex;
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 900px;
    border-bottom: 1px solid #d1d1d1;
  }

  .pdf-item:last-child:after {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .pdf-container {
    padding-top: 50px;
  }

  .pdf-item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .pdf-item:nth-child(2n+2) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=rc-quarterly.css.map */
