*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img,
picture {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    ::after,
    ::before {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important
    }
}

body,
html {
    height: 100%;
    width: 100%;
}

.wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    --doc-height: 100%;
    --doc-width: 100%;
    height: var(--doc-height);
    overflow: hidden
}

.canvas__container {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.canvas__container canvas {
    width: 100%;
    height: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0
}

#canvas {
    position: absolute;
    top: 0;
    left: 0
}

.bg_load {
    position: absolute;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #747474;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f4f5f6
}

.bg_load>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bg_load.active {
    display: none
}

.logocontainer {
    position: absolute;
    top: 50px;
    left: 50px
}

.logocontainer div {
    width: 88px;
}

.label {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    pointer-events: none;
    max-width: 320px;
    height: auto;
    overflow: visible;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.label .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    background-color: #fff;
    padding: 20pxm;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 280px
}

.label .content.right {
    left: -46px;
    bottom: -50px;
    padding: 10px;
}

.label .content.left {
    right: -100px;
    bottom: -100px;
    -webkit-transform: translate(-34%, -20%);
    transform: translate(-34%, -20%);
    padding: 10px;
}

button.popup_close {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    width: 32px;
    height: 32px
}

button.popup_close img {
    width: 32px;
    height: 32px
}

.label.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.content p {
    font-size: 14px
}

.htmllabel {
    pointer-events: none
}

.popup_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 100%;
    pointer-events: all !important;
    z-index: 9;
    padding: 0 !important
}

header.header {
    display: grid;
    grid-template-columns: auto 50px
}

h2.heading {
    color: #2968af
}

.controls {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    position: absolute;
    height: 56px;
    left: 50%;
    bottom: 75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    gap: 10px
}

.controls_btn {
    position: relative;
    width: 56px;
    height: 56px;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    z-index: 99
}

.controls_btn1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon1.svg)
}

.controls_btn1.active,
.controls_btn1:active {
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon1_active.svg)
}

.controls_btn3 {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon3.svg)
}

.controls_btn3.active,
.controls_btn3:active {
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon3_active.svg)
}

.controls_btn3.disabled,
.controls_btn3:disabled {
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon3_disabled.svg);
    cursor: not-allowed
}
.controls_btn4 {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon4.svg)
}

.controls_btn4.active,
.controls_btn4:active {
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon4_active.svg)
}

.controls_btn2 {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon2.svg)
}

.controls_btn2.active,
.controls_btn2:active {
    background-image: url(/content/dam/m/en_us/solutions/industries/retail/why-cisco/router-new/img/icon2_active.svg)
}

.meshbtn_container {
    position: absolute;
    top: -72px;
    left:16px;
    border-radius: 50px;
    background-color: #fff;
    padding: 10px;
    color: #2968af;
    width: auto;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    z-index: 100
}

.meshbtn_container.active {
    visibility: visible
}

button:disabled {
    cursor: not-allowed
}

.mesh_btn {
    position: relative;
    pointer-events: all;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    z-index: 99;
    margin-right: 8px;
}

.mesh_btn:last-child {
    margin-right: 0
}

.meshbtn_container.active {
    color: #000
}

.mesh_btn {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 10px;
    background: #fff;
    border: 1px solid #2968af;
    color: #2968af;
    text-align: center;
    font-size: 17.6px;
    line-height: 17.6px;

}

.mesh_btn.active,
.mesh_btn:active {
    background: #2968af;
    color: #fff
}

.mesh_title {
    position: absolute;
    top: 48px;
    text-align: center;
    left: 50%;
    top: 160px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.mesh_title>p {
    grid-row: 1/-1;
    grid-column: 1/-1
}

.mesh_title p {
    font-size: calc(12px + 1.5vw);
    font-weight: lighter;
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    will-change: transform;
    -webkit-transition: opacity 1.5s cubic-bezier(.86, 0, .07, 1), -webkit-transform 1.5s cubic-bezier(.86, 0, .07, 1);
    transition: opacity 1.5s cubic-bezier(.86, 0, .07, 1), -webkit-transform 1.5s cubic-bezier(.86, 0, .07, 1);
    transition: transform 1.5s cubic-bezier(.86, 0, .07, 1), opacity 1.5s cubic-bezier(.86, 0, .07, 1);
    transition: transform 1.5s cubic-bezier(.86, 0, .07, 1), opacity 1.5s cubic-bezier(.86, 0, .07, 1), -webkit-transform 1.5s cubic-bezier(.86, 0, .07, 1);
    opacity: 0;
}

.mesh_title p.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

@media only screen and (max-width:650px) {
    .content.right {
        -webkit-transform: translateX(-35%);
        transform: translateX(-35%)
    }

    .content.left {
        -webkit-transform: translate(-30%, -35%);
        transform: translate(-30%, -35%);
        left: -40px;
        bottom: -50px
    }

    .mesh_title p {
        font-size: 24px;
    }

    .controls {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: 30px;
    }

    .logocontainer div {
        width: 4.5rem;
        display: none;
    }
}

@media (max-height:390px) {
    .mesh_title {
        position: absolute;
        text-align: center;
        left: 50%;
        top: 70px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        overflow: hidden;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr
    }

    .mesh_title p {
        font-size: 24px;
    }
}