
.tabs {
    border: none !important;
    background: none !important;
}

.aboutContent {
    padding: 0 35px;
    border-left: 1px solid #E7E6E4;
    border-right: 1px solid #E7E6E4;
}

.tabs.v1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.t-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 64px;
    overflow: auto;
    position: sticky;
    top: 82px;
    background: #fff;
    z-index: 11;
}

.t-btn {
    color: #7B7B7F;
    font-size: 16px;
    font-style: normal;
    line-height: 27px;
    margin-right: 10px;
    cursor: pointer;
    padding: 8px;
    white-space: nowrap;
}

.t-btn.active {
    color: #393939;
    font-weight: bolder;
    border-bottom: 4px solid #F1B80E;
}

.t-panel-container {
    margin-bottom: 101px;
}

.t-panel {
    color: #262626;
    opacity: 0;
    display: none;
}

.t-panel.active {
    opacity: 1;
    display: block;
}

.tabSection {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.tabTitle {
    color: #393939;
    font-family: MonserratBold;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 25px;
}

.tabTxt {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.tabContentImg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 12px;
}

.middleSize {
    width: 336px;
    margin-right: 65px;
}

.bigSize {
    max-width: 564px;
    width: 100%;
    margin-right: 95px;
}

.tabDecor1 {
    position: relative;
    top: 111px;
}

.tabTxtContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.smallSize {
    margin-left: 47px;
}

.mw {
    /*max-width: 735px;*/
    width: 100%;
    text-align: right;
}

.headerMw {
    max-width: 433px;
    width: 100%;
    text-align: right;
    margin: 1px 0 32px auto;
}

.hugeSize {
    max-width: 896px;
    width: 100%;
    margin-bottom: 32px;
}

.tabContent2Right {
    position: relative;
    margin-left: 64px;
}

.tabContent2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabDecor2 {
    position: absolute;
    z-index: -1;
    top: -120px;
    left: -349px;
}

.view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4D4D4F;
    font-family: MonserratBold;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 64px;
}

.view img {
    margin-left: 16px;
}

.middleWidth {
    max-width: 1000px;
    width: 100%;
}

.decorContainer {
    position: relative;
}

.tabDecor3 {
    position: absolute;
    top: 82px;
    right: 69px;
}

.sliderTxt {
    color: #393939;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 22px;
}

.tabSliderItem img {
    width: 100%;
}

.decorContainer {
    margin-bottom: 115px;
}

.tabSlider {
    position: static !important;
}

.tabSliderContainer {
    position: relative;
    padding: 0 46px;
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    left: 31px;
}

.swiper-button-next {
    right: 31px;
}

.singleTxt {
    color: #4D4D4F;
    text-align: justify;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: 0 auto 56px;
}

.tabContent2 .middleSize {
    margin-right: 0;
}
.tab-container-desktop {
    margin-bottom: 32px;
}
/*.disable {*/
/*    pointer-events: none;*/
/*    opacity: 0.5;*/
/*}*/



.full-screen {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

#intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#masthead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
}
#content, #panels, .t-panel {
    width: 100%;
}
.anchor {
    color: #7B7B7F;
    font-size: 22px;
    font-style: normal;
    line-height: 27px;
    margin-right: 8px;
    cursor: pointer;
    padding: 8px;
    white-space: nowrap;
}

#panels #panels-container {
    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;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#panels #panels-container .panel .panels-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#panels #panels-container .panel .anchor-panel,
#panels #panels-container .panel .nav-panel {
    text-transform: uppercase;
    margin-right: 2rem;
}
#panels #panels-container .panels-navigation {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    right: 2rem;
}
#masthead {
    position: sticky;
    top: 82px;
    background: #fff;
    z-index: 11;
    padding: 12px 0 12px;
}
#panels {
    padding-top: 20px;
}
.anchor {
    border-bottom: 4px solid transparent;
}
.anchor.active, .anchor:hover{
    color: #393939;
    font-weight: bolder;
    border-bottom: 4px solid #F1B80E;
}

.tabs-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}
.content-section {
    min-height: 698px;
}
.tabTxt * {
    all: revert;
    color: #393939;
    line-height: 30px;
}
.tabTxt ~ p, .tabTxt ~ div, .tabTxt + p, .tabTxt + div {
    all: revert;
    color: #393939;
    line-height: 30px;
}

@media (max-width: 1700px) {
    .tabSection {
        max-width: 90%;
    }

    .anchor {
        font-size: 19px;
    }

    .t-btn-container {
        padding: 12px 0 0;
        margin-bottom: 46px;
    }
}

@media (max-width: 1450px) {
    .middleWidth {
        max-width: 69%;
    }

    .t-panel-container {
        margin-bottom: 56px;
    }

    .tabTitle {
        font-size: 26px;
        line-height: 39px;
    }

    .tabTxt {
        font-size: 14px;
    }

    .bigSize {
        max-width: 465px;
        margin-right: 70px;
    }

    .smallSize {
        max-width: 274px;
    }

    .anchor {
        margin-right: 32px;
    }

    .decorContainer {
        margin-bottom: 70px;
    }
}

@media (max-width: 1340px) {
    .middleSize {
        width: 279px;
    }

    .tabDecor2 {
        left: -416px;
    }

    .singleTxt {
        margin: 0 auto 32px;
    }
}

@media (max-width: 1153px) {
    .middleSize {
        margin-right: 32px;
        width: 240px;
    }

    .bigSize {
        max-width: 383px;
        margin-right: 46px;
    }

    .tabDecor1 {
        top: 18px;
    }

    .tabDecor2 {
        top: -83px;
        left: -412px;
    }

    .tabContent2Right {
        margin-left: 32px;
    }

    .decorContainer {
        margin-bottom: 32px;
    }

    .swiper-button-next img, .swiper-button-prev img {
        width: 53px;
    }

    .middleWidth {
        max-width: 62%;
    }
}

@media (max-width: 960px) {
    .tabContentImg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
    }

    .middleSize {
        margin-bottom: 16px;
    }

    .tabDecor1 {
        position: absolute;
        top: 0;
        right: 93px;
    }

    .tabContentImg {
        margin-bottom: 0;
    }

    .headerMw {
        text-align: left;
        margin: 24px 0 16px 0;
    }

    .mw {
        text-align: left;
        max-width: 100%;
    }

    .tabContent1 .smallSize {
        display: none;
    }

    .tabTxtContent {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .t-panel-container {
        margin-bottom: 32px;
    }

    .blogItem {
        margin: 0 14px;
    }

    .blogItemTitle {
        margin: 16px 0;
    }

    .blogItemTxt {
        margin-bottom: 16px;
    }

    .more {
        margin-top: 10px;
    }

    .bigSize {
        max-width: 100%;
        margin-right: 0;
    }

    .tabTitle {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .singleTxt {
        max-width: 100%;
    }

    .view {
        font-size: 16px;
        white-space: nowrap;
    }

    .hugeSize {
        margin-bottom: 24px;
    }
    .t-btn {
        font-size: 18px;
    }
}

@media (max-width: 740px) {
    .tabContent2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tabContent2Right {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
    }

    .view {
        margin-bottom: 12px;
    }

    .tabDecor2 {
        top: 220px;
        left: 218px;
        max-width: 342px;
    }

    .tabSliderContainer {
        padding: 0 24px;
    }

    .swiper-button-prev {
        left: 6px;
    }

    .swiper-button-next {
        right: 6px;
    }

    .tabDecor3 {
        display: none;
    }

    .middleWidth {
        max-width: 100%;
    }

    .t-btn-container {
        overflow: auto;
    }

    .t-btn {
        white-space: normal;
    }
}

@media (max-width: 569px) {
    .tabDecor1 {
        right: unset;
        left: 180px;
        width: 72px;
    }

    .middleSize {
        width: 146px;
    }

    .blogs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 16px;
    }

    .blogItem {
        margin: 12px 0;
    }

    .tabDecor2 {
        top: 90px;
        left: -12px;
    }

    .aboutContent {
        padding: 0;
        border-left: 0;
        border-right: 0;
    }
}
@media (max-height: 950px) {
    .aboutContent .middleSize {
        max-height: 322px !important;
        object-fit: cover;
    }
    .aboutContent .bigSize {
        max-height: 279px !important;
        object-fit: cover;
    }
    .aboutContent .hugeSize {
        max-height: 408px !important;
        object-fit: cover;
    }
    .tabSliderItem img {
        height: 160px;
        object-fit: cover;
    }
}
