* {
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header__new {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    background-color: #000;
    font-family: Epilogue,sans-serif
}
.header__new  .sub-items-card .secondary-btn .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease;
}
.header__new  .sub-items-card:hover .secondary-btn .arrow {
    right: 0;
}
.header__new  .sub-items-card:hover .arrow rect {
    fill: #fa6b1e !important;
    stroke: #fa6b1e !important;
}
.header__new  .sub-items-card:hover .arrow path {
    stroke: #fcf9f3 !important;
}
.container {
    max-width: 1290px;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0 auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.header__new.resources-shared-nav {
    z-index: 105
}
.header__new--secondary .content-wrapper{
    z-index: 91;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .header__new {
        background-color:#0d0d0d!important
    }
}

.header__new.bg-primaryBlack {
    background-color: #0d0d0d
}

.header__new--secondary {
    position: relative;
    background-color: #7a5ddc
}

@media screen and (max-width: 1023px) {
    .header__new--secondary {
        /* z-index:12 */
    }
}

.header__new--secondary:before {
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 23%;
    height: 100%;
    background-color: #fcf9f3
}

@media (min-width: 768px) {
    .header__new--secondary:before {
        display:block
    }
}

@media (min-width: 1600px) {
    .header__new--secondary:before {
        width:28%
    }
}

@media (min-width: 2800px) {
    .header__new--secondary:before {
        width:37%
    }
}

@media (min-width: 4700px) {
    .header__new--secondary:before {
        width:42%
    }
}

.header__new--secondary>.container {
    position: relative
}

@media (min-width: 768px) {
    .header__new--secondary .content-wrapper {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px
    }
}

.header__new--secondary .left-block {
    padding: 10px 0
}

.header__new--secondary .announcement-text {
    letter-spacing: normal;
    font-weight: 500;
    color: #fff
}

.header__new--secondary .right-block {
    background-color: #f8f6f0;
    min-width: 264px;
    padding: 8px 0 8px 16px;
    position: relative
}

@media (min-width: 2500px) {
    .header__new--secondary .right-block {
        min-width:280px
    }
}

.header__new--secondary .right-block:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -2.5rem;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fcf9f3
}

@media (min-width: 768px) {
    .header__new--secondary .right-block:before {
        display:none
    }
}

.header__new--secondary .right-block .right-block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1
}

.header__new--secondary .right-block .right-block-content .nav-icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0
}

.header__new--secondary .right-block .right-block-content .nav-icons li:hover .search-icon svg path {
    fill: #fa6b1e
}

.header__new--secondary .right-block .right-block-content .nav-icons li:hover .user-icon svg path {
    stroke: #fa6b1e
}

.header__new--secondary .right-block .right-block-content .nav-icons li:hover a p {
    color: #fa6b1e
}

.header__new--secondary .right-block .right-block-content .nav-icons .search-icon {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
}

.header__new--secondary .right-block .right-block-content .nav-icons .user-icon {
    display: -ms-flexbox;
    display: flex
}

.header__new--secondary .right-block .right-block-content .nav-icons svg path {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.header__new--secondary .right-block .right-block-content .nav-icons .nav-link {
    font-family: Epilogue,sans-serif;
    font-weight: 500;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.header__new--secondary .right-block .right-block-bg {
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    width: calc(100% + 48px);
    height: 100%;
    background-color: #f8f6f0
}

.header__new--secondary .right-block .right-block-desktop-bg {
    display: none
}

@media (min-width: 768px) {
    .header__new--secondary .right-block .right-block-desktop-bg {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        width: 25%;
        height: 100%;
        background-color: #f8f6f0
    }
}

.header__new--search-module {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -10;
    opacity: 0;
    pointer-events: none
}

.header__new--search-module.open {
    z-index: 10;
    opacity: 1;
    pointer-events: all
}

.header__new--search-module.open input[type=search] {
    visibility: visible
}

.header__new--search-module .search-form {
    position: relative;
    height: 100%
}

.header__new--search-module .search-form input[type=search] {
    width: 100%;
    height: 100%;
    padding: 0 32px;
    border: 1px solid #e6e6e6;
    border-radius: 9999px;
    outline: none
}

.header__new--search-module .search-form input[type=search]::-webkit-search-cancel-button {
    display: none
}

.header__new--search-module .search-form .submit-button {
    height: 20px;
    width: 20px;
    opacity: 0;
    z-index: 20;
    border: none;
    background: transparent;
    cursor: pointer
}

.header__new--search-module .search-form .magnifying-glass,.header__new--search-module .search-form .submit-button {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__new--search-module .search-form .cross {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 24px;
    height: 16px
}

.header__new--search-module .search-form .cross:hover path {
    stroke: #fa6b1e
}

.header__new--search-module .search-form .cross path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__new--logo {
    width: 144px;
    position: relative
}

@media (min-width: 1536px) {
    .header__new--logo {
        width:244px
    }
}

@media (min-width: 768px) {
    .header__new--logo {
        width:208px
    }
}

@media (min-width: 640px) {
    .header__new--logo {
        width:256px
    }
}

@media (max-width: 1023px) {
    .header__new--logo {
        z-index:12
    }
}

.header__new--main-menu {
    position: static
}

@media (max-width: 1023px) {
    .header__new--main-menu:after {
        content:"";
        display: block;
        position: absolute;
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 0;
        z-index: 11;
        background-color: #000
    }
}

.header__new--main-menu .menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 26px 0
}

@media (min-width: 1024px) {
    .header__new--main-menu .menu-wrapper {
        padding:0!important
    }
}

@media (min-width: 640px) {
    .header__new--main-menu .menu-wrapper {
        padding:28px 0
    }
}

.header__new--main-menu .nav-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

@media (min-width: 1536px) {
    .header__new--main-menu .nav-wrap {
        gap:40px
    }
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap {
        width:100%
    }
}

@media (min-width: 640px) {
    .header__new--main-menu .nav-wrap {
        width:52%
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap nav {
        position:absolute;
        top: -100vh;
        left: 0;
        background-color: #fff;
        width: 100%;
        max-height: calc(100vh - 100px);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        overflow: scroll;
        z-index: 10;
        -webkit-transition-property: top;
        -o-transition-property: top;
        transition-property: top;
        -webkit-transition-duration: .5s;
        -o-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease;
        -o-transition-timing-function: ease;
        transition-timing-function: ease;
        -webkit-box-shadow: 0 4px 16px rgba(0,0,0,.1);
        box-shadow: 0 4px 16px rgba(0,0,0,.1)
    }

    .header__new--main-menu .nav-wrap nav.active {
        top: 100%
    }
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap nav {
        position:static;
        background-color: transparent;
        width: auto;
        height: auto;
        z-index: auto
    }
}

.header__new--main-menu .nav-wrap .menu-list {
    list-style: none
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap .menu-list {
        padding:0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        scrollbar-width: none;
        -ms-overflow-style: none
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap .menu-list {
        padding-top:40px
    }
}

@media (max-width: 767px) {
    .header__new--main-menu .nav-wrap .menu-list {
        margin-bottom:12px
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-item {
        margin-bottom:5px
    }
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-item:hover .menu-title {
        color:#fa6b1e
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-item:hover .menu-title .arrow .arrow-line.first {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fa6b1e
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-item:hover .menu-title .arrow .arrow-line.second {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fa6b1e
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-item:hover .menu-title .bottom-border {
        width: 85%
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-item:hover .header__new--sub-menu {
        min-height: 440px;
        max-height: 100vh;
        height: auto;
        opacity: 1
    }
}

.header__new--main-menu .nav-wrap .menu-list .menu-title {
    position: relative;
    padding: 16px 48px 16px 20px;
    cursor: pointer
}

@media (min-width: 1280px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title {
        padding:36px 32px 36px 24px!important;
        padding: 36px 28px 36px 16px
    }
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title {
        color:#fff;
        padding: 36px 28px 36px 10px
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title {
        font-size:18px;
        font-weight: 500;
        line-height: 1.4;
        padding: 10px 48px 10px 24px;
        margin-bottom: 20px
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-title.active .arrow {
        opacity: 0
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-title.active .arrow .arrow-line.first {
        left: 0
    }

    .header__new--main-menu .nav-wrap .menu-list .menu-title.active .mobile-arrow {
        display: inline-block;
        vertical-align: bottom
    }
}

.header__new--main-menu .nav-wrap .menu-list .menu-title .mobile-arrow {
    display: none
}

.header__new--main-menu .nav-wrap .menu-list .menu-title .arrow {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 4px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 8px
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .arrow {
        width:16px
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .arrow {
        top:calc(50% - 5px);
        right: 24px;
        width: 8px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 0
    }
}

.header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line {
    position: absolute;
    display: inline-block;
    display: block;
    top: 0;
    width: 16px;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line {
        width:10px;
        background: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line {
        width:8px;
        background: #000;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }
}

.header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line.first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10px
}

@media (min-width: 1024px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line.first {
        left:-6px
    }
}

@media (max-width: 1023px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line.first {
        left:-5px
    }
}

.header__new--main-menu .nav-wrap .menu-list .menu-title .arrow .arrow-line.second {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__new--main-menu .nav-wrap .menu-list .menu-title .bottom-border {
    position: absolute;
    bottom: 0;
    left: 16px;
    display: block;
    height: 4px;
    width: 0;
    background-color: #fa6b1e;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

@media (min-width: 1280px) {
    .header__new--main-menu .nav-wrap .menu-list .menu-title .bottom-border {
        left:24px
    }
}

.header__new--sub-menu {
    position: relative;
    top: 100%;
    left: 0;
    height: 0;
    background: #fff;
    width: 100%;
    overflow: scroll;
    -webkit-transition: height .4s ease-in-out;
    -o-transition: height .4s ease-in-out;
    transition: height .4s ease-in-out
}

@media (min-width: 1024px) {
    .header__new--sub-menu {
        position:absolute;
        overflow: hidden;
        min-height: 0;
        max-height: 0;
        opacity: 0;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
}

.header__new--sub-menu.active {
    display: block
}

.header__new--sub-menu.no-tabs .right-block .tab-content {
    display: block!important;
    opacity: 1!important
}

@media (min-width: 1024px) {
    .header__new--sub-menu:after {
        content:"";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 27%;
        background-color: #fcf9f3
    }
}

@media (min-width: 2600px) {
    .header__new--sub-menu:after {
        width:38%
    }
}

.header__new--sub-menu>.container {
    position: relative;
    z-index: 1
}

@media (max-width: 1023px) {
    .header__new--sub-menu>.container {
        padding-bottom:23px
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .sub-menu--wrapper {
        display:-ms-flexbox;
        display: flex
    }
}

.header__new--sub-menu .left-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block {
        padding-top:42px;
        padding-bottom: 32px;
        padding-right: 32px;
        background-color: #fcf9f3;
        min-height: 440px
    }
}

@media (min-width: 1280px) {
    .header__new--sub-menu .left-block {
        min-width:306px
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content {
        position:relative
    }
}

.header__new--sub-menu .left-block .top-content .overview {
    margin-bottom: 20px
}

.header__new--sub-menu .left-block .top-content .overview .overview-link {
    position: relative;
    text-decoration: none;
    display: inline-block
}

.header__new--sub-menu .left-block .top-content .overview .overview-link:hover .arrow {
    right: 0
}

.header__new--sub-menu .left-block .top-content .overview .overview-link:hover .arrow rect {
    fill: #fa6b1e!important;
    stroke: #fa6b1e!important
}

.header__new--sub-menu .left-block .top-content .overview .overview-link:hover .arrow path {
    stroke: #fcf9f3!important
}

.header__new--sub-menu .left-block .top-content .overview .overview-title {
    font-weight: 600;
    padding-right: 40px;
    position: relative;
    display: inline-block
}

.header__new--sub-menu .left-block .top-content .overview .overview-title .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease
}

.header__new--sub-menu .left-block .top-content .overview .overview-description {
    line-height: 1.4;
    margin-top: 8px
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn {
    position: relative;
    padding: 8px 40px 8px 16px;
    background-color: #fa6b1e;
    border-radius: 4px;
    cursor: pointer
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn {
        display:none
    }
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .active-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 4px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 8px
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow {
        width:16px
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow {
        right:24px;
        width: 8px;
        margin-left: 0
    }
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow.active .arrow-line.first {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow.active .arrow-line.second {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line {
    position: absolute;
    display: inline-block;
    display: block;
    top: 0;
    width: 16px;
    height: 2px;
    background: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line {
        width:10px;
        background: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line {
        width:8px;
        background: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease
    }
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line.first {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -10px
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line.first {
        left:-6px
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line.first {
        left:-5px
    }
}

.header__new--sub-menu .left-block .top-content .mobile-drop-down-btn .arrow .arrow-line.second {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content>ul {
        height:auto!important
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content>ul {
        position:absolute;
        left: 0;
        top: 100%;
        padding: 0 16px;
        background-color: #fff;
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
        -webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,.16);
        box-shadow: 0 8px 8px 0 rgba(0,0,0,.16)
    }
}

.header__new--sub-menu .left-block .top-content>ul .tab {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    padding: 11px 28px 10px 16px;
    margin-bottom: 8px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fcf9f3;
    color: #595959
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content>ul .tab {
        background-color:#fff
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content>ul .tab {
        color:#000;
        background-color: transparent;
        margin-bottom: 0;
        padding: 10px 0;
        border-bottom: 1px solid #e6e6e6
    }

    .header__new--sub-menu .left-block .top-content>ul .tab:last-child {
        border: none
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content>ul .tab:hover {
        color:#ff6a00;
        opacity: 1;
        border-color: #ff6d00
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .top-content>ul .tab.active {
        background-color:#ff6a00;
        opacity: 1;
        color: #fff
    }

    .header__new--sub-menu .left-block .top-content>ul .tab.active .arrow {
        display: block
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .left-block .top-content>ul .tab.active {
        color:#ff6a00;
        border-radius: 0
    }

    .header__new--sub-menu .left-block .top-content>ul .tab.active .arrow {
        display: none
    }
}

.header__new--sub-menu .left-block .top-content>ul .tab .arrow {
    position: absolute;
    display: inline-block;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__new--sub-menu .left-block .desktop-card {
    padding: 16px;
    margin-top: 36px;
    border-radius: 8px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1%,#7a5ddc),color-stop(80%,#fa6b1e));
    background: -webkit-linear-gradient(left,#7a5ddc 1%,#fa6b1e 80%);
    background: -o-linear-gradient(left,#7a5ddc 1%,#fa6b1e 80%);
    background: linear-gradient(90deg,#7a5ddc 1%,#fa6b1e 80%);
    color: #fff!important;
    display: none
}

@media (min-width: 1024px) {
    .header__new--sub-menu .left-block .desktop-card {
        display:block
    }
}

.header__new--sub-menu .left-block .desktop-card .card-link:hover .arrow {
    right: 0
}

.header__new--sub-menu .left-block .desktop-card .card-title {
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-right: 40px
}

.header__new--sub-menu .left-block .desktop-card .card-title .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease
}

.header__new--sub-menu .left-block .desktop-card .card-description {
    margin-top: 4px
}

.header__new--sub-menu .right-block {
    -ms-flex-preferred-size: 72%;
    flex-basis: 72%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width: 1280px) {
    .header__new--sub-menu .right-block {
        -ms-flex-preferred-size:76%;
        flex-basis: 76%
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .right-block {
        padding-left:46px
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .right-block {
        padding:20px 0 0
    }
}

.header__new--sub-menu .right-block .tab-content {
    display: none;
    opacity: 0;
    overflow: hidden
}

.header__new--sub-menu .right-block .tab-content .featured-items .featured-heading {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .15em;
    color: #47b565;
    text-transform: uppercase;
    margin-bottom: 16px
}

.header__new--sub-menu .right-block .tab-content .featured-items .featured-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e6e6e6
}

@media (min-width: 1024px) {
    .header__new--sub-menu .right-block .tab-content .featured-items .featured-list {
        gap:40px
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .right-block .tab-content .featured-items .featured-list {
        -ms-flex-pack:justify;
        justify-content: space-between;
        gap: 16px
    }
}

.header__new--sub-menu .right-block .tab-content .featured-items .featured-list .featured-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 640px) {
    .header__new--sub-menu .right-block .tab-content .featured-items .featured-list .featured-item {
        -ms-flex-preferred-size:46%;
        flex-basis: 46%
    }
}

@media (min-width: 1280px) {
    .header__new--sub-menu .right-block .tab-content .featured-items .featured-list .featured-item {
        -ms-flex-preferred-size:30%;
        flex-basis: 30%
    }
}

.header__new--sub-menu .right-block .tab-content .featured-items .featured-list .featured-item a:hover .title {
    color: #e24c01
}

.header__new--sub-menu .right-block .tab-content .featured-items .featured-list .featured-item .title {
    font-weight: 700;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.header__new--sub-menu .right-block .tab-content .featured-items .featured-list .featured-item .description {
    margin-top: 4px
}

.header__new--sub-menu .right-block .tab-content.has-featured-items .sub-items {
    padding-top: 32px
}

@media (max-width: 1023px) {
    .header__new--sub-menu .right-block .tab-content.has-asset-card .sub-items {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }

    .header__new--sub-menu .right-block .tab-content.has-asset-card .sub-items .sub-items-card {
        max-width: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

@media (min-width: 1280px) {
    .header__new--sub-menu .right-block .tab-content.has-asset-card .sub-items .sub-items-list .sub-item {
        -ms-flex-preferred-size:calc(50% - 36px);
        flex-basis: calc(50% - 36px)
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .right-block .tab-content.has-extra-items .sub-items .sub-items-list .sub-item {
        -ms-flex-preferred-size:calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px)
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items {
    padding-top: 0
}

@media (min-width: 640px) {
    .header__new--sub-menu .right-block .tab-content .sub-items {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px
    }
}

@media (min-width: 1536px) {
    .header__new--sub-menu .right-block .tab-content .sub-items {
        gap:56px
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 640px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list {
        row-gap:40px
    }
}

@media (max-width: 1023px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list {
        padding-bottom:20px;
        border-bottom: 1px solid #e6e6e6
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width: 640px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item {
        -ms-flex-preferred-size:calc(50% - 20px);
        flex-basis: calc(50% - 20px)
    }
}

@media (min-width: 1280px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item {
        -ms-flex-preferred-size:calc(50% - 58px);
        flex-basis: calc(50% - 58px)
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item.three-column {
        -ms-flex-preferred-size:calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px)
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item a:hover .title {
    color: #e24c01
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item .title {
    font-weight: 700;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-list .sub-item .description {
    margin-top: 4px
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card {
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 288px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 20px
}

@media (min-width: 768px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card {
        margin-top:0
    }
}

@media (min-width: 1024px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card {
        display:block!important
    }
}

@media (min-width: 640px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card:hover .btn-wrap .secondary-btn:after {
    right: 0;
    background: url(/wp-content/themes/aviatrix/src/img/orange-arrow.svg) no-repeat;
    background-size: 100% 100%
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .img-wrap {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden
}

@media (max-width: 1023px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .img-wrap {
        border-radius:8px
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .img-wrap img {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear
}

@media (max-width: 1023px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .img-wrap img {
        border-radius:8px
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .card-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .type {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1b9e77;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    margin-top: 16px
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 8px
}

@media (min-width: 1280px) {
    .header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .title {
        font-size:18px
    }
}

.header__new--sub-menu .right-block .tab-content .sub-items .sub-items-card .btn-wrap {
    margin-top: 16px;
    padding-bottom: 4px
}

.header__new--mobile-card {
    padding: 24px 16px;
    margin-top: 24px;
    border-radius: 8px;
    background: -webkit-gradient(linear,left top,right top,color-stop(1%,#7a5ddc),color-stop(80%,#fa6b1e));
    background: -webkit-linear-gradient(left,#7a5ddc 1%,#fa6b1e 80%);
    background: -o-linear-gradient(left,#7a5ddc 1%,#fa6b1e 80%);
    background: linear-gradient(90deg,#7a5ddc 1%,#fa6b1e 80%);
    color: #fff!important;
    display: block
}

@media (min-width: 1024px) {
    .header__new--mobile-card {
        display:none
    }
}

.header__new--mobile-card .card-title {
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-right: 40px
}

.header__new--mobile-card .card-title .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right .3s ease;
    -o-transition: right .3s ease;
    transition: right .3s ease
}

.header__new--mobile-card .card-description {
    margin-top: 4px
}

.header__new--toggle {
    position: relative;
    height: 40px;
    width: 48px;
    z-index: 12;
    cursor: pointer
}

@media only screen and (min-width: 1024px) {
    .header__new--toggle {
        display:none
    }
}

.header__new--toggle.active .bar {
    opacity: 0
}

.header__new--toggle.active .after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%
}

.header__new--toggle.active .before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%
}

.header__new--toggle .bar {
    border-radius: 4px;
    top: calc(50% - 2px)
}

.header__new--toggle .after,.header__new--toggle .bar,.header__new--toggle .before {
    position: absolute;
    display: block;
    height: 3px;
    width: 48px;
    background-color: #fff;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.header__new--toggle .after,.header__new--toggle .before {
    left: 0
}

.header__new--toggle .before {
    top: 0
}

.header__new--toggle .after {
    bottom: 0
}

.header__new--conatct-btn-mobile {
    padding-left: 20px;
    margin: 12px 0 40px
}

@media (min-width: 768px) {
    .header__new--conatct-btn-mobile {
        display:none!important
    }
}

.header__new--conatct-btn-mobile .menu-title {
    display: none!important
}

.header__new--conatct-btn-desktop {
    display: none
}

@media (min-width: 768px) {
    .header__new--conatct-btn-desktop {
        display:block
    }
}

@media (max-width: 1023px) {
    .header__new--conatct-btn-desktop {
        z-index:12
    }
}

.header__new .font-sora {
    font-family: Sora,sans-serif
}

.header__new .scrollbar-none {
    scrollbar-width: "none";
    -ms-overflow-style: none
}

.header__new .scrollbar-none::-webkit-scrollbar {
    display: "none"
}

.header__new a {
    text-decoration: none;
    color: unset
}

.header__new a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header__new .h5,.header__new h5 {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 600
}

@media (min-width: 1280px) {
    .header__new .h5,.header__new h5 {
        font-size:22px
    }
}

@media (min-width: 1536px) {
    .header__new .h5,.header__new h5 {
        font-size:24px
    }
}

@media (min-width: 2500px) {
    .header__new .h5,.header__new h5 {
        font-size:26px
    }
}

@media (min-width: 1280px) and (max-height:950px) {
    .header__new .h5,.header__new h5 {
        font-size:22px
    }
}

.header__new .body-default,.header__new p {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400
}

@media (min-width: 1280px) {
    .header__new .body-default,.header__new p {
        font-size:16px
    }
}

@media (min-width: 2500px) {
    .header__new .body-default,.header__new p {
        font-size:18px
    }
}

@media (min-width: 1280px) and (max-height:950px) {
    .header__new .body-default,.header__new p {
        font-size:16px
    }
}

.header__new .body-medium,.header__new .body-medium p {
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400
}

@media (min-width: 1280px) {
    .header__new .body-medium,.header__new .body-medium p {
        font-size:18px
    }
}

@media (min-width: 2500px) {
    .header__new .body-medium,.header__new .body-medium p {
        font-size:20px
    }
}

@media (min-width: 1280px) and (max-height:950px) {
    .header__new .body-medium,.header__new .body-medium p {
        font-size:18px
    }
}

.header__new .body-large,.header__new .body-large p {
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400
}

@media (min-width: 1280px) {
    .header__new .body-large,.header__new .body-large p {
        font-size:20px
    }
}

@media (min-width: 2500px) {
    .header__new .body-large,.header__new .body-large p {
        font-size:22px
    }
}

@media (min-width: 1280px) and (max-height:950px) {
    .header__new .body-large,.header__new .body-large p {
        font-size:20px
    }
}

.header__new li,.header__new ul {
    list-style: none
}

.header__new input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    outline: none
}

.header__new .gradient-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    font-family: Epilogue,sans-serif;
    background-image: -webkit-gradient(linear,left top,right top,from(#fa6b1e),color-stop(#e24c01),color-stop(#e24c01),to(#fa6b1e));
    background-image: -webkit-linear-gradient(left,#fa6b1e,#e24c01,#e24c01,#fa6b1e);
    background-image: -o-linear-gradient(left,#fa6b1e,#e24c01,#e24c01,#fa6b1e);
    background-image: linear-gradient(90deg,#fa6b1e,#e24c01,#e24c01,#fa6b1e);
    background-size: 300% 100%;
    -webkit-box-shadow: 0 2px 40px 0 rgba(250,107,30,.4);
    box-shadow: 0 2px 40px 0 rgba(250,107,30,.4);
    color: #fff!important;
    white-space: nowrap;
    padding: 16px 24px;
    border-radius: 100px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    text-decoration: none!important;
    cursor: pointer
}

.header__new .gradient-btn:hover {
    color: #fff!important;
    -webkit-box-shadow: 0 2px 40px 0 rgba(250,107,30,.6);
    box-shadow: 0 2px 40px 0 rgba(250,107,30,.6);
    background-size: 300% 100%;
    background-position: 100%
}

.header__new .secondary-btn {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #e24c01;
    line-height: 1.2;
    padding-right: 36px
}

.header__new .secondary-btn,.header__new .secondary-btn:after {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header__new .secondary-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 4px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/wp-content/themes/aviatrix/src/img/white-arrow.svg) no-repeat;
    background-size: 100% 100%
}

.header__new .secondary-btn:hover:after {
    right: 0;
    background: url(/wp-content/themes/aviatrix/src/img/orange-arrow.svg) no-repeat;
    background-size: 100% 100%
}

@media (min-width: 1024px) and (min-height:900px) {
    .no-header-scroll {
        overflow:hidden
    }
}

.hpPadding {
    padding-top: 133px
}