.container {
    width: 100%;
    max-width: 1400px;
    padding: 0;
    margin: 0 auto
}

@media(max-width:1480px) {
    .container {
        width: 90%;
        margin: 0 5%
    }
}

.digi-sub-nav {
    background: #91d46c;
    color: #3f4245;
    padding: 16px 0 12px 0
}

.digi-sub-nav a {
    color: #3f4245;
    margin: 0 30px 8px 0;
    display: inline-block;
    text-decoration: none;
    padding: 0
}

.digi-sub-nav a.selected {
    text-decoration: underline
}

.digi-sub-nav a:hover {
    text-decoration: underline
}

.digi-sub-nav .digi-sub-nav-heading {
    font-size: 24px;
    font-weight: 600;
    margin: 0 30px 8px 0
}

.digi-sub-nav .digi-sub-nav-heading:hover {
    text-decoration: underline
}

.digi-sub-nav span {
    display: inline-block;
    margin: 0 30px 8px 0
}

@media(max-width:960px) {

    .digi-sub-nav a,
    .digi-sub-nav span {
        margin: 0 12px 8px 0
    }

    .digi-sub-nav .digi-sub-nav-heading {
        margin: 0 20px 8px 0
    }
}

@media(max-width:568px) {
    .digi-sub-nav {
        font-size: 15px;
        padding: 8px 0 6px 0;
        display: flex;
        position: relative
    }

    .digi-sub-nav .container {
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .digi-sub-nav .container::-webkit-scrollbar {
        display: none
    }

    .digi-sub-nav:after {
        content: '';
        position: absolute;
        height: 100%;
        background: linear-gradient(90deg, rgba(145, 212, 108, 0) 0%, #91d46c 80%);
        width: 15%;
        right: 0;
        top: 0;
        z-index: 2;
        pointer-events: none
    }

    .digi-sub-nav a {
        margin: 0 20px 0 0
    }

    .digi-sub-nav a:last-of-type {
        margin-right: 15%
    }

    .digi-sub-nav .digi-sub-nav-heading {
        font-size: 18px;
        margin: 0 20px 0 0
    }
}

.heading-type1 {
    width: 100%;
    padding: 30px 0;
    color: #fff;
    background-color: #3f4245;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: center center
}

.heading-type1 .container {
    position: relative;
    z-index: 3
}

.heading-type1 .heading-cover {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.heading-type1 video {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1
}

.heading-type1 .heading-content {
    display: flex;
    flex-direction: row;
    align-items: center
}

.heading-type1 h1 {
    font-size: 70px;
    line-height: 1em;
    color: #fff;
    text-align: left;
}

.heading-type1 p.teaser,
.heading-type1 h2.teaser {
    color: #fff;
    font-size: 30px;
    line-height: 1.2em
}

.heading-type1 .button {
    margin: 0 8px 12px 0
}

.heading-type1 .heading-text {
    width: 75%;
    padding-right: 5%
}

.heading-type1 .heading-promo {
    width: 25%;
    display: flex;
    justify-content: center
}

.heading-type1 .heading-image {
    width: 250px;
    height: 250px
}

.heading-type1 .heading-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 17px rgba(0, 0, 0, .8));
    transition: filter .2s ease-in
}

.heading-type1 .heading-image.download {
    position: relative
}

.heading-type1 .heading-image.download:after {
    content: "";
    position: absolute;
    margin-top: -45px;
    top: 50%;
    right: -6%;
    width: 90px;
    height: 90px;
    z-index: 3;
    background-image: url(//www.digi.com/images/icon-getyourcopy.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.heading-type1 .heading-image.square {
    position: relative
}

.heading-type1 .heading-image.square:after {
    content: "";
    position: absolute;
    margin-top: -45px;
    top: 50%;
    right: -45px;
    width: 90px;
    height: 90px;
    z-index: 3;
    background-image: url(../images/icon-getyourcopy.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

.heading-type1 .heading-image.video {
    position: relative;
    width: 300px
}

.heading-type1 .heading-image.video:after {
    content: '';
    width: 60px;
    height: 60px;
    background: url("//www.digi.com/images/card-button-play-svg.svg") center center no-repeat;
    background-size: auto;
    background-size: 60px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px
}

.heading-type1 a.heading-image:hover img {
    filter: drop-shadow(0 0 17px rgba(255, 255, 255, .8))
}

.heading-buttons {
    display: flex;
    flex-direction: column;
}


@media(max-width:1040px) {

    .heading-type1 h1 br,
    .heading-type1 p.teaser br {
        display: none
    }
}

@media(max-width:960px) {
    .heading-type1 h1 {
        font-size: 55px
    }

    .heading-type1 p.teaser,
    .heading-type1 h2.teaser {
        font-size: 24px
    }

    .heading-type1 .heading-image {
        width: 180px;
        height: 180px
    }

    .heading-type1 .heading-image.download:after {
        width: 70px;
        height: 70px;
        right: -10%
    }

    .heading-type1 .heading-image.square:after {
        width: 70px;
        height: 70px;
        right: -35px;
        margin-top: -35px
    }
}

@media(max-width:568px) {
    .heading-type1 .heading-content {
        flex-direction: column;
        align-items: flex-start
    }

    .heading-type1 .heading-text {
        width: 100%
    }

    .heading-type1 .heading-promo {
        width: 50%;
        margin: 12px 0 0 0
    }

    .heading-type1 h1 {
        font-size: 35px
    }

    .heading-type1 p.teaser,
    .heading-type1 h2.teaser {
        font-size: 20px
    }

    .heading-type1 .heading-image.video {
        width: 180px;
        height: 120px
    }
}

.digi-tabs-type1 {
    padding: 30px 0
}

.digi-tabs-type1 nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff
}


.digi-tabs-type1 nav h3 {
    margin: 0 16px 16px 0;
    font-size: 30px
}

.digi-tabs-type1 nav div {
    display: flex;
    flex-wrap: wrap
}

.digi-tabs-type1 nav a {
    font-size: 24px;
    display: inline-flex;
    padding: 0 4px 0 4px;
    margin: 0 16px 16px 16px;
    color: #3f4245;
    text-decoration: none;
    border-bottom: 3px solid #fff
}

.digi-tabs-type1 nav a:hover,
.digi-tabs-type1 nav a.selected {
    border-bottom: 3px solid #91d46c
}

.digi-tabs-type1 section[role=tabpanel] {
    display: none;
    position: relative
}

.digi-tabs-type1 section[role=tabpanel] .container-section {
    opacity: 0;
    transition: opacity .3 ease
}

.digi-tabs-type1 section[role=tabpanel].selected {
    display: block
}

.digi-tabs-type1 section[role=tabpanel].selected .container-section {
    opacity: 1
}

.digi-tabs-type1 .container-diagram {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto
}

.digi-tabs-type1 .container-diagram button.trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -100%;
    width: 40px;
    height: 40px;
    background: #c25629;
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    border-radius: 50%;
    border: none;
    transform: translate(-50%, -50%)
}

.digi-tabs-type1 .container-diagram button.trigger:hover {
    cursor: pointer
}

.digi-tabs-type1 .container-diagram button.trigger.pulse {
    animation: triggerpulse 2s linear 1
}

.digi-tabs-type1 .modal-diagram {
    display: block;
    position: absolute;
    z-index: 3;
    top: 5%;
    left: 50%;
    width: 90%;
    max-width: 900px;
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0) scale(.5);
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease
}

.digi-tabs-type1 .modal-diagram .modal-diagram-container {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 90vh;
    display: block;
    position: relative
}

.digi-tabs-type1 .modal-diagram.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1)
}

.digi-tabs-type1 .modal-diagram .modal-heading {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #979797;
    align-items: center;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0
}

.digi-tabs-type1 .modal-diagram .modal-heading h3 {
    margin: 0 30px 0 0
}

.digi-tabs-type1 .modal-diagram .modal-product-link {
    display: flex;
    justify-content: flex-end
}

.digi-tabs-type1 .modal-diagram button.close-modal {
    background-color: #c25629;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 40px;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20px, -20px);
    background-image: url("data:image/svg+xml,%3Csvg%20height='32'%20viewBox='0%200%2032%2032'%20width='32'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cg%20fill='%23fff'%20fill-rule='evenodd'%20transform='matrix(.70710678%20.70710678%20-.70710678%20.70710678%2016%20-12.284271)'%3E%3Cpath%20d='m0%2018h40v4h-40z'/%3E%3Cpath%20d='m0%2018h40v4h-40z'%20transform='matrix(0%201%20-1%200%2040%200)'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 22px 22px;
    background-position: center center;
    background-repeat: no-repeat
}

@keyframes triggerpulse {
    0% {
        box-shadow: 0 0 0 0 rgba(194, 86, 41, .7), 0 0 0 0 rgba(194, 86, 41, .7)
    }

    40% {
        box-shadow: 0 0 0 30px rgba(114, 187, 75, 0), 0 0 0 0 rgba(194, 86, 41, .7)
    }
}

@media(max-width:1480px) {
    .digi-tabs-type1 nav {
        width: 90%;
        margin: 0 5%
    }
}

@media(max-width:960px) {
    .digi-tabs-type1 .container-diagram button.trigger {
        width: 30px;
        height: 30px;
        font-size: 30px
    }
}

@media(max-width:767px) {
    .digi-tabs-type1 nav {
        flex-direction: column
    }

    .digi-tabs-type1 nav h3 {
        font-size: 24px
    }

    .digi-tabs-type1 nav a {
        font-size: 20px
    }
}

@media(max-width:568px) {
    .digi-tabs-type1 nav div {
        flex-direction: column;
        width: 100%
    }

    .digi-tabs-type1 nav div a {
        width: 100%;
        padding: 5px 0 5px 5px;
        margin: 0;
        font-size: 18px
    }

    .digi-tabs-type1 nav div a:hover,
    .digi-tabs-type1 nav div a.selected {
        border-bottom: none;
        border-left: 2px solid #3f4245
    }

    .digi-tabs-type1 .container-diagram .diagram {
        margin: 0 0 40px 0
    }

    .digi-tabs-type1 .container-diagram button.trigger {
        display: none
    }

    .digi-tabs-type1 .modal-diagram {
        display: flex;
        flex-direction: column;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: 0 0 24px -12px rgba(0, 0, 0, .5);
        padding: 5%;
        opacity: 1;
        visibility: visible;
        margin: 0 0 30px 0
    }

    .digi-tabs-type1 .modal-diagram .modal-diagram-container {
        overflow-y: visible;
        overflow-x: visible;
        max-height: none
    }

    .digi-tabs-type1 .modal-diagram .modal-heading {
        display: flex;
        flex-direction: column;
        margin: 0 0 16px 0
    }

    .digi-tabs-type1 .modal-diagram .modal-heading h3 {
        margin: 0
    }

    .digi-tabs-type1 .modal-diagram .modal-product-link {
        order: 3;
        justify-content: flex-start;
        margin: 0 0 30px 0
    }

    .digi-tabs-type1 .modal-diagram button.close-modal {
        display: none
    }

    .digi-tabs-type1 .modal-diagram .modal-desktop {
        display: none
    }
}

.digi-section-columns {
    padding: 60px 0
}

.digi-section-columns .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    gap: 30px
}

.digi-section-columns .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 0 12px -6px rgba(0, 0, 0, .5);
    border-radius: 20px;
    padding: 30px;
    text-decoration: none;
    color: #3f4245
}

.digi-section-columns .item .image {
    display: flex;
    align-items: center;
    aspect-ratio: 16/9;
    width: 100%;
    overflow: hidden
}

.digi-section-columns .item .image img {
    -o-object-fit: cover;
    object-fit: cover
}

.digi-section-columns .item .image.image-contain img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.digi-section-columns .item:hover .image img {
    transform: scale(1.05, 1.05)
}

.digi-section-columns .item:hover .image.no-scale img {
    transform: scale(1, 1)
}

.digi-section-columns a.item:hover {
    box-shadow: 0 0 12px 2px rgba(18, 114, 152, .75)
}

.digi-section-columns .image {
    display: flex;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
    width: 100%;
    margin: 0 0 16px 0
}

.digi-section-columns .image img {
    transition: all 1.5s cubic-bezier(.19, 1, .22, 1) 20ms;
    -o-object-fit: cover;
    object-fit: cover
}

.digi-section-columns span.teaser {
    margin: 0 0 24px 0
}

.digi-section-columns span.button {
    width: auto;
    align-self: center;
    margin: auto 0 0 0
}

@media(max-width:767px) {
    .digi-section-columns .items {
        grid-template-columns: repeat(2, minmax(30%, 1fr));
        gap: 20px
    }

    .digi-section-columns .item {
        padding: 20px
    }
}

@media(max-width:568px) {
    .digi-section-columns .items {
        grid-template-columns: repeat(1, minmax(100%, 1fr));
        gap: 0
    }

    .digi-section-columns .item {
        margin: 0 0 30px 0;
        padding: 20px
    }

    .digi-section-columns .image {
        width: 50%
    }
}

.ribbon-digi-360 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ribbon-digi-360 .item {
    background: #eef0f0;
    border-radius: 30px;
    width: 48%;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.ribbon-digi-360 .item.right {
    padding-left: 12%
}

.ribbon-digi-360 .item.left {
    padding-right: 12%
}

.ribbon-digi-360 .item:nth-of-type(1),
.ribbon-digi-360 .item:nth-of-type(2) {
    margin-bottom: 50px
}

.ribbon-digi-360 .item img {
    width: 30%;
    min-width: 30%
}

.ribbon-digi-360 .item .content p {
    font-size: 20px
}

.ribbon-digi-360 .logo {
    position: absolute;
    z-index: 2;
    width: 24%;
    left: 50%;
    top: 50%;
    translate: -50% -50%
}

#content-applications #application-carousel .items .item {
    display: none;
    aspect-ratio: 16/9;
    width: 100%
}

#content-applications #application-carousel .items .item.active {
    display: block
}

#content-applications #application-carousel .items .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media(max-width:1040px) {
    .ribbon-digi-360 .item {
        padding: 10px
    }

    .ribbon-digi-360 .item .content p {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .ribbon-digi-360 {
        padding-top: 0
    }

    .ribbon-digi-360 .item {
        width: 100%;
        order: 2
    }

    .ribbon-digi-360 .item:nth-of-type(1),
    .ribbon-digi-360 .item:nth-of-type(2),
    .ribbon-digi-360 .item:nth-of-type(4) {
        margin-bottom: 30px
    }

    .ribbon-digi-360 .logo {
        width: 50%;
        position: relative;
        order: 1;
        top: 0;
        translate: -50% 0
    }

    .ribbon-digi-360 .logo img {
        margin: 0 0 24px 0
    }
}

.definition-list section {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px
}

.definition-list .letter {
    display: flex;
    width: 9%;
    position: relative;
    font-size: 36px;
    font-weight: 800;
    padding: 30px 8px 0 8px
}

.definition-list .letter span {
    display: inline-flex;
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    justify-content: center;
    align-items: center;
    background: #127298;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.definition-list .items {
    width: 91%
}

.definition-list .items .item {
    border-bottom: 1px solid #f1f3f5;
    padding: 30px 0
}

.definition-list .items .item:last-child {
    border-bottom: none
}

.definition-list .items .item p {
    padding-bottom: 0;
    margin-bottom: 0
}

#jump-links-side a {
    display: inline-flex;
    padding: 8px;
    font-size: 1.5em
}