html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: 'Poppins', sans-serif;;
    vertical-align: baseline; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1.2; }

.img-fluid {
    max-width: 100%;
    height: auto;
}

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after {
    content: none; }

q:before, q:after {
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/* Replace this with the base styles for your designs */
body {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: #ebeeee;
    color: #355458; }

h1 {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 1rem; }

h1 span {
    font-size: 1.6rem; }

h1 a {
    color: #355458; }

h2 {
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-weight: 500; }

h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 500; }

h4 {
    font-size: 1.1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 500; }

ul {
    list-style-type: disc;
    margin: 1rem 0 1rem 1.6rem; }

ul li {
    margin-bottom: .5rem; }

p {
    margin-bottom: 1rem; }

p:last-of-type {
    margin-bottom: 0; }

a {
    text-decoration: none;
    color: #1d57a5; }

a:hover {
    text-decoration: underline; }

strong {
    font-weight: 600; }

code {
    border: 1px solid #aebbbc;
    background-color: #fff;
    color: #355458;
    padding: .25rem .5rem;
    border-radius: 3px; }

hr {
    margin: 2rem 0;
    border: none;
    border-bottom: 1px solid #aebbbc; }

table {
    display: block;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 1rem;
    overflow-x: auto; }

table tr th {
    line-height: 1.5;
    vertical-align: middle;
    background-color: #b32573;
    color: #fff;
    font-weight: 600;
    padding: 1rem;
    min-width: 200px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }

table tbody tr:nth-of-type(odd) {
    background-color: #ebeeee; }

table tbody tr:nth-of-type(even) {
    background-color: #f6f9f8; }

table tbody td {
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }

table tbody td ul {
    text-align: left;
}

table tbody td:first-child {
    font-weight: 600;
    background-color: #b32573;
    color: #fff; }

table tbody td:first-child a {
    color: #fff; }
    
table tbody td:first-of-type {
    border-left: none; }

table tbody td svg {
    fill: #355458; }

table tbody td span {
    font-weight: 400;
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: .5rem;
    display: block }

.split-cell {
    position: relative;
    width: 120px;
    min-width: 120px;
    text-align: center;
    border-left: none; }

.split-cell hr {
    border-bottom: 1px solid #fff;
    transform: rotate(32.5deg);
    width: 150%;
    margin-left: -1.75rem; }

.split-left {
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    margin: 0;
    padding: 0; }

.split-right {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin: 0;
    padding: 0; }

.container {
    background-color: #fff;
    box-shadow: 1px 1px 3px rgba(53,84,88,.05);
    border-radius: .25rem;
    max-width: 70rem;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 4rem; }

.success-message {
    padding: 1rem;
    margin-bottom: 2rem;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: .25rem; }

.success-message h1 {
    font-size: 2rem;
    margin-bottom: .5rem; }

.centered {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem }

.col {
    margin-bottom: 3rem
}

@media (min-width: 992px) {

    .row {
        display: flex;
    }

    .col {
        width: 50%;
    }
}

.mobile-screenshots,
.tablet-screenshots {
    display: flex;
    justify-content: space-evenly;
}

.mobile-screenshots img {
    width: 33.33%;
}

.tablet-screenshots img {
    width: 50%;
}