<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#home {
    
    padding: 0;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#home h1 {
    font-size: 4rem;
    line-height: 1;
}

#contact {
    background: url(https://interfit.nyc3.digitaloceanspaces.com/assets/homepage/bg-home-footer.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#contact,
#contact a,
#contact a:hover,
#contact a:focus {
    color: #FFFFFF
}

#contact .heading .border {
    
}

#contact a {
    display: block;
}

#contact i {
    margin: 4rem 0 1rem;
}

.Rectangle {
    width: 900px;
    height: 400px;
    border-radius: 180px;
    background-color: #039ce4;
}

body {
    /* Location of the image */
    background-image: url(https://interfit.nyc3.digitaloceanspaces.com/assets/homepage/Background-resized.png);
    /* Image doesn't repeat */
    background-repeat: no-repeat;
    /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
    /* This is what makes the background image rescale based on its container's size */
    background-size: cover;
    /* Pick a solid background color that will be displayed while the background image is loading */
    background-color: white;
    background: url(https://interfit.nyc3.digitaloceanspaces.com/assets/homepage/Background-resized.png) center center cover no-repeat fixed;
    /* SHORTHAND CSS NOTATION
    
   */
}

/* For mobile devices */
/*@media only screen and (max-width: 767px) {
    
}*/

/* Presentational style rules only
 * Not required
 */

html, body, .container {
    height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
}

/* Basic */
body {
    font: 18px/23px "Cantarell", sans-serif;
    color: #ffffff;
}

blockquote {
    display: block;
    max-width: 480px;
    margin: 15px auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #e1e1e1;
    font-family: "Kotta One", serif;
    font-size: 22px;
    line-height: 28px;
}

    blockquote cite {
        display: block;
        font: 18px/23px "Cantarell", sans-serif;
        font-size: 16px;
        margin-top: 16px;
        color: #cccccc;
        text-transform: uppercase;
    }

/* Layout */

.content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

/* Special */
.sub-title {
    margin: 50px auto;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

.button {
    display: inline-block;
    padding: 6px 10px;
    color: #cafaea;
    border: 1px solid #cafaea;
    border-radius: 3px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

#more-content {
    display: none;
}

.wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border: 1px solid black;
}


div.site-branding { /* Position Logo and Text  */
    display: inline-block;
    vertical-align: middle;
}

div.site-branding-logo { /* Position logo within site-branding */
    display: inline;
    vertical-align: middle;
}

div.site-branding-text { /* Position text within site-branding */
    display: inline;
    width: 350px;
    margin: auto 0;
    vertical-align: middle;
}

div.site-branding-title { /* Position title within text */
    display: inline;
}

div.site-branding-tagline { /* Position tagline within text */
    display: block;
}

/* Media Queries */
@media only screen and (max-width: 100px) {

    body, img {
        /* The file size of this background image is 93% smaller
     * to improve page load speed on mobile internet connections */
        background-image: url(https://interfit.nyc3.digitaloceanspaces.com/assets/homepage/background-hero-moblie.png);
    }
        .container {
        position: relative;
        display: block;
        float: left;
        vertical-align: baseline;
        margin: 0 auto;
        padding: 80px 0 0 0;
    }

    #more-content {
        float: left;
        margin-right: 10px;
    }

    body h1 {
        font-size: 18px;
        line-height: 23px;
    }

    .content, blockquote {
        display: inline;
        margin: 0 auto;
        padding-top: 80px;
        vertical-align: baseline;
    }

    blockquote {
        width: 150px;
        margin: 15px auto;
        font-size: 16px;
        line-height: 21px;
        background-color: transparent;
    }

        blockquote cite {
            font-size: 14px;
            line-height: 19px;
        }

    .sub-title {
        font-size: 14px;
        line-height: 21px;
    }

    .button, p {
        max-width: 150px;
        margin: 0 auto;
        font-size: 15px;
        line-height: 20px;
    }

    html, body, .container {
        height: auto;
    }
}

.It-offers-a-training {
    margin: 16px 0 16px 48px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #fff;
}</pre></body></html>