@font-face {
    font-family: Source Sans Pro;
    src: url(//cdn.sedo.com/resources/fonts/fontsquirrel/sourcesanspro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(//cdn.sedo.com/resources/fonts/fontsquirrel/sourcesanspro/sourcesanspro-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Source Sans Pro;
    src: url(//cdn.sedo.com/resources/fonts/fontsquirrel/sourcesanspro/sourcesanspro-semibold-webfont.woff2) format("woff2"), url(//cdn.sedo.com/resources/fonts/fontsquirrel/sourcesanspro/sourcesanspro-semibold-webfont.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Source Sans Pro;
    src: url(//cdn.sedo.com/resources/fonts/fontsquirrel/sourcesanspro/sourcesanspro-semiboldit-webfont.woff2) format("woff2"), url(//cdn.sedo.com/resources/fonts/fontsquirrel/sourcesanspro/sourcesanspro-semiboldit-webfont.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: fallback
}

html {
    width: 100vw;
    max-width: 100%;
    min-width: 320px;
    min-height: 100vh;
    overflow-x: hidden
}

body,
html {
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    font-size: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
    font-family: "Source Sans Pro", sans-serif;
}

body,
button,
input,
select {
    font-family: "Source Sans Pro", sans-serif
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus {
    color: #0061AA;
}
a:hover,
a:focus {
    text-decoration: none;
}

*,
:after,
:before {
    box-sizing: border-box;
}

.container {
    max-width: 85.375rem;
    margin: 0 auto;
    padding: 0 1rem;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    background-color: #d6bcae;
    background-image: url(../img/bg-bubble-left-bottom.png), url(../img/bg-bubble-left-top.png), url(../img/bg-bubble-right.png);
    background-position: left bottom, left top, right 33%;
    background-repeat: no-repeat;
}
