/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: initial;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: initial;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
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 {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: initial;
}
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-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    background-color: #ddd;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
}
body.no-scroll {
    overflow: hidden;
}
.cloak {
    opacity: 0;
}
.page {
    transition: opacity 0.3s ease;
}
.content {
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}
.main {
    text-align: center;
    max-width: 100%;
    padding: 0 2rem;
    margin-bottom: 7vw;
}
.main-content {
    transition: opacity 0.5s ease, transform 0.5s ease;
    max-width: 80%;
    margin: 0 auto;
    padding: 3rem 2.5rem 2rem;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
}
@media (min-width: 600px) {
    .main-content {
        margin-right: 10vw;
    }
    .main-content.cloak {
        opacity: 0;
        transform: translateX(-4rem);
    }
}
.text-with-shadow {
    text-shadow: rgba(0, 0, 0, 0.66) 0 0 3rem;
}
.logo {
    width: 10rem;
    height: 10rem;
    margin: 0 2rem 0 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo > svg {
    width: 7rem;
    height: 7rem;
}
.logo-and-datetime-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 4rem;
}
.datetime-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1.5rem 2rem;
    position: relative;
    z-index: 100;
}
footer {
    font-size: 1.4rem;
    bottom: 0;
    padding: 1.5rem 2rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.footer-wrapper {
    justify-content: space-between;
    transition: opacity 0.5s ease;
}
.footer-wrapper.cloak {
    opacity: 0;
}
.footer-legal {
    padding: 1rem;
}
.footer-legal-item {
    display: inline-block;
    margin: 0 1rem 1rem 0;
}
.footer-legal-link {
    text-decoration: none;
    color: #fff;
}
@media (min-width: 768px) {
    .footer-wrapper {
        display: flex;
    }
    .footer-legal-item {
        margin-bottom: 0;
    }
}
:root {
    --balloon-font-size: 1.4rem;
    --balloon-color: rgba(0, 0, 0, 0.75);
    --balloon-move: 0.4rem;
}
[aria-label][data-balloon-pos]:after {
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    text-indent: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: var(--balloon-font-size);
    background: var(--balloon-color);
    border-radius: 0.5rem;
    color: #fff;
    content: attr(aria-label);
    padding: 1em;
    position: absolute;
    white-space: pre;
    z-index: 100;
    box-shadow: 0 0 1.5rem rgba(80, 80, 80, 0.5);
}
@media (max-width: 599.9px) {
    [aria-label][data-balloon-pos][data-balloon-pos="custom"]:after {
        left: 100%;
        margin-left: 1rem;
        top: 50%;
        transform: translate(calc(var(--balloon-move) * -1), -50%);
    }
    [aria-label][data-balloon-pos][data-balloon-pos="custom"]:hover:after {
        transform: translateY(-50%);
    }
    [aria-label][data-balloon-pos]:hover:after,
    [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
        opacity: 1;
        pointer-events: none;
    }
}
@media (min-width: 600px) {
    [aria-label][data-balloon-pos="custom"]:after {
        margin-right: 1rem;
        right: 85%;
        top: 25%;
        transform: translate(var(--balloon-move), -50%);
    }
    [aria-label][data-balloon-pos="custom"]:hover:after {
        transform: translate(40, -50%);
    }
    [aria-label][data-balloon-pos]:hover:after,
    [aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
        opacity: 1;
        pointer-events: none;
    }
}
.modal {
    display: none;
    position: fixed;
    background-color: #fff;
    border-radius: 0.5rem;
    margin: 15vh 15vw;
    min-height: 400px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease;
    z-index: 100;
}
.modal.will-show {
    display: flex;
    flex-direction: column;
}
.modal.is-shown {
    opacity: 1;
}
.modal-header,
.modal-tabs {
    display: flex;
    align-items: center;
}
.modal-tabs {
    flex-grow: 1;
    font-weight: 500;
    font-size: 1.4rem;
}
.modal-tab {
    height: 6rem;
    line-height: 6rem;
    padding: 0 3rem;
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
}
.modal-tab.is-active {
    color: #2ea2f8;
    border-bottom: 0.3rem solid #2ea2f8;
}
.modal-tab.is-active > svg {
    fill: #2ea2f8;
    position: relative;
    top: 0.1rem;
}
.modal-tab-title-text {
    margin-left: 1.4rem;
    font-size: 1.4rem;
}
.modal-close {
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 1rem 1.2rem;
    border-radius: 50%;
    height: 4rem;
    margin: 1rem;
    transition: background-color 0.15s ease;
}
.modal-close:focus,
.modal-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.modal-close > svg {
    display: block;
    fill: #979797;
    width: 1.6rem;
    position: relative;
    top: -0.2rem;
}
.modal-content {
    background-color: #f3f0f0;
    flex-grow: 1;
    overflow-y: auto;
}
.search-bar {
    background-color: hsla(0, 0%, 100%, 0.8);
    border-radius: 100rem;
    border: 0.1rem solid #dfe3e9;
    width: 60rem;
    max-width: 100%;
    margin: 0 auto 3.4rem;
    transition: background-color 0.3s ease;
}
.search-bar:focus-within {
    background-color: #fff;
}
.search-bar > form {
    display: flex;
    align-items: center;
    height: 3.6rem;
}
.search-bar-icon {
    font-size: 1.4rem;
    padding: 0 1rem;
    background: none;
    color: #333;
    border: 0;
    cursor: pointer;
    outline: 0;
    height: calc(100% + 2px);
    margin-right: -1px;
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    border-left: 1px solid #ccc;
    transition: border-color 0.3s ease;
}
.search-bar-icon:focus-visible {
    border-color: #ccc;
}
.search-input {
    flex-grow: 1;
    padding-left: 1.5rem;
    background-color: initial;
    border: 0;
    outline: 0;
    height: 100%;
    font-size: 1.6rem;
    color: #222;
}
.time-widget {
    margin-bottom: 1.2rem;
}
.time-widget-time {
    font-size: 6rem;
    font-weight: 500;
    font-family: Bebas Neue;
}
.time-widget-day-period {
    margin-left: 0.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 500;
}
.date-widget {
    font-size: 1.4rem;
    font-weight: 500;
}
.background-widget-image {
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: opacity;
    transition-timing-function: ease;
}
.background-widget-shaders {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.background-widget-shaders .bottom,
.background-widget-shaders .topLeft,
.background-widget-shaders .topRight {
    height: 28%;
    position: absolute;
}
.background-widget-shaders .topLeft {
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.5) -20%, transparent 30%);
    left: 0;
    width: 100%;
}
.background-widget-shaders .all {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.background-widget-shaders .bottom {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.5));
    bottom: 0;
    left: 0;
    width: 100%;
}
.background-widget-tile-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
    margin: 0;
    padding: 1rem;
    list-style: none;
}
.background-widget-tile {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-bottom: 88.89%;
    height: 0;
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
}
.background-widget-select {
    border: 0.4rem solid transparent;
    outline: 0;
    background: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in;
}
.background-widget-select:focus,
.background-widget-tile.is-selected .background-widget-select,
.background-widget-tile:hover .background-widget-select {
    border-color: #5bb9ff;
}
.background-widget-check-mark {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
    width: 3.2rem;
    height: 3.2rem;
    background-color: #fff;
    border-radius: 50%;
    fill: #5bb9ff;
}
.background-widget-selector-option {
    display: inline-block;
    transition: opacity 0.5s ease, transform 0.5s ease, background-color 0.15s ease;
    padding: 2rem;
    background: none;
    cursor: pointer;
    border: 0;
    outline: 0;
    border-radius: 50%;
}
.background-widget-selector-option:focus,
.background-widget-selector-option:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}
.background-widget-selector-option > svg {
    fill: #fff;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
    display: block;
}
.background-widget-credit {
    padding: 1rem;
    border-radius: 0.5rem;
    align-self: flex-end;
}
.background-widget-credit a {
    color: #fff;
    text-decoration: none;
}
.background-widget-modal-tab > svg {
    width: 1.6rem;
    height: 1.3rem;
}
@media (min-width: 375px) {
    .background-widget-tile-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 758px) {
    .background-widget-tile-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .background-widget-tile-list {
        grid-template-columns: repeat(4, 1fr);
    }
}
.top-sites-widget {
    --tile-width: 11.5rem;
}
.top-sites-widget-list {
    list-style: none;
    padding: 0;
    font-size: 0;
    max-width: calc(var(--tile-width) * 2);
    margin: 0 auto;
}
.top-sites-widget-list-item {
    display: inline-block;
    width: var(--tile-width);
    display: none;
}
.top-sites-widget-list-item:nth-child(-n + 2) {
    display: inline-block;
}
@media (min-width: calc(115px * 2 + 40px + 15px)) {
    .top-sites-widget-list {
        max-width: calc(var(--tile-width) * 2);
    }
    .top-sites-widget-list-item:nth-child(-n + 4) {
        display: inline-block;
    }
}
@media (min-width: calc(115px * 3 + 40px + 15px)) {
    .top-sites-widget-list {
        max-width: calc(var(--tile-width) * 3);
    }
    .top-sites-widget-list-item:nth-child(-n + 9) {
        display: inline-block;
    }
}
.top-sites-widget-list-item a {
    display: block;
    padding: 1rem 0;
    text-decoration: none;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.66) 0 0 1rem;
    transition: transform 0.3s ease;
}
.top-sites-widget-list-item a:hover {
    transition: transform 0.3s cubic-bezier(0.61, 0.22, 0.34, 2.16);
    transform: scale(1.3);
}
.top-sites-widget-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    color: #5a5a5a;
}
.top-sites-widget-link-text {
    font-size: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 2rem 1rem;
}
.top-sites-widget-link > img,
.top-sites-widget-link > svg {
    width: 2.4rem;
}
.quote-widget {
    flex-grow: 1;
    text-align: center;
    font-size: 1.6rem;
    padding: 2rem;
    text-shadow: rgba(0, 0, 0, 0.66) 0 0 1rem;
}
.quote-widget q {
    font-style: italic;
}
.quote-widget q:after,
.quote-widget q:before {
    content: "";
}
