*, :after, :before {
    box-sizing: border-box;
    outline: none;
}


.site-footer {
    margin-top: 2em;
}

.footer-v2 {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    font-size: 12px;
    line-height: 1.44;
    font-family: Inter;
    font-weight: 400;
    color: #414143;
    padding: 0 0 40px;
    overflow: hidden;
    clear: both;
    border-top: 1px solid rgba(188,188,204,.32);
}

.footer-v2 a {
    color: #8e8e93!important;
    text-decoration: none;
    transition: color .3s,opacity .3s
}

.footer-v2 a:hover {
    color: #414143!important
}

.footer-v2 li,.footer-v2 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-v2 li>:last-child,.footer-v2 ul>:last-child {
    margin-bottom: 0
}

.footer-v2 li {
    margin-bottom: 10px
}

.footer-v2 * {
    outline: 0!important;
    box-sizing: border-box
}

.footer-v2__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%
}

@media (min-width: 768px) {
    .footer-v2__container {
        max-width:90%
    }
}

@media (min-width: 992px) {
    .footer-v2 a {
        transition:color .3s,opacity .3s,background .3s
    }

    .footer-v2__container {
        max-width: 970px
    }
}

@media (min-width: 1200px) {
    .footer-v2__container {
        max-width:1170px
    }
}

@media (min-width: 1600px) {
    .footer-v2__container {
        max-width:1540px
    }
}

.footer-v2__bc {
    border-top: 1px solid rgba(188,188,204,.32);
    padding: 20px 0;
    line-height: 2.5;
    color: #414143
}

.footer-v2__bc,.footer-v2__bc a {
    font-size: 12px;
    font-family: Inter
}

.footer-v2__bc a {
    color: #8e8e93!important;
    text-decoration: none;
    padding-right: 12px;
    margin-right: 18px;
    position: relative;
    display: inline-block
}

.footer-v2__bc a:hover {
    color: #414143!important
}

.footer-v2__bc a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% - 4px);
    transform: translateY(-50%) rotate(-47deg);
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-top: none;
    border-left: none
}

.footer-v2__bc span {
    color: #414143
}

.footer-v2__bc br {
    display: none
}

.footer-v2__nav {
    border-top: 1px solid rgba(188,188,204,.32);
    padding: 30px 0
}

@media (min-width: 992px) {
    .footer-v2__nav {
        padding:60px 0 32px
    }

    .footer-v2__nav-row {
        display: flex;
        margin: 0 -20px
    }
}

@media (min-width: 1200px) {
    .footer-v2__nav {
        padding:80px 0 32px
    }
}

.footer-v2__nav-row>:last-child {
    margin-bottom: 0
}

.footer-v2__nav-col {
    margin-bottom: 25px
}

.footer-v2__nav-col>:last-child {
    margin-bottom: 0
}

@media (min-width: 992px) {
    .footer-v2__nav-col {
        margin-bottom:0;
        padding: 0 20px;
        flex: 1
    }
}

.footer-v2__nav-title {
    font-weight: 500;
    position: relative;
    padding-right: 20px
}

.footer-v2__nav-title:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border: 1px solid;
    border-top: none;
    border-left: none
}

@media (min-width: 992px) {
    .footer-v2__nav-title {
        margin-bottom:12px;
        padding-right: 0
    }

    .footer-v2__nav-title:before {
        display: none
    }
}

.footer-v2__nav-title a {
    color: inherit!important
}

.footer-v2__nav-menu {
    margin: 0 0 25px
}

.footer-v2__nav-menu>:last-child {
    margin-bottom: 0
}

.footer-v2__nav-menu ul {
    margin: 0
}

.footer-v2__nav-menu li {
    margin: 0 0 6px
}

@media (min-width: 992px) {
    .footer-v2__nav-menu {
        margin:0 0 50px
    }

    .footer-v2__nav-menu li.footer-v2__nav-hr {
        padding-bottom: 17px;
        margin-bottom: 17px;
        position: relative
    }

    .footer-v2__nav-menu li.footer-v2__nav-hr:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-width: 135px;
        border-bottom: 1px solid rgba(188,188,204,.32)
    }
}

.footer-v2__nav-menu_active .footer-v2__nav-title:before {
    transform: translateY(-50%) rotate(-135deg);
    margin-top: 5px
}

.footer-v2__bottom {
    position: relative;
    /* border-top: 1px solid rgba(188,188,204,.32); */
    padding-top: 40px
}

.footer-v2__social {
    margin-bottom: 48px;
    display: flex;
    justify-content: center
}

@media (max-width: 991px) {
    .footer-v2__nav-title {
        cursor:pointer;
        transition: opacity .3s
    }

    .footer-v2__nav-title:hover {
        opacity: .7
    }

    .footer-v2__nav-menu ul {
        padding-top: 12px;
        display: none
    }

    .footer-v2__nav-menu_active ul {
        display: block
    }

    .footer-v2__bottom {
        padding-top: 70px
    }

    .footer-v2__social {
        margin-bottom: 30px
    }
}

.footer-v2__social-item {
    margin: 0 4px
}

.footer-v2__social-item a {
    text-align: center;
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 50%;
    background-color: #eee;
    transition: background-color .3s;
    position: relative
}

.footer-v2__social-item a:hover {
    background-color: hsla(0,0%,93.3%,.5)
}

.footer-v2__social-item a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.footer-v2__nav-list {
    font-size: 12px;
    line-height: 1.2;
    color: #414143;
    display: flex;
    flex-direction: column
}

@media (min-width: 992px) {
    .footer-v2__nav-list {
        flex-direction:row;
        justify-content: space-between
    }

    .footer-v2_style-dark .footer-v2__nav-menu li.footer-v2__nav-hr:after {
        border-bottom: 1px solid rgba(57,57,57,.32)
    }
}

@media (min-width: 768px) {
    .footer-v2__nav-list li {
        display:inline-block;
        margin: 0 12px 10px
    }
}

.footer-v2__nav-list-wrap {
    text-align: center
}

.footer-v2__nav-list-wrap li {
    display: inline-block
}

.footer-v2__nav-list-wrap a img {
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 2px
}

.footer-v2__copy {
    min-width: 146px;
    text-align: center
}

.footer-v2__lang {
    position: relative;
    width: 72px;
    top: -5px
}

@media (max-width: 991px) {
    .footer-v2__social-item {
        margin:0 10px
    }

    .footer-v2__nav-list-wrap {
        margin-bottom: 15px
    }

    .footer-v2__nav-list-wrap li {
        margin: 0 5px 13px
    }

    .footer-v2__copy {
        order: 1
    }

    .footer-v2__lang {
        position: absolute;
        top: 30px;
        left: 0
    }
}

.footer-v2__lang_active .footer-v2__lang .footer-v2__lang-active:after {
    border-bottom: 4px solid #c7c7cc;
    border-top: none
}

.footer-v2__lang_active .footer-v2__lang .footer-v2__lang-list {
    display: block
}

.footer-v2__lang-active {
    position: relative;
    cursor: pointer;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    white-space: nowrap
}

.footer-v2__lang-active:hover {
    opacity: .7
}

.footer-v2__lang-active:after {
    pointer-events: none;
    content: "";
    display: inline-block;
    margin-left: 5px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #c7c7cc
}

.footer-v2__lang-list {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    line-height: 1.2;
    display: none;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    background: #fff
}

.footer-v2__lang-list ul {
    margin: 0;
    padding: 0
}

.footer-v2__lang-list li {
    margin: 0 0 5px
}

.footer-v2__show-more {
    display: block;
    padding: 5px 30px 5px 0;
    font-size: 12px;
    position: relative;
    transition: opacity .2s;
    cursor: pointer
}

.footer-v2__show-more:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 4px;
    transform: rotate(-45deg);
    width: 7px;
    height: 7px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    pointer-events: none
}

.footer-v2__show-more:hover {
    opacity: .7
}

.footer-v2:not(.footer-v2_processed) * {
    transition: none
}

.footer-v2_style-dark {
    background: #0c0c0c;
    color: #aeaeae
}

.page-node-type-ad-features .footer-v2_style-dark,.page-node-type-ad-v2 .footer-v2_style-dark,.page-node-type-altium-nexus-industry .footer-v2_style-dark,.page-node-type-altium-nexus .footer-v2_style-dark,.page-node-type-subscription-plan-overview .footer-v2_style-dark,.page-node-type-subscription-plans-table .footer-v2_style-dark,.page-node-type-whats-new-v2 .footer-v2_style-dark {
    background: #171717
}

.footer-v2_style-dark a {
    color: #aeaeae!important
}

.footer-v2_style-dark a:hover {
    color: #fff!important
}

.footer-v2_style-dark .footer-v2__bc {
    border-top: 1px solid rgba(57,57,57,.32);
    color: #aeaeae
}

.footer-v2_style-dark .footer-v2__bc a {
    color: #fff!important
}

.footer-v2_style-dark .footer-v2__bc a:hover {
    color: #aeaeae!important
}

.footer-v2_style-dark .footer-v2__bc span {
    color: #aeaeae
}

.footer-v2_style-dark .footer-v2__nav {
    border-top: 1px solid rgba(57,57,57,.32)
}

.footer-v2_style-dark .footer-v2__nav-title {
    color: #fff
}

.footer-v2_style-dark .footer-v2__nav-title a {
    color: inherit!important
}

.footer-v2_style-dark .footer-v2__bottom {
    border-top: 1px solid rgba(57,57,57,.32)
}

.footer-v2_style-dark .footer-v2__social-item a {
    background-color: #242424
}

.footer-v2_style-dark .footer-v2__social-item a:hover {
    background-color: rgba(36,36,36,.5)
}

.footer-v2_style-dark .footer-v2__copy {
    color: #fff
}

.footer-v2_style-dark .footer-v2__lang-active {
    background: 0 0;
    color: #aeaeae
}

.footer-v2_style-dark .footer-v2__lang-active:after {
    border-top-color: #aeaeae
}

.footer-v2_style-dark__lang_active .footer-v2__lang-active:after {
    border-bottom-color: #aeaeae
}

.footer-v2_style-dark .footer-v2__lang-list {
    background: #0c0c0c;
    border: 1px solid rgba(57,57,57,.32)
}

.footer-v2_style-min {
    overflow: visible
}

.footer-v2_style-min .footer-v2__nav {
    display: none
}

.footer-v2_fixed-bottom {
    z-index: 50;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    transform: translateY(-56px);
    max-height: calc(100vh - 180px);
    border-top: 1px solid rgba(188,188,204,.32);
    transition: transform .6s
}

.footer-v2_fixed-bottom.footer-v2__fixed-show {
    transform: translateY(-100%)!important;
    overflow: hidden;
    overflow-y: auto
}

.footer-v2_fixed-bottom.footer-v2__fixed-show .footer-v2__show-more:after {
    transform: rotate(-225deg);
    top: 11px
}

.footer-v2_fixed-bottom .footer-v2__lang {
    visibility: hidden
}

.footer-v2_fixed-bottom .footer-v2__fixed-control .footer-v2__lang {
    visibility: visible
}

.footer-v2_fixed-bottom._footer-v2_fixed-bottom--disabled {
    position: relative;
    transform: none!important;
    transition: none
}

.footer-v2_fixed-bottom._footer-v2_fixed-bottom--disabled .footer-v2__fixed-control {
    display: none
}

.footer-v2_fixed-bottom._footer-v2_fixed-bottom--disabled .footer-v2__lang {
    visibility: visible
}

.footer-v2_fixed-bottom.footer-v2_style-dark {
    border-top-color: rgba(57,57,57,.32)
}

.footer-v2_fixed-bottom .footer-v2__fixed-control {
    padding: 14px 0;
    border-bottom: 1px solid rgba(188,188,204,.32)
}

.footer-v2_fixed-bottom .footer-v2__fixed-control.footer-v2_style-dark {
    border-bottom-color: rgba(57,57,57,.32)
}

.footer-v2_fixed-bottom .footer-v2__fixed-control .footer-v2__container {
    display: flex;
    align-content: center;
    justify-content: space-between
}

.footer-v2_fixed-bottom .footer-v2__fixed-control .footer-v2__lang {
    position: static;
    margin-left: -5px
}

.footer-v2_fixed-bottom .footer-v2__fixed-control .footer-v2__lang-list {
    position: static;
    background: none;
    border: none;
    display: block;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    transition: height .6s,padding-top .6s
}

.footer-v2__lang_active .footer-v2_fixed-bottom .footer-v2__fixed-control .footer-v2__lang-list {
    padding-top: 16px
}

@media (max-width: 991px) {
    .footer-v2_fixed-bottom .footer-v2__bc {
        display:none
    }

    .footer-v2_fixed-bottom .footer-v2__nav {
        border-top: none
    }
}

.footer-v2_fixed-bottom .footer-v2__bc:first-child,.footer-v2_fixed-bottom .footer-v2__bottom:first-child,.footer-v2_fixed-bottom .footer-v2__nav:first-child {
    border-top: none
}

.footer-v2_fixed-bottom .footer-v2__nav {
    padding-top: 40px
}

.footer-v2_fixed-bottom .footer-v2__social {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .footer-v2_fixed-bottom .footer-v2__social {
        margin-bottom:40px
    }
}

.footer-v2.footer--microsite {
    position: relative;
    left: 50%;
    width: calc(100vw - 10px);
    margin-left: -50vw;
    padding: 0;
    border-top: 1px solid rgba(188,188,204,.32)
}

.footer-v2.footer--microsite .footer-v2__nav {
    border-top: none
}

.footer-v2 .list-elms-subtitle {
    color: #8e8e93!important
}

