a,
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
p,
section,
span,
textarea,
ul {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-decoration: none
}

ul {
    list-style-position: outside;
    padding-left: 20px
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    box-shadow: 0
}

a,
button,
input[type=submit],
pointer {
    cursor: pointer
}

html {
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

button,
img,
svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a,
b,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-style: normal;
    font-weight: 400;
    border: 0;
    border-radius: 0;
    text-decoration: none
}

a,
button,
input[type=submit] {
    cursor: pointer
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0
}

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

hr {
    overflow: visible
}

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

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

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

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[type=button],
[type=reset],
[type=submit] [role=button],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

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

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

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

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

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

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

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

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

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

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

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

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

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

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

.c-white {
    color: #fff
}

.b-white {
    border-color: #fff !important
}

.bg-white {
    background-color: #fff
}

.c-black {
    color: #000
}

.b-black {
    border-color: #000 !important
}

.bg-black {
    background-color: #000
}

.c-green {
    color: #1db292
}

.b-green {
    border-color: #1db292 !important
}

.bg-green {
    background-color: #1db292
}

body,
html {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: Playfair Display, serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
.h8 {
    line-height: 1.2
}

.black-underline {
    text-decoration: underline;
    color: black;
}

.h6,
.h7,
.h8 {
    line-height: 1.4
}

.h1 {
    font-size: 122px
}

@media (max-width:1100px) {
    .h1 {
        font-size: 60px
    }
}

.h2 {
    font-size: 81px
}

@media (max-width:1100px) {
    .h2 {
        font-size: 40px
    }
}

.h3 {
    font-size: 54px
}

@media (max-width:1100px) {
    .h3 {
        font-size: 24px
    }
}

.h4 {
    font-size: 36px
}

@media (max-width:1100px) {
    .h4 {
        font-size: 20px
    }
}

.h5 {
    font-size: 24px
}

@media (max-width:1100px) {
    .h5 {
        font-size: 16px
    }
}

.h6 {
    font-size: 16px
}

@media (max-width:1100px) {
    .h6 {
        font-size: 14px
    }
}

.h7 {
    font-size: 11px
}

@media (max-width:1100px) {
    .h7 {
        font-size: 11px
    }
}

.h8 {
    font-size: 7px
}

@media (max-width:1100px) {
    .h8 {
        font-size: 7px
    }
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.downcase,
.lowercase {
    text-transform: lowercase !important
}

.upcase,
.uppercase {
    letter-spacing: 1px;
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.line-through {
    text-decoration: line-through
}

.underline {
    text-decoration: underline
}

.container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.container,
.content {
    height: 100%
}

.wrapper.center {
    position: relative;
    flex: 0 0 100%
}

.logo {
    padding: 40px
}

.logo img {
    width: 100%
}

.aside {
    align-items: flex-end
}

.circle {
    max-width: 620px;
    width: 60%;
    margin: 0 auto
}

@media (max-width:640px) {
    .circle {
        width: 90%
    }
}

.circle_wrapper {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    transition: all .2s ease;
    cursor: pointer;
    position: relative
}

.circle_wrapper:hover {
    background-color: #000
}

.circle_wrapper span {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 60px
}

@media (max-width:640px) {
    .circle_wrapper span {
        font-size: 30px;
        width: 100%;
        text-align: center
    }
}

.info {
    font-size: 15px;
    padding: 30px
}

.row {
    display: flex;
    margin: 0;
    position: relative
}

@media (max-width:640px) {
    .row {
        margin: 0;
        flex-wrap: wrap
    }
}

.row.wrapped {
    flex-wrap: wrap
}

.row.spaced {
    justify-content: space-between
}

.row.v-center {
    align-items: center
}

.row.h-center {
    justify-content: center
}

.row.no-margin {
    margin: 0
}

@media (max-width:1100px) {
    .row.no-margin-tb {
        margin: 0
    }
}

@media (max-width:640px) {
    .row.no-margin-tb {
        margin: 0 -16px
    }
}

@media (max-width:640px) {
    .row.no-margin-mb {
        margin: 0
    }
}

@media (max-width:640px) {
    .row.no-padding-mb {
        padding: 0
    }
}

.row.baseline {
    align-items: baseline
}

@media (max-width:640px) {
    .row.grid-mb-swipe {
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }

    .row.grid-mb-swipe::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0
    }

    .row.grid-mb-swipe::-moz-scrollbar {
        display: none
    }

    .row.grid-mb-swipe::-ms-scrollbar {
        display: none
    }

    .row.grid-mb-swipe ::-webkit-scrollbar {
        display: none
    }

    .row.grid-mb-swipe ::-moz-scrollbar {
        display: none
    }

    .row.grid-mb-swipe ::-ms-scrollbar {
        display: none
    }
}

.row .col {
    flex: 1 1;
    width: auto;
    padding: 0;
    position: relative
}

@media (max-width:640px) {
    .row .col {
        flex: 0 0 100%;
        width: 100%
    }
}

@media (max-width:1100px) {
    .row .col.col-tb-100 {
        flex: 0 0 100%;
        width: 100%
    }

    .row .col.col-tb-50 {
        flex: 0 0 50%;
        width: 50%
    }
}

@media (max-width:640px) {
    .row .col {
        padding: 0
    }

    .row .col.col-mb-hidden {
        flex: 0 1;
        width: 0;
        padding: 0
    }

    .row .col.col-mb-50 {
        flex: 0 0 50%;
        width: 50%
    }

    .row .col.col-mb-66 {
        flex: 0 0 66.66%;
        width: 66.66%
    }

    .row .col.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }
}

.row .col.col-15 {
    flex: 0 0 15%;
    width: 15%
}

@media (max-width:640px) {
    .row .col.col-15.col-mb-33 {
        flex: 0 0 33.33%;
        width: 33.33%
    }

    .row .col.col-15.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }
}

.row .col.col-20 {
    flex: 0 0 20%;
    width: 20%
}

.row .col.col-20.padded {
    padding: 10px
}

.row .col.col-25 {
    flex: 0 0 25%;
    width: 25%
}

.row .col.col-30 {
    flex: 0 0 30%;
    width: 30%
}

@media (max-width:640px) {
    .row .col.col-30.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }
}

.row .col.col-33 {
    flex: 0 0 33.33%;
    width: 33.33%
}

@media (max-width:640px) {
    .row .col.col-33.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }

    .row .col.col-33.col-mb-66 {
        flex: 0 0 66.66%;
        width: 66.66%
    }
}

.row .col.col-66 {
    flex: 0 0 66.66%;
    width: 66.66%
}

@media (max-width:640px) {
    .row .col.col-66.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }
}

.row .col.col-50 {
    flex: 0 0 50%;
    width: 50%
}

@media (max-width:640px) {
    .row .col.col-50.col-mb-80 {
        flex: 0 0 80%;
        width: 80%
    }

    .row .col.col-50.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }
}

.row .col.col-70 {
    flex: 0 0 70%;
    width: 70%
}

@media (max-width:640px) {
    .row .col.col-70.col-mb-100 {
        flex: 0 0 100%;
        width: 100%
    }

    .row .col.col-70.col-mb-50 {
        flex: 0 0 50%;
        width: 50%
    }
}

.row .col.col-80 {
    flex: 0 0 80%;
    width: 80%
}

@media (max-width:640px) {
    .row .col.col-80 {
        flex: 0 0 100%;
        width: 100%
    }
}

.row .col.col-100 {
    flex: 0 0 100%;
    width: 100%
}

.row .col.reverse {
    order: 2
}

.row .col.no-padding {
    padding: 0
}

@media (max-width:640px) {
    .row .col.no-padding {
        padding: 0
    }
}

.row .col.no-padding.no-padding-bottom {
    padding-bottom: 0
}

.row .col.no-padding.no-padding-left-right {
    padding-left: 0;
    padding-bottom: 0
}

@media (max-width:640px) {
    .row .col.no-padding-mb {
        padding: 0
    }
}
