@font-face {
    font-family: meriva-extra;
    src: url("../fonts/meriva-extra.eot");
    src: url("../fonts/meriva-extra-.eot#iefix") format("embedded-opentype"), url("../fonts/meriva-extra.woff") format("woff"), url("../fonts/meriva-extra.woff2") format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: meriva-regular;
    src: url("../fonts/meriva-regular.eot");
    src: url("../fonts/meriva-regular-.eot#iefix") format("embedded-opentype"), url("../fonts/meriva-regular.woff") format("woff"), url("../fonts/meriva-regular.woff2.txt") format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: meriva-mono;
    src: url("../fonts/meriva-mono.eot");
    src: url("../fonts/meriva-mono-.eot#iefix") format("embedded-opentype"), url("../fonts/meriva-mono.woff") format("woff"), url("../fonts/meriva-mono.woff2") format("woff2");
    font-weight: 300;
    font-style: normal
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    background: 0 0
}

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

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

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

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

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
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes blink {
    50% {
        opacity: 0
    }
}

@keyframes blink {
    50% {
        opacity: 0
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.rotate {
    -webkit-animation: rotate .55s linear infinite;
    animation: rotate .55s linear infinite
}

.blink {
    -webkit-animation: blink .85s linear infinite;
    animation: blink .85s linear infinite
}

.uc {
    text-transform: uppercase
}

.top {
    z-index: 3000;
    position: relative
}

.bt {
    border-top: 1px solid #000
}

@media (min-width:768px) {
    .br {
        border-right: 1px solid #000
    }
}

.is-hidden {
    display: none
}

::-webkit-scrollbar {
    display: none
}

::-moz-selection {
    background-color: #faebd7
}

::selection {
    background-color: #faebd7
}

body,
html {
    height: 100%;
    overflow-x: hidden
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

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

* {
    margin: 0;
    padding: 0;
    font: inherit;
    text-decoration: inherit;
    border: none;
    color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:focus {
    outline: 0
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(1.8rem + .5vw);
    font-weight: 100;
    line-height: 1.2;
    font-family: meriva-regular, -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Favorit, Suisse, "Open Sans", "Helvetica Neue", Helvetica, Neuzeit, sans-serif;
    background-color: #e3867d
}

@media (min-width:992px) {
    body {
        font-size: calc(1.8rem + 1.1vw)
    }
}

body .error {
    background-color: red
}

main {
    width: calc(100%);
    position: absolute;
    left: 0;
    transition: .3s ease all
}

.main-content {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 44px
}

.section__wrapper {
    border-top: 1px solid #000
}

.section__opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: calc(100vh);
    padding: 1rem
}

.section__opener .section__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(2.4rem + 5vw);
    width: auto;
    position: relative
}

@media (min-width:768px) {
    .section__opener .section__header {
        height: calc(3.6rem + 5vw);
        padding-left: 1rem
    }
}

.section__opener .section__header svg {
    position: absolute;
    width: auto;
    height: 100%;
    display: block
}

.section__faq {
    border-bottom: 1px solid #000
}

.section__faq .section__text {
    width: 100%
}

@media (min-width:768px) {
    .section__faq .section__text {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }
}

.section__sub-heading {
    padding: 0rem 1rem 1rem 1rem
}

.section__text {
    padding: 1rem;
    min-height: calc(50vh)
}

@media (min-width:768px) {
    .section__text p {
        max-width: 50ch
    }
}

.section__text a {
    text-decoration: underline
}

.section__profile--bio .section__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section__image div {
    min-height: calc(80vh);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    mix-blend-mode: multiply
}

.section__image img {
    mix-blend-mode: multiply;
    width: 100%;
    height: auto;
    display: block
}

.social p {
    padding-bottom: 0
}

.social p a::before {
    content: '\02192';
    padding-right: .5rem
}

.banner {
    display: none;
    font-family: meriva-mono, -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Favorit, Suisse, "Open Sans", "Helvetica Neue", Helvetica, Neuzeit, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1.4px
}

@media (min-width:992px) {
    .banner {
        display: block;
        position: absolute;
        top: 1rem;
        right: 1rem;
        writing-mode: tb-rl
    }
}

.timetable {
    width: 100%;
    min-height: calc(50vh);
    margin-bottom: calc(10vh)
}

.timetable__title {
    padding: 1rem
}

.timetable__content {
    display: none
}

.timetable__content.timetable__content--active {
    display: block
}

.timetable__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #000;
    padding: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: calc(1.8rem + .25vw)
}

@media (min-width:1200px) {
    .timetable__header {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.timetable__header .timetable__tab {
    margin-right: .5rem;
    color: rgba(0, 0, 0, .1)
}

@media (min-width:1200px) {
    .timetable__header .timetable__tab {
        margin-right: 2rem
    }
}

.timetable__header .timetable__tab.timetable__tab--active {
    color: #000
}

.timetable__entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    padding: 1rem
}

@media (min-width:1200px) {
    .timetable__entry {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.timetable__entry:first-child {
    border-top: 1px solid #000
}

.timetable__entry span {
    max-width: 45ch
}

.timetable__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    min-width: 400px;
    white-space: nowrap;
    padding-right: 2rem
}

.timetable__header .timetable__time {
    display: none
}

@media (min-width:1200px) {
    .timetable__header .timetable__time {
        display: inline-block
    }
}

.contact {
    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;
    border-top: 1px solid #000;
    margin-top: calc(25vh)
}

.contact h5 {
    padding: 1rem;
    border-bottom: 1px solid #000
}

.contact .contact__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: calc(5vh)
}

@media (min-width:768px) {
    .contact .contact__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.contact .contact__item p {
    padding: 1rem
}

.contact__item:not(:last-of-type) {
    border-bottom: 1px solid #000
}

.contact a {
    width: 50%;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-bottom: .5rem
}

.contact a:hover {
    text-decoration: underline
}

.contact a:hover:before {
    text-decoration: none
}

.contact ul {
    padding: 1rem
}

.contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact ul li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.partner-logo {
    display: inline-block;
    max-width: 200px;
    padding: 3rem;
    margin-right: 4rem
}

@media (min-width:768px) {
    .partner-logo {
        max-width: 200px
    }
}

.partner-logo img {
    width: 100%;
    height: 100%;
    display: block
}

.footer {
    border-top: 1px solid #000;
    margin-top: calc(10vh);
    font-size: calc(1.8rem + .25vw)
}

.footer .row .column--half {
    padding: 1rem
}

.footer .row .column--quarter {
    padding: 1rem
}

.footer .row .column--quarter p {
    padding-bottom: 0
}

.footer .row .column--quarter a:hover {
    text-decoration: underline
}

.footer .row .column--quarter figure {
    padding: 1rem 0
}

.contact__item--logo {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(2.4rem + 5vw);
    width: auto;
    position: relative;
    margin-top: 10vh;
    padding: 1rem
}

@media (min-width:768px) {
    .contact__item--logo {
        height: calc(3.6rem + 5vw)
    }
}

.video-container {
  position: relative;
}
video {
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.contact__item--logo svg {
    position: absolute;
    width: auto;
    height: 100%;
    display: block
}

.stickers {
    min-height: 100vh;
    min-width: 100vw;
    z-index: 2000;
    pointer-events: none;
    position: absolute;
    opacity: .6
}

.sticker__wrapper {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh
}

.sticker__wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

@media (min-width:768px) {
    .sticker--mobile {
        display: none
    }
}

.sticker--desktop {
    display: none
}

@media (min-width:768px) {
    .sticker--desktop {
        display: block
    }
}

figure[data-size="1"] {
    width: calc(100vw / 12)
}

figure[data-size="2"] {
    width: calc(100vw / 12 * 2)
}

figure[data-size="3"] {
    width: calc(100vw / 12 * 3)
}

figure[data-size="4"] {
    width: calc(100vw / 12 * 4)
}

figure[data-size="5"] {
    width: calc(100vw / 12 * 5)
}

figure[data-size="6"] {
    width: calc(100vw / 12 * 6)
}

figure[data-size="8"] {
    width: calc(100vw / 12 * 8)
}

figure[data-size="10"] {
    width: calc(100vw / 12 * 10)
}

figure[data-size="12"] {
    width: calc(100vw)
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.column {
    width: calc(100%)
}

.column--half {
    width: calc(100%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .column--half {
        width: calc(100% / 2)
    }
}

.column--quarter {
    width: calc(100%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .column--quarter {
        width: calc(100% / 4)
    }
}

nav {
    width: 240px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -196px;
    transition: all .3s ease;
    border-right: 1px solid #000;
    font-size: calc(1.8rem + .25vw)
}

@media (min-width:768px) {
    nav {
        width: 240px
    }
}

.show-nav main,
.show-nav nav {
    -webkit-transform: translateX(240px);
    transform: translateX(240px)
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 100%;
    margin-left: -40px
}

.nav .nav__menu {
    padding: 1rem
}

.nav li {
    text-transform: uppercase
}

.nav li:hover {
    text-decoration: underline
}

.nav--toggle {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 99;
    font-size: calc(1.8rem + .25vw)
}

.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter, opacity, filter;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 22px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    text-transform: uppercase
}

h1 {
    font-family: meriva-extra, -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Favorit, Suisse, "Open Sans", "Helvetica Neue", Helvetica, Neuzeit, sans-serif;
    font-size: calc(5rem);
    line-height: .85;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    letter-spacing: -.8px
}

@media (min-width:768px) {
    h1 {
        font-size: calc(3.6rem + 5vw);
        letter-spacing: -2.4px
    }
}

h2 {
    padding-bottom: 1rem;
    text-decoration: underline
}

p {
    padding-bottom: 3rem
}

.mono {
    font-family: meriva-mono, -apple-system, system-ui, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, Favorit, Suisse, "Open Sans", "Helvetica Neue", Helvetica, Neuzeit, sans-serif;
    letter-spacing: 1px;
    line-height: 1.2
}

.outline {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: inherit;
    -webkit-text-fill-color: transparent
}

@media (min-width:768px) {
    .outline {
        -webkit-text-stroke-width: 2px
    }
}

.outline:hover {
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 0
}

.active {
    -webkit-text-fill-color: #000;
    -webkit-text-stroke-width: 0
}

.active:before {
    content: '\02192'
}

a {
    cursor: pointer
}

li {
    list-style-type: none
}

span.section--tooltip {
    position: absolute;
    z-index: 1000;
    display: none;
    color: #fff
}

span.section--tooltip:before {
    content: '['
}

span.section--tooltip:after {
    content: ']'
}

body.show-nav span.section--tooltip {
    left: -240px
}

.accordion .section__content {
    display: none
}

.accordion .section__header h1 {
    padding: 1rem .5rem .5rem .5rem
}

.section__form--wrapper {
    border-top: 1px solid #000;
    min-height: calc(50vh)
}

fieldset {
    border-bottom: 1px solid #000
}

input,
textarea {
    cursor: pointer;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1rem;
    margin: 1rem 0;
    border: 1px solid #000
}

input[type=file] {
    min-height: 200px
}

.checkbox {
    padding-top: 1rem
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    border: 1px solid #000;
    cursor: pointer
}

input[type=checkbox]:checked+label span {
    background-color: #000
}

textarea {
    min-height: 200px
}

legend {
    padding: 1rem
}

.label {
    padding: 2rem
}

.label:last-of-type {
    border-top: 1px solid #000
}

.submit {
    border: 1px solid #000;
    padding: 1rem 1.5rem
}

.submit:hover {
    background-color: rgba(0, 0, 0, .1)
}

.hp {
    display: none!important
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader:before {
    content: '\0263B';
    overflow: hidden;
    font-size: 40px;
    margin: 0 auto;
    position: relative;
    -webkit-animation: blink .85s linear infinite;
    animation: blink .85s linear infinite
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.loader,
.thanks {
    display: none
}

.sending .submit,
.success .submit {
    display: none
}

.sending .loader {
    display: block
}

.success .thanks {
    display: block
}