.page-home {
  background-color: #f7f7f7;
}
/* Home-banner */
.home-banner {
  padding: 0;
}
.home-banner img {
  width: 100%;
}
/* End Home-banner */
/* ==========================================================================
       ABOUT SECTION
       ========================================================================== */
.title-home h2 {
  color: var(--theme-color);
  text-align: center;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.title-home {
  margin-bottom: 1.31rem;
}
.home-about .button-banner .btn.btn__primary{
  height: 3rem;
  font-size: var(--20);
  padding: 0 2rem;
}
.home-about .button-banner{
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
}
.home-about {
  margin-top: -14.35rem;
  padding-bottom: 2.5rem;
}
.home-about .section-content {
  position: relative;
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #fff 37.98%, #f7fff0 100%);
  padding: 3.75rem var(--53) 7.12rem var(--42);
}
.home-about .line-section {
  position: absolute;
  width: 15rem;
  height: 2.30469rem;
  flex-shrink: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -2.30469rem;
}
.home-about .description {
  /* max-width: 69.625rem; */
  width: 100%;
  padding-bottom: 2.25rem;
  margin: 0 auto 3rem;
  position: relative;
  color: #4a4a4a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2rem var(--67);
}
.home-about .description h2{
      color: var(--theme-color);
      font-size: 2.25rem;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 0;
      margin-bottom: var(--25);
}
.home-about .description h3{
  font-size: var(--22);
  margin-bottom: 1.2rem;
}
.home-about .description p{
  text-align:justify;
  margin-bottom:1rem
}
.home-about .description ul{
  list-style:none;
  margin:0
}
.home-about .description ul li{
  position:relative;
  padding-left:1.3rem;
  margin-bottom:0.8rem;
  font-size: var(--15);
  /* text-align: justify; */
}
.home-about .description ul li:before{
  content:"";
  width:var(--6);
  height:var(--6);
  background-color:var(--theme-color);
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: var(--8);
}
.home-about .description:after {
  content: "";
  max-width: 100%;
  width: 62.625rem;
  height: 1px;
  background: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-about .home-about--bottom {
  display: grid;
  grid-template-columns: 38rem auto;
  grid-gap: 0 var(--67);
  align-items: center;
}
.home-about .home-about--bottom-right h3 {
      color: var(--theme-color);
      font-size: 1.6rem;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: var(--20);
}
.home-about .home-about--bottom-right .desc {
  color: #4a4a4a;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 1.5rem;
}
.home-about .home-about--bottom-right .number-wrapper {
  display: flex;
  margin-bottom: 2.12rem;
}

.home-about .home-about--bottom-right .box-number .number-run {
  color: #0b8343;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.home-about .home-about--bottom-right .box-number .text {
  color: #2e2e2e;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.home-about .home-about--bottom-right .box-number:first-child {
  position: relative;
  padding-right: 2.75rem;
  margin-right: 2.75rem;
}
.home-about .home-about--bottom-right .box-number:first-child:after {
  content: "";
  width: 1px;
  height: 4.75rem;
  position: absolute;
  background: #d0d0d0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.home-about .img-1,
.home-about .img-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 55%;
  height: 6.625rem;
}
.home-about .img-2 {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.home-about .btn.btn__primary {
  height: 2.5rem;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .home-about .button-banner .btn.btn__primary{
    
font-size: var(--14);
    
padding: 0 1rem;
    
height: 2.25rem;
  }
  .home-about .button-banner{
    top:-4rem
  }
  .home-about {
    margin-top: -1rem;
    padding: 0 0 2rem;
  }
  .home-about .line-section {
    width: 8rem;
    height: 3rem;
    top: -2rem;
  }

  .home-about .section-content {
    padding: 2rem 1rem 4rem;
    border-radius: 0;
  }
  .title-home h2,
  .home-about .description h2{
    font-size: var(--24);
  }
  .home-about .description h2{
      margin-bottom:var(--20)
  }
  .home-about .description {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    grid-template-columns: 1fr;
  }
  .home-about .home-about--bottom {
    display: flex;
    flex-direction: column;
  }
  .home-about .home-about--bottom-left {
    width: 100%;
    margin-bottom: 1.38rem;
  }
  .home-about .home-about--bottom-right h3 {
    font-size: var(--18);
  }
  .home-about .home-about--bottom-right .desc {
    font-size: 0.9375rem;
  }
  .home-about .home-about--bottom-right .box-number .number-run {
    font-size: 2.4rem;
  }
  .home-about .home-about--bottom-right .box-number:first-child {
    padding-right: 1.25rem;
    margin-right: 1.25rem;
  }
  .home-about .home-about--bottom-right .box-number .text {
    font-size: 1rem;
  }
  .home-about .img-1,
  .home-about .img-2 {
    height: 2.5rem;
  }
}
/* ==========================================================================
       NEWS SECTION
       ========================================================================== */
.home-news {
  padding-bottom: 2.5rem;
}
.home-news .section-content {
  border-radius: 0.625rem;
  background: #fff;
  padding: 3.19rem 2.62rem 3.62rem;
}
.home-news__header,
.home-rules__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.76rem;
}

.home-news__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.265;
  text-transform: uppercase;
  color: #0b8343;
  margin: 0;
}

.home-news__grid {
  display: grid;
  grid-template-columns: auto 28rem;
  grid-gap: 3rem;
}
.home-news__featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.81rem 1.88rem;
}
.home-news__featured .image-cover {
  border-radius: 0.625rem;
}
.home-news__featured .image-cover img {
  transition: all 0.6s;
}
.home-news__featured .image-cover:hover img {
  transform: scale(1.08);
}
.home-news__featured .box-text {
  padding: 1.38rem 0 0;
}
.home-news__featured .box-text .post-title a {
  color: #2e2e2e;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home-news__featured .box-text .post-title a:hover {
  color: var(--theme-color);
}
.home-news__featured .box-text .post-title {
  margin-bottom: 0.81rem;
}
.home-news__featured .box-text .view-more {
  color: #0b8343;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  gap: 0.56rem;
  align-items: center;
  transition: all 0.3s;
}
.home-news__featured .box-text .view-more svg {
  width: 0.4rem;
  height: 1rem;
  flex-shrink: 0;
}
.home-news__featured .box-text .view-more:hover {
  color: var(--theme-color3);
}
.blog-sidebar {
  border-radius: 0.5rem;
  border: 1px solid #d6f6cc;
  background: linear-gradient(0deg, #0b8343 0%, #6ebc54 100%);
  padding: 2.19rem 2.25rem 3.25rem;
}
.blog-sidebar .title-sidebar {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.75rem;
  margin-bottom: 1.44rem;
  border-bottom: 1px solid rgba(214, 246, 204, 0.5);
}

.featured-news ul li {
  list-style: none;
}
.featured-news ul li:nth-child(n + 2) {
  margin-top: 1.5rem;
  padding-top: 1.38rem;
  border-top: 1px solid rgba(214, 246, 204, 0.5);
}
.featured-news ul li .post-cat {
  color: #cbeab0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 0.31rem;
}
.featured-news .post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.featured-news .post-title a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  .home-news {
    padding: 0 0 2rem;
  }
  .home-news .section-content {
    padding: 2rem 1rem;
    border-radius: 0;
  }
  .home-news .home-news__header .btn.btn__primary {
    display: none;
  }
  .home-news__header,
  .home-rules__header {
    justify-content: center;
    margin-bottom: var(--25) !important;
  }
  .home-news__grid {
    display: block;
  }
  .home-news__featured {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .blog-sidebar {
    padding: 2rem 1.5rem;
  }
}
/* home-rules */
.home-rules__header {
  margin-bottom: 2.06rem;
}
.home-rules .section-content {
  border-radius: 0.625rem;
  background: #fff;
  padding: 3.19rem 2.62rem 2.75rem;
}
.home-rules .home-rules__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem 1.62rem;
}
.home-rules .home-rules__grid .home-rules__details {
  grid-column: span 2;
  grid-row: span 2;
}
.home-rules .home-rules__grid .home-rules__details .home-rules__item--top {
  margin-bottom: 1.94rem;
}
.home-rules .home-rules__item {
  border-radius: 0.5rem;
  border: 1px solid #d6f6cc;
  background: linear-gradient(0deg, #f7fff0 30.29%, #f5ffff 100%);
  padding: 2.19rem 2.25rem 2rem;
}
.home-rules .home-rules__item--top {
  display: flex;
  align-items: flex-end;
  gap: 0.95rem;
  margin-bottom: 1.31rem;
}
.home-rules .home-rules__item-text p,
.home-rules .home-rules__item-text {
  color: #4a4a4a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.home-rules .home-rules__item-text strong,
.home-rules .home-rules__item-text a {
  color: var(--theme-color);
  font-weight: 600;
}
.home-rules .home-rules__item-text a {
  font-style: italic;
}
.home-rules .home-rules__detail {
  display: flex;
  gap: 2.63rem;
}
.home-rules .home-rules__detail:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0d0d0;
}
.home-rules .home-rules__detail .home-rules__detail-title {
  width: 6rem;
  flex-shrink: 0;
  color: #2e2e2e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 133.333% */
}
.home-rules .home-rules__detail .home-rules__detail-text {
  margin-bottom: 0;
  color: #4a4a4a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
.home-rules .home-rules__item-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .home-rules {
    padding: 0 0 2rem;
  }
  .home-rules .section-content {
    padding: 2rem 1rem;
    border-radius: 0;
  }
  .home-rules .home-rules__header .btn.btn__primary {
    display: none;
  }
  .home-rules .home-rules__grid {
    display: flex;
    flex-direction: column;
  }
  .home-rules .home-rules__item {
    padding: 2rem 1.5rem;
  }
  .home-rules .home-rules__detail {
    flex-direction: column;
    gap: 1rem;
  }
  .home-rules .home-rules__item-title {
    margin-bottom: var(--5);
  }
}
/* End home-rules */
/* Schedule */
.schedule-about {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.schedule-about .schedule-content {
  padding: 3rem 2.62rem;
  border-radius: 0.625rem;
}
.schedule-about .section-bg {
  border-radius: 0.625rem;
  background-position: center;
  background-size: cover;
}
.schedule-about .schedule-content .title-main h2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 2.94rem;
  text-align: center;
}
.schedule-about .schedule-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 1.2rem;
  position: relative;
}
.schedule-about .schedule-list::before {
  content: "";
  position: absolute;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20rem);
  height: 2px;
  background: linear-gradient(180deg, #fff 37.98%, #f7fff0 100%);
}
.schedule-about .schedule-list__item .icon-box .box-num {
  width: 6.62488rem;
  height: 6.62488rem;
  border-radius: 50%;
  border: 1px dashed #fff;
  padding: 0.5rem;
  margin: auto;
  position: relative;
  z-index: 2;
  margin-bottom: -1.25rem;
}
.schedule-about .schedule-list__item .icon-box .box-num span {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    0deg,
    rgba(11, 131, 67, 1) 0%,
    rgba(110, 188, 84, 1) 100%
  );
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.schedule-about .schedule-list__item .icon-box .box-line {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem;
}
.schedule-about .schedule-list__item .icon-box .box-text {
  border-radius: 0.625rem;
  background: linear-gradient(180deg, #ebfffe 0%, #f7fff0 100%);
  backdrop-filter: blur(2px);
  padding: 2.19rem 1rem 1.56rem;
  text-align: center;
}
.schedule-about .schedule-list__item .icon-box .box-text p {
  margin-bottom: 0.5rem;
}
.schedule-about
  .schedule-list__item
  .icon-box
  .box-text
  p:first-child
  > strong {
  color: #00863e;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
  display: block;
}
.schedule-about
  .schedule-list__item
  .icon-box
  .box-text
  p:nth-child(n + 2)
  > strong {
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .schedule-about .schedule-list {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 3.5rem;
  }
  .schedule-about .schedule-content {
    padding: 1.625rem 0.875rem 2.625rem;
  }
  .schedule-about .schedule-list__item .icon-box .box-num {
    width: 5.62488rem;
    height: 5.62488rem;
  }
  .schedule-about .schedule-list__item .icon-box .box-num span {
    font-size: 1.5rem;
  }
  .schedule-about .schedule-list::before {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: calc(100% - 20rem);
  }
  .schedule-about {
    padding-top: 1rem;
  }
}
/* ==========================================================================
       EXPERTS SECTION
       ========================================================================== */
.home-experts {
  padding-bottom: 2.5rem;
}
.home-experts .swiper-slide{
  height:auto
}
.home-experts .title-home {
  margin-bottom: 2rem;
}
.home-experts .section-content {
  border-radius: 0.625rem;
  padding: 3.19rem 2.62rem 1.7rem;
  background: linear-gradient(0deg, #f7fff0 30.29%, #fff 100%);
}

.home-experts__card {
  border: 1.5px solid;
  border-radius: 0.625rem;
  padding: 2rem 1.5rem 3rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 0;
  height: 100%;
}

.home-experts__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/diwe/images/bg-2.svg) no-repeat top;
  background-size: contain;
  z-index: -1;
}
.home-experts__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(/wp-content/themes/diwe/images/bg-item.svg) no-repeat bottom;
  background-size: cover;
  z-index: -1;
  height: 2.5rem;
}
.home-experts__card-image {
  width: 10.625rem; /* 170px */
  height: 10.625rem;
  border-radius: 50%;
  margin: 0 auto 1.5rem auto;
  overflow: hidden;
  position: relative;
  padding: 0.375rem;
  background: url(/wp-content/themes/diwe/images/bg-expert.png) no-repeat center;
}

.home-experts__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  background: linear-gradient(0deg, rgb(219 255 247) 0%, rgb(229 255 218) 100%);
}

.home-experts__card-name {
  font-weight: 600;
  font-size: 1.25rem; /* 20px */
  line-height: 1.35;
  color: #2e2e2e;
  margin: 0 0 0.5rem 0;
}

.home-experts__card-position {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #2e2e2e;
  margin: 0;
}

.home-experts__card-rating {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.home-experts__star {
  color: #ffbb00;
}

.home-experts__navigation {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.home-experts__dot {
  width: 0.75rem;
  height: 0.75rem;
  background: #d0d0d0;
  border-radius: 50%;
  cursor: pointer;
}

.home-experts__dot--active {
  background: #6ebc54;
}

.home-experts__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.home-experts__arrow {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(180deg, #6ebc54 0%, #0b8343 100%);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
}
.home-experts .home-experts__grid {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .home-experts {
    padding: 0 0 2rem;
  }
  .home-experts .section-content {
    border-radius: 0;
  }
  .home-experts .section-content {
    padding: 2rem 1rem;
  }
}
/* ==========================================================================
   RANKING SECTION
   ========================================================================== */
.home-ranking {
  position: relative;
  padding-bottom: 2.5rem;
}
.home-ranking .section-content {
  border-radius: 0.625rem;
  background: #fff;
  padding: 2.06rem 1.94rem;
}
.home-ranking .home-ranking__more-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-ranking .home-ranking__more-button .btn {
  margin: 0 0.81rem;
}
.home-ranking .home-ranking__more-button:before,
.home-ranking .home-ranking__more-button:after {
  content: "";
  flex: 1;
  height: 1px;
}
.home-ranking .home-ranking__more-button:before {
  background: linear-gradient(270deg, #d0d0d0 0%, rgba(208, 208, 208, 0) 100%);
}
.home-ranking .home-ranking__more-button:after {
  background: linear-gradient(90deg, #d0d0d0 0%, rgba(208, 208, 208, 0) 100%);
}
.home-ranking__header {
  text-align: left;
  display: grid;
  grid-template-columns: auto 21.125rem;
  padding-bottom: 1.56rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d0d0d0;
}

.home-ranking .home-ranking__title {
  text-align: left;

  margin-bottom: 1.37rem;
}

.home-ranking__view-all {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #4caf50;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.home-ranking__view-all:hover {
  color: #45a049;
}

.home-ranking__view-all svg {
  transition: transform 0.3s ease;
}

.home-ranking__view-all:hover svg {
  transform: translateX(0.25rem);
}

/* Tabs */
.home-ranking__tabs {
  display: flex;
  gap: 1.56rem;
}

.home-ranking__tab {
  padding: 0 1rem;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 8.75rem;
  height: 2.25rem;
  border-radius: 6.25rem;
  border: 1px solid #0b8343;
  color: #0b8343;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home-ranking__tab--active,
.home-ranking__tab:hover {
  color: #fff;
  background-color: #0b8343;
}

/* Countdown */
.home-ranking__countdown {
  grid-row: span 2;

  text-align: center;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  margin-bottom: var(--5);
}

.home-ranking__countdown-label {
  color: #2e2e2e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.69rem;
  display: block;
}

.home-ranking__countdown-timer {
  display: flex;
  gap: 0.87rem;
  justify-content: center;
}

.home-ranking__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 2.625rem;
}

.home-ranking__countdown-number {
  width: 2.625rem;
  height: 1.75rem;
  flex-shrink: 0;
  border-radius: 0.3125rem;
  background: #f00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.home-ranking__countdown-unit {
  margin-top: 0.19rem;
  color: #4a4a4a;
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Tab Contents */
.home-ranking__tab-content {
  display: none;
}

.home-ranking__tab-content--active {
  display: block;
}

.home-ranking__category-row {
  margin-bottom: 2.5rem;
}
.home-ranking__category-row:last-child {
  margin-bottom: 1.88rem;
}

.home-ranking__category-header {
  margin-bottom: 1.19rem;
}

.home-ranking__category-title {
  margin: 0;
  display: block;
  color: #4a4a4a;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.home-ranking__submissions-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.06rem;
}

.submission-card-wrapper {
  position: relative;
  scroll-snap-align: start;
}
@media screen and (max-width: 767.98px) {
  .home-ranking {
    padding: 0 0 2rem;
  }
  .home-ranking .section-content {
    border-radius: 0;
    padding: 2rem 1rem 2rem;
  }
  .home-ranking .home-ranking__title {
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .home-ranking__header {
    display: flex;
    flex-direction: column;
  }
  .home-ranking__countdown {
    margin-bottom: 2rem;
  }
  .home-ranking__tabs {
    justify-content: center;
  }
  .home-ranking__submissions-grid {
    display: grid;
    grid-template-rows: 1fr;
    overflow: auto;
    grid-template-columns: repeat(5, 75%);
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    margin-bottom: 0;
    justify-content: flex-start;
    scroll-padding: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 25px;
    margin-bottom: -25px;
  }
  .home-ranking__submissions-grid .submission-card-wrapper {
    scroll-snap-align: start;
  }
}
