@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');
body {
    font-family: 'Nunito', sans-serif;
}

.mb-xx-large {
    margin-bottom: 42px;
    margin-bottom: 1.5rem
}

.mb-base {
    margin-bottom: 24px;
    margin-bottom: 1.71428571rem
}

.mb-step {
    margin-bottom: 6px;
    margin-bottom: .42857143rem
}

.s-mega {
    font-size: 42px;
    font-size: 3rem;
    letter-spacing: -1px;
    letter-spacing: -.07142857rem
}

.s-echo {
    font-size: 16px;
    font-size: 1.14285714rem;
    line-height: 24px;
    line-height: 1.71428571rem
}

.h-echo {
    color: #9799a7;
    font-size: 16px;
    font-size: 1.14285714rem;
    line-height: 24px;
    line-height: 1.71428571rem;
    font-weight: 400
}

.h-intro:before {
    color: #cecfd5;
    content: "—";
    font-size: 12px;
    font-size: .85714286rem;
    line-height: 18px;
    line-height: 1.28571429rem;
    margin-left: -18px;
    margin-left: -1.28571429rem;
    margin-right: 5px;
    margin-right: .35714286rem
}

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

html {
    background-color: #f6f6f6;
    box-sizing: border-box
}

*,
*:after,
*:before {
    box-sizing: inherit
}

[hidden],
template {
    display: none
}

body {
    margin: 0
}

.container {
    max-width: 640px;
    max-width: 45.71428571rem;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-bottom: 4.28571429rem;
    padding-top: 60px;
    padding-top: 4.28571429rem;
    padding-left: 30px;
    padding-left: 2.14285714rem;
    padding-right: 30px;
    padding-right: 2.14285714rem;
    position: relative
}

.section {
    padding-bottom: 36px;
    padding-bottom: 2.57142857rem;
    padding-top: 60px;
    padding-top: 4.28571429rem
}

html {
    color: #666;
    line-height: 24px;
    line-height: 1.5rem;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

@media(min-width:1400px) {
    html {
        font-size: 100%;
        line-height: 27px;
        line-height: 1.6875rem
    }
}

h1 {
    color: #42444e;
    font-size: 36px;
    font-size: 2.57142857rem;
    line-height: 42px;
    line-height: 3rem;
    font-weight: 300
}

h2 {
    color: #42444e;
    font-size: 24px;
    font-size: 1.71428571rem;
    line-height: 30px;
    line-height: 2.14285714rem;
    font-weight: 300
}

h3 {
    color: #42444e;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 2.14285714rem;
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 24px;
    margin: 0 0 1.71428571rem
}

::-moz-selection {
    background-color: #cef
}

::selection {
    background-color: #cef
}

a:not(.link-boring) {
    background-image: -webkit-linear-gradient(bottom, transparent, transparent 0, #cecfd5 0, #cecfd5 1px, transparent 1px);
    background-image: linear-gradient(bottom, transparent, transparent 0, #cecfd5 0, #cecfd5 1px, transparent 1px);
    color: #0087cc;
    position: relative;
    text-decoration: none;
    text-shadow: -1px 0 #f6f6f6, -2px 0 #f6f6f6, -3px 0 #f6f6f6, 1px 0 #f6f6f6, 2px 0 #f6f6f6, 3px 0 #f6f6f6, -1px 1px #f6f6f6, -2px 1px #f6f6f6, 1px 1px #f6f6f6, 2px 1px #f6f6f6;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

a:not(.link-boring):focus {
    outline: 0
}

a:not(.link-boring):active,
a:not(.link-boring):hover {
    color: #ff7b29
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul>li>a>i {
    font-size: 24px;
}

.list-inline {
    letter-spacing: -4px;
    letter-spacing: -.28571429rem
}

.list-inline li {
    display: inline-block;
    letter-spacing: normal
}

.list-inline li:not(:last-child):after {
    color: #cecfd5;
    content: " ";
    font-size: 85%;
    margin-left: 7px;
    margin-left: .5rem;
    margin-right: 6px;
    margin-right: .42857143rem;
    vertical-align: bottom
}