.gate-demo__navbar{
    height: 70px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px -8px 64px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 14px;
}
.gate-demo__navbar-wrap{
    position: relative;
}
.gate-demo__navbar-logo{
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding-left: 24px;
    padding-right: 24px;
}
.gate-demo__navbar-menu{
    height: 70px;
    width: 262px;
    position: relative;
}
.gate-demo__navbar-menu-active{
    padding-left: 12px;
    padding-right: 24px;
    height: 70px;
    display: flex;
    align-items: center;
    padding-top: 22px;
    cursor: pointer;
    font-weight: bold;
}
.gate-demo__navbar-menu-active:before{
    content: "\f077";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 21px;
    bottom: 28px;
    color: #a4a4a4;
}
.gate-demo__navbar-menu-active:after{
    content: "Template";
    display: block;
    position: absolute;
    top: 12px;
    font-weight: 500;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.42);
}
.gate-demo__navbar-menu-active.active:before{
    content: "\f078";
}
.gate-demo__navbar-menu-list{
    position: absolute;
    display: none;
    background-color: #fff;
    bottom: 65px;
    left: 0px;
    width: 262px;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}
.gate-demo__navbar-menu-list-item{
    padding: 8px 12px;
    display: block;
    cursor: pointer;
}
.gate-demo__navbar-menu-list-item:hover{
    background-color: rgba(219, 222, 225, 0.25);
}
.gate-demo__navbar-right{
    padding-right: 12px;
}
.gate-demo__button-get_started{
    text-decoration: none;
    display: inline-block;
    background: rgb(61, 164, 230);
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    line-height: 24px;
    box-shadow: rgba(61, 164, 230, 0.32) 0px 2px 4px 0px;
}
.gate-demo__button-get_started:hover{
    background-color: rgb(83, 178, 239);
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.preloader{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.64);
}



.gate-demo__list{
    position: fixed;
    bottom: 24px;
    left: 24px;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.24);
    z-index: 100000;
    border-radius: 7px;
    background-color: #fff;
}