.gourmet-banner__title {
  font-size: var(--tdfs-h1);
  font-family: "Poppins";
  font-weight: 700;
  line-height: 130%;
}
.choice__title, .gourmet-news__title, .about__title h3 {
  font-size: var(--tdfs-h2);
  font-family: "Poppins";
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
}
.choice-card--news .choice-card__title {
  font-size: var(--tdfs-paragraph-lg);
  letter-spacing: 0.5px;
  line-height: 140%;
}
.gourmet-banner__description p, .about__description p, .choice-card__title {
  font-size: var(--tdfs-paragraph-md);
  line-height: 160%;
}
.choice-card__subtitle {
  font-size: var(--tdfs-paragraph-xs);
  line-height: 150%;
  letter-spacing: 0.5px;
}
.choice-card__detail, .choice-card--news .choice-card__category,
.choice-card--news .choice-card__date {
  font-size: var(--tdfs-label-sm);
  font-family: "Poppins";
  letter-spacing: 2px;
  line-height: 130%;
}
.choice-card, .choice-card--news {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: white;
  margin-bottom: 2.34375vw;
  z-index: 3;
}
.choice-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.choice-card__image-container:before {
  content: "";
  display: block;
  padding-top: 70.1058201058%;
}
.choice-card__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .choice-card, .choice-card--news {
    margin-bottom: 2.8125vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card, .choice-card--news {
    margin-bottom: 3.7531276063vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card, .choice-card--news {
    margin-bottom: 4.5408678103vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card, .choice-card--news {
    margin-bottom: 5.859375vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card, .choice-card--news {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card, .choice-card--news {
    margin-bottom: 11.5384615385vw;
  }
}
@media (max-width: 991px) {
  .choice-card, .choice-card--news {
    max-width: 350px;
  }
}
.choice-card:hover .choice-card__arrow, .choice-card--news:hover .choice-card__arrow {
  opacity: 1;
  transform: translateX(10px);
}
.choice-card:hover .choice-card__image-container::after, .choice-card--news:hover .choice-card__image-container::after {
  opacity: 1;
}
.choice-card:hover .choice-card__image, .choice-card--news:hover .choice-card__image {
  transform: scale(1.1);
}
.choice-card__image-container {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.choice-card__image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.choice-card__image {
  transition: 0.5s;
}
.choice-card__title {
  font-weight: 700;
  font-family: "Poppins";
  color: #1C2B52;
  margin-top: 0.8854166667vw;
  margin-bottom: 0.2083333333vw;
}
@media screen and (max-width: 1600px) {
  .choice-card__title {
    margin-top: 1.0625vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__title {
    margin-top: 1.4178482068vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__title {
    margin-top: 1.7154389506vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__title {
    margin-top: 2.2135416667vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__title {
    margin-top: 3.5416666667vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__title {
    margin-top: 4.358974359vw;
  }
}
@media screen and (max-width: 1600px) {
  .choice-card__title {
    margin-bottom: 0.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__title {
    margin-bottom: 0.3336113428vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__title {
    margin-bottom: 0.4036326942vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__title {
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__title {
    margin-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__title {
    margin-bottom: 1.0256410256vw;
  }
}
.choice-card__subtitle {
  color: #404040;
  margin-bottom: 1.25vw;
}
@media screen and (max-width: 1600px) {
  .choice-card__subtitle {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__subtitle {
    margin-bottom: 2.0016680567vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__subtitle {
    margin-bottom: 1.8163471241vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__subtitle {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__subtitle {
    margin-bottom: 3.75vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__subtitle {
    margin-bottom: 4.6153846154vw;
  }
}
@media (max-width: 991px) {
  .choice-card__subtitle {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1; /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.choice-card__action {
  position: relative;
  margin-top: auto;
}
.choice-card__detail {
  font-weight: 700;
  color: #009EE3;
  letter-spacing: 0.03em;
}
.choice-card__arrow {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  width: 2.1354166667vw;
  height: 2.1354166667vw;
  background-color: #0483BA;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 1600px) {
  .choice-card__arrow {
    width: 2.5625vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__arrow {
    width: 3.4195162636vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__arrow {
    width: 2.5227043391vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__arrow {
    width: 3.2552083333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__arrow {
    width: 5.2083333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__arrow {
    width: 6.4102564103vw;
  }
}
@media screen and (max-width: 1600px) {
  .choice-card__arrow {
    height: 2.5625vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__arrow {
    height: 3.4195162636vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__arrow {
    height: 2.5227043391vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__arrow {
    height: 3.2552083333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__arrow {
    height: 5.2083333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__arrow {
    height: 6.4102564103vw;
  }
}
@media (max-width: 991px) {
  .choice-card__arrow {
    opacity: 1;
    transform: translateX(10px);
  }
}
.choice-card__arrow-img {
  height: 1.1979166667vw;
  width: 0.625vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {
  .choice-card__arrow-img {
    height: 1.4375vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__arrow-img {
    height: 1.918265221vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__arrow-img {
    height: 1.614530777vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__arrow-img {
    height: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__arrow-img {
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__arrow-img {
    height: 4.1025641026vw;
  }
}
@media screen and (max-width: 1600px) {
  .choice-card__arrow-img {
    width: 0.75vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card__arrow-img {
    width: 1.0008340284vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card__arrow-img {
    width: 0.8072653885vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card__arrow-img {
    width: 1.0416666667vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card__arrow-img {
    width: 1.6666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card__arrow-img {
    width: 2.0512820513vw;
  }
}
.choice-card--news {
  padding: 1.5625vw;
  border-radius: 0.5208333333vw;
  border: 1px solid #F5F5F5;
}
@media screen and (max-width: 1600px) {
  .choice-card--news {
    padding: 1.875vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card--news {
    padding: 2.5020850709vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card--news {
    padding: 1.8163471241vw 1.5136226034vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card--news {
    padding: 2.34375vw 1.953125vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card--news {
    padding: 3.75vw 3.125vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card--news {
    padding: 4.6153846154vw 3.8461538462vw;
  }
}
@media screen and (max-width: 1600px) {
  .choice-card--news {
    border-radius: 0.625vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card--news {
    border-radius: 0.834028357vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card--news {
    border-radius: 1.0090817356vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card--news {
    border-radius: 1.3020833333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card--news {
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card--news {
    border-radius: 2.5641025641vw;
  }
}
.choice-card--news .choice-card__meta {
  display: flex;
  justify-content: space-between;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 1600px) {
  .choice-card--news .choice-card__meta {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card--news .choice-card__meta {
    margin-top: 1.6680567139vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card--news .choice-card__meta {
    margin-top: 1.614530777vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card--news .choice-card__meta {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card--news .choice-card__meta {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card--news .choice-card__meta {
    margin-top: 4.1025641026vw;
  }
}
.choice-card--news .choice-card__category,
.choice-card--news .choice-card__date {
  font-family: "Lato";
  color: #737373;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.choice-card--news .choice-card__title {
  margin-top: 0.5208333333vw;
  margin-bottom: 0.5208333333vw;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2; /* limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1600px) {
  .choice-card--news .choice-card__title {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card--news .choice-card__title {
    margin-top: 0.834028357vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card--news .choice-card__title {
    margin-top: 1.2108980827vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card--news .choice-card__title {
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card--news .choice-card__title {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card--news .choice-card__title {
    margin-top: 3.0769230769vw;
  }
}
@media screen and (max-width: 1600px) {
  .choice-card--news .choice-card__title {
    margin-bottom: 0.625vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice-card--news .choice-card__title {
    margin-bottom: 0.834028357vw;
  }
}
@media screen and (max-width: 991px) {
  .choice-card--news .choice-card__title {
    margin-bottom: 2.0181634712vw;
  }
}
@media screen and (max-width: 768px) {
  .choice-card--news .choice-card__title {
    margin-bottom: 2.6041666667vw;
  }
}
@media screen and (max-width: 480px) {
  .choice-card--news .choice-card__title {
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 390px) {
  .choice-card--news .choice-card__title {
    margin-bottom: 5.1282051282vw;
  }
}

.gourmet-banner {
  position: relative;
  padding: 9.3229166667vw 0vw 9.3229166667vw;
  background-color: black;
  overflow-x: hidden;
}
@media screen and (max-width: 1600px) {
  .gourmet-banner {
    padding: 11.1875vw 0vw 11.1875vw;
  }
}
@media screen and (max-width: 1199px) {
  .gourmet-banner {
    padding: 14.9291075897vw 0vw 14.9291075897vw;
  }
}
@media screen and (max-width: 991px) {
  .gourmet-banner {
    padding: 33.7033299697vw 0vw 7.0635721493vw;
  }
}
@media screen and (max-width: 768px) {
  .gourmet-banner {
    padding: 43.4895833333vw 0vw 9.1145833333vw;
  }
}
@media screen and (max-width: 480px) {
  .gourmet-banner {
    padding: 69.5833333333vw 0vw 14.5833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .gourmet-banner {
    padding: 85.641025641vw 0vw 17.9487179487vw;
  }
}
@media (max-width: 991px) {
  .gourmet-banner {
    padding-top: 70vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  .gourmet-banner {
    padding-top: 55.4994954591vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .gourmet-banner {
    padding-top: 71.6145833333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .gourmet-banner {
    padding-top: 114.5833333333vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 390px) {
  .gourmet-banner {
    padding-top: 141.0256410256vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 991px) {
  .gourmet-banner {
    padding-top: 37.8405650858vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .gourmet-banner {
    padding-top: 48.828125vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .gourmet-banner {
    padding-top: 78.125vw;
  }
}
@media screen and (max-width: 480px) and (max-width: 390px) {
  .gourmet-banner {
    padding-top: 96.1538461538vw;
  }
}
.gourmet-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(32, 32, 32, 0), rgba(0, 0, 0, 0.5215686275));
  z-index: 1;
}
.gourmet-banner__background, .gourmet-banner__background--m {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 1199px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -16.1458333333vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1600px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -19.375vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -25.8548790659vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 991px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -31.2815338042vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 768px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -40.3645833333vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 480px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -64.5833333333vw;
  }
}
@media screen and (max-width: 1199px) and (max-width: 390px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    right: -79.4871794872vw;
  }
}
@media (max-width: 991px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    display: none;
    right: 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    top: -5.9535822402vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    top: -7.6822916667vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    top: -12.2916666667vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .gourmet-banner__background, .gourmet-banner__background--m {
    top: -15.1282051282vw;
  }
}
.gourmet-banner__background--m {
  display: none;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
}
@media (max-width: 991px) {
  .gourmet-banner__background--m {
    display: block;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .gourmet-banner__background--m {
    padding-top: 5.5499495459vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  .gourmet-banner__background--m {
    padding-top: 7.1614583333vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 480px) {
  .gourmet-banner__background--m {
    padding-top: 11.4583333333vw;
  }
}
@media screen and (max-width: 991px) and (max-width: 390px) {
  .gourmet-banner__background--m {
    padding-top: 14.1025641026vw;
  }
}
@media (max-width: 390px) {
  .gourmet-banner__background--m {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.gourmet-banner__text-wrapper {
  position: relative;
  display: inline-block;
  z-index: 10;
}
.gourmet-banner__title {
  color: #FFFFFF;
  margin-bottom: 0.9375vw;
}
@media screen and (max-width: 1600px) {
  .gourmet-banner__title {
    margin-bottom: 1.125vw;
  }
}
@media screen and (max-width: 1199px) {
  .gourmet-banner__title {
    margin-bottom: 1.5012510425vw;
  }
}
@media screen and (max-width: 991px) {
  .gourmet-banner__title {
    margin-bottom: 1.4127144299vw;
  }
}
@media screen and (max-width: 768px) {
  .gourmet-banner__title {
    margin-bottom: 1.8229166667vw;
  }
}
@media screen and (max-width: 480px) {
  .gourmet-banner__title {
    margin-bottom: 2.9166666667vw;
  }
}
@media screen and (max-width: 390px) {
  .gourmet-banner__title {
    margin-bottom: 3.5897435897vw;
  }
}
.gourmet-banner__title strong {
  color: #64D0FF;
  font-weight: 700;
}
.gourmet-banner__description {
  margin-bottom: 0;
}
.gourmet-banner__description p {
  color: #F5F5F5;
}
.choice {
  padding: 5.1041666667vw 0vw 4.1666666667vw;
}
@media screen and (max-width: 1600px) {
  .choice {
    padding: 6.125vw 0vw 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice {
    padding: 8.1734778982vw 0vw 6.6722268557vw;
  }
}
@media screen and (max-width: 991px) {
  .choice {
    padding: 3.8345105954vw 0vw;
  }
}
@media screen and (max-width: 768px) {
  .choice {
    padding: 4.9479166667vw 0vw;
  }
}
@media screen and (max-width: 480px) {
  .choice {
    padding: 7.9166666667vw 0vw;
  }
}
@media screen and (max-width: 390px) {
  .choice {
    padding: 9.7435897436vw 0vw;
  }
}
.choice__title {
  font-weight: 600;
  color: #1C2B52;
  margin-bottom: 3.3333333333vw;
}
@media screen and (max-width: 1600px) {
  .choice__title {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1199px) {
  .choice__title {
    margin-bottom: 5.3377814846vw;
  }
}
@media screen and (max-width: 991px) {
  .choice__title {
    margin-bottom: 2.2199798184vw;
  }
}
@media screen and (max-width: 768px) {
  .choice__title {
    margin-bottom: 2.8645833333vw;
  }
}
@media screen and (max-width: 480px) {
  .choice__title {
    margin-bottom: 4.5833333333vw;
  }
}
@media screen and (max-width: 390px) {
  .choice__title {
    margin-bottom: 5.641025641vw;
  }
}

.gourmet-news {
  padding: 5.1041666667vw 0vw 4.1666666667vw;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .gourmet-news {
    padding: 6.125vw 0vw 5vw;
  }
}
@media screen and (max-width: 1199px) {
  .gourmet-news {
    padding: 8.1734778982vw 0vw 6.6722268557vw;
  }
}
@media screen and (max-width: 991px) {
  .gourmet-news {
    padding: 3.0272452069vw 0vw 6.6599394551vw;
  }
}
@media screen and (max-width: 768px) {
  .gourmet-news {
    padding: 3.90625vw 0vw 8.59375vw;
  }
}
@media screen and (max-width: 480px) {
  .gourmet-news {
    padding: 6.25vw 0vw 13.75vw;
  }
}
@media screen and (max-width: 390px) {
  .gourmet-news {
    padding: 7.6923076923vw 0vw 16.9230769231vw;
  }
}
.gourmet-news::before {
  content: "";
  background-color: #E9F8FF;
  position: absolute;
  top: 0;
  left: 0;
  height: 58%;
  width: 100%;
  z-index: 0;
}
@media (max-width: 991px) {
  .gourmet-news::before {
    height: 100%;
  }
}
.gourmet-news::after {
  content: "";
  background-image: url(../../../assets/images/gourmet-choice/gourmet-ornament.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 58%;
  width: 100%;
  opacity: 8%;
  z-index: 0;
}
@media (max-width: 991px) {
  .gourmet-news::after {
    height: 100%;
  }
}
.gourmet-news__title {
  position: relative;
  font-weight: 600;
  color: #1C2B52;
  margin-bottom: 1.71875vw;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .gourmet-news__title {
    margin-bottom: 2.0625vw;
  }
}
@media screen and (max-width: 1199px) {
  .gourmet-news__title {
    margin-bottom: 2.752293578vw;
  }
}
@media screen and (max-width: 991px) {
  .gourmet-news__title {
    margin-bottom: 2.6236125126vw;
  }
}
@media screen and (max-width: 768px) {
  .gourmet-news__title {
    margin-bottom: 3.3854166667vw;
  }
}
@media screen and (max-width: 480px) {
  .gourmet-news__title {
    margin-bottom: 5.4166666667vw;
  }
}
@media screen and (max-width: 390px) {
  .gourmet-news__title {
    margin-bottom: 6.6666666667vw;
  }
}
.gourmet-news__load-more {
  text-transform: uppercase;
}
.gourmet-news__load-more.loading {
  opacity: 0.6;
}
.gourmet-news__load-more.loading .gourmet-news__loader {
  display: inline-block;
}
.gourmet-news__load-more.disabled .gourmet-news__loader {
  display: none;
}
.gourmet-news__load-more.disabled:hover {
  background-color: #1C2B52;
}
.gourmet-news__posts {
  position: relative;
  z-index: 1;
}
.gourmet-news__posts.loading::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.gourmet-news__posts.loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1C2B52;
  box-shadow: 32px 0 #1C2B52, -32px 0 #1C2B52;
  animation: flash 0.5s linear infinite alternate;
}
@keyframes flash {
  0% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 #1C2B52;
  }
  50% {
    background-color: #1C2B52;
    box-shadow: 32px 0 rgba(255, 255, 255, 0.1333333333), -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
  100% {
    background-color: rgba(255, 255, 255, 0.1333333333);
    box-shadow: 32px 0 #1C2B52, -32px 0 rgba(255, 255, 255, 0.1333333333);
  }
}
.gourmet-news__loader {
  display: none;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about {
  padding: 2.6041666667vw 0vw 5.2083333333vw;
}
.about__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 33.8020833333vw;
}
@media screen and (max-width: 1600px) {
  .about__image-container {
    max-width: 40.5625vw;
  }
}
@media screen and (max-width: 1199px) {
  .about__image-container {
    max-width: 54.128440367vw;
  }
}
@media screen and (max-width: 991px) {
  .about__image-container {
    max-width: 65.4894046418vw;
  }
}
@media screen and (max-width: 768px) {
  .about__image-container {
    max-width: 84.5052083333vw;
  }
}
@media screen and (max-width: 480px) {
  .about__image-container {
    max-width: 135.2083333333vw;
  }
}
@media screen and (max-width: 390px) {
  .about__image-container {
    max-width: 166.4102564103vw;
  }
}
.about__image-container:before {
  content: "";
  display: block;
  padding-top: 101.5408320493%;
}
.about__image-container .ratio-item {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1600px) {
  .about {
    padding: 3.125vw 0vw 6.25vw;
  }
}
@media screen and (max-width: 1199px) {
  .about {
    padding: 4.1701417848vw 0vw 8.3402835696vw;
  }
}
@media screen and (max-width: 991px) {
  .about {
    padding: 5.0454086781vw 0vw 10.0908173562vw;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 6.5104166667vw 0vw 13.0208333333vw;
  }
}
@media screen and (max-width: 480px) {
  .about {
    padding: 10.4166666667vw 0vw 20.8333333333vw;
  }
}
@media screen and (max-width: 390px) {
  .about {
    padding: 12.8205128205vw 0vw 25.641025641vw;
  }
}
.about__image {
  border-radius: 5px;
}
.about__title {
  margin-top: 1.7708333333vw;
  margin-bottom: 1.25vw;
}
.about__title h3 {
  color: #1C2B52;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .about__title {
    margin-top: 2.125vw;
  }
}
@media screen and (max-width: 1199px) {
  .about__title {
    margin-top: 2.8356964137vw;
  }
}
@media screen and (max-width: 991px) {
  .about__title {
    margin-top: 2.4217961655vw;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .about__title {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .about__title {
    margin-top: 6.1538461538vw;
  }
}
@media screen and (max-width: 1600px) {
  .about__title {
    margin-bottom: 1.5vw;
  }
}
@media screen and (max-width: 1199px) {
  .about__title {
    margin-bottom: 2.0016680567vw;
  }
}
@media screen and (max-width: 991px) {
  .about__title {
    margin-bottom: 1.2108980827vw;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 480px) {
  .about__title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 390px) {
  .about__title {
    margin-bottom: 3.0769230769vw;
  }
}
.about__description {
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 1600px) {
  .about__description {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 1199px) {
  .about__description {
    margin-bottom: 4.0033361134vw;
  }
}
@media screen and (max-width: 991px) {
  .about__description {
    margin-bottom: 2.4217961655vw;
  }
}
@media screen and (max-width: 768px) {
  .about__description {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 480px) {
  .about__description {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 390px) {
  .about__description {
    margin-bottom: 6.1538461538vw;
  }
}
.about__btn-wrapper {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about__btn-wrapper {
    width: 100%;
  }
  .about__btn-wrapper a {
    width: -webkit-fill-available;
  }
}

/*# sourceMappingURL=gourmet-choice.css.map*/