.inner-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 74rem;
    margin: 0 auto;
    padding: 0 0.75rem;
}

.site-logo{
    color: #fff;
    font-family: Roboto;    
    font-size: 18pt;
}

img + em {
    display: block;
    color: gray;
}
@media (min-width: 720px) {
    .inner-container {
        padding: 0 1.5rem;
    }
    }@-webkit-keyframes fade-on-load {
        0% {
            opacity: 0;
            -webkit-transform: translateY(0.75rem);
            transform: translateY(0.75rem);
        }
        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        }@keyframes fade-on-load {
            0% {
                opacity: 0;
                transform: translateY(0.75rem);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
            }* {
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            html {
                font-size: 10.5pt;
            }
            @media (min-width: 720px) {
                html {
                    font-size: 12pt;
                }
                }body {
                    margin: 0;
                    background: #fff;
                    color: #435261;
                    font-family: Roboto, sans-serif;
                    font-weight: 400;
                    line-height: 1.5rem;
                    -webkit-font-feature-settings: "dlig",  "kern",  "liga";
                    -moz-font-feature-settings: "dlig",  "kern",  "liga";
                    -ms-font-feature-settings: "dlig",  "kern",  "liga";
                    -o-font-feature-settings: "dlig",  "kern",  "liga";
                    font-feature-settings: "dlig",  "kern",  "liga";
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
                a {
                    color: #5AB552;
                    text-decoration: none;
                    background-image: linear-gradient(0deg,  #D3DBE3 0%,  #D3DBE3 50%,  transparent 50%,  transparent 100%);
                    background-position: bottom left;
                    background-repeat: repeat-x;
                    background-size: 2px 2px;
                }
                @media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
                    a {
                        background-size: 1px 1px;
                    }
                    }a:focus, a:hover {
                        color: #6bbd64;
                    }
                    blockquote {
                        margin: 0;
                        font-size: 1rem;
                        font-style: italic;
                        line-height: 1.5rem;
                        color: #898a99;
                    }
                    p, h1, h2, h3 {
                        max-width: 35rem;
                        margin: 1.5rem auto;
                    }
                    h1, h2, h3 {
                        font-family: Roboto, sans-serif;
                        font-weight: 500;
                    }
                    h1 {
                        margin: 0 0 1.5rem;
                        font-size: 2.25rem;
                        font-weight: 400;
                        line-height: 3rem;
                    }
                    h2 {
                        margin-top: 1.5rem;
                        margin-bottom: 1.5rem;
                        font-size: 1.25rem;
                        line-height: 1.5rem;
                    }
                    h3 {
                        margin-top: 1.5rem;
                        margin-bottom: 1.5rem;
                        font-size: 1rem;
                        line-height: 1.5rem;
                    }
                    header a {
                        background-image: none;
                    }
                    iframe {
                        margin: 1.5rem auto;
                    }
                    pre, code {
                        font-family: "Source Code Pro",  monospace;
                        font-size: 1rem;
                        line-height: 1.125rem;
                        letter-spacing: -0.05rem;
                        -webkit-font-feature-settings: normal;
                        -moz-font-feature-settings: normal;
                        -ms-font-feature-settings: normal;
                        -o-font-feature-settings: normal;
                        font-feature-settings: normal;
                    }
                    pre {
                        margin: 1.5rem 0;
                        padding: 0.75rem;
                        background: #F0F0F0;
                        overflow-x: scroll;
                        -webkit-overflow-scrolling: touch;
                    }
                    pre code {
                        padding: 0;
                        background-color: transparent;
                    }
                    table {
                        max-width: 100%;
                        margin: 1.5rem auto;
                        border-right: 1px solid #D3DBE3;
                        border-left: 1px solid #D3DBE3;
                        border-collapse: collapse;
                    }
                    table h3, table p {
                        margin: 0;
                    }
                    tr:first-child td, tr:first-child th {
                        border-top: 1px solid #D3DBE3;
                    }
                    th {
                        font-weight: 500;
                        background: #D3DBE3;
                    }
                    td, th {
                        height: 3rem;
                        padding: 0.75rem;
                        border-bottom: 1px solid #D3DBE3;
                        text-align: left;
                        vertical-align: top;
                    }
                    .container {
                        width: 60rem;
                        margin: 0 auto;
                        padding: 0 1.5rem;
                    }
                    .container:after {
                        content: " ";
                        display: table;
                        clear: both;
                    }
                    .page-header {
                        padding: 3rem 1.5rem;
                        text-align: center;
                    }
                    .page-header h1 {
                        margin: 0 auto;
                    }
                    .page-header p {
                        width: 43.75rem;
                        margin: 1.5rem auto;
                        font-size: 1.25rem;
                        line-height: 1.5rem;
                    }
                    .page-header a {
                        color: #D3DBE3;
                    }
                    .page-header a:focus, .page-header a:hover {
                        color: #fff;
                    }
                    .page-header--support {
                        background: #435261;
                        border-radius: 0.25rem;
                        color: #fff;
                    }
                    .page-header--features {
                        background: #435261;
                        border-radius: 0.25rem;
                        color: #fff;
                    }
                    .page-header--downloads {
                        background: #435261;
                        border-radius: 0.25rem;
                        color: #fff;
                    }
                    .page-header--blog {
                        background: #435261;
                        border-radius: 0.25rem;
                        color: #fff;
                    }
                    .page-header--community {
                        background: #435261;
                        border-radius: 0.25rem;
                        color: #fff;
                    }
                    .page-header--homepage {
                        margin-top: -1.5rem;
                        margin-bottom: 1.5rem;
                        padding: 2.25rem 0 1.5rem;
                        text-align: left;
                        background-color: #435261;
                        color: #fff;
                    }
                    .page-header--homepage .inner-container {
                        background-image: url("../images/ouro-full.svg");
                        background-position: right 3rem bottom;
                        background-repeat: no-repeat;
                        background-size: contain;
                    }
                    .page-header--homepage h1 {
                        width: auto;
                        padding: 3rem 0 0;
                        max-width: 45rem;
                        margin: 0 0 1.5rem 0;
                    }
                    @media (max-width: 720px),  (max-device-width: 720px) {
                        .page-header--homepage h1 {
                            margin: 0;
                        }
                        }@media (max-width: 1000px),  (max-device-width: 1050px) {
                            .page-header--homepage .inner-container {
                                background-image: none;
                            }
                            }@media (max-width: 800px),  (max-device-width: 800px) {
                                .page-header--homepage {
                                    text-align: center;
                                }
                                }.c2a {
                                    display: block;
                                    max-width: 100%;
                                    padding: 1.5rem 0 2.25rem;
                                }
                                .c2a a {
                                    display: block;
                                    color: #fff;
                                    margin: 0.375rem 0;
                                }
                                @media (min-width: 600px) {
                                    .c2a {
                                        margin: 0 -0.375rem;
                                    }
                                    .c2a a {
                                        display: inline-block;
                                        margin: 0.375rem;
                                    }
                                    }.c2a .btn--secondary {
                                        border-color: #586b7f !important;
                                        background: #586b7f;
                                    }
                                    .c2a .btn--secondary:focus, .c2a .btn--secondary:hover {
                                        background: #62788e;
                                        border-color: #62788e;
                                    }
                                    .page-main {
                                        margin: 1.5rem 0;
                                        padding: 1.5rem;
                                        background: #fff;
                                        color: #636472;
                                        border-radius: 0.25rem;
                                        border: 1px solid #D3DBE3;
                                    }
                                    .page-main:after {
                                        content: " ";
                                        display: table;
                                        clear: both;
                                    }
                                    .page-main h1, .page-main h2 {
                                        width: 35rem;
                                        margin-left: auto;
                                        margin-right: auto;
                                    }
                                    .page-main ul {
                                        width: 35rem;
                                        margin: 1.5rem auto;
                                        padding: 0 0 0 1.5rem;
                                    }
                                    .page-main--wide {
                                        margin: 1.5rem 0;
                                        padding: 1.5rem 3rem;
                                        background: #fff;
                                        color: #636472;
                                        border-radius: 0.25rem;
                                        border: 1px solid #D3DBE3;
                                    }
                                    .page-main--wide:after {
                                        content: " ";
                                        display: table;
                                        clear: both;
                                    }
                                    .page-main--wide h2 {
                                        max-width: 100%}
                                        .page-main--blog h1 {
                                            margin-top: 3rem;
                                            color: #435261;
                                        }
                                        .page-main--blog figure {
                                            width: 45rem;
                                            margin: 1.5rem auto;
                                            padding: 0;
                                        }
                                        .page-main--blog figure img {
                                            width: 100%}
                                            .blog-post {
                                                box-sizing: border-box;
                                                border: 1px solid #D3DBE3;
                                                padding: 3rem 1.5rem;
                                                margin: 0 0 1.5rem;
                                            }
                                            .blog-post h1 {
                                                max-width: 36rem !important;
                                                margin: 0 auto;
                                                text-align: center;
                                                font-weight: 700;
                                            }
                                            .blog-post figure {
                                                margin: 1.5rem 0;
                                            }
                                            .blog-post iframe {
                                                width: 100%}
                                                .blog-post figure, .blog-post img {
                                                    width: 100%}
                                                    .blog-post time {
                                                        display: block;
                                                        text-align: center;
                                                        margin: 1.5rem 0 3rem;
                                                        color: #898a99;
                                                    }
                                                    @media (min-width: 600px) {
                                                        .blog-post {
                                                            padding: 3rem;
                                                        }
                                                        }@media (min-width: 1000px) {
                                                            .blog-post {
                                                                padding: 6rem;
                                                            }
                                                            .blog-post time {
                                                                margin: 1.5rem 0 6rem;
                                                            }
                                                            }.blog-post p:first-of-type {
                                                                font-size: 1.25rem;
                                                                line-height: 1.875rem;
                                                            }
                                                            .post-list {
                                                                margin: -0.75rem;
                                                                padding: 0;
                                                                list-style: none;
                                                            }
                                                            .post-list__item {
                                                                box-sizing: border-box;
                                                                float: left;
                                                                width: calc(100% - 1.5rem);
                                                                background: #D3DBE3;
                                                                margin: 0.75rem;
                                                                display: -webkit-flex;
                                                                display: flex;
                                                            }
                                                            @media (min-width: 600px) {
                                                                .post-list__item {
                                                                    width: calc(50% - 1.5rem);
                                                                }
                                                                }@media (min-width: 1000px) {
                                                                    .post-list__item {
                                                                        width: calc(33.333% - 1.5rem);
                                                                    }
                                                                    }.post-list__item a {
                                                                        -webkit-justify-content: center;
                                                                        justify-content: center;
                                                                        display: -webkit-flex;
                                                                        display: flex;
                                                                        -webkit-flex-direction: column;
                                                                        flex-direction: column;
                                                                        text-align: center;
                                                                        width: 100%;
                                                                        height: 10.5rem;
                                                                        padding: 0.75rem;
                                                                        background: #6bbd64;
                                                                        color: #fff;
                                                                    }
                                                                    .post-list__item a:focus, .post-list__item a:hover {
                                                                        background: #5AB552;
                                                                    }
                                                                    .post-list__item h2 {
                                                                        margin: 0;
                                                                        font-size: 1rem;
                                                                        line-height: 1.5rem;
                                                                    }
                                                                    .post-list__item time {
                                                                        margin: 0;
                                                                        font-size: 0.75rem;
                                                                        line-height: 1.5rem;
                                                                        display: block;
                                                                    }
                                                                    .team-list {
                                                                        margin: 0 -0.75rem;
                                                                        padding: 0;
                                                                        list-style: none;
                                                                    }
                                                                    .team-list li {
                                                                        -moz-box-sizing: border-box;
                                                                        box-sizing: border-box;
                                                                        margin: 0;
                                                                        padding: 0.75rem;
                                                                        float: left;
                                                                        display: inline-block;
                                                                        width: 50%;
                                                                        line-height: 1rem;
                                                                    }
                                                                    .team-list li img, .team-list li h2, .team-list li p {
                                                                        width: 100%;
                                                                        text-align: center;
                                                                    }
                                                                    .team-list li img {
                                                                        border-radius: 0.25rem;
                                                                    }
                                                                    .team-list li h2 {
                                                                        margin: 0;
                                                                        font-size: 1rem;
                                                                        font-weight: 500;
                                                                        line-height: 1.5rem;
                                                                    }
                                                                    .team-list li p {
                                                                        margin: 0 0 1.5rem;
                                                                        font-size: 0.75rem;
                                                                        line-height: 0.75rem;
                                                                    }
                                                                    @media (min-width: 600px) {
                                                                        .team-list li {
                                                                            width: 50%}
                                                                            }@media (min-width: 720px) {
                                                                                .team-list li {
                                                                                    width: 25%}
                                                                                    }@media (min-width: 1000px) {
                                                                                        .team-list li {
                                                                                            width: 20%}
                                                                                            }.activity-tiles {
                                                                                                margin: 0;
                                                                                                padding: 0;
                                                                                                list-style: none;
                                                                                            }
                                                                                            .activity-tiles:after {
                                                                                                content: " ";
                                                                                                display: table;
                                                                                                clear: both;
                                                                                            }
                                                                                            .activity-tiles li {
                                                                                                float: left;
                                                                                                display: inline-block;
                                                                                                width: 16.666%;
                                                                                                text-align: center;
                                                                                            }
                                                                                            .activity-number {
                                                                                                display: block;
                                                                                                padding: 0.75rem 0 0;
                                                                                                color: #636472;
                                                                                                font-size: 2.5rem;
                                                                                                line-height: 3rem;
                                                                                            }
                                                                                            .activity-label {
                                                                                                display: block;
                                                                                                padding: 0 0 1.5rem;
                                                                                                font-weight: 500;
                                                                                            }
                                                                                            .feature-list {
                                                                                                margin: 0;
                                                                                                padding: 0;
                                                                                                list-style: none;
                                                                                            }
                                                                                            .feature-list:after {
                                                                                                content: " ";
                                                                                                display: table;
                                                                                                clear: both;
                                                                                            }
                                                                                            @media (min-width: 800px) {
                                                                                                .feature-list {
                                                                                                    margin: 0 -1.5rem 0rem;
                                                                                                }
                                                                                                }.feature-list__item {
                                                                                                    width: 100%;
                                                                                                    -webkit-animation: fade-on-load 1.5s ease-out;
                                                                                                    animation: fade-on-load 1.5s ease-out;
                                                                                                }
                                                                                                .feature-list__item img {
                                                                                                    position: relative;
                                                                                                    top: 1rem;
                                                                                                    left: -0.125rem;
                                                                                                    height: 3rem;
                                                                                                    opacity: 0.875;
                                                                                                }
                                                                                                @media (min-width: 800px) {
                                                                                                    .feature-list__item {
                                                                                                        float: left;
                                                                                                        width: 33.333%;
                                                                                                        padding: 0 1.5rem;
                                                                                                        margin: 0;
                                                                                                    }
                                                                                                    }.feature-section {
                                                                                                        margin-top: -1.5rem;
                                                                                                        padding: 0 0 1.5rem;
                                                                                                        background: #586b7f;
                                                                                                        color: #fff;
                                                                                                    }
                                                                                                    .feature-section a {
                                                                                                        color: #fff;
                                                                                                    }
                                                                                                    .users {
                                                                                                        padding: 1.5rem 1.5rem 3rem;
                                                                                                        border-top: 1px solid #D3DBE3;
                                                                                                        border-bottom: 1px solid #D3DBE3;
                                                                                                    }
                                                                                                    .users p {
                                                                                                        color: #898a99;
                                                                                                        font-weight: 500;
                                                                                                        text-align: center;
                                                                                                    }
                                                                                                    .users-image {
                                                                                                        width: 100%;
                                                                                                        height: 9rem;
                                                                                                        background-size: contain;
                                                                                                        background-image: url("../images/users-small.png");
                                                                                                        background-repeat: no-repeat;
                                                                                                        background-position: center center;
                                                                                                    }
                                                                                                    @media (min-width: 800px) {
                                                                                                        .users-image {
                                                                                                            height: 3rem;
                                                                                                            background-image: url("../images/users.png");
                                                                                                        }
                                                                                                        }.lead {
                                                                                                            font-size: 1.25rem;
                                                                                                            line-height: 1.5rem;
                                                                                                        }
                                                                                                        .call-to-action {
                                                                                                            margin: 3rem auto;
                                                                                                            text-align: center;
                                                                                                        }
                                                                                                        .btn {
                                                                                                            display: inline-block;
                                                                                                            height: 3rem;
                                                                                                            padding: 0.75rem 1.5rem;
                                                                                                            border: 1px solid #5AB552;
                                                                                                            border-radius: 0.25rem;
                                                                                                            font-weight: 500;
                                                                                                        }
                                                                                                        .btn--primary {
                                                                                                            background: #5AB552;
                                                                                                            color: #fff;
                                                                                                        }
                                                                                                        .btn--primary:focus, .btn--primary:hover {
                                                                                                            background: #6bbd64;
                                                                                                            color: #fff;
                                                                                                            border-color: #6bbd64;
                                                                                                        }
                                                                                                        .btn--secondary {
                                                                                                            background: transparent;
                                                                                                            color: #5AB552;
                                                                                                        }
                                                                                                        .btn--secondary:focus, .btn--secondary:hover {
                                                                                                            color: #6bbd64;
                                                                                                            border-color: #6bbd64;
                                                                                                        }
                                                                                                        .download-buttons a {
                                                                                                            display: block;
                                                                                                            text-align: center;
                                                                                                            margin: 0.75rem 0;
                                                                                                        }
                                                                                                        .media, .media--left, .media--right {
                                                                                                            width: 35rem;
                                                                                                            margin: 3rem auto;
                                                                                                        }
                                                                                                        .media:after, .media--left:after, .media--right:after {
                                                                                                            content: " ";
                                                                                                            display: table;
                                                                                                            clear: both;
                                                                                                        }
                                                                                                        .media img, .media--left img, .media--right img {
                                                                                                            width: 7.5rem;
                                                                                                            height: 7.5rem;
                                                                                                        }
                                                                                                        .media p, .media--left p, .media--right p, .media h2, .media--left h2, .media--right h2 {
                                                                                                            width: 26rem;
                                                                                                            margin: 0;
                                                                                                        }
                                                                                                        .media p, .media--left p, .media--right p {
                                                                                                            margin: 1.5rem 0 0;
                                                                                                        }
                                                                                                        .media--left img {
                                                                                                            float: left;
                                                                                                        }
                                                                                                        .media--left p, .media--left h2 {
                                                                                                            float: right;
                                                                                                        }
                                                                                                        .media--right img {
                                                                                                            float: right;
                                                                                                        }
                                                                                                        .media--right p, .media--right h2 {
                                                                                                            float: left;
                                                                                                        }
                                                                                                        .sidebar-list {
                                                                                                            margin: 1.5em 0;
                                                                                                            padding: 0;
                                                                                                            list-style: none;
                                                                                                        }
                                                                                                        .checkmark-list {
                                                                                                            padding: 0;
                                                                                                            list-style: none;
                                                                                                        }
                                                                                                        .checkmark-list li {
                                                                                                            padding: 0.75rem 0 0.75rem 3rem;
                                                                                                            background-image: url("../images/checkmark.svg"), linear-gradient(0deg,  #D3DBE3 0%,  #D3DBE3 50%,  transparent 50%,  transparent 100%);
                                                                                                            background-position: 0.75rem center,  left bottom;
                                                                                                            background-repeat: no-repeat,  repeat-x;
                                                                                                            background-size: 1.5rem 1.5rem,  2px 2px;
                                                                                                        }
                                                                                                        @media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
                                                                                                            .checkmark-list li {
                                                                                                                background-size: 1.5rem 1.5rem,  1px 1px;
                                                                                                            }
                                                                                                            }.site-banner {
                                                                                                                margin: 0 0 1.5rem;
                                                                                                                font-family: Roboto;
                                                                                                                line-height: 1.5rem;
                                                                                                                -webkit-font-feature-settings: "dlig",  "kern",  "liga";
                                                                                                                -moz-font-feature-settings: "dlig",  "kern",  "liga";
                                                                                                                -ms-font-feature-settings: "dlig",  "kern",  "liga";
                                                                                                                -o-font-feature-settings: "dlig",  "kern",  "liga";
                                                                                                                font-feature-settings: "dlig",  "kern",  "liga";
                                                                                                                -webkit-font-smoothing: antialiased;
                                                                                                                -moz-osx-font-smoothing: grayscale;
                                                                                                                background: #6bbd64;
                                                                                                            }
                                                                                                            @media (min-width: 720px) {
                                                                                                                .site-banner .inner-container {
                                                                                                                    display: -webkit-flex;
                                                                                                                    display: -ms-flex;
                                                                                                                    display: flex;
                                                                                                                    -webkit-flex-direction: row;
                                                                                                                    -ms-flex-direction: row;
                                                                                                                    flex-direction: row;
                                                                                                                    -webkit-justify-content: space-between;
                                                                                                                    -ms-justify-content: space-between;
                                                                                                                    justify-content: space-between;
                                                                                                                    -webkit-align-items: center;
                                                                                                                    -ms-align-items: center;
                                                                                                                    align-items: center;
                                                                                                                }
                                                                                                                }.site-logo {
                                                                                                                    margin: 0;
                                                                                                                    font-size: inherit;
                                                                                                                    line-height: 1rem;
                                                                                                                }
                                                                                                                .site-logo a {
                                                                                                                    display: inline-block;
                                                                                                                    padding: 0.75rem 0;
                                                                                                                }
                                                                                                                @media (min-width: 720px) {
                                                                                                                    .site-logo a {
                                                                                                                        padding: 1.5rem 0;
                                                                                                                    }
                                                                                                                    }.site-logo img {
                                                                                                                        height: 2rem;
                                                                                                                    }
                                                                                                                    .site-navigation-toggle {
                                                                                                                        display: inline-block;
                                                                                                                        position: absolute;
                                                                                                                        top: 0;
                                                                                                                        right: 0;
                                                                                                                        padding: 1rem 1.5rem;
                                                                                                                        color: #fff;
                                                                                                                    }
                                                                                                                    .site-navigation-toggle:focus, .site-navigation-toggle:hover {
                                                                                                                        color: #5AB552;
                                                                                                                    }
                                                                                                                    @media (min-width: 720px) {
                                                                                                                        .site-navigation-toggle {
                                                                                                                            display: none;
                                                                                                                        }
                                                                                                                        }.site-navigation {
                                                                                                                            display: none;
                                                                                                                            margin: 0;
                                                                                                                            padding: 0;
                                                                                                                            background: #6bbd64;
                                                                                                                        }
                                                                                                                        @media (min-width: 720px) {
                                                                                                                            .site-navigation {
                                                                                                                                display: block;
                                                                                                                            }
                                                                                                                            }@media (min-width: 720px) {
                                                                                                                                .site-navigation {
                                                                                                                                    background: none;
                                                                                                                                    list-style: none;
                                                                                                                                    overflow-x: auto;
                                                                                                                                }
                                                                                                                                }.site-navigation__item {
                                                                                                                                    display: block;
                                                                                                                                    padding: 0;
                                                                                                                                    background-image: linear-gradient(0deg,  transparent 0%,  transparent 50%,  #5AB552 50%,  #5AB552 100%);
                                                                                                                                    background-repeat: repeat-x;
                                                                                                                                    background-position: top;
                                                                                                                                    background-size: 2px 2px;
                                                                                                                                }
                                                                                                                                .site-navigation__item:after {
                                                                                                                                    content: " ";
                                                                                                                                    display: table;
                                                                                                                                    clear: both;
                                                                                                                                }
                                                                                                                                @media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
                                                                                                                                    .site-navigation__item {
                                                                                                                                        background-size: 1px 1px;
                                                                                                                                    }
                                                                                                                                    }.site-navigation__item a {
                                                                                                                                        display: block;
                                                                                                                                        padding: 0.75rem;
                                                                                                                                        color: #fff;
                                                                                                                                    }
                                                                                                                                    .site-navigation__item a:focus, .site-navigation__item a:hover {
                                                                                                                                        color: #D3DBE3;
                                                                                                                                    }
                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                        .site-navigation__item {
                                                                                                                                            float: left;
                                                                                                                                            display: inline-block;
                                                                                                                                            background-image: none;
                                                                                                                                            margin: 0 0 0 0.75rem;
                                                                                                                                        }
                                                                                                                                        .site-navigation__item a {
                                                                                                                                            padding: 1.5rem 0;
                                                                                                                                        }
                                                                                                                                        }.site-footer {
                                                                                                                                            margin: 1.5rem 0 0;
                                                                                                                                            padding: 0 0 1.5rem;
                                                                                                                                            color: #636472;
                                                                                                                                            text-align: center;
                                                                                                                                        }
                                                                                                                                        .site-footer:after {
                                                                                                                                            content: " ";
                                                                                                                                            display: table;
                                                                                                                                            clear: both;
                                                                                                                                        }
                                                                                                                                        .site-footer a {
                                                                                                                                            color: #636472;
                                                                                                                                        }
                                                                                                                                        .site-footer a:focus, .site-footer a:hover {
                                                                                                                                            color: #435261;
                                                                                                                                        }
                                                                                                                                        .footer__copyright {
                                                                                                                                            float: left;
                                                                                                                                            display: inline-block;
                                                                                                                                            margin: 0;
                                                                                                                                        }
                                                                                                                                        .footer__menu {
                                                                                                                                            float: right;
                                                                                                                                            display: inline-block;
                                                                                                                                            margin: 0;
                                                                                                                                            padding: 0;
                                                                                                                                            list-style: none;
                                                                                                                                        }
                                                                                                                                        .footer__menu:after {
                                                                                                                                            content: " ";
                                                                                                                                            display: table;
                                                                                                                                            clear: both;
                                                                                                                                        }
                                                                                                                                        .footer__menu__item {
                                                                                                                                            float: left;
                                                                                                                                            display: inline-block;
                                                                                                                                            margin: 0 0 0 0.75rem;
                                                                                                                                        }
                                                                                                                                        .footer__menu__item:after {
                                                                                                                                            content: " ";
                                                                                                                                            display: table;
                                                                                                                                            clear: both;
                                                                                                                                        }
                                                                                                                                        @media (max-width: 800px),  (max-device-width: 800px) {
                                                                                                                                            .footer__copyright, .footer__menu {
                                                                                                                                                float: none;
                                                                                                                                                display: block;
                                                                                                                                                margin: 0 auto;
                                                                                                                                                text-align: center;
                                                                                                                                            }
                                                                                                                                            .footer__menu {
                                                                                                                                                margin: 0 0.75rem 0 0;
                                                                                                                                            }
                                                                                                                                            .footer__menu__item {
                                                                                                                                                float: none;
                                                                                                                                            }
                                                                                                                                            }.docs {
                                                                                                                                                margin: 1.5rem 0 0;
                                                                                                                                                padding: 0 0 3rem;
                                                                                                                                                background-image: linear-gradient(0deg,  #D3DBE3 0%,  #D3DBE3 50%,  transparent 50%,  transparent 100%);
                                                                                                                                                background-position: bottom left;
                                                                                                                                                background-repeat: repeat-x;
                                                                                                                                                background-size: 2px 2px;
                                                                                                                                            }
                                                                                                                                            .docs:after {
                                                                                                                                                content: " ";
                                                                                                                                                display: table;
                                                                                                                                                clear: both;
                                                                                                                                            }
                                                                                                                                            @media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
                                                                                                                                                .docs {
                                                                                                                                                    background-size: 1px 1px;
                                                                                                                                                }
                                                                                                                                                }.docs-toc-toggle {
                                                                                                                                                    display: block;
                                                                                                                                                    padding: 0.75rem;
                                                                                                                                                    margin: 0 0 0.75rem;
                                                                                                                                                    border-radius: 0.25rem;
                                                                                                                                                    background: #6bbd64;
                                                                                                                                                    color: #fff;
                                                                                                                                                    font-weight: 700;
                                                                                                                                                    text-align: center;
                                                                                                                                                }
                                                                                                                                                @media (min-width: 720px) {
                                                                                                                                                    .docs-toc-toggle {
                                                                                                                                                        display: none;
                                                                                                                                                    }
                                                                                                                                                    }.docs-sidebar {
                                                                                                                                                        display: none;
                                                                                                                                                        float: left;
                                                                                                                                                        width: 100%;
                                                                                                                                                        margin: 1.5rem 0;
                                                                                                                                                        padding: 0;
                                                                                                                                                    }
                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                        .docs-sidebar {
                                                                                                                                                            display: block;
                                                                                                                                                            width: 21rem;
                                                                                                                                                            margin: 0;
                                                                                                                                                            padding: 0 1.5rem 0 0;
                                                                                                                                                        }
                                                                                                                                                        }.docs-sidebar__heading {
                                                                                                                                                            display: block;
                                                                                                                                                            padding: 1.5rem 0 0;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list {
                                                                                                                                                            margin: -0.75rem 0 0 0;
                                                                                                                                                            padding: 0;
                                                                                                                                                            list-style: none;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list ul {
                                                                                                                                                            margin: 0;
                                                                                                                                                            padding: 0;
                                                                                                                                                            list-style: none;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list li {
                                                                                                                                                            display: block;
                                                                                                                                                            font-weight: 700;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list a {
                                                                                                                                                            display: block;
                                                                                                                                                            padding: 1.5rem 0 0;
                                                                                                                                                            background-image: none;
                                                                                                                                                            color: #5AB552;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list a:hover, .docs-sidebar__list a:focus {
                                                                                                                                                            color: #6bbd64;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list li li {
                                                                                                                                                            padding: 0 0 0 0.75rem;
                                                                                                                                                            font-weight: 400;
                                                                                                                                                        }
                                                                                                                                                        .docs-sidebar__list li li a {
                                                                                                                                                            padding: 0 0 0 0.375rem;
                                                                                                                                                        }
                                                                                                                                                        .docs-content {
                                                                                                                                                            float: left;
                                                                                                                                                            width: 100%}
                                                                                                                                                            .docs-content blockquote {
                                                                                                                                                                -moz-box-sizing: border-box;
                                                                                                                                                                padding-left: 1.5rem;
                                                                                                                                                                border-left: 0.75rem solid #D3DBE3;
                                                                                                                                                                max-width: 100%}
                                                                                                                                                                .docs-content h1 {
                                                                                                                                                                    padding: 0 0 1.5rem;
                                                                                                                                                                    background-image: linear-gradient(0deg,  #D3DBE3 0%,  #D3DBE3 50%,  transparent 50%,  transparent 100%);
                                                                                                                                                                    background-position: bottom left;
                                                                                                                                                                    background-repeat: repeat-x;
                                                                                                                                                                    background-size: 2px 2px;
                                                                                                                                                                }
                                                                                                                                                                @media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
                                                                                                                                                                    .docs-content h1 {
                                                                                                                                                                        background-size: 1px 1px;
                                                                                                                                                                    }
                                                                                                                                                                    }.docs-content h2 {
                                                                                                                                                                        margin-top: 3rem;
                                                                                                                                                                        font-size: 1.5rem;
                                                                                                                                                                        font-weight: 500;
                                                                                                                                                                        line-height: 3rem;
                                                                                                                                                                    }
                                                                                                                                                                    .docs-content h3 {
                                                                                                                                                                        margin-top: 3rem;
                                                                                                                                                                        font-size: 1.25rem;
                                                                                                                                                                        font-weight: 500;
                                                                                                                                                                        line-height: 1.5rem;
                                                                                                                                                                    }
                                                                                                                                                                    .docs-content h1, .docs-content h2, .docs-content h3 {
                                                                                                                                                                        width: 100%;
                                                                                                                                                                        max-width: 100%}
                                                                                                                                                                        .docs-content p, .docs-content ul, .docs-content ol {
                                                                                                                                                                            max-width: 100%;
                                                                                                                                                                            margin: 1.5rem 0;
                                                                                                                                                                        }
                                                                                                                                                                        .docs-content li ul, .docs-content li ol {
                                                                                                                                                                            margin-top: 0;
                                                                                                                                                                            margin-bottom: 0;
                                                                                                                                                                        }
                                                                                                                                                                        .docs-content img {
                                                                                                                                                                            width: auto;
                                                                                                                                                                            margin: 1.5rem auto;
                                                                                                                                                                            max-width: 100%}
                                                                                                                                                                            .docs-content table {
                                                                                                                                                                                -moz-box-sizing: border-box;
                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                margin: 0;
                                                                                                                                                                                display: block;
                                                                                                                                                                                overflow-x: auto;
                                                                                                                                                                            }
                                                                                                                                                                            @media (min-width: 720px) {
                                                                                                                                                                                .docs-content {
                                                                                                                                                                                    width: calc(100% - 21rem);
                                                                                                                                                                                }
                                                                                                                                                                                }.docs-lead, .docs-lead--bottom {
                                                                                                                                                                                    -moz-box-sizing: border-box;
                                                                                                                                                                                    box-sizing: border-box;
                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                    max-width: 100% !important;
                                                                                                                                                                                    padding: 1.5rem;
                                                                                                                                                                                    background: #435261;
                                                                                                                                                                                    border-radius: 0.25rem;
                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                }
                                                                                                                                                                                @media (min-width: 1000px) {
                                                                                                                                                                                    .docs-lead, .docs-lead--bottom {
                                                                                                                                                                                        padding: 3rem 9rem 3rem 3rem;
                                                                                                                                                                                        background-image: url("https://geteventstore.com/images/ouro.svg");
                                                                                                                                                                                        background-position: bottom right;
                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                        background-size: contain;
                                                                                                                                                                                        font-size: 1.25rem;
                                                                                                                                                                                    }
                                                                                                                                                                                    }.docs-lead a, .docs-lead--bottom a {
                                                                                                                                                                                        background-image: linear-gradient(0deg,  #6bbd64 0%,  #6bbd64 50%,  transparent 50%,  transparent 100%);
                                                                                                                                                                                    }
                                                                                                                                                                                    .docs-lead--bottom {
                                                                                                                                                                                        background-color: #D3DBE3;
                                                                                                                                                                                        color: #435261;
                                                                                                                                                                                    }
                                                                                                                                                                                    .docs-sidebar__heading, .docs-sidebar__version {
                                                                                                                                                                                        display: block;
                                                                                                                                                                                        position: relative;
                                                                                                                                                                                    }
                                                                                                                                                                                    .collapsed {
                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                    }
                                                                                                                                                                                    .collapsed+ul {
                                                                                                                                                                                        display: none;
                                                                                                                                                                                    }
                                                                                                                                                                                    .expanded {
                                                                                                                                                                                        cursor: pointer;
                                                                                                                                                                                    }
                                                                                                                                                                                    .expanded+ul {
                                                                                                                                                                                        display: block;
                                                                                                                                                                                    }
                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                        .docs-sidebar__heading.collapsed: before, .docs-sidebar__version.collapsed:before {
                                                                                                                                                                                            content: " ";
                                                                                                                                                                                            height: 1rem;
                                                                                                                                                                                            width: 1rem;
                                                                                                                                                                                            position: absolute;
                                                                                                                                                                                            top: 1.625rem;
                                                                                                                                                                                            left: -1.25rem;
                                                                                                                                                                                            background-image: url("../images/carrot-right.svg");
                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                            background-position: center;
                                                                                                                                                                                            background-size: contain;
                                                                                                                                                                                        }
                                                                                                                                                                                        }@media (min-width: 720px) {
                                                                                                                                                                                            .docs-sidebar__heading.expanded: before, .docs-sidebar__version.expanded:before {
                                                                                                                                                                                                content: " ";
                                                                                                                                                                                                height: 1rem;
                                                                                                                                                                                                width: 1rem;
                                                                                                                                                                                                position: absolute;
                                                                                                                                                                                                top: 1.625rem;
                                                                                                                                                                                                left: -1.25rem;
                                                                                                                                                                                                background-image: url("../images/carrot-down.svg");
                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                background-position: center;
                                                                                                                                                                                                background-size: contain;
                                                                                                                                                                                            }
                                                                                                                                                                                            }@media (min-width: 720px) {
                                                                                                                                                                                                .docs-sidebar__version.expanded: before, .docs-sidebar__version.collapsed:before {
                                                                                                                                                                                                    top: 0.125rem !important;
                                                                                                                                                                                                }
                                                                                                                                                                                                }.page-title {
                                                                                                                                                                                                    margin: -1.5rem 0 0;
                                                                                                                                                                                                    background: #435261;
                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                    padding: 1.5rem 0;
                                                                                                                                                                                                }
                                                                                                                                                                                                .page-title h1 {
                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                    font-size: 1.5rem;
                                                                                                                                                                                                    font-weight: 400;
                                                                                                                                                                                                    line-height: 1.5rem;
                                                                                                                                                                                                }
                                                                                                                                                                                                .page-section, .page-section--no-border, .page-section--oem, .page-section--appliances, .page-section--banner, .page-section--support-banner {
                                                                                                                                                                                                    background-image: linear-gradient(0deg,  #D3DBE3 0%,  #D3DBE3 50%,  transparent 50%,  transparent 100%);
                                                                                                                                                                                                    background-position: bottom left;
                                                                                                                                                                                                    background-repeat: repeat-x;
                                                                                                                                                                                                    background-size: 2px 2px;
                                                                                                                                                                                                    padding: 1.5rem 0;
                                                                                                                                                                                                }
                                                                                                                                                                                                .page-section:after, .page-section--no-border:after, .page-section--oem:after, .page-section--appliances:after, .page-section--banner:after, .page-section--support-banner:after {
                                                                                                                                                                                                    content: " ";
                                                                                                                                                                                                    display: table;
                                                                                                                                                                                                    clear: both;
                                                                                                                                                                                                }
                                                                                                                                                                                                @media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
                                                                                                                                                                                                    .page-section, .page-section--no-border, .page-section--oem, .page-section--appliances, .page-section--banner, .page-section--support-banner {
                                                                                                                                                                                                        background-size: 1px 1px;
                                                                                                                                                                                                    }
                                                                                                                                                                                                    }.page-section h1, .page-section--no-border h1, .page-section--oem h1, .page-section--appliances h1, .page-section--banner h1, .page-section--support-banner h1, .page-section h2, .page-section--no-border h2, .page-section--oem h2, .page-section--appliances h2, .page-section--banner h2, .page-section--support-banner h2, .page-section h3, .page-section--no-border h3, .page-section--oem h3, .page-section--appliances h3, .page-section--banner h3, .page-section--support-banner h3, .page-section ul, .page-section--no-border ul, .page-section--oem ul, .page-section--appliances ul, .page-section--banner ul, .page-section--support-banner ul, .page-section ol, .page-section--no-border ol, .page-section--oem ol, .page-section--appliances ol, .page-section--banner ol, .page-section--support-banner ol, .page-section p, .page-section--no-border p, .page-section--oem p, .page-section--appliances p, .page-section--banner p, .page-section--support-banner p {
                                                                                                                                                                                                        max-width: none;
                                                                                                                                                                                                    }
                                                                                                                                                                                                    .page-section p.lead, .page-section--no-border p.lead, .page-section--oem p.lead, .page-section--appliances p.lead, .page-section--banner p.lead, .page-section--support-banner p.lead {
                                                                                                                                                                                                        margin: 3rem 0;
                                                                                                                                                                                                        color: #435261;
                                                                                                                                                                                                        font-size: 1.5rem;
                                                                                                                                                                                                        line-height: 2.25rem;
                                                                                                                                                                                                    }
                                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                                        .page-section, .page-section--no-border, .page-section--oem, .page-section--appliances, .page-section--banner, .page-section--support-banner {
                                                                                                                                                                                                            padding: 3rem 0;
                                                                                                                                                                                                        }
                                                                                                                                                                                                        }.page-section--no-border {
                                                                                                                                                                                                            background-image: none;
                                                                                                                                                                                                        }
                                                                                                                                                                                                        @media (min-width: 800px) {
                                                                                                                                                                                                            .page-section--oem {
                                                                                                                                                                                                                background-image: url("../images/oem-robot.svg"), linear-gradient(0deg,  #D3DBE3 0%,  #D3DBE3 50%,  transparent 50%,  transparent 100%);
                                                                                                                                                                                                                background-position: right bottom,  left bottom;
                                                                                                                                                                                                                background-repeat: no-repeat,  repeat-x;
                                                                                                                                                                                                                background-size: contain,  2px 2px;
                                                                                                                                                                                                            }
                                                                                                                                                                                                            }@media (min-width: 800px) and (-webkit-min-device-pixel-ratio: 2),  (min-width: 800px) and (min-resolution: 192dpi) {
                                                                                                                                                                                                                .page-section--oem {
                                                                                                                                                                                                                    background-size: contain,  1px 1px;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                }.page-section--oem .call-to-action {
                                                                                                                                                                                                                    margin: 1.5rem 0;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                .page-section--appliances p.left {
                                                                                                                                                                                                                    text-align: left;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                .page-section--banner, .page-section--support-banner {
                                                                                                                                                                                                                    background: #D3DBE3;
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                .page-section--support-banner {
                                                                                                                                                                                                                    background: #586c7f;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                .page-section--support-banner p.lead {
                                                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                .page-section__half {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 100%}
                                                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                                                        .page-section__half {
                                                                                                                                                                                                                            width: 50%}
                                                                                                                                                                                                                            }.page-section__minor {
                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                width: 100%}
                                                                                                                                                                                                                                @media (min-width: 720px) {
                                                                                                                                                                                                                                    .page-section__minor {
                                                                                                                                                                                                                                        width: 37.5%}
                                                                                                                                                                                                                                        }.page-section__major {
                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                            width: 100%}
                                                                                                                                                                                                                                            @media (min-width: 720px) {
                                                                                                                                                                                                                                                .page-section__major {
                                                                                                                                                                                                                                                    width: 62.5%}
                                                                                                                                                                                                                                                    }.community-intro-placeholder {
                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                        min-height: 12rem;
                                                                                                                                                                                                                                                        background-image: url("../images/community-ouros.svg");
                                                                                                                                                                                                                                                        background-position: center center;
                                                                                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                                                                                        background-size: contain;
                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                                                                                        .community-intro-placeholder {
                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                        }.support-intro-placeholder {
                                                                                                                                                                                                                                                            display: none;
                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                            min-height: 12rem;
                                                                                                                                                                                                                                                            background-image: url("../images/servers.svg");
                                                                                                                                                                                                                                                            background-position: center center;
                                                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                                                            background-size: contain;
                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                        @media (min-width: 720px) {
                                                                                                                                                                                                                                                            .support-intro-placeholder {
                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            }.community-feature {
                                                                                                                                                                                                                                                                float: right;
                                                                                                                                                                                                                                                                background: #D3DBE3;
                                                                                                                                                                                                                                                                border-radius: 0.25rem;
                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                padding: 1.5rem 3rem 1.5rem 1.5rem;
                                                                                                                                                                                                                                                                transition: all 0.05s linear;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            .community-feature:after {
                                                                                                                                                                                                                                                                content: " ";
                                                                                                                                                                                                                                                                display: table;
                                                                                                                                                                                                                                                                clear: both;
                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                            @media (min-width: 720px) {
                                                                                                                                                                                                                                                                .community-feature {
                                                                                                                                                                                                                                                                    margin: 1.5rem 0 0 3rem;
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                }.community-feature:focus, .community-feature:hover {
                                                                                                                                                                                                                                                                    background: #e3e8ed;
                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                .community-feature__image {
                                                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                                                    height: 6rem;
                                                                                                                                                                                                                                                                    width: 6rem;
                                                                                                                                                                                                                                                                    border-radius: 50%}
                                                                                                                                                                                                                                                                    .community-feature__description {
                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                        width: calc(100% - 7.5rem);
                                                                                                                                                                                                                                                                        margin: 0.75rem 0 0.75rem 1.5rem;
                                                                                                                                                                                                                                                                        font-size: 1.25rem;
                                                                                                                                                                                                                                                                        line-height: 1.5rem;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    .c2a-buttons {
                                                                                                                                                                                                                                                                        list-style: none;
                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                                                                        padding: 0;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    .c2a-buttons:after {
                                                                                                                                                                                                                                                                        content: " ";
                                                                                                                                                                                                                                                                        display: table;
                                                                                                                                                                                                                                                                        clear: both;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    .c2a-buttons__item {
                                                                                                                                                                                                                                                                        -moz-box-sizing: border-box;
                                                                                                                                                                                                                                                                        box-sizing: border-box;
                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                        width: 100%;
                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    .c2a-buttons__item a {
                                                                                                                                                                                                                                                                        height: 100%;
                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                        background: #6bbd64;
                                                                                                                                                                                                                                                                        border-bottom: 1px solid #fff;
                                                                                                                                                                                                                                                                        color: #fff;
                                                                                                                                                                                                                                                                        padding: 1.5rem;
                                                                                                                                                                                                                                                                        font-weight: 500;
                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    .c2a-buttons__item a:focus, .c2a-buttons__item a:hover {
                                                                                                                                                                                                                                                                        background: #5AB552;
                                                                                                                                                                                                                                                                        color: #fff;
                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                                                                                                        .c2a-buttons__item {
                                                                                                                                                                                                                                                                            width: 33.333%;
                                                                                                                                                                                                                                                                            border-left: 1px solid #fff;
                                                                                                                                                                                                                                                                            border-bottom: none;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        .c2a-buttons__item:first-child {
                                                                                                                                                                                                                                                                            border-left: none;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        }.events {
                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                            list-style: none;
                                                                                                                                                                                                                                                                            border-bottom: 1px solid #D3DBE3;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        .events:after {
                                                                                                                                                                                                                                                                            content: " ";
                                                                                                                                                                                                                                                                            display: table;
                                                                                                                                                                                                                                                                            clear: both;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        @media (min-width: 720px) {
                                                                                                                                                                                                                                                                            .events {
                                                                                                                                                                                                                                                                                border-bottom: none;
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                            }.events__item, .events__item--showpast, .events__item--past {
                                                                                                                                                                                                                                                                                -moz-box-sizing: border-box;
                                                                                                                                                                                                                                                                                box-sizing: border-box;
                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                                                                                                                width: 100%;
                                                                                                                                                                                                                                                                                margin: 0;
                                                                                                                                                                                                                                                                                padding: 0.75rem;
                                                                                                                                                                                                                                                                                border: 1px solid #D3DBE3;
                                                                                                                                                                                                                                                                                border-bottom: 0;
                                                                                                                                                                                                                                                                                background: #f3f3f3;
                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                            @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                .events__item, .events__item--showpast, .events__item--past {
                                                                                                                                                                                                                                                                                    width: calc(100% - 3rem);
                                                                                                                                                                                                                                                                                    margin: 0 0 1.5rem 3rem;
                                                                                                                                                                                                                                                                                    border-bottom: 1px solid #D3DBE3;
                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                }@media (min-width: 1200px) {
                                                                                                                                                                                                                                                                                    .events__item, .events__item--showpast, .events__item--past {
                                                                                                                                                                                                                                                                                        width: calc(50% - 2.25rem);
                                                                                                                                                                                                                                                                                        margin: 0 0 1.5rem 3rem;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    .events__item:nth-child(2n), .events__item--showpast:nth-child(2n), .events__item--past:nth-child(2n) {
                                                                                                                                                                                                                                                                                        margin-left: 1.5rem;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    }.events__item--showpast {
                                                                                                                                                                                                                                                                                        opacity: 0.5;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    .events__item--showpast a {
                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                        line-height: 3.75rem;
                                                                                                                                                                                                                                                                                        background-image: none;
                                                                                                                                                                                                                                                                                        color: #435261;
                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                        font-weight: 500;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    .events__item--past {
                                                                                                                                                                                                                                                                                        opacity: 0.5;
                                                                                                                                                                                                                                                                                        display: none;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    .events__item--past .flag-icon {
                                                                                                                                                                                                                                                                                        opacity: 0.5;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    .event-title {
                                                                                                                                                                                                                                                                                        margin: 0;
                                                                                                                                                                                                                                                                                        font-size: 1.25rem;
                                                                                                                                                                                                                                                                                        line-height: 2.25rem;
                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                    .event-title .flag-icon-squared {
                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                        display: inline-block;
                                                                                                                                                                                                                                                                                        margin: 0.75rem 0.75rem 0.75rem 0;
                                                                                                                                                                                                                                                                                        font-size: 2.25rem;
                                                                                                                                                                                                                                                                                        border-radius: 100%}
                                                                                                                                                                                                                                                                                        .event-title a {
                                                                                                                                                                                                                                                                                            background-image: none;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        .events__item--past .event-title a {
                                                                                                                                                                                                                                                                                            color: #435261;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        .event-info {
                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                            font-size: 0.75rem;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        .discussion-icons {
                                                                                                                                                                                                                                                                                            width: 100%;
                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                                            list-style: none;
                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                        .discussion-icons__item, .discussion-icons__item--github, .discussion-icons__item--google-group, .discussion-icons__item--twitter {
                                                                                                                                                                                                                                                                                            display: block;
                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                            width: 100%}
                                                                                                                                                                                                                                                                                            .discussion-icons__item a, .discussion-icons__item--github a, .discussion-icons__item--google-group a, .discussion-icons__item--twitter a {
                                                                                                                                                                                                                                                                                                display: block;
                                                                                                                                                                                                                                                                                                margin: 0 0 1px;
                                                                                                                                                                                                                                                                                                padding: 0.75rem 1.5rem;
                                                                                                                                                                                                                                                                                                text-align: left;
                                                                                                                                                                                                                                                                                                color: #fff;
                                                                                                                                                                                                                                                                                                font-weight: 500;
                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                            .discussion-icons__item a:focus, .discussion-icons__item--github a:focus, .discussion-icons__item--google-group a:focus, .discussion-icons__item--twitter a:focus, .discussion-icons__item a:hover, .discussion-icons__item--github a:hover, .discussion-icons__item--google-group a:hover, .discussion-icons__item--twitter a:hover {
                                                                                                                                                                                                                                                                                                opacity: 0.8;
                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                            @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                .discussion-icons__item, .discussion-icons__item--github, .discussion-icons__item--google-group, .discussion-icons__item--twitter {
                                                                                                                                                                                                                                                                                                    width: calc(33.333% - 1.5rem);
                                                                                                                                                                                                                                                                                                    margin: 0 1.5rem 0 0;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                .discussion-icons__item a, .discussion-icons__item--github a, .discussion-icons__item--google-group a, .discussion-icons__item--twitter a {
                                                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                                                    padding: 7.5rem 0 1.5rem;
                                                                                                                                                                                                                                                                                                    border-radius: 0.25rem;
                                                                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                                                                    transition: all 0.05s linear;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                }.discussion-icons__item--github a {
                                                                                                                                                                                                                                                                                                    background: #4183c4;
                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                    .discussion-icons__item--github a {
                                                                                                                                                                                                                                                                                                        background-image: url("../images/github.svg");
                                                                                                                                                                                                                                                                                                        background-position: center 2.25rem;
                                                                                                                                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                        background-size: 6rem;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    }.discussion-icons__item--google-group a {
                                                                                                                                                                                                                                                                                                        background: #4285F4;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                        .discussion-icons__item--google-group a {
                                                                                                                                                                                                                                                                                                            background-image: url("../images/google-new.svg");
                                                                                                                                                                                                                                                                                                            background-position: center 2.25rem;
                                                                                                                                                                                                                                                                                                            background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                            background-size: 4rem;
                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                        }.discussion-icons__item--twitter a {
                                                                                                                                                                                                                                                                                                            background: #55ACEE;
                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                        @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                            .discussion-icons__item--twitter a {
                                                                                                                                                                                                                                                                                                                background-image: url("../images/twitter.svg");
                                                                                                                                                                                                                                                                                                                background-position: center 2.25rem;
                                                                                                                                                                                                                                                                                                                background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                                background-size: 6rem;
                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                            }.resource-section {
                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                width: 100%}
                                                                                                                                                                                                                                                                                                                @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                                    .resource-section {
                                                                                                                                                                                                                                                                                                                        width: 50%}
                                                                                                                                                                                                                                                                                                                        }@media (min-width: 1200px) {
                                                                                                                                                                                                                                                                                                                            .resource-section {
                                                                                                                                                                                                                                                                                                                                width: 25%}
                                                                                                                                                                                                                                                                                                                                }.resource-section__title {
                                                                                                                                                                                                                                                                                                                                    margin-bottom: 0;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .resource-list {
                                                                                                                                                                                                                                                                                                                                    margin: 0;
                                                                                                                                                                                                                                                                                                                                    padding: 0;
                                                                                                                                                                                                                                                                                                                                    list-style: none;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .note, .note--warning {
                                                                                                                                                                                                                                                                                                                                    -moz-box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                    box-sizing: border-box;
                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                    margin: 1.5rem 0;
                                                                                                                                                                                                                                                                                                                                    padding: 1.5rem;
                                                                                                                                                                                                                                                                                                                                    background: #EEF3FF;
                                                                                                                                                                                                                                                                                                                                    color: #00216f;
                                                                                                                                                                                                                                                                                                                                    border-left: 0.75rem solid #bbcfff;
                                                                                                                                                                                                                                                                                                                                    font-style: italic;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .note--warning {
                                                                                                                                                                                                                                                                                                                                    background: #FFF6CA;
                                                                                                                                                                                                                                                                                                                                    color: #4b3e00;
                                                                                                                                                                                                                                                                                                                                    border-left: 0.75rem solid #ffed97;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .new-label {
                                                                                                                                                                                                                                                                                                                                    color: #4b3e00;
                                                                                                                                                                                                                                                                                                                                    font-size: 0.75rem;
                                                                                                                                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                                                                                                                                    line-height: 1.5rem;
                                                                                                                                                                                                                                                                                                                                    text-transform: uppercase;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .page-appliances h1, .page-appliances p.lead {
                                                                                                                                                                                                                                                                                                                                    margin-left: 0;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .price {
                                                                                                                                                                                                                                                                                                                                    color: #5AB552;
                                                                                                                                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                                                                                                                                    font-size: 2.25rem;
                                                                                                                                                                                                                                                                                                                                    line-height: 3rem;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .col p {
                                                                                                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .col h3 {
                                                                                                                                                                                                                                                                                                                                    padding: 0.75rem;
                                                                                                                                                                                                                                                                                                                                    background: #D3DBE3;
                                                                                                                                                                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .col .call-to-action {
                                                                                                                                                                                                                                                                                                                                    margin: 1.5rem 0;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                .col .muted {
                                                                                                                                                                                                                                                                                                                                    color: #636472;
                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                                                    .col {
                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                        width: calc(33.333% - 1rem);
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    .col:nth-child(2) {
                                                                                                                                                                                                                                                                                                                                        margin: 0 1.5rem;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    }.col__title--community {
                                                                                                                                                                                                                                                                                                                                        background: #D3DBE3 !important;
                                                                                                                                                                                                                                                                                                                                        color: #435261;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    .col__title--commercial {
                                                                                                                                                                                                                                                                                                                                        background: #435261 !important;
                                                                                                                                                                                                                                                                                                                                        color: #fff;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    .col__title--enterprise {
                                                                                                                                                                                                                                                                                                                                        background: #313C47 !important;
                                                                                                                                                                                                                                                                                                                                        color: #fff;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    .users-section {
                                                                                                                                                                                                                                                                                                                                        background: #D3DBE3;
                                                                                                                                                                                                                                                                                                                                        background-image: none;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    .c2a-section a {
                                                                                                                                                                                                                                                                                                                                        display: block;
                                                                                                                                                                                                                                                                                                                                        padding: 3rem;
                                                                                                                                                                                                                                                                                                                                        background: #6bbd64;
                                                                                                                                                                                                                                                                                                                                        color: #fff;
                                                                                                                                                                                                                                                                                                                                        font-size: 1.25rem;
                                                                                                                                                                                                                                                                                                                                        line-height: 1.5rem;
                                                                                                                                                                                                                                                                                                                                        text-align: center;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    .c2a-section a:focus, .c2a-section a:hover {
                                                                                                                                                                                                                                                                                                                                        background: #5AB552;
                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                    @media (min-width: 720px) {
                                                                                                                                                                                                                                                                                                                                        .c2a-section a {
                                                                                                                                                                                                                                                                                                                                            font-size: 2.25rem;
                                                                                                                                                                                                                                                                                                                                            line-height: 3rem;
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                        }.contribution-stats {
                                                                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                                                                            padding: 0;
                                                                                                                                                                                                                                                                                                                                            list-style: none;
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                        .contribution-stats:after {
                                                                                                                                                                                                                                                                                                                                            content: " ";
                                                                                                                                                                                                                                                                                                                                            display: table;
                                                                                                                                                                                                                                                                                                                                            clear: both;
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                        .contribution-stats__stat {
                                                                                                                                                                                                                                                                                                                                            display: inline-block;
                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                            width: 50%;
                                                                                                                                                                                                                                                                                                                                            min-width: 10rem;
                                                                                                                                                                                                                                                                                                                                            margin: 0;
                                                                                                                                                                                                                                                                                                                                            text-align: center;
                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                        @media (min-width: 400px) {
                                                                                                                                                                                                                                                                                                                                            .contribution-stats__stat {
                                                                                                                                                                                                                                                                                                                                                width: 50%}
                                                                                                                                                                                                                                                                                                                                                }@media (min-width: 500px) {
                                                                                                                                                                                                                                                                                                                                                    .contribution-stats__stat {
                                                                                                                                                                                                                                                                                                                                                        width: 33.333%}
                                                                                                                                                                                                                                                                                                                                                        }@media (min-width: 1000px) {
                                                                                                                                                                                                                                                                                                                                                            .contribution-stats__stat {
                                                                                                                                                                                                                                                                                                                                                                width: 16.666%}
                                                                                                                                                                                                                                                                                                                                                                }.contribution-stats__stat .value {
                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                    color: #D3DBE3;
                                                                                                                                                                                                                                                                                                                                                                    font-size: 2.25rem;
                                                                                                                                                                                                                                                                                                                                                                    font-weight: 500;
                                                                                                                                                                                                                                                                                                                                                                    line-height: 3rem;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .contribution-stats__stat .label {
                                                                                                                                                                                                                                                                                                                                                                    display: block;
                                                                                                                                                                                                                                                                                                                                                                    font-size: 0.75rem;
                                                                                                                                                                                                                                                                                                                                                                    line-height: 1.5rem;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .lineno {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .c {
                                                                                                                                                                                                                                                                                                                                                                    color: #93a1a1;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .err {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .g {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .k {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .l {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .n {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .o {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .x {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .p {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .cm {
                                                                                                                                                                                                                                                                                                                                                                    color: #93a1a1;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .cp {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .c1 {
                                                                                                                                                                                                                                                                                                                                                                    color: #93a1a1;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .cs {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gd {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .ge {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                    font-style: italic;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gr {
                                                                                                                                                                                                                                                                                                                                                                    color: #dc322f;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gh {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gi {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .go {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gp {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gs {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                    font-weight: bold;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gu {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .gt {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .kc {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .kd {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .kn {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .kp {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .kr {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .kt {
                                                                                                                                                                                                                                                                                                                                                                    color: #dc322f;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .ld {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .m {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .s {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .na {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nb {
                                                                                                                                                                                                                                                                                                                                                                    color: #B58900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nc {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .no {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nd {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .ni {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .ne {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nf {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nl {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nn {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nx {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .py {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nt {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .nv {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .ow {
                                                                                                                                                                                                                                                                                                                                                                    color: #859900;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .w {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .mf {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .mh {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .mi {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .mo {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .sb {
                                                                                                                                                                                                                                                                                                                                                                    color: #93a1a1;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .sc {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .sd {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .s2 {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .se {
                                                                                                                                                                                                                                                                                                                                                                    color: #cb4b16;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .sh {
                                                                                                                                                                                                                                                                                                                                                                    color: #586e75;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .si {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .sx {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .sr {
                                                                                                                                                                                                                                                                                                                                                                    color: #dc322f;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .s1 {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .ss {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .bp {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .vc {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .vg {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .vi {
                                                                                                                                                                                                                                                                                                                                                                    color: #268bd2;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .highlight .il {
                                                                                                                                                                                                                                                                                                                                                                    color: #2aa198;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .flag-icon {
                                                                                                                                                                                                                                                                                                                                                                    position: relative;
                                                                                                                                                                                                                                                                                                                                                                    display: inline-block;
                                                                                                                                                                                                                                                                                                                                                                    width: 1.3333333333333333em;
                                                                                                                                                                                                                                                                                                                                                                    line-height: 1em;
                                                                                                                                                                                                                                                                                                                                                                    background-size: contain;
                                                                                                                                                                                                                                                                                                                                                                    background-position: 50%;
                                                                                                                                                                                                                                                                                                                                                                    background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                .flag-icon:before {
                                                                                                                                                                                                                                                                                                                                                                    content: "\00a0"}
                                                                                                                                                                                                                                                                                                                                                                    .flag-icon.flag-icon-squared {
                                                                                                                                                                                                                                                                                                                                                                        width: 1em;
                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                    .flag-icon-background {
                                                                                                                                                                                                                                                                                                                                                                        background-size: contain;
                                                                                                                                                                                                                                                                                                                                                                        background-position: 50%;
                                                                                                                                                                                                                                                                                                                                                                        background-repeat: no-repeat;
                                                                                                                                                                                                                                                                                                                                                                    }

