@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.flip-cards-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  margin-inline: auto;
  margin-block: 30px;
}
.flip-cards-section__cards-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: auto;
}
.flip-cards-section__cards-wrapper .experience-flipCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.flip-cards-section__cards-wrapper .experience-flipCards > * {
  border-bottom: 1px solid #86a650;
}
.flip-cards-section__cards-wrapper .experience-flipCards > *:not(:nth-child(3n)) {
  border-right: 1px solid #86a650;
}
.flip-cards-section__cards-wrapper .experience-flipCards > *:nth-last-child(-n+3) {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .flip-cards-section {
    width: 100%;
  }
  .flip-cards-section__cards-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: auto;
  }
  .flip-cards-section__cards-wrapper .experience-flipCards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: unset;
  }
  .flip-cards-section__cards-wrapper .experience-flipCards > * {
    border-top: 1px solid #86a650;
  }
  .flip-cards-section__cards-wrapper .experience-flipCards > *:not(:nth-child(3n)) {
    border-top: 1px solid #86a650;
  }
  .flip-cards-section__cards-wrapper .experience-flipCards > *:nth-last-child(-n+3) {
    border-bottom: unset;
  }
}

.experience-theCore_assets-flipCard {
  width: 480px;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .experience-theCore_assets-flipCard {
    width: 100%;
    min-height: 318px;
    height: unset;
    padding-inline: 10px;
  }
}

.flip-card {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.flip-card .background-layer {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flip-card__front {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.flip-card__front.bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flip-card__front img {
  width: 332px;
  height: 222px;
  -o-object-fit: contain;
     object-fit: contain;
}
.flip-card__front .title {
  font-family: "BebasNeue";
  color: #000;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
}
.flip-card__front .expend-flip-card-btn {
  display: none;
}
.flip-card__back {
  opacity: 0;
  padding: 40px;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flip-card__back .title {
  width: 100%;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
  font-family: "BebasNeue";
  margin-bottom: 4px;
}
.flip-card__back .content {
  margin-bottom: 23px;
}
.flip-card__back .content * {
  margin: 0;
  padding: 0;
}
.flip-card__back .content p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  font-family: "heboo";
  color: #000;
}
.flip-card__back .link {
  color: #000;
  font-family: "heboo";
  font-weight: 400;
  font-size: 13px;
}
.flip-card.show-back .flip-card__front {
  opacity: 0;
}
.flip-card.show-back .flip-card__back {
  opacity: 1;
}
.flip-card.show-back .background-layer {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .flip-card {
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    max-height: 318px;
  }
  .flip-card__front {
    height: 318px;
    gap: 41px;
    opacity: unset;
    position: unset;
  }
  .flip-card__front img {
    width: 312px;
    height: 208px;
  }
  .flip-card__front .expend-flip-card-btn {
    display: inline-block;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-margin-start: 13px;
            margin-inline-start: 13px;
  }
  .flip-card__front .expend-flip-card-btn.rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .flip-card__back {
    display: block;
    opacity: unset;
    position: unset;
    padding: 20px;
  }
  .flip-card__back .title {
    display: none;
  }
  .flip-card.show {
    max-height: 800px;
  }
}