body {
    overflow-x: hidden;
}

.noise-bg {
    background: url(../img/noise-base.png) repeat
}


.services-nav-container {
    bottom: 3rem;
    left: 0;
}
.services-dots {
    bottom: 0;
    right: 0;
    position: absolute;
    max-width: 544px;
    width: 45%;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.service-dots {
    bottom: -30px;
    left: 0;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.team-dots {
    left: 0;
    bottom: -50px;
    position: absolute;
    max-width: 544px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.img-dots {
    bottom: -45px;
    left: 0;
    position: absolute;
    width: 50%;
    display: flex;
    justify-content: center;
    gap: 12px;
}
@media screen and (min-width: 1024px) {
    .team-dots {
        width: 45%;
        bottom: -110px;
    }
    .services-dots {
        top: 0;
        right: 0;
        bottom: unset;
    }
    .img-dots {
        bottom: -170px;
    }
}
.services-dots > li {
    flex-grow: 1;
    color: transparent;
    font-size: 0;
}
.services-dots > li > button {
    height: 24px;
    cursor: pointer;
    border-bottom: 4px solid rgba(1, 1, 1, .1);
    width: 100%;
}
.services-dots > li > button:hover {
    background-color: rgba(1, 1, 1, .05);
}
.services-dots > li.slick-active > button {
    border-color: rgb(31 122 129)
}
.services-dots > li.slick-active > button:hover {
    background-color: rgb(31 122 129 / 0.1)
}

.service-title-carousel {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .service-title-carousel {
        width: 80%;
    }
}
.service-dots > li {
    flex-grow: 1;
    color: transparent;
    font-size: 0;
}
.service-dots > li > button {
    height: 24px;
    cursor: pointer;
    border-bottom: 4px solid rgba(1, 1, 1, .1);
    width: 100%;
}
.service-dots > li > button:hover {
    background-color: rgba(1, 1, 1, .05);
}
.service-dots > li.slick-active > button {
    border-color: rgb(31 122 129)
}
.service-dots > li.slick-active > button:hover {
    background-color: rgb(31 122 129 / 0.1)
}

.img-dots > li {
    flex-grow: 1;
    color: transparent;
    font-size: 0;
}
.img-dots > li > button {
    height: 24px;
    cursor: pointer;
    border-bottom: 4px solid rgba(1, 1, 1, .1);
    width: 100%;
}
.img-dots > li > button:hover {
    background-color: rgba(1, 1, 1, .05);
}
.img-dots > li.slick-active > button {
    border-color: rgb(31 122 129)
}
.img-dots > li.slick-active > button:hover {
    background-color: rgb(31 122 129 / 0.1)
}

.team-dots > li {
    flex-grow: 1;
    color: transparent;
    font-size: 0;
}
.team-dots > li > button {
    height: 24px;
    cursor: pointer;
    border-bottom: 4px solid rgba(1, 1, 1, .1);
    width: 100%;
}
.team-dots > li > button:hover {
    background-color: rgba(1, 1, 1, .05);
}
.team-dots > li.slick-active > button {
    border-color: rgb(31 122 129)
}
.team-dots > li.slick-active > button:hover {
    background-color: rgb(31 122 129 / 0.1)
}

#panels #panels-container {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    overflow: hidden;
}
#panels #panels-container .panel {
    position: relative;
    min-width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#panel-3 {
    width: unset;
    flex: 1 0 auto
}

.projects-grid {
    max-width: 1700px;
    padding: 50px 0;
    height: 100%;
}
.projects-item {
    padding: 20px;
    max-width: 750px;
}
.coop-section {
    padding: 30px 0;
}
.projects-panel {
    position: relative;
    border-left: 1px solid #ffffff;
}

.projects-panel::after,
.projects-panel::before {
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #fff;
}
.projects-panel::after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
}
.projects-panel::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
}
.panel-circle {
    height: 100vh;
    width: 100vh;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    left: 50%;
    top: 0;
    border: 1px solid #ffffff;
    transform: translateX(-50%);
}
.projects-panel-more {
    border-left: 1px solid #ffffff;
}

.primary-input {
    padding: 2px 8px 8px;
    font-size: 12px;
    background-color: transparent;
}
.primary-input::placeholder {
    color: #AAAAAA;
}
.primary-input:focus {
    border-color: #101010;
}

@media screen and (min-width: 1024px) {
    .primary-input {
        font-size: 16px;
    }
}

.gradient-circle {
    width: 169px;
    height: 169px;
    display: block;
    border-radius: 9999px;
    background-image: radial-gradient(
            circle,
            rgba(31, 122, 129, 1) 0%,
            rgba(31, 122, 129, 0.94) 10%,
            rgba(31, 122, 129, 0.2) 50%,
            rgba(31, 122, 129, 0.0001) 69%
    );
}