html {
    background: linear-gradient(to left top, #e0f6ff, #f5fcff);
    background-attachment: fixed;
    height: 100%;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: .9375rem;
    color: #4a5764;
    font-family: Gordita, Avenir, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.75;
    min-height: 100%;
    margin: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

/* debug */
/* .banner * {
    border: 1px solid red;
} */

/* .main * {
    border: 1px solid orange;
} */

/* ::after,
::before {
    border: 1px solid blue;
} */

/* debug */

.banner {
    width: 100%;
    height: 56px;
}

.banner .area {
    margin: 0 auto;
    max-width: 900px;
    height: 56px;
    position: relative
}

.logo {
    display: none;
    position: absolute;
    margin-top: 12px;
    margin-left: 20px;
    height: 82%;
}

.logo a {
    overflow: hidden;
}

.logo a img {
    max-height: 100%;
}

.top_nav {
    position: static;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
}

.top_nav ul {
    padding: initial;
    margin: auto;
}

.top_nav li {
    line-height: 56px;
    margin-left: 10px;
    display: inline;
}

.top_nav li a {
    color: #000;
    font-size: 1rem;
    opacity: 0.5;
    filter: alpha(opacity=50);
    text-decoration: none;
}

.top_nav li.on a,
.top_nav li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none
}

ul,
ol {
    list-style: none;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2rem;
    min-height: 100%;
}

.main .left {
    margin: 0 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main .left h1 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 600;
    color: #00b3ff;
    letter-spacing: -.025em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 24px;
}

.main .left p {
    margin: 0 0 24px;
    max-width: 40rem;
}

.main .left .gdoc-tabs {
    width: 400px;
}

.main .left .gdoc-tabs .gdoc-tabs__content p {
    margin: 0 0 5px;
}

.main .right {
    margin-top: 1rem;
    width: 86%;
    max-width: 850px;
}

.main .right .imgs {
    border-radius: 5px;
    width: 100%;
}

/* Component CSS */
.button {
    background: #00b3ff;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px;
    transition: all .2s ease;
    border: 0;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    position: relative;
    text-shadow: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    text-align: center;
}

.button:focus,
.button:hover {
    background: #1abaff
}

.button:focus::after,
.button:hover::after {
    display: none
}

.button:hover {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1)
}

.button:focus {
    outline: 0
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    overflow: visible;
    font-family: inherit;
    margin: 0;
}

/* Component CSS */

@media only screen and (min-width: 1440px) and (min-height: 900px) {
    .gdoc-tabs .gdoc-tabs__content {
        height: 380px !important;
    }
}

@media only screen and (min-width: 1350px) {
    .banner .area {
        max-width: 1260px !important;
    }

    .top_nav ul {
        margin-top: 15px;
    }

    .main {
        flex-direction: row;
        margin: 0 auto;
        margin-top: -56px;
        max-width: 1260px;
    }

    .main .left p:first-of-type {
        font-size: 16px;
        font-size: 1rem
    }

    .main .left {
        margin: 7% 48px 0 0;
    }

    .gdoc-tabs .gdoc-tabs__content {
        height: 190px;
    }

    .main .right .imgs {
        width: 850px;
        position: static;
        margin-top: 100px;
    }
}

@media only screen and (min-width: 900px) {
    .banner .area {
        max-width: 820px;
    }

    .logo {
        display: block;
    }

    .top_nav {
        position: absolute;
    }
}

@media only screen and (min-width: 660px) {
    .top_nav li {
        margin-left: 35px;
    }
}

.badge-rainbow {
    font-size: 12px;
    color: #6e6e73;
    line-height: 1.33337;
    letter-spacing: -.01em;
    border-radius: 12px;
    padding: 3px 11px;
    margin-right: 16px;
    border: 1px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, right top, left top, from(#70db96), color-stop(#66beb3), color-stop(#759bec), color-stop(#a277c8), color-stop(#f56a62), color-stop(#f9ac5e), to(#fdde5d));
    background-image: -o-linear-gradient(#fff, #fff), -o-linear-gradient(right, #70db96, #66beb3, #759bec, #a277c8, #f56a62, #f9ac5e, #fdde5d);
    background-image: linear-gradient(#fff, #fff), linear-gradient(270deg, #70db96, #66beb3, #759bec, #a277c8, #f56a62, #f9ac5e, #fdde5d);
    background-origin: border-box;
    background-clip: padding-box, border-box
}

.badge-parent {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.badge-position {
    display: flex;
    flex-flow: wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    min-width: 20px;
    line-height: 1;
    padding: 0px 6px;
    margin: 0;
    height: 20px;
    border-radius: 10px;
    z-index: 1;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(206, 147, 216);
    color: rgba(0, 0, 0, 0.87);
    top: 0px;
    right: 0px;
    transform: scale(1) translate(80%, -70%);
    transform-origin: 100% 0%;
}