.accordion {
    bottom: -50%;
}


.header {
    background-color: #1D263B;
    box-shadow: 0px 4px 8px rgba(17, 23, 38, 0.1), 0px 8px 16px rgba(17, 23, 38, 0.4);

    padding-right: 80px;
    padding-left: 80px;

    margin-left: 0;
    margin-right: 0;

    padding-top: 36px;
    padding-bottom: 36px;
}

.our-products {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 10%;
    z-index: 10;
    padding-right: 0px;

    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 72px 80px 32px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
   
    background-color: #dee3e5;
    opacity: 1;
}

.our-products .our-products-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.our-products-accordion-mobile .header,
.our-products .header {
    position: relative;
    width: 252px;
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;

    text-align: right;
    color: #111726;

    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 0;
    padding-bottom: 40px;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
}

.navigation .nav-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    background: #1D263B;
    box-shadow: 0px 4px 8px rgba(17, 23, 38, 0.1), 0px 8px 16px rgba(17, 23, 38, 0.4);
}

.herosection {
    height:  70vh;
}

.herosection .socials {
    position: absolute;
    right: 0;
    rotate: -90deg;

    display: flex;
    top: calc(50% - 100px);
}

.herosection .socials .text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;

    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;

    color: #DEE3E5;

    opacity: 0.7;
}

.menuitem + .menuitem {
    margin-left: 40px;
}

.herosection .socials img {
    rotate: 90deg;
    margin-left: 39px;
}

.our-products .tab-item {
    position: relative;
    display: flex;
    align-items: center;

    margin-bottom: 24px;
}

.our-products .darklink {
    bottom: 5%;
}

.our-products .darklink {
    display: flex;
    justify-content: space-between;
}

.our-products .tab-item::last {
    margin-bottom: 0;
}

.our-products .tab-item.active {
    padding-left: 18px;
}

.our-products .tab-item {
    max-height: 100px;
}

.our-products .tab-item.active:before {
    content: ' ';
    height: 2px;
    width: 8px;
    background-color: #111726;
    position: absolute;
    margin-left: -15px;
    padding-left: 2px;
    align-items: center;
    margin-bottom: 24px;
}

.our-products .tab-item .menu-item-text {
    margin-top: 0;
}

.our-products .tabs-wrapper {
    max-height: 550px;
}

.our-products-accordion-mobile {
    display: none;
}

.our-products-accordion-mobile .non-interactive-accordioncontent,
.our-products-accordion-mobile .accordioncontent {
    display: flex;
    height: auto;
    padding-top: 32px;
    padding-right: 24px;
    padding-left: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.our-products-accordion-mobile .header {
    font-family: 'Chakra Petch';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #111726;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: flex;
    margin-left: 0;
    position: relative;
}

@media screen and (max-width: 479px) {
    .our-products-accordion-mobile .darklink {
        display: flex;
        justify-content: space-between;
    }

    .our-products-accordion {
        display: none;
    }

    .heading-4 {
        font-size: 24px;
    }

    .our-products-accordion-mobile {
        display: flex;
    }

    .heading {
        margin-top: 25vh;
    }
}
