html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.tech-loc__container {
    height: 100%;
}

.wgt-loc__description-img-tech {
    display: flex;
}

.sufflews__button {
    position: absolute !important;
    cursor: pointer;
    top: -3px;
    left: -26px;
  }
  
  .labelws__content {
              position: relative;
          }



/*.wgt-loc__banner-body {
    z-index: 2;
}*/

.wgt-loc__banner-header {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    width: 100%;
    margin-top: 135px;
}

.wgt-loc__banner-ti-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 55px;
    text-align: center;
    font-feature-settings: 'salt' on, 'liga' off;
    color: white;
    width: 90%;
    margin: 0 auto;
}

.wgt-loc__banner-sub-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: white;
    max-width: 90%;
    margin: 0 auto;
    min-width: 40%;
}

.tech-loc__rectangle {
    width: 100%;
    height: 455px;
    position: absolute;
    top: 0;
    background: var(--secondary_color);
    z-index: -1;
}

/*Only Desktop ultra wide*/
@media (min-width: 1920px) {
    .tech-loc__rectangle {
        height: 455px !important;
    }
}

/*Desktop ultra wide - Desktop 13*/
@media (min-width: 1440px) {
    .tech-loc__rectangle {
        height: 756px;
    }
}

/*Tablet / iPads*/
@media (min-width: 763px) and (max-width: 1439px) {
    .tech-loc__rectangle {
        height: 756px;
    }

    .wgt-loc__banner-ti-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 55px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: white;
    }

    .wgt-loc__banner-sub-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        color: white;
        max-width: 90%;
        margin: 0 auto;
    }
}

/*Tablet - Mobile*/
@media (min-width: 1px) and (max-width: 762px) {
    .tech-loc__rectangle {
        height: 756px;
    }

    .wgt-loc__banner-ti-label {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 55px;
        text-align: center;
        font-feature-settings: 'liga' off;
        color: white;
    }

    .wgt-loc__banner-sub-label {
        width: 311px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: white;
    }
}