@media screen and (max-width:599px) {
.hero-section.-top{
  height: 100svh;  
}

.hero-section .uk-slidenav-position{
  height: 100svh;  
}
}


      [id^="_plug-url-14473"] {
        width: 100% !important;
      }

      .tp__page-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        margin-top: 40px;
        position: absolute;
        left: 82px;
        bottom: 35px;
        width: 80%;
        opacity: 0;
        max-width: 43.6681222707%;
      }
      @media (max-width: 1024px) {
        .tp__page-links {
          position: static;
          max-width: 250px;
          margin-inline: auto;
          flex-direction: column;
        }
      }
      .tp__page-links.action {
        animation: fadeInUp 1s ease forwards;
        opacity: 1;
      }

      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(100px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .tp__page-link {
        text-align: center;
        line-height: 1.5;
        white-space: nowrap;
        flex: 1;
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        background: #e8a3ba;
        -webkit-transition: color 0.5s ease;
        transition: color 0.5s ease;
        z-index: 1;
        padding: 8px;
        border-radius: 3px;
        border-width: 0;
        font-size: 15px;
      }

      .tp__page-link::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #e8a3ba;
        z-index: -2;
      }
      .tp__page-link::after {
        content: "";
        position: absolute;
        inset: 0;
        background: white;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition:
          transform 0.3s ease,
          -webkit-transform 0.3s ease;
        z-index: -1;
      }
      .tp__page-link:hover {
        color: #e8a3ba;
        background: white;
        opacity: 1;
      }
      .tp__page-link:hover::after {
        -webkit-transform: translateX(0);
        transform: translateX(0);
      }
    
@media screen and (max-width:599px) {
.tp__page-links.action{
      display: flex;
    flex-direction: row;
    width: 100%;
    max-width: none;
} 

.hero-section.-top .hero-section-content .table-block .table-cont .item{
  width: 100%;
}

.tp__page-link{
  font-size: 11.5px;
}
}
