body {
    font-family: freight-text-pro, georgia, serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 20px
}

pre {
    background-color: #eee;
    font-size: 16px;
    padding: 20px
}

.js-toggle-project {
    cursor: pointer;
}

.post a {
    text-shadow: .03em 0 #fff, -.03em 0 #fff, 0 .03em #fff, 0 -.03em #fff, .06em 0 #fff, -.06em 0 #fff, .09em 0 #fff, -.09em 0 #fff, .12em 0 #fff, -.12em 0 #fff, .15em 0 #fff, -.15em 0 #fff;
    background-image: linear-gradient(#333332, #333332);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 95%;
    color: #333332;
    text-decoration: none
}

.post a::selection {
    text-shadow: .03em 0 #b4d5fe, -.03em 0 #b4d5fe, 0 .03em #b4d5fe, 0 -.03em #b4d5fe, .06em 0 #b4d5fe, -.06em 0 #b4d5fe, .09em 0 #b4d5fe, -.09em 0 #b4d5fe, .12em 0 #b4d5fe, -.12em 0 #b4d5fe, .15em 0 #b4d5fe, -.15em 0 #b4d5fe;
    background: #b4d5fe
}

.post a::-moz-selection {
    text-shadow: .03em 0 #b4d5fe, -.03em 0 #b4d5fe, 0 .03em #b4d5fe, 0 -.03em #b4d5fe, .06em 0 #b4d5fe, -.06em 0 #b4d5fe, .09em 0 #b4d5fe, -.09em 0 #b4d5fe, .12em 0 #b4d5fe, -.12em 0 #b4d5fe, .15em 0 #b4d5fe, -.15em 0 #b4d5fe;
    background: #b4d5fe
}

.post a *,
.post a:after,
.post a:after,
.post a:before,
.post a:before {
    text-shadow: none
}

.post a:visited {
    color: #333332
}

.fade-out {
    animation: a .33s ease forwards!important
}

.fade-in {
    animation: b .33s ease forwards
}

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes b {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    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: 0
}

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

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

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

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

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

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #fff;
    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: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[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
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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
}

[hidden],
template {
    display: none
}

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

body,
html {
    font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style-type: none
}

img {
    border: 0;
    display: block;
    -ms-interpolation-mode: bicubic;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

embed,
iframe,
img,
object,
video {
    max-width: 100%
}

img {
    height: auto;
    width: auto
}

html {
    box-sizing: border-box
}

body,
html {
    background-color: #f9f8f4
}

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

::selection {
    background-color: transparent;
    color:#d7d2f7;
}

::-moz-selection {
    background-color: transparent;
    color: #d7d2f7
}

.preload * {
    transition: none!important
}

body.no-scroll {
    overflow: hidden
}

.barba-container,
.wrapper {
    position: relative
}

.wrapper {
    background-color: #f9f8f4;
    z-index: 2
}

@font-face {
    font-family: NHaasGroteskTXStd-55Rg;
    src: url(assets/dist/fonts/NHaasGroteskTXStd-55Rg.eot) format("embedded-opentype"), url(../fonts/NHaasGroteskTXStd-55Rg.otf) format("opentype"), url(assets/dist/fonts/NHaasGroteskTXStd-55Rg.woff) format("woff"), url(assets/dist/fonts/NHaasGroteskTXStd-55Rg.ttf) format("truetype"), url(assets/dist/fonts/NHaasGroteskTXStd-55Rg.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

html.no-js .o-container,
html.no-js .o-container .c-main {
    opacity: 1!important
}

html.no-js .o-image__loader,
html.no-js .o-item__loader {
    display: none!important
}

html.no-js .o-image,
html.no-js .o-image img {
    opacity: 1!important
}

html.no-js img.lazyload {
    display: none!important
}

body,
html {
    font-family: NHaasGroteskTXStd-55Rg, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 1.4vw;
    line-height: 1.2em;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media screen and (max-width:1800px) {
    body,
    html {
        font-size: 1.4vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1440px) {
    body,
    html {
        font-size: 1.4vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1280px) {
    body,
    html {
        font-size: 1.4vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1024px) {
    body,
    html {
        font-size: 2.1vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:768px) {
    body,
    html {
        font-size: 15px;
        line-height: 1.25em
    }
}

@media screen and (max-width:520px) {
    body,
    html {
        font-size: 13px;
        line-height: 1.25em
    }
}

@media screen and (max-width:340px) {
    body,
    html {
        font-size: 12px;
        line-height: 1.25em
    }
}

.tnum {
    -webkit-font-feature-settings: "tnum" 1;
    font-feature-settings: "tnum" 1
}

.type--hover,
a,
p a {
    color: #000;
    text-decoration: none;
    -webkit-transition-property: color;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: color;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: color;
    -o-transition-duration: .5s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: color;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: color;
    transition-duration: .5s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.type--hover.is-active,
.type--hover.is-current,
.type--hover:hover,
a.is-active,
a.is-current,
a:hover,
p a.is-active,
p a.is-current,
p a:hover {
    color: #d7d2f7;
    text-decoration-line: none;
}


.type--link,
p a {
    
    cursor: pointer
}

.type--link.is-active,
.type--link.is-current,
.type--link:hover,
p a.is-active,
p a.is-current,
p a:hover {
    color: #d7d2f7!important
}

.type--color {
    color: #d7d2f7
}

p {
    margin-bottom: .4em;
    max-width: 75em
}

p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:768px) {
    .o-text p {
        margin-bottom: 1.2em;
        max-width: 75em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-text p {
        margin-bottom: 1.25em
    }
}

@media screen and (max-width:768px) {
    .o-text p:last-child {
        margin-bottom: 1.2em;
        max-width: 75em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-text p:last-child {
        margin-bottom: 1.25em
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    font-size: inherit
}

sup {
    top: -.75em;
    font-size: 50%
}

b,
strong {
    font-weight: 400
}

em {
    font-style: normal
}

.type--large {
    font-family: NHaasGroteskTXStd-55Rg, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 2.8vw;
    line-height: 1.1em
}

@media screen and (max-width:1024px) {
    .type--large {
        font-size: 4.2vw
    }
}

@media screen and (max-width:768px) {
    .type--large {
        font-size: 30px;
        line-height: 1.125em
    }
}

@media screen and (max-width:520px) {
    .type--large {
        font-size: 26px;
        line-height: 1.125em
    }
}

@media screen and (max-width:340px) {
    .type--large {
        font-size: 20px;
        line-height: 1.125em
    }
}

.type--normal {
    font-family: NHaasGroteskTXStd-55Rg, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 1.4vw;
    line-height: 1.2em;
}

.type--normal--link {
  text-decoration-line: underline;
  text-decoration-thickness: 0.04em; 
  text-underline-offset: 2px;/* Set the thickness relative to the font size */
}

.type--normal--link:hover {
    text-decoration-line: underline;
  text-decoration-thickness: 0.04em; 
  text-underline-offset: 2px; /* shifts the underline slightly */
  color: #d7d2f7; /* optional: change text color */
}




@media screen and (max-width:1800px) {
    .type--normal {
        font-size: 1.4vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1440px) {
    .type--normal {
        font-size: 1.4vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1280px) {
    .type--normal {
        font-size: 1.4vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1024px) {
    .type--normal {
        font-size: 2.1vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:768px) {
    .type--normal {
        font-size: 15px;
        line-height: 1.25em
    }
}

@media screen and (max-width:520px) {
    .type--normal {
        font-size: 13px;
        line-height: 1.25em
    }
}

@media screen and (max-width:340px) {
    .type--normal {
        font-size: 12px;
        line-height: 1.25em
    }
}

.type--small {
    font-family: NHaasGroteskTXStd-55Rg, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: .9vw;
    line-height: 1.2em
}

@media screen and (max-width:1800px) {
    .type--small {
        font-size: .9vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1440px) {
    .type--small {
        font-size: .9vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1280px) {
    .type--small {
        font-size: 12px;
        font-size: .9vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1024px) {
    .type--small {
        font-size: 10px;
        line-height: 1.2em
    }
}

@media screen and (max-width:768px) {
    .type--small {
        font-size: 10px;
        line-height: 1.25em
    }
}

@media screen and (max-width:520px) {
    .type--small {
        font-size: 9px;
        line-height: 1.25em
    }
}






.type--micro {
    font-family: NHaasGroteskTXStd-55Rg, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: .6vw;
    line-height: 1.2em
}

@media screen and (max-width:1800px) {
    .type--micro {
        font-size: .6vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1440px) {
    .type--micro {
        font-size: .6vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1280px) {
    .type--micro {
        font-size: 8px;
        font-size: .6vw;
        line-height: 1.2em
    }
}

@media screen and (max-width:1024px) {
    .type--micro {
        font-size: 8px;
        line-height: 1.2em
    }
}

@media screen and (max-width:768px) {
    .type--micro {
        font-size: 8px;
        line-height: 1.25em
    }
}

@media screen and (max-width:520px) {
    .type--micro {
        font-size: 8px;
        line-height: 1.25em
    }
}





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

.type--tag:after {
    content: ", "
}

.type--tag:last-child:after {
    content: ""
}

img,
video {
    max-width: 100%;
    width: 100%;
    vertical-align: top
}

img.lazyload,
img.lazyloading {
    opacity: 0
}

img.lazyloaded {
    opacity: 1;
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .33s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: opacity;
    -moz-transition-duration: .33s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: opacity;
    -o-transition-duration: .33s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: opacity;
    -ms-transition-duration: .33s;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: .33s;
    transition-timing-function: ease;
    transition-delay: 0s
}

figure.embed--video {
    position: relative;
    padding-top: 56.25%!important;
    height: 0
}

figure.embed--video.embed--Vimeo .embed__thumb img {
    display: none
}

figure.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

figure.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.o-image-container {
    padding-top: .6em;
    padding-bottom: .6em
}

@media screen and (max-width:768px) {
    .o-image-container {
        padding-top: .625em;
        padding-bottom: .625em
    }
}

.o-caption {
    position: absolute;
    padding-top: .24em
}

@media screen and (max-width:768px) {
    .o-caption {
        padding-top: .25em
    }
}

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

input[type=checkbox],
input[type=radio] {
    margin-right: 5px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

form {
    position: relative;
    display: block
}

form:after,
form:before {
    content: " ";
    display: table
}

form:after {
    clear: both
}

button,
input,
select,
textarea {
    font-family: inherit;
    color: inherit;
    text-transform: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    vertical-align: middle;
    height: auto;
    display: inline-block
}

::-webkit-input-placeholder {
    opacity: .5
}

::-moz-placeholder {
    opacity: .5
}

:-ms-input-placeholder {
    opacity: .5
}

input:-moz-placeholder {
    opacity: .5
}

form label {
    display: none
}

.o-container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    padding-top: .3em;
    padding-bottom: .3em
}

.o-container:after,
.o-container:before {
    content: " ";
    display: table
}

.o-container:after {
    clear: both
}

@media screen and (max-width:768px) {
    .o-container {
        padding-top: .3125em;
        padding-bottom: .3125em
    }
}

.o-container--page {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: .24em;
    padding-bottom: .6em
}

.o-container--page:after,
.o-container--page:before {
    content: " ";
    display: table
}

.o-container--page:after {
    clear: both
}

.o-section {
    position: relative;
    display: block;
    margin-bottom: 1.8em
}

.o-section:after,
.o-section:before {
    content: " ";
    display: table
}

.o-section:after {
    clear: both
}

.o-section--no-padding {
    position: relative;
    display: block
}

.o-section--no-padding:after,
.o-section--no-padding:before {
    content: " ";
    display: table
}

.o-section--no-padding:after {
    clear: both
}

.o-section--padding {
    position: relative;
    display: block;
    padding-top: .6em;
    padding-bottom: .6em
}

.o-section--padding:after,
.o-section--padding:before {
    content: " ";
    display: table
}

.o-section--padding:after {
    clear: both
}

@media screen and (max-width:768px) {
    .o-section--padding {
        padding-top: .625em;
        padding-bottom: .625em
    }
}

.o-section--padding--less {
    position: relative;
    display: block;
    padding-top: .3em;
    padding-bottom: .3em
}

.o-section--padding--less:after,
.o-section--padding--less:before {
    content: " ";
    display: table
}

.o-section--padding--less:after {
    clear: both
}

@media screen and (max-width:768px) {
    .o-section--padding--less {
        padding-top: .3125em;
        padding-bottom: .3125em
    }
}

.o-row {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .6em;
    padding-right: .6em
}

.o-row:after,
.o-row:before {
    content: " "
}

@media screen and (max-width:768px) {
    .o-row {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-row:after,
.o-row:before {
    content: "";
    display: table
}

.o-row:after {
    clear: both
}

.o-row--inside {
    margin-left: -.6em;
    margin-right: -.6em
}

@media screen and (max-width:768px) {
    .o-row--inside {
        margin-left: -.625em;
        margin-right: -.625em
    }
}

.o-row--inside:after,
.o-row--inside:before {
    content: "";
    display: table
}

.o-row--inside:after {
    clear: both
}

.o-row--no-padding {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

.o-row--no-padding:after,
.o-row--no-padding:before {
    content: " ";
    content: "";
    display: table
}

.o-row--no-padding:after {
    clear: both
}

.o-col-12 {
    float: left;
    width: 100%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-12 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-11 {
    float: left;
    width: 91.66667%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-11 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-10 {
    float: left;
    width: 83.33333%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-10 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-9 {
    float: left;
    width: 75%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-9 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-8 {
    float: left;
    width: 66.66667%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-8 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-7 {
    float: left;
    width: 58.33333%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-7 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-6 {
    float: left;
    width: 50%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-6 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-5 {
    float: left;
    width: 41.66667%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-5 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-4 {
    float: left;
    width: 33.33333%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-4 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-3 {
    float: left;
    width: 25%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-3 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-2 {
    float: left;
    width: 16.66667%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-2 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-1 {
    float: left;
    width: 8.33333%;
    padding-left: .6em;
    padding-right: .6em
}

@media screen and (max-width:768px) {
    .o-col-1 {
        padding-left: .625em;
        padding-right: .625em
    }
}

.o-col-12--no-padding {
    float: left;
    width: 100%
}

.o-col-11--no-padding {
    float: left;
    width: 91.66667%
}

.o-col-10--no-padding {
    float: left;
    width: 83.33333%
}

.o-col-9--no-padding {
    float: left;
    width: 75%
}

.o-col-8--no-padding {
    float: left;
    width: 66.66667%
}

.o-col-7--no-padding {
    float: left;
    width: 58.33333%
}

.o-col-6--no-padding {
    float: left;
    width: 50%
}

.o-col-5--no-padding {
    float: left;
    width: 41.66667%
}

.o-col-4--no-padding {
    float: left;
    width: 33.33333%
}

.o-col-3--no-padding {
    float: left;
    width: 25%
}

.o-col-2--no-padding {
    float: left;
    width: 16.66667%
}

.o-col-1--no-padding {
    float: left;
    width: 8.33333%
}

.o-push-12 {
    margin-left: 100%
}

.o-push-11 {
    margin-left: 91.66667%
}

.o-push-10 {
    margin-left: 83.33333%
}

.o-push-9 {
    margin-left: 75%
}

.o-push-8 {
    margin-left: 66.66667%
}

.o-push-7 {
    margin-left: 58.33333%
}

.o-push-6 {
    margin-left: 50%
}

.o-push-5 {
    margin-left: 41.66667%
}

.o-push-4 {
    margin-left: 33.33333%
}

.o-push-3 {
    margin-left: 25%
}

.o-push-2 {
    margin-left: 16.66667%
}

.o-push-1 {
    margin-left: 8.33333%
}

.o-push-0 {
    margin-left: 0
}

@media screen and (max-width:1440px) {
    .o-col-lg-12 {
        float: left;
        width: 100%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-12 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-11 {
        float: left;
        width: 91.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-11 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-10 {
        float: left;
        width: 83.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-10 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-9 {
        float: left;
        width: 75%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-9 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-8 {
        float: left;
        width: 66.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-8 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-7 {
        float: left;
        width: 58.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-7 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-6 {
        float: left;
        width: 50%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-6 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-5 {
        float: left;
        width: 41.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-5 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-4 {
        float: left;
        width: 33.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-4 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-3 {
        float: left;
        width: 25%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-3 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-2 {
        float: left;
        width: 16.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-2 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-1 {
        float: left;
        width: 8.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1440px) and (max-width:768px) {
    .o-col-lg-1 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1440px) {
    .o-col-lg-12--no-padding {
        float: left;
        width: 100%
    }
    .o-col-lg-11--no-padding {
        float: left;
        width: 91.66667%
    }
    .o-col-lg-10--no-padding {
        float: left;
        width: 83.33333%
    }
    .o-col-lg-9--no-padding {
        float: left;
        width: 75%
    }
    .o-col-lg-8--no-padding {
        float: left;
        width: 66.66667%
    }
    .o-col-lg-7--no-padding {
        float: left;
        width: 58.33333%
    }
    .o-col-lg-6--no-padding {
        float: left;
        width: 50%
    }
    .o-col-lg-5--no-padding {
        float: left;
        width: 41.66667%
    }
    .o-col-lg-4--no-padding {
        float: left;
        width: 33.33333%
    }
    .o-col-lg-3--no-padding {
        float: left;
        width: 25%
    }
    .o-col-lg-2--no-padding {
        float: left;
        width: 16.66667%
    }
    .o-col-lg-1--no-padding {
        float: left;
        width: 8.33333%
    }
    .o-push-lg-12 {
        margin-left: 100%
    }
    .o-push-lg-11 {
        margin-left: 91.66667%
    }
    .o-push-lg-10 {
        margin-left: 83.33333%
    }
    .o-push-lg-9 {
        margin-left: 75%
    }
    .o-push-lg-8 {
        margin-left: 66.66667%
    }
    .o-push-lg-7 {
        margin-left: 58.33333%
    }
    .o-push-lg-6 {
        margin-left: 50%
    }
    .o-push-lg-5 {
        margin-left: 41.66667%
    }
    .o-push-lg-4 {
        margin-left: 33.33333%
    }
    .o-push-lg-3 {
        margin-left: 25%
    }
    .o-push-lg-2 {
        margin-left: 16.66667%
    }
    .o-push-lg-1 {
        margin-left: 8.33333%
    }
    .o-push-lg-0 {
        margin-left: 0
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-12 {
        float: left;
        width: 100%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-12 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-11 {
        float: left;
        width: 91.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-11 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-10 {
        float: left;
        width: 83.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-10 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-9 {
        float: left;
        width: 75%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-9 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-8 {
        float: left;
        width: 66.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-8 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-7 {
        float: left;
        width: 58.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-7 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-6 {
        float: left;
        width: 50%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-6 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-5 {
        float: left;
        width: 41.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-5 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-4 {
        float: left;
        width: 33.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-4 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-3 {
        float: left;
        width: 25%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-3 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-2 {
        float: left;
        width: 16.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-2 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-1 {
        float: left;
        width: 8.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .o-col-md-1 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:1024px) {
    .o-col-md-12--no-padding {
        float: left;
        width: 100%
    }
    .o-col-md-11--no-padding {
        float: left;
        width: 91.66667%
    }
    .o-col-md-10--no-padding {
        float: left;
        width: 83.33333%
    }
    .o-col-md-9--no-padding {
        float: left;
        width: 75%
    }
    .o-col-md-8--no-padding {
        float: left;
        width: 66.66667%
    }
    .o-col-md-7--no-padding {
        float: left;
        width: 58.33333%
    }
    .o-col-md-6--no-padding {
        float: left;
        width: 50%
    }
    .o-col-md-5--no-padding {
        float: left;
        width: 41.66667%
    }
    .o-col-md-4--no-padding {
        float: left;
        width: 33.33333%
    }
    .o-col-md-3--no-padding {
        float: left;
        width: 25%
    }
    .o-col-md-2--no-padding {
        float: left;
        width: 16.66667%
    }
    .o-col-md-1--no-padding {
        float: left;
        width: 8.33333%
    }
    .o-push-md-12 {
        margin-left: 100%
    }
    .o-push-md-11 {
        margin-left: 91.66667%
    }
    .o-push-md-10 {
        margin-left: 83.33333%
    }
    .o-push-md-9 {
        margin-left: 75%
    }
    .o-push-md-8 {
        margin-left: 66.66667%
    }
    .o-push-md-7 {
        margin-left: 58.33333%
    }
    .o-push-md-6 {
        margin-left: 50%
    }
    .o-push-md-5 {
        margin-left: 41.66667%
    }
    .o-push-md-4 {
        margin-left: 33.33333%
    }
    .o-push-md-3 {
        margin-left: 25%
    }
    .o-push-md-2 {
        margin-left: 16.66667%
    }
    .o-push-md-1 {
        margin-left: 8.33333%
    }
    .o-push-md-0 {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-12 {
        float: left;
        width: 100%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-12 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-11 {
        float: left;
        width: 91.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-11 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-10 {
        float: left;
        width: 83.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-10 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-9 {
        float: left;
        width: 75%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-9 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-8 {
        float: left;
        width: 66.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-8 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-7 {
        float: left;
        width: 58.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-7 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-6 {
        float: left;
        width: 50%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-6 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-5 {
        float: left;
        width: 41.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-5 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-4 {
        float: left;
        width: 33.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-4 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-3 {
        float: left;
        width: 25%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-3 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-2 {
        float: left;
        width: 16.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-2 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-1 {
        float: left;
        width: 8.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:768px) and (max-width:768px) {
    .o-col-mdsm-1 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:768px) {
    .o-col-mdsm-12--no-padding {
        float: left;
        width: 100%
    }
    .o-col-mdsm-11--no-padding {
        float: left;
        width: 91.66667%
    }
    .o-col-mdsm-10--no-padding {
        float: left;
        width: 83.33333%
    }
    .o-col-mdsm-9--no-padding {
        float: left;
        width: 75%
    }
    .o-col-mdsm-8--no-padding {
        float: left;
        width: 66.66667%
    }
    .o-col-mdsm-7--no-padding {
        float: left;
        width: 58.33333%
    }
    .o-col-mdsm-6--no-padding {
        float: left;
        width: 50%
    }
    .o-col-mdsm-5--no-padding {
        float: left;
        width: 41.66667%
    }
    .o-col-mdsm-4--no-padding {
        float: left;
        width: 33.33333%
    }
    .o-col-mdsm-3--no-padding {
        float: left;
        width: 25%
    }
    .o-col-mdsm-2--no-padding {
        float: left;
        width: 16.66667%
    }
    .o-col-mdsm-1--no-padding {
        float: left;
        width: 8.33333%
    }
    .o-push-mdsm-12 {
        margin-left: 100%
    }
    .o-push-mdsm-11 {
        margin-left: 91.66667%
    }
    .o-push-mdsm-10 {
        margin-left: 83.33333%
    }
    .o-push-mdsm-9 {
        margin-left: 75%
    }
    .o-push-mdsm-8 {
        margin-left: 66.66667%
    }
    .o-push-mdsm-7 {
        margin-left: 58.33333%
    }
    .o-push-mdsm-6 {
        margin-left: 50%
    }
    .o-push-mdsm-5 {
        margin-left: 41.66667%
    }
    .o-push-mdsm-4 {
        margin-left: 33.33333%
    }
    .o-push-mdsm-3 {
        margin-left: 25%
    }
    .o-push-mdsm-2 {
        margin-left: 16.66667%
    }
    .o-push-mdsm-1 {
        margin-left: 8.33333%
    }
    .o-push-mdsm-0 {
        margin-left: 0
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-12 {
        float: left;
        width: 100%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-12 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-11 {
        float: left;
        width: 91.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-11 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-10 {
        float: left;
        width: 83.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-10 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-9 {
        float: left;
        width: 75%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-9 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-8 {
        float: left;
        width: 66.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-8 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-7 {
        float: left;
        width: 58.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-7 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-6 {
        float: left;
        width: 50%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-6 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-5 {
        float: left;
        width: 41.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-5 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-4 {
        float: left;
        width: 33.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-4 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-3 {
        float: left;
        width: 25%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-3 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-2 {
        float: left;
        width: 16.66667%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-2 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-1 {
        float: left;
        width: 8.33333%;
        padding-left: .6em;
        padding-right: .6em
    }
}

@media screen and (max-width:520px) and (max-width:768px) {
    .o-col-sm-1 {
        padding-left: .625em;
        padding-right: .625em
    }
}

@media screen and (max-width:520px) {
    .o-col-sm-12--no-padding {
        float: left;
        width: 100%
    }
    .o-col-sm-11--no-padding {
        float: left;
        width: 91.66667%
    }
    .o-col-sm-10--no-padding {
        float: left;
        width: 83.33333%
    }
    .o-col-sm-9--no-padding {
        float: left;
        width: 75%
    }
    .o-col-sm-8--no-padding {
        float: left;
        width: 66.66667%
    }
    .o-col-sm-7--no-padding {
        float: left;
        width: 58.33333%
    }
    .o-col-sm-6--no-padding {
        float: left;
        width: 50%
    }
    .o-col-sm-5--no-padding {
        float: left;
        width: 41.66667%
    }
    .o-col-sm-4--no-padding {
        float: left;
        width: 33.33333%
    }
    .o-col-sm-3--no-padding {
        float: left;
        width: 25%
    }
    .o-col-sm-2--no-padding {
        float: left;
        width: 16.66667%
    }
    .o-col-sm-1--no-padding {
        float: left;
        width: 8.33333%
    }
    .o-push-sm-12 {
        margin-left: 100%
    }
    .o-push-sm-11 {
        margin-left: 91.66667%
    }
    .o-push-sm-10 {
        margin-left: 83.33333%
    }
    .o-push-sm-9 {
        margin-left: 75%
    }
    .o-push-sm-8 {
        margin-left: 66.66667%
    }
    .o-push-sm-7 {
        margin-left: 58.33333%
    }
    .o-push-sm-6 {
        margin-left: 50%
    }
    .o-push-sm-5 {
        margin-left: 41.66667%
    }
    .o-push-sm-4 {
        margin-left: 33.33333%
    }
    .o-push-sm-3 {
        margin-left: 25%
    }
    .o-push-sm-2 {
        margin-left: 16.66667%
    }
    .o-push-sm-1 {
        margin-left: 8.33333%
    }
    .o-push-sm-0 {
        margin-left: 0
    }
}

.o-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    display: block;
    -webkit-overflow-scrolling: touch;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    z-index: 5;
    background-color: #ffffff;
    opacity: 0
}

.o-overlay,
.o-overlay.is-animated,
.o-overlay.is-visible {
    -webkit-transition-property: opacity;
    -webkit-transition-duration: .33s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: opacity;
    -moz-transition-duration: .33s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: opacity;
    -o-transition-duration: .33s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: opacity;
    -ms-transition-duration: .33s;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: .33s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.o-overlay.is-animated,
.o-overlay.is-visible {
    pointer-events: auto;
    opacity: 1
}

.o-overlay--page {
    display: none
}

.o-overlay--page.is-activated {
    display: block
}

.o-overlay__content {
    width: 100%;
    height: 100%;
    overflow: scroll
}

.o-title--h1 {
    margin-bottom: 1.2em
}

@media screen and (max-width:768px) {
    .o-title--h1 {
        margin-bottom: 1.25em
    }
}

.o-title--h2 {
    margin-bottom: 1.2em
}

@media screen and (max-width:768px) {
    .o-title--h2 {
        margin-bottom: 1.25em
    }
}

.o-list {
    position: relative;
    display: block
}

.o-list:after,
.o-list:before {
    content: " ";
    display: table
}

.o-list:after {
    clear: both
}

.o-list-item {
    position: relative;
    display: block
}

.o-list-item:after,
.o-list-item:before {
    content: " ";
    display: table
}

.o-list-item:after {
    clear: both
}

.o-list-header {
    position: relative;
    display: block;
    padding-top: .3em;
    padding-bottom: .3em;
    border-bottom: 1px solid #000
}

.o-list-header:after,
.o-list-header:before {
    content: " ";
    display: table
}

.o-list-header:after {
    clear: both
}

@media screen and (max-width:768px) {
    .o-list-header {
        padding-top: .3125em;
        padding-bottom: .3125em
    }
}

.o-list-item__head {
    position: relative;
    display: block;
    padding-top: .3em;
    padding-bottom: .3em;
    border-bottom: 1px solid #000;
    z-index: 3;
    background-color: #f9f8f4
}

.o-list-item__head:after,
.o-list-item__head:before {
    content: " ";
    display: table
}

.o-list-item__head:after {
    clear: both
}

@media screen and (max-width:768px) {
    .o-list-item__head {
        padding-top: .3125em;
        padding-bottom: .3125em
    }
}

.o-list-item__content {
    position: relative;
    display: block;
    padding-top: .6em;
    padding-bottom: .6em;
    margin-bottom: 1.2em
}

.o-list-item__content:after,
.o-list-item__content:before {
    content: " ";
    display: table
}

.o-list-item__content:after {
    clear: both
}

@media screen and (max-width:768px) {
    .o-list-item__content {
        padding-top: .625em;
        padding-bottom: .625em
    }
}

.o-list-item .o-list-item__content {
    display: none;
    opacity: 0
}

.o-list-item.is-active {
    border-bottom: 1px solid #000
}

.o-list-item.is-active .o-list-item__head {
    position: -webkit-sticky;
    position: sticky;
    border-bottom: 1px solid #000;
    color: #000!important
}

.o-list-item.is-active .o-list-item__content {
    display: block;
    opacity: 1
}

.o-list-item__column--float-right {
    position: absolute;
    right: 0;
    width: 2.75em;
    font-variant-numeric: tabular-nums;
}

.o-list-item__column--float-right-email {
    test-align: right;
}

.o-list-small-list-item {
    vertical-align: top;
    padding-right: .6em
}

.o-block-item {
    padding-top: .3em;
    padding-bottom: .3em;
    position: relative;
    display: block;
    border-top: 1px solid #000
}

@media screen and (max-width:768px) {
    .o-block-item {
        padding-top: .3125em;
        padding-bottom: .3125em
    }
}

.o-block-item:after,
.o-block-item:before {
    content: " ";
    display: table
}

.o-block-item:after {
    clear: both
}

.o-block-item:first-of-type {
    border-top: 0
}

.o-block-item__content {
    margin-bottom: 1.2em
}

.o-block-item--collapsable .o-block-item__content {
    display: none;
    opacity: 0
}

.o-block-item--collapsable.is-active .o-block-item__content {
    display: block;
    opacity: 1
}

.c-header {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    width: 100%;
    z-index: 4;
    background-color: #f9f8f4
}

.c-header-content {
    position: relative;
    display: block;
    padding-top: .3em;
    padding-bottom: .3em;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.c-header-content:after,
.c-header-content:before {
    content: " ";
    display: table
}

.c-header-content:after {
    clear: both
}

@media screen and (max-width:768px) {
    .c-header-content {
        padding-top: .3125em;
        padding-bottom: .3125em
    }
}

.c-main {
    position: relative;
    display: block;
    padding-bottom: 1.2em;
    margin-top: -1px;
    z-index: 2
}

.c-main:after,
.c-main:before {
    content: " ";
    display: table
}

.c-main:after {
    clear: both
}

body.is-loaded .c-wrap {
    transform: translateY(0)
}

.c-intro {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
    background-color:#d7d2f7;
    -webkit-transition-property: height;
    -webkit-transition-duration: .44s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: height;
    -moz-transition-duration: .44s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: height;
    -o-transition-duration: .44s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: height;
    -ms-transition-duration: .44s;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: height;
    transition-duration: .44s;
    transition-timing-function: ease;
    transition-delay: 0s
}

.c-intro:after,
.c-intro:before {
    content: " ";
    display: table
}

.c-intro:after {
    clear: both
}

body.is-loaded .c-intro {
    height: 0
}

.c-intro .c-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.c-logo-container {
    position: relative;
    margin: 1.2em;
    width: 100%;
    margin-top: -0em;
}


.c-logo-container-essay {
    position: relative;
    margin-left: 1.2em;
    margin-top: 0em;
    
}
@media screen and (max-width:768px) {
    .c-logo-container {
        /*margin: 1.25em;*/
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        
    }
}

.c-logo-container--main {
    margin: 1.2em;
    margin-top: 0em;
    padding-bottom: 1.2em;
    position: fixed;
    width: 100%;
    z-index: 1
}

@media screen and (max-width:768px) {
    .c-logo-container--main {
       /* padding: 1.25em; */
       margin-top: 0.5em;
       margin-bottom: 0.5em;
        
    }
}

.c-logo {
    position: relative;
    vertical-align: top;
    line-height: 0;
    font-size: 0;
    pointer-events: none;
    transition: none
}

.c-navigation-list-item {
    float: left;
    display: inline-block
    z-index:500;
}

.c-navigation-list-item a {
    display: block;
    height: 100%;
    padding-left: .24em;
    padding-right: .24em
}

.c-navigation-list-item:first-child a {
    padding-left: 0
}

.c-navigation-list-item:last-child a {
    padding-right: 0
}


.c-navigation-list-item-float-right {
    position: absolute;
    right: 0;
    margin-right:1em;
    width: 2.75em;
    font-variant-numeric: tabular-nums;
}


/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.c-slider {
    width: 100%;
   border: 1px solid black;
    height: 100%;
    background-color: white;
    opacity: 0;

    
    
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 400;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: opacity;
    -moz-transition-duration: 400;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: opacity;
    -o-transition-duration: 400;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: opacity;
    -ms-transition-duration: 400;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: opacity;
    transition-duration: 400;
    transition-timing-function: ease;
    transition-delay: 0s
    
}

.c-slider.is-hidden {
    display: none
}

.c-slider.flickity-enabled {
    opacity: 1
}

.c-slider__cell {
    width: 100%;
    height: 100%;
}

.c-slider--bgimg .c-slider__cell {
    height: 0;
    padding-bottom: 66.66%;
    background-color:black;
    background-size: cover;
    mix-blend-mode: multiply;
}

.c-slider__btn {
    z-index: 2;
    position: absolute;
    width: 3em;
    height: 3em;
    top: 50%;
    margin-top: -1.5em;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: .22s;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: .22s;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -o-transition-property: all;
    -o-transition-duration: .22s;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -ms-transition-property: all;
    -ms-transition-duration: .22s;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0s;
    transition-property: all;
    transition-duration: .22s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background-size: 1em;
    background-repeat: no-repeat
}

.c-slider__btn--prev {
    background-image: url(assets/dist/img/arrow--left--white.svg);
    background-position: 50%;
    left: 0
}

.c-slider__btn--prev:hover {
    transform: translateX(-10%)
}

.c-slider__btn--next {
    background-image: url(assets/dist/img/arrow--right--white.svg);
    background-position: 50%;
    right: 0
}

.c-slider__btn--next:hover {
    transform: translateX(10%)
}

.c-slider:hover .c-slider__btn {
    opacity: 1
}

.c-slider__btn:disabled {
    opacity: .3;
    cursor: auto
}

.u-clearfix:after,
.u-clearfix:before {
    content: " ";
    display: table
}

.u-clearfix:after {
    clear: both
}

.u-display-block {
    display: block
}

.u-vertical-center {
    display: table;
    height: 100%;
    width: 100%
}

.u-vertical-center__content {
    display: table-cell;
    vertical-align: middle
}

.u-float--left,
.u-float--mid-left {
    float: left!important
}

.u-float--mid-left {
    margin-left: 6.66vw!important
}

.u-float--center {
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important
}

.u-float--mid-right {
    margin-right: 6.66vw!important
}

.u-float--mid-right,
.u-float--right {
    float: right!important
}

.u-fixed--top-left {
    position: fixed;
    top: 0;
    left: 0
}

.u-fixed--top-right {
    position: fixed;
    top: 0;
    right: 0
}

.u-fixed--bottom-left {
    position: fixed;
    bottom: 0;
    left: 0
}

.u-fixed--bottom-right {
    position: fixed;
    bottom: 0;
    right: 0
}

.u-no-padding-top {
    padding-top: 0!important
}

.u-no-padding-bottom {
    padding-bottom: 0!important
}

.u-no-padding-left {
    padding-left: 0!important
}

.u-no-padding-right {
    padding-right: 0!important
}

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

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

.u-text-uppercase {
    text-transform: uppercase!important
}

.u-text-default {
    text-transform: none!important
}

.u-text-dimmed,
.u-text-dimmed-interactive {
    opacity: .5!important
}

.u-text-dimmed-interactive:hover {
    opacity: 1
}

.u-text-tight {
    margin: 0!important
}

.u-text-no-underline {
    border-bottom-width: 0!important
}

.u-hidden {
    display: none!important
}

.u-visible {
    display: block!important
}

.u-visible-inline {
    display: inline!important
}

.u-visible-inline-block {
    display: inline-block!important
}

.u-visible-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.u-visible-inline-flex {
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

.u-visible-min-br-small {
    display: none!important
}

@media screen and (min-width:520px) {
    .u-visible-min-br-small {
        display: block!important
    }
}



.u-visible-min-br-medium {
 display: none!important

}



@media screen and (min-width:1050px) {

    .u-visible-min-br-medium {

        display: block!important

    }

}


.u-visible-min-br-med-small {
    display: none!important
}

@media screen and (min-width:768px) {
    .u-visible-min-br-med-small {
        display: block!important
    }
}

.u-hidden-max-br-med-small {
    display: block!important
}

@media screen and (max-width:768px) {
    .u-hidden-max-br-med-small {
        display: none!important
    }
}

.u-visible-min-br-large {
    display: none!important
}

@media screen and (min-width:1440px) {
    .u-visible-min-br-large {
        display: block!important
    }
}

.u-visible-max-br-small {
    display: none!important
}

@media screen and (max-width:520px) {
    .u-visible-max-br-small {
        display: block!important
    }
}

.u-visible-max-br-medium {
    display: none!important
}

@media screen and (max-width:1024px) {
    .u-visible-max-br-medium {
        display: block!important
    }
}

.u-visible-max-br-med-small {
    display: none!important
}

@media screen and (max-width:768px) {
    .u-visible-max-br-med-small {
        display: block!important
    }
}

.u-visible-max-br-large {
    display: none!important
}

@media screen and (max-width:1440px) {
    .u-visible-max-br-large {
        display: block!important
    }
}

.u-has-child-hoverstate .u-visible-child-on-hover {
    display: none
}

.u-has-child-hoverstate .u-hidden-child-on-hover,
.u-has-child-hoverstate:hover .u-visible-child-on-hover {
    display: block
}

.u-has-child-hoverstate:hover .u-hidden-child-on-hover {
    display: none
}

.u-inverted {
    background-color: #000!important
}

.u-inverted,
.u-inverted a,
.u-inverted a:hover,
.u-inverted button,
.u-inverted li,
.u-inverted p,
.u-inverted span,
.u-inverted ul {
    color: #f9f8f4!important
}







.resume{
  float: left;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}




.indent {
  text-indent: 100px;
}


.essay{
    background-color: #D3D3D3;
}

.multiply {mix-blend-mode: multiply;}


/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: .6em;
   
  background: #f9f8f4;

  /* Should be removed. Only for demonstration */
}

.left {
  width: 25%;
  display:block;
  

}



.right {
  width: 75%;
  display:block;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.selected{
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 5px;
}


.thumbnail-img{
    max-width:350px;
    visibility: visible;
    float: right;
    padding-top: 1.2em;
    padding-right: 0.6em;
    display: block;        
    margin-bottom: 10px; 
    

}


#time-container {
  clear: both;
}

.contact{
    padding-top: 15px;
    padding-left: 20px;
}
.resume{
    padding-top: 15px;
    padding-left: 25px;
    padding-bottom:50px
}
.archive{
    padding-top: 0px;
    padding-left: 22px;
    padding-right: 12px;

}

.archive {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0rem;
}


.thumbnail-img img {
  width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 600px) {
  .archive {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .archive {
    grid-template-columns: repeat(6, 1fr);
  }
}









/*# sourceMappingURL=main.min.css.map */