.blocklist__item--u-iqgyqmeoc {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: visible;
}
.blocklist__item__outer--u-i7ofkg3nr {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.blocklist__item__outer--u-i7ofkg3nr:hover .div--u-ipj8o1iab {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blocklist__item__outer--u-i7ofkg3nr:hover .div--u-ilbvxfcsg {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blocklist__item__outer--u-i7ofkg3nr .div--u-ipj8o1iab {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 270px;
}
.blocklist__item__outer--u-i7ofkg3nr .div--u-ipj8o1iab > div {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.blocklist__item__outer--u-i7ofkg3nr .div--u-ilbvxfcsg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  height: 270px;
}
.blocklist__item__outer--u-i7ofkg3nr .div--u-ilbvxfcsg > div {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
}
.blocklist__item__outer--u-i7ofkg3nr .imageFit--u-inv4tiz31, .blocklist__item__outer--u-i7ofkg3nr .link-universal--u-in1jggdhp {
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: calc(50% - 50px);
  perspective: inherit;
}
.imageFit__overlay--u-ixo4ajzbf, .imageFit__overlay--u-iqt3so204, .imageFit__img--u-iz9eqmfn9, .imageFit__img--u-ilj289hbq {
  border-radius: 10px;
}
.animated-block {
  margin-bottom: 20px;
}
.animated-block__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .animated-block__inner {
    gap: 20px;
  }
}
.animated-block__item {
  width: calc(25% - 30px);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .animated-block__item {
    width: calc(33.3% - 15px);
  }
}
@media (max-width: 800px) {
  .animated-block__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 520px) {
  .animated-block__item {
    width: 100%;
  }
}
.animated-block__item:hover .animated-block__item-front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.animated-block__item:hover .animated-block__item-back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.animated-block__item-front {
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 270px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.animated-block__item-front:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 69, 145, 0.85);
  z-index: 1;
  border-radius: 10px;
}
.animated-block__item-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.animated-block__item-back:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(28, 69, 145, 0.85);
  z-index: 1;
  border-radius: 10px;
}
.animated-block__item-inner {
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  text-align: center;
  border-radius: 10px;
}
.animated-block__item-icon img {
  max-height: 220px;
}
.animated-block__item-btn a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background: #5cb85c;
}
.animated-block__item-btn a:hover {
  background: #6fd16f;
}
.specialButton {
  filter: invert(1);
  margin-left: 10px;
}
