/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: border-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: $font;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: 'material';
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.gstatic.com/s/materialicons/v43/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2") format('woff2');
    font-display: block
}

a {
    text-decoration: none;
    color: #c88f05;
    cursor: pointer;
    display: inline-block
}

p {
    font: 300 16px/28px "roboto", sans-serif;
    color: #6d6e71
}

h1 {
    color: #150b4f;
    font: 300 48px/64px "roboto", sans-serif;
    margin: 20px 0
}

h2 {
    color: #150b4f;
    font: 300 40px/54px "roboto", sans-serif;
    margin: 20px 0
}

.aside {
    color: #c88f05;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 10px;
}

.aside:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #c88f05;
    margin-bottom: 20px
}

.text--white {
    color: #fff !important
}

.text--upper {
    text-transform: uppercase
}

.text--right {
    text-align: right !important
}

.text--left {
    text-align: left !important
}

.text--center {
    text-align: center !important
}

section {
    position: relative
}

@media screen and (max-width:1050px) {
    h1 {
        font: 300 36px/48px "roboto", sans-serif
    }
    h2 {
        font: 300 30px/42px "roboto", sans-serif
    }
}

@media screen and (max-width:599px) {
    h1 {
        font: 300 28px/40px "roboto", sans-serif
    }
    h2 {
        font: 300 24px/32px "roboto", sans-serif
    }
    p {
        line-height: 24px
    }
}

html {
    font-family: "roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    direction: ltr;
    min-height: 100vh
}

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

body {
    width: 100%;
    min-height: 100vh
}

.body {
    width: 100%;
    min-height: 100vh
}

::-moz-selection {
    background: #150b4f;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #150b4f;
    text-shadow: none;
    color: #fff
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.container--1400 {
    width: 1400px
}

.container--1000 {
    width: 1000px
}

.container--900 {
    width: 900px
}

.container--800 {
    width: 800px
}

.container--700 {
    width: 700px
}

.container--600 {
    width: 600px
}

.container--500 {
    width: 500px
}

.container--400 {
    width: 400px
}

.container--300 {
    width: 300px
}

.tablet--only {
    display: none !important
}

.mobile--only {
    display: none !important
}

.desktop--hide {
    display: none !important
}

@media screen and (max-width:1050px) {
    .tablet--only {
        display: block !important
    }
    .tablet--hide {
        display: none !important
    }
    .desktop--only {
        display: none !important
    }
    .desktop--hide {
        display: block !important
    }
    .container {
        width: 600px
    }
    .body {
        padding-right: 60px
    }
}

@media screen and (max-width:599px) {
    .mobile--only {
        display: block !important
    }
    .mobile--hide {
        display: none !important
    }
    .container {
        width: 360px;
        max-width: 100%
    }
    .body {
        padding-right: 0
    }
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    max-width: 100%
}

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

textarea {
    resize: vertical
}

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

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre {
        white-space: pre-wrap !important
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

.mi {
    font-family: 'material';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    font-display: block;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.mi-12 {
    font-size: 12px;
    width: 12px;
    height: 12px
}

.mi-14 {
    font-size: 14px;
    width: 14px;
    height: 14px
}

.mi-16 {
    font-size: 16px;
    width: 16px;
    height: 16px
}

.mi-18 {
    font-size: 18px;
    width: 18px;
    height: 18px
}

.mi-24 {
    font-size: 24px;
    width: 24px;
    height: 24px
}

.mi-30 {
    font-size: 30px;
    width: 30px;
    height: 30px
}

.mi-36 {
    font-size: 36px;
    width: 36px;
    height: 36px
}

.mi-42 {
    font-size: 42px;
    width: 42px;
    height: 42px
}

.mi-48 {
    font-size: 48px;
    width: 48px;
    height: 48px
}

.button {
    position: relative;
    background: transparent;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font: normal 10px/20px "roboto", sans-serif;
    letter-spacing: 2px;
    padding: 10px 30px;
}

.button--outline {
    border: 1px solid #6d6e71;
    color: #150b4f;
    background: #fff
}

.form__row {
    margin-bottom: 40px
}

.input {
    font: 12px/18px "roboto", sans-serif;
    border: 0;
    text-transform: uppercase;
    outline: 0;
    border-bottom: 1px solid #6d6e71;
    padding: 5px 0;
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block
}

textarea.input {
    border: 1px solid #6d6e71
}

@media screen and (max-width:599px) {
    .input {
        padding: 10px 0
    }
}

.banner--news {
    background: #150b4f url("/assets/img/wave-news.svg") center/cover no-repeat;
    height: 200px
}

.news__lists {
    width: 100%
}

.news__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.news__date {
    color: #c88f05;
    font: bold 13px/18px "roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.news__img {
    width: 300px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-color: #6d6e71
}

.news__desc {
    margin-left: 40px
}

.news__title {
    font: 300 30px/40px "roboto", sans-serif;
    color: #150b4f
}

.news__p {
    font: normal 14px/22px "roboto", sans-serif;
    color: #6d6e71;
    margin: 20px 0
}

.news__more {
    color: #c88f05;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px
}

.news__back {
    color: #c88f05;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 40px 0;
    font-weight: bold
}

.nd .news__title {
    margin-top: -45px;
}

.nd .news__title:before {
    content: '';
    width: 50px;
    display: block;
    height: 1px;
    background: #c88f05;
    margin-bottom: 30px
}

@media screen and (max-width:1050px) {
    .news__img {
        width: 200px
    }
    .news__date {
        font: bold 10px/14px "roboto", sans-serif
    }
    .news__title {
        font: 300 20px/28px "roboto", sans-serif
    }
    .news__p {
        margin: 10px 0
    }
}

@media screen and (max-width:599px) {
    .news__list {
        display: block
    }
    .news__title {
        font: 300 18px/24px "roboto", sans-serif
    }
    .news__img {
        width: 100%
    }
    .news__desc {
        margin-left: 0;
        margin-top: 20px
    }
    .news__p {
        display: none
    }
    .news__more {
        display: none
    }
    .banner--news {
        height: 140px
    }
    .nd .content--right {
        padding: 0
    }
    .nd .news__title {
        margin-top: 0
    }
}

header {
    background: #150b4f;
    padding: 20px 0;
    margin-bottom: 50px;
}

header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

header img {
    width: 100px
}

nav a {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}