/* patterns from subtlepatterns.com */
.menu-content {
    cursor: pointer;
    position: relative
}

li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.v {
    display: inline-block;
    vertical-align: top
}

.ps {
    position: relative;
    margin-left: 0;
    margin-top: 2px
}

.s {
    min-width: 960px;
    width: 960px;
    min-height: 60px
}

.c {
    z-index: 10;
    pointer-events: auto
}

.ps2 {
    position: relative;
    margin-left: 0;
    margin-top: 0
}

.c2 {
    z-index: 8;
    pointer-events: none;
    border: 0;
    background-color: #1a1f31
}

.v2 {
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.ps3 {
    position: relative;
    margin-left: 0;
    margin-top: 6px
}

.s2 {
    min-width: 960px;
    width: 960px;
    min-height: 60px;
    height: 60px
	padding: 2px;
}

.c3 {
    z-index: 9;
    pointer-events: auto
}

.p {
    padding-top: 0;
    text-indent: 0;
    padding-bottom: 0;
    padding-right: 0;
    text-align: center
}

.f {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    background-color: initial;
    line-height: 32px;
    letter-spacing: normal;
    text-shadow: none
}

.menu-device {
    background-color: rgb(0, 0, 0);
    display: none
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.ps12 {
    position: relative;
    margin-left: 0;
    margin-top: 26px
}

.c14 {
    pointer-events: auto
}

.c15 {
    z-index: 6;
    pointer-events: none;
    border: 0;
    background-color: #1a1f31
}

.c16 {
    z-index: 7;
    pointer-events: auto
}

.menu-device {
    background-color: rgb(0, 0, 0);
    display: none
}

.ps23 {
    position: relative;
    margin-left: 0;
    margin-top: 19px
}

.s28 {
    min-width: 372px;
    width: 372px;
    min-height: 44px;
    height: 44px
}

.input {
    border: 1px solid #c0c0c0;
    background-color: #c0c0c0;
    width: 372px;
    height: 44px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: #000;
    line-height: 22px;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.ps24 {
    position: relative;
    margin-left: 0;
    margin-top: 21px
}

.ps25 {
    position: relative;
    margin-left: 0;
    margin-top: 18px
}

.s29 {
    min-width: 372px;
    width: 372px;
    min-height: 305px;
    height: 305px
}

.input2 {
    border: 1px dashed #c0c0c0;
    background-color: #1a1f31;
    width: 372px;
    height: 305px;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: #fff;
    line-height: 22px;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 4px
}

.ps26 {
    position: relative;
    margin-left: 103px;
    margin-top: 23px
}

.s30 {
    min-width: 181px;
    width: 181px;
    min-height: 32px
}

.s31 {
    width: 181px;
    height: 32px
}

.submit {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    color: #000;
    line-height: 22px;
    letter-spacing: normal;
    text-shadow: none;
    text-indent: 0;
    text-align: center;
    border: 0;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0
}

.submit:hover {
    background-color: #82939e;
    border-color: #000;
    color: #000
}

.submit:active {
    background-color: #52646f;
    border-color: #000;
    color: #fff
}

.ps27 {
    position: relative;
    margin-left: 0;
    margin-top: 58px
}

.menu-device {
    background-color: rgb(0, 0, 0);
    display: none
}

.parent {
  display: grid;
  place-items: center;
}
