.footer-top-wrapper {
  background: #EB1F25;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-top-wrapper .footer-top-item {
  position: relative;
  width: 232px;
  height: 61px;
  background-color: white;
  border-radius: 40.5px;
  border: 2px solid #FFF;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.footer-top-wrapper .footer-top-item:hover {
  background: #EB1F25;
}
.footer-top-wrapper .footer-top-item:hover a {
  color: white;
}
.footer-top-wrapper .footer-top-item:hover .icon-wrapper {
  background: white;
}
.footer-top-wrapper .footer-top-item:hover .icon-wrapper img {
  filter: none;
}
.footer-top-wrapper .footer-top-item a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}
.footer-top-wrapper .footer-top-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.footer-top-wrapper .footer-top-item .icon-wrapper {
  transition: all 0.5s;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px;
  width: 59px;
  height: 61px;
  border-radius: 40.5px;
  border: 2px solid #FFF;
  background: #EB1F25;
}
.footer-top-wrapper .footer-top-item .icon-wrapper img {
  filter: brightness(0) invert(1);
  fill: red;
  width: 31px;
  height: 31px;
}

@media (min-width: 1750px) {
  .footer-top-wrapper {
    padding: 0 90px;
    gap: 18px;
  }
}
.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-top-wrapper.splide:not(.is-initialized) {
  visibility: visible;
  height: auto;
  padding: 24px 16px;
}
.footer-top-wrapper.splide:not(.is-initialized) .splide__track {
  width: 100%;
  overflow: visible;
}
.footer-top-wrapper.splide:not(.is-initialized) .splide__list {
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  height: auto;
  transform: none !important;
}
.footer-top-wrapper.splide:not(.is-initialized) .splide__slide {
  width: auto;
}
.footer-top-wrapper.splide:not(.is-initialized) .splide__pagination {
  display: none;
}

.splide__pagination {
  bottom: 1.2rem !important;
}

.splide__pagination__page {
  border: 1px solid white !important;
  background: none !important;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  background: white !important;
}

/*# sourceMappingURL=footer_top.css.map */
