﻿/* common border radius */
/* disable text selection */
section.gt-block.chefs-chart .preview-carousel {
  padding: 0 5rem;
  background: #F8F8F8;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  display: flex;
}
@media screen and (max-width: 1270px) {
  section.gt-block.chefs-chart .preview-carousel {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.chefs-chart .preview-carousel {
    padding: 0 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}
section.gt-block.chefs-chart .preview-carousel .show-all {
  padding: 0 3rem 0 0;
  position: relative;
  display: block;
  color: #707070;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  cursor: pointer;
}
section.gt-block.chefs-chart .preview-carousel .show-all:after {
  content: " ";
  width: 2.1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.081' height='11.543' viewBox='0 0 21.081 11.543'%3E%3Cpath d='M0,10.543a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414L8.833-.707A1,1,0,0,1,9.54-1a1,1,0,0,1,.707.293l9.54,9.543a1,1,0,0,1-1.414,1.414L9.54,1.414.707,10.25A1,1,0,0,1,0,10.543Z' transform='translate(20.081 10.543) rotate(180)' fill='%23707070'/%3E%3C/svg%3E");
}
section.gt-block.chefs-chart .preview-carousel > .show-all {
  display: none;
}
@media screen and (max-width: 1270px) {
  section.gt-block.chefs-chart .preview-carousel > .show-all {
    padding: 1.2rem 0;
    border-top: 1px solid #D3D3D3;
    display: block;
  }
}
section.gt-block.chefs-chart .preview-carousel .title {
  min-width: 26rem;
  padding: 1.2rem 4rem 1.2rem 0;
}
section.gt-block.chefs-chart .preview-carousel .title h2 {
  padding: 0 0 0.6rem 0;
  margin: 0 0 0.8rem 0;
  border-bottom: 1px solid #D3D3D3;
  color: #1A2428;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 1270px) {
  section.gt-block.chefs-chart .preview-carousel .title {
    min-width: 0;
    padding: 1.2rem 0 0 0;
  }
  section.gt-block.chefs-chart .preview-carousel .title h2 {
    padding: 0;
    border: none;
    white-space: normal;
  }
  section.gt-block.chefs-chart .preview-carousel .title h2 br {
    display: none;
  }
  section.gt-block.chefs-chart .preview-carousel .title .show-all {
    display: none;
  }
}
section.gt-block.chefs-chart .preview-carousel .list-holder {
  padding: 0 6rem;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
section.gt-block.chefs-chart .preview-carousel .list-holder:before,
section.gt-block.chefs-chart .preview-carousel .list-holder:after {
  content: " ";
  width: 10rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  display: block;
}
section.gt-block.chefs-chart .preview-carousel .list-holder:before {
  left: 6rem;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(-270deg, #F8F8F8 0%, rgba(248, 248, 248, 0.7) 50%, rgba(248, 248, 248, 0) 100%);
}
section.gt-block.chefs-chart .preview-carousel .list-holder:after {
  right: 6rem;
  background: rgba(255, 255, 255, 0.7);
  background: linear-gradient(-90deg, #F8F8F8 0%, rgba(248, 248, 248, 0.7) 50%, rgba(248, 248, 248, 0) 100%);
}
section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn {
  margin-top: -3rem;
  position: absolute;
  top: 50%;
  z-index: 11;
}
section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--prev {
  left: 0;
}
section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--next {
  right: 0;
}
@media screen and (max-width: 500px) {
  section.gt-block.chefs-chart .preview-carousel .list-holder {
    padding: 0 4rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder:before,
  section.gt-block.chefs-chart .preview-carousel .list-holder:after {
    width: 3rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder:before {
    left: 4rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder:after {
    right: 4rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    background-size: 1.1rem auto;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--prev {
    left: 0rem;
  }
  section.gt-block.chefs-chart .preview-carousel .list-holder .arrow-btn--next {
    right: 0rem;
  }
}
section.gt-block.chefs-chart .preview-carousel .list {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.gt-block.chefs-chart .preview-carousel .list:not(.slick-initialized) {
  white-space: nowrap;
}
section.gt-block.chefs-chart .preview-carousel .list:not(.slick-initialized) .item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
section.gt-block.chefs-chart .preview-carousel .list.slick-initialized .item {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
section.gt-block.chefs-chart .preview-carousel .list.slick-initialized .item.slick-active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
section.gt-block.chefs-chart .preview-carousel .list.slick-initialized .item.slick-active.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.gt-block.chefs-chart .preview-carousel .item {
  width: 10rem;
  height: 10rem;
  margin: 1.2rem 1rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.chefs-chart .preview-carousel .item strong {
  display: block;
  overflow: hidden;
  color: #1A2428;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
section.gt-block.chefs-chart .preview-carousel .item .profile-image {
  width: 7.2rem;
  height: 7.2rem;
  margin-left: -5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.35);
  background-color: #b7b7b7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.chefs-chart .preview-carousel .item .badge {
  margin-left: 1.4rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 4;
}