@import url(https://fonts.googleapis.com/css?family=Droid + Sans + Mono);











button.modalCloseBtn {
    color: #fff;
    position: fixed !important;
    z-index: 9999991 !important;
    background-color: transparent !important;
    top: 10px !important;
    right: 50px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
}
@media (max-width: 767px) {
    button.modalCloseBtn {
        top: 10px !important;
        right: 10px !important;
    }
}
button.modalCloseBtn svg {
    height: 32px;
    width: 32px;
}
.reuseModalHolder {
    border: 0 !important;
    background-color: transparent !important;
}
.reuseModalHolder.search-modal,
.reuseModalHolder.video-modal {
    background-color: hsla(0, 0%, 100%, 0.96) !important;
    overflow-y: auto !important;
}
.reuseModalHolder.search-modal .innerRndComponent,
.reuseModalHolder.video-modal .innerRndComponent {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.reuseModalHolder.search-modal .innerRndComponent iframe,
.reuseModalHolder.video-modal .innerRndComponent iframe {
    max-width: 700px !important;
    max-height: 380px !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 5px !important;
}
.reuseModalHolder.video-modal {
    background-color: transparent !important;
}
.reuseModalHolder .innerRndComponent {
    padding-right: 0 !important;
}
.reuseModalCloseBtn {
    cursor: pointer !important;
}
.reuseModalOverlay,
.reuseModalParentWrapper {
    z-index: 99999 !important;
}
@media (min-width: 768px) {
    .reuseModalHolder.login-modal {
        top: 0 !important;
        left: 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }
}
.reuseModalHolder.search-modal {
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: 100%;
    height: 100%;
}
.reuseModalHolder.login-modal .innerRndComponent {
    overflow-y: auto;
}
.reuseModalHolder.demo_switcher_modal {
    max-width: 100% !important;
    max-height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    background-color: rgba(16, 30, 77, 0.9) !important;
    border: 0 initial !important;
    border-color: initial !important;
    -o-border-image: initial !important;
    border-image: initial !important;
}
.reuseModalHolder.demo_switcher_modal .innerRndComponent {
    overflow: auto;
    border-radius: 8px !important;
}
@media (min-width: 1201px) {
    .reuseModalHolder.demo_switcher_modal .innerRndComponent {
        width: calc(100% + 20px);
        margin-right: -20px;
    }
}
.reuseModalHolder {
    padding: 0 !important;
}
.reuseModalOverlay {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
}
.reuseModalOverlay,
.reuseModalParentWrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.reuseModalParentWrapper {
    position: fixed;
}
.reuseModalHolder,
.reuseModalParentWrapper {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.reuseModalHolder {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background: #f0f0f0;
    padding: 30px;
    z-index: 99999;
}
.innerRndComponent {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
}
.reuseModalCloseBtn {
    position: fixed;
    top: 10px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background-color: transparent;
    outline: 0;
    border: 0;
    cursor: pointer;
    z-index: 9999999;
}
* {
    box-sizing: border-box;
}
#app {
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #fbab7e;
    background-image: linear-gradient(62deg, #fbab7e, #f7ce68);
}
#app,
header {
    display: flex;
    position: relative;
}
header h1 {
    font-family: Droid Sans Mono, monospace;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}
.NormalClock {
    display: flex;
    justify-content: space-between;
    width: 500px;
    align-items: center;
}
.NormalUnitContainer {
    display: block;
    position: relative;
    width: 140px;
    height: auto;
    perspective-origin: 50% 50%;
    perspective: 300px;
    border-radius: 5px;
    background-color: #fff;
}
.NormallowerCard,
.NormalupperCard {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.NormallowerCard span,
.NormalupperCard span {
    font-size: 4em;
    font-family: Roboto, monospace;
    font-weight: 300;
    color: #000;
}
.NormalupperCard {
    align-items: flex-end;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.NormallowerCard {
    align-items: flex-start;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.NormallowerCard span {
    transform: translateY(-50%);
}
.NormalCard {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.NormalCard span {
    font-family: Roboto, monospace;
    font-size: 4em;
    font-weight: 300;
    color: #000;
}
.NormalCard.unfold {
    top: 50%;
    align-items: flex-start;
    transform-origin: 50% 0;
    transform: rotateX(180deg);
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.NormalCard.unfold span {
    transform: translateY(-50%);
}
.NormalCard.fold {
    top: 0;
    align-items: flex-end;
    transform-origin: 50% 100%;
    transform: rotateX(0deg);
    background-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.NormalCard.fold span {
    transform: translateY(50%);
}
.digitLabel {
    font-size: 14px;
    font-family: Roboto;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 12px;
    text-align: center;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
html {
    font: 112.5%/1.45em georgia, serif;
    box-sizing: border-box;
    overflow-y: scroll;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    color: rgba(0, 0, 0, 0.8);
    font-family: georgia, sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
}
img {
    max-width: 100%;
    padding: 0;
    margin: 0 0 1.45rem;
}
h1 {
    font-size: 2.25rem;
}
h1,
h2 {
    padding: 0;
    margin: 0 0 1.45rem;
    color: inherit;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
}
h2 {
    font-size: 1.62671rem;
}
h3 {
    font-size: 1.38316rem;
}
h3,
h4 {
    padding: 0;
    margin: 0 0 1.45rem;
    color: inherit;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
}
h4 {
    font-size: 1rem;
}
h5 {
    font-size: 0.85028rem;
}
h5,
h6 {
    padding: 0;
    margin: 0 0 1.45rem;
    color: inherit;
    font-weight: 700;
    text-rendering: optimizeLegibility;
    line-height: 1.1;
}
h6 {
    font-size: 0.78405rem;
}
hgroup {
    padding: 0;
    margin: 0 0 1.45rem;
}
ol,
ul {
    padding: 0;
    margin: 0 0 1.45rem 1.45rem;
    list-style-position: outside;
    list-style-image: none;
}
dd,
dl,
figure,
p {
    padding: 0;
    margin: 0 0 1.45rem;
}
pre {
    margin: 0 0 1.45rem;
    font-size: 0.85rem;
    line-height: 1.42;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    overflow: auto;
    word-wrap: normal;
    padding: 1.45rem;
}
table {
    font-size: 1rem;
    line-height: 1.45rem;
    border-collapse: collapse;
    width: 100%;
}
fieldset,
table {
    padding: 0;
    margin: 0 0 1.45rem;
}
blockquote {
    padding: 0;
    margin: 0 1.45rem 1.45rem;
}
form,
iframe,
noscript {
    padding: 0;
    margin: 0 0 1.45rem;
}
hr {
    padding: 0;
    margin: 0 0 calc(1.45rem - 1px);
    background: rgba(0, 0, 0, 0.2);
    border: none;
    height: 1px;
}
address {
    padding: 0;
    margin: 0 0 1.45rem;
}
b,
dt,
strong,
th {
    font-weight: 700;
}
li {
    margin-bottom: 0.725rem;
}
ol li,
ul li {
    padding-left: 0;
}
li > ol,
li > ul {
    margin-left: 1.45rem;
    margin-bottom: 0.725rem;
    margin-top: 0.725rem;
}
blockquote :last-child,
li :last-child,
p :last-child {
    margin-bottom: 0;
}
li > p {
    margin-bottom: 0.725rem;
}
code,
kbd,
samp {
    font-size: 0.85rem;
    line-height: 1.45rem;
}
abbr,
abbr[title],
acronym {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    cursor: help;
}
abbr[title] {
    text-decoration: none;
}
td,
th,
thead {
    text-align: left;
}
td,
th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    font-feature-settings: "tnum";
    -moz-font-feature-settings: "tnum";
    -ms-font-feature-settings: "tnum";
    -webkit-font-feature-settings: "tnum";
    padding: 0.725rem 0.96667rem calc(0.725rem - 1px);
}
td:first-child,
th:first-child {
    padding-left: 0;
}
td:last-child,
th:last-child {
    padding-right: 0;
}
code,
tt {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    font-family: SFMono-Regular, Consolas, Roboto Mono, Droid Sans Mono, Liberation Mono, Menlo, Courier, monospace;
    padding: 0.2em 0;
}
pre code {
    background: none;
    line-height: 1.42;
}
code:after,
code:before,
tt:after,
tt:before {
    letter-spacing: -0.2em;
    content: " ";
}
pre code:after,
pre code:before,
pre tt:after,
pre tt:before {
    content: "";
}
@media only screen and (max-width: 480px) {
    html {
        font-size: 100%;
    }
}

