<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #575757;
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
        box-sizing: border-box;
}

iframe,
img {
    display: block;

    max-width: 100%;
}

iframe {
    border: none;
}

ul,
li {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.nfg-container {
    width: 580px;
    margin: 0 auto;
}

.nfg-header {
    background: url("../img/bg-header.png") 0 0 no-repeat;
}

.nfg-header__logo {
    padding-top: 27px;
    padding-left: 41px;
}

.nfg-header__content {
    padding: 268px 40px 15px 60px;
}

.nfg-header__title {
    font-size: 40px;
    line-height: 1.25;
    color: #754796;
    letter-spacing: -0.7px;
}

.nfg-header__subtitle {
    font-size: 20px;
    line-height: 1.25;
    color: #754796;
    font-weight: 700;
    margin-top: 5px;
    letter-spacing: -0.5px;
}

.nfg-sec {
    background: #efefef;
    padding-top: 30px;
    padding-bottom: 26px;
    width: 500px;
    margin: 0 auto;
}

.nfg-sec--about {
    margin-bottom: 20px;
}

.nfg-sec--about .nfg-sec__content {
    background: url("../img/ico-info.png") 25px 5px no-repeat;
    padding-left: 170px;
    padding-right: 20px;
}

.nfg-sec__heading {
    font-size: 20px;
    line-height: 1;
    color: #754796;
    letter-spacing: -0.4px;
}

.nfg-sec__desc {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 23px;
    letter-spacing: -0.3px;
}

.nfg-sec__action {
    text-align: center;
    margin-top: 5px;
}

.nfg-btn {
    display: inline-flex;
    width: 188px;
    height: 48px;
    background: #754796;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.nfg-btn__label {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.nfg-info {
    display: flex;
    margin-top: 30px;
}

.nfg-info__item {
    width: calc(100% / 3);
    padding-top: 50px;
    background: url("../img/ico-thick.png") 50% 0 no-repeat;
}

.nfg-info__text,
.nfg-graph__text {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
}

.nfg-info__text strong,
.nfg-graph__text strong {
    color: #754796;
}

.nfg-sec--how .nfg-sec__heading {
    padding-left: 50px;
}

.nfg-graph {
    display: flex;
    margin-top: 45px;
    background: url("../img/line.png") 50% 63px no-repeat;
}

.nfg-graph__item {
    width: calc(100% / 3);
    font-size: 14px;
    line-height: 1.43;
    padding-top: 105px;
}

.nfg-graph__item:nth-child(1) {
    background: url("../img/ico-door.png") 50% 3px no-repeat;
}

.nfg-graph__item:nth-child(2) {
    background: url("../img/ico-page.png") 52% 0 no-repeat;
}

.nfg-graph__item:nth-child(3) {
    background: url("../img/ico-money.png") 50% 8px no-repeat;
}

.nfg-sec--how .nfg-sec__action {
    margin-top: 35px;
}

.nfg-footer {
    padding: 25px 60px 55px;
}

.nfg-footer__text {
    font-size: 11px;
    line-height: 1.63;
    letter-spacing: -0.2px;
}

.nfg-footer__text:not(:first-child) {
    margin-top: 20px;
}</pre></body></html>