.loader_loader__2Pwyu {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader_wave__3wGlG {
    width: 50px;
    height: 50px;
    position: relative
}

.loader_smoke1__vw9KW,
.loader_smoke2__27u9j,
.loader_smoke3__3W9rp {
    background: #4945af;
    width: 6px;
    top: 0;
    border-radius: 3px;
    position: absolute
}

.loader_smoke1__vw9KW {
    height: 30px;
    left: 0;
    animation: loader_load__nYdvV 1.5s ease-in-out infinite reverse
}

.loader_smoke2__27u9j {
    height: 15px;
    left: 21px;
    animation: loader_load__nYdvV 1s ease-in-out infinite reverse
}

.loader_smoke3__3W9rp {
    height: 30px;
    right: 0;
    animation: loader_load__nYdvV .9s ease-in-out infinite reverse
}

@-webkit-keyframes loader_load__nYdvV {
    0% {
        height: 30px;
        opacity: 0
    }

    50% {
        opacity: 1;
        background: #4945af
    }

    to {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        height: 15px;
        opacity: 0
    }
}

@keyframes loader_load__nYdvV {
    0% {
        height: 30px;
        opacity: 0
    }

    50% {
        opacity: 1;
        background: #4945af
    }

    to {
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
        height: 15px;
        opacity: 0
    }
}

.loader_fail__2vIYq {
    font-size: 1.2em;
    text-align: center;
    color: #939393
}

.loader_fail__2vIYq h4 {
    margin-top: 15px;
    font-weight: 400
}

.loader_fail__2vIYq button {
    cursor: pointer;
    margin-top: 20px;
    background: #939393;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 0 #939393, 2px 4px 6px #939393;
    -webkit-transition: box-shadow .2s, opacity .2s, -webkit-transform .2s;
    transition: box-shadow .2s, opacity .2s, -webkit-transform .2s;
    transition: box-shadow .2s, transform .2s, opacity .2s;
    transition: box-shadow .2s, transform .2s, opacity .2s, -webkit-transform .2s
}

.loader_fail__2vIYq button .fa-redo {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    margin-right: 10px
}

.loader_fail__2vIYq button:hover .fa-redo {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.loader_fail__2vIYq button:hover {
    box-shadow: none
}

.loader_fail__2vIYq button:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.grid_container__sMG1z {
    margin: 0 auto;
    width: 90%
}

.grid_row__3_Qkz {
    -webkit-flex-direction: row;
    flex-direction: row
}

.grid_row__3_Qkz,
.grid_rowReverse__Kmyw- {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid_rowReverse__Kmyw- {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.grid_col-1__3b05O {
    -webkit-flex: 1 1;
    flex: 1 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.grid_col-2__3jeml {
    -webkit-flex: 2 1;
    flex: 2 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.grid_col-3__24HCj {
    -webkit-flex: 3 1;
    flex: 3 1;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

.header_header__IQ2vU {
    width: 100%;
    padding: 30px 0;
    font-size: 1em;
    font-weight: 700
}

.header_colLogo__3pYVU,
.header_colNav__2qcOY {
    width: 100%;
    text-align: center
}

@media only screen and (min-width:767px) {

    .header_colLogo__3pYVU,
    .header_colNav__2qcOY {
        width: 50%
    }
}

@media only screen and (min-width:767px) {
    .header_colLogo__3pYVU {
        text-align: left
    }

    .header_colNav__2qcOY {
        text-align: right
    }
}

.header_logo__12Z2W {
    display: inline-block;
    max-width: 250px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.header_logo__12Z2W svg {
    width: 100%
}

.header_logo__12Z2W.header_active__2XVyQ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.header_navigation__oGJ1s li {
    display: inline-block;
    list-style: none;
    margin: 0 5px
}

.header_navigation__oGJ1s a {
    text-decoration: none;
    padding: 10px;
    display: block;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s
}

.header_navigation__oGJ1s a.header_active__2XVyQ {
    color: #4945af
}

.footer_footer__DqNb_ {
    padding: 20px 0;
    font-size: .9em;
    background: #0b132b;
    color: #fff;
    position: relative
}

@media only screen and (min-width:1279px) {
    .footer_footer__DqNb_ {
        font-size: .8em
    }
}

.footer_footer__DqNb_ a:hover {
    text-decoration: none
}

.footer_footer__DqNb_ li {
    list-style: none;
    display: inline-block
}

.footer_footer__DqNb_ small {
    font-size: 1em
}

.footer_row__3P87_ {
    -webkit-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width:1279px) {
    .footer_row__3P87_ {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.footer_menu__tUVPp {
    text-align: center
}

@media only screen and (min-width:1279px) {
    .footer_menu__tUVPp {
        text-align: left;
        margin: 0
    }
}

.footer_menu__tUVPp li {
    display: block;
    margin: 15px 0
}

@media only screen and (min-width:1279px) {
    .footer_menu__tUVPp li {
        margin: 0;
        display: inline-block
    }

    .footer_menu__tUVPp li:before {
        content: "|";
        margin: 0 10px
    }

    .footer_menu__tUVPp li:first-child:before {
        content: ""
    }
}

.footer_social__2mMgP {
    text-align: center;
    margin: 10px 0
}

@media only screen and (min-width:1279px) {
    .footer_social__2mMgP {
        text-align: right;
        margin: 0
    }
}

.footer_social__2mMgP li {
    margin: 0 15px
}

@media only screen and (min-width:1279px) {
    .footer_social__2mMgP li:last-child {
        margin-right: 20px
    }
}

.footer_social__2mMgP a {
    display: block;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, -webkit-transform .2s;
    transition: transform .2s, color .2s;
    transition: transform .2s, color .2s, -webkit-transform .2s
}

.footer_social__2mMgP a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    color: #f8e71c
}

.footer_version__3kVT4 {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.footer_version__3kVT4 small {
    background: #f8e71c;
    color: #000;
    font-size: .8em;
    padding: 0 10px;
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    display: inline-block;
    text-align: right
}

* {
    font-family: inherit;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: inherit
}

*,
:after,
:before {
    box-sizing: border-box
}

body {
    color: #0b132b;
    font-family: Lato, sans-serif;
    font-size: 12pt;
    line-height: 1.52;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%
}

@media only screen and (min-width:1023px) {
    body {
        font-size: 15pt
    }
}

#root {
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

main {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

.color-moon {
    color: #4945af
}

.color-sun {
    color: #f8e71c
}

.sr-only {
    position: absolute;
    margin: -1px 0 0 -1px;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    outline: 0
}

h1 {
    font-size: 3em;
    font-weight: 800;
    font-family: Montserrat, sans-serif
}

@media only screen and (min-width:374px) {
    h1 {
        font-size: 3.5em
    }
}

@media only screen and (min-width:666px) {
    h1 {
        font-size: 5em
    }
}

@media only screen and (min-width:1023px) {
    h1 {
        font-size: 6em
    }
}

h2 {
    font-size: 2.5em;
    line-height: 1.2;
    font-family: Montserrat, sans-serif
}

h2,
h3 {
    font-weight: 800
}

h3 {
    font-size: 1.4em
}

h4 {
    font-weight: 700;
    font-family: Lato, sans-serif
}