.action-links {
    list-style: none;
    padding: 0;
    margin: 1em 0;
}

[dir="rtl"] .action-links {
    margin-right: 0;
}

.action-links li {
    display: inline-block;
    margin: 0 0.3em;
}

.action-links li:first-child {
    margin-left: 0;
}

[dir="rtl"] .action-links li:first-child {
    margin-left: 0.3em;
    margin-right: 0;
}

.button-action {
    display: inline-block;
    line-height: 160%;
    padding: 0.2em 0.5em 0.3em;
    text-decoration: none;
}

.button-action:before {
    content: '+';
    font-weight: 900;
    margin-left: -0.1em;
    padding-right: 0.2em;
}

[dir="rtl"] .button-action:before {
    margin-left: 0;
    margin-right: -0.1em;
    padding-left: 0.2em;
    padding-right: 0;
}

.breadcrumb {
    padding-bottom: 0.5em;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

[dir="rtl"] .breadcrumb ol {
    margin-right: 0;
}

.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li:before {
    content: ' \BB ';
}

.breadcrumb li:first-child:before {
    content: none;
}

.button,
.image-button {
    margin-left: 1em;
    margin-right: 1em;
}

.button:first-child,
.image-button:first-child {
    margin-left: 0;
    margin-right: 0;
}

.collapse-processed>summary {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.collapse-processed>summary:before {
    background: url(https://www.sofiapapadopoulou.com/core/misc/menu-expanded.png) 0px 100% no-repeat;
    content: "";
    float: left;
    height: 1em;
    width: 1em;
}

[dir="rtl"] .collapse-processed>summary:before {
    background-position: 100% 100%;
    float: right;
}

.collapse-processed:not([open])>summary:before {
    background-position: 25% 35%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

[dir="rtl"] .collapse-processed:not([open])>summary:before {
    background-position: 75% 35%;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.container-inline label:after,
.container-inline .label:after {
    content: ':';
}

.form-type-radios .container-inline label:after {
    content: '';
}

.form-type-radios .container-inline .form-type-radio {
    margin: 0 1em;
}

.container-inline .form-actions,
.container-inline.form-actions {
    margin-top: 0;
    margin-bottom: 0;
}

details {
    border: 1px solid #ccc;
    margin-top: 1em;
    margin-bottom: 1em;
}

details>.details-wrapper {
    padding: 0.5em 1.5em;
}

summary {
    cursor: pointer;
    padding: 0.2em 0.5em;
}

.exposed-filters .filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .filters {
    float: right;
    margin-left: 1em;
    margin-right: 0;
}

.exposed-filters .form-item {
    margin: 0 0 0.1em 0;
    padding: 0;
}

.exposed-filters .form-item label {
    float: left;
    font-weight: normal;
    width: 10em;
}

[dir="rtl"] .exposed-filters .form-item label {
    float: right;
}

.exposed-filters .form-select {
    width: 14em;
}

.exposed-filters .current-filters {
    margin-bottom: 1em;
}

.exposed-filters .current-filters .placeholder {
    font-style: normal;
    font-weight: bold;
}

.exposed-filters .additional-filters {
    float: left;
    margin-right: 1em;
}

[dir="rtl"] .exposed-filters .additional-filters {
    float: right;
    margin-left: 1em;
    margin-right: 0;
}

.field__label {
    font-weight: bold;
}

.field--label-inline .field__label,
.field--label-inline .field__items {
    float: left;
}

.field--label-inline .field__label,
.field--label-inline>.field__item,
.field--label-inline .field__items {
    padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
    padding-left: 0.5em;
    padding-right: 0;
}

.field--label-inline .field__label::after {
    content: ':';
}

form .field-multiple-table {
    margin: 0;
}

form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag {
    padding-left: 0;
}

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: .5em;
}

[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: 0;
    padding-left: .5em;
}

form .field-add-more-submit {
    margin: .5em 0 0;
}

.form-item,
.form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

tr.odd .form-item,
tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.form-composite>.fieldset-wrapper>.description,
.form-item .description {
    font-size: 0.85em;
}

label.option {
    display: inline;
    font-weight: normal;
}

.form-composite>legend,
.label {
    display: inline;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.form-checkboxes .form-item,
.form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.form-type-radio .description,
.form-type-checkbox .description {
    margin-left: 2.4em;
}

[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
    margin-left: 0;
    margin-right: 2.4em;
}

.marker {
    color: #e00;
}

.form-required:after {
    content: '';
    vertical-align: super;
    display: inline-block;
    background-image: url(https://www.sofiapapadopoulou.com/core/misc/icons/ee0000/required.svg);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
}

abbr.tabledrag-changed,
abbr.ajax-changed {
    border-bottom: none;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
    border: 2px solid red;
}

.form-item--error-message:before {
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: sub;
    background: url(https://www.sofiapapadopoulou.com/core/misc/icons/e32700/error.svg) no-repeat;
    background-size: contain;
}

.icon-help {
    background: url(https://www.sofiapapadopoulou.com/core/misc/help.png) 0 50% no-repeat;
    padding: 1px 0 1px 20px;
}

[dir="rtl"] .icon-help {
    background-position: 100% 50%;
    padding: 1px 20px 1px 0;
}

.feed-icon {
    background: url(https://www.sofiapapadopoulou.com/core/misc/feed.svg) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
}

.form--inline .form-item {
    float: left;
    margin-right: 0.5em;
}

[dir="rtl"] .form--inline .form-item {
    float: right;
    margin-right: 0;
    margin-left: 0.5em;
}

[dir="rtl"] .views-filterable-options-controls .form-item {
    margin-right: 2%;
}

.form--inline .form-item-separator {
    margin-top: 2.3em;
    margin-right: 1em;
    margin-left: 0.5em;
}

[dir="rtl"] .form--inline .form-item-separator {
    margin-right: 0.5em;
    margin-left: 1em;
}

.form--inline .form-actions {
    clear: left;
}

[dir="rtl"] .form--inline .form-actions {
    clear: right;
}

.item-list .title {
    font-weight: bold;
}

.item-list ul {
    margin: 0 0 0.75em 0;
    padding: 0;
}

.item-list li {
    margin: 0 0 0.25em 1.5em;
    padding: 0;
}

[dir="rtl"] .item-list li {
    margin: 0 1.5em 0.25em 0;
}

.item-list--comma-list {
    display: inline;
}

.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
    margin: 0;
}

button.link {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 1em;
}

label button.link {
    font-weight: bold;
}

ul.inline,
ul.links.inline {
    display: inline;
    padding-left: 0;
}

[dir="rtl"] ul.inline,
[dir="rtl"] ul.links.inline {
    padding-right: 0;
    padding-left: 15px;
}

ul.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}

ul.links a.is-active {
    color: #000;
}

ul.menu {
    list-style: none outside;
    margin-left: 1em;
    padding: 0;
    text-align: left;
}

[dir="rtl"] ul.menu {
    margin-left: 0;
    margin-right: 1em;
    text-align: right;
}

.menu-item--expanded {
    list-style-image: url(https://www.sofiapapadopoulou.com/core/misc/menu-expanded.png);
    list-style-type: circle;
}

.menu-item--collapsed {
    list-style-image: url(https://www.sofiapapadopoulou.com/core/misc/menu-collapsed.png);
    list-style-type: disc;
}

[dir="rtl"] .menu-item--collapsed {
    list-style-image: url(https://www.sofiapapadopoulou.com/core/misc/menu-collapsed-rtl.png);
}

.menu-item {
    padding-top: 0.2em;
    margin: 0;
}

ul.menu a.is-active {
    color: #000;
}

.more-link {
    display: block;
    text-align: right;
}

[dir="rtl"] .more-link {
    text-align: left;
}

.pager__items {
    clear: both;
    text-align: center;
}

.pager__item {
    display: inline;
    padding: 0.5em;
}

.pager__item.is-active {
    font-weight: bold;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

body div.tabledrag-changed-warning {
    margin-bottom: 0.5em;
}

tr.selected td {
    background: #ffc;
}

td.checkbox,
th.checkbox {
    text-align: center;
}

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
    text-align: center;
}

th.is-active img {
    display: inline;
}

td.is-active {
    background-color: #ddd;
}

div.tabs {
    margin: 1em 0;
}

ul.tabs {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
}

.tabs>li {
    display: inline-block;
    margin-right: 0.3em;
}

[dir="rtl"] .tabs>li {
    margin-left: 0.3em;
    margin-right: 0;
}

.tabs a {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none;
}

.tabs a.is-active {
    background-color: #eee;
}

.tabs a:focus,
.tabs a:hover {
    background-color: #f5f5f5;
}

.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.ui-dialog--narrow {
    max-width: 500px;
}

@media screen and (max-width:600px) {
    .ui-dialog--narrow {
        max-width: 95%;
        min-width: 95%;
    }
}

.node--unpublished {
    background-color: #fff4f4;
}

.messages {
    background: no-repeat 10px 17px;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

[dir="rtl"] .messages {
    border-width: 1px 0 1px 1px;
    background-position: right 10px top 17px;
    padding-left: 20px;
    padding-right: 35px;
    text-align: right;
}

.messages+.messages {
    margin-top: 1.538em;
}

.messages__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.messages__item+.messages__item {
    margin-top: 0.769em;
}

.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-image: url(https://www.sofiapapadopoulou.com/core/misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #77b259;
}

[dir="rtl"] .messages--status {
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
    margin-left: 0;
}

.messages--warning {
    background-color: #fdf8ed;
    background-image: url(https://www.sofiapapadopoulou.com/core/misc/icons/e29700/warning.svg);
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    color: #734c00;
    box-shadow: -8px 0 0 #e09600;
}

[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}

.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    background-image: url(https://www.sofiapapadopoulou.com/core/misc/icons/e32700/error.svg);
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    box-shadow: -8px 0 0 #e62600;
}

[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}

.messages--error p.error {
    color: #a51b00;
}

.clearfix:before {
    content: '';
    display: table;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

@font-face {
    font-family: 'Brandon';
    src: url(../fonts/HVD-Fonts-BrandonText-Regular.otf) format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url(../fonts/HVD-Fonts-BrandonText-Bold.otf) format("opentype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url(../fonts/HVD-Fonts-BrandonText-BoldItalic.otf) format("opentype");
    font-weight: normal;
    font-style: italic;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    line-height: 1.9375em;
    font-family: "Brandon", Arial, Helvetica, "Nimbus Sans L", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
}

@media print {
    html {
        font-size: 12pt;
    }
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
}

.path-frontpage {
    background-color: #e7e7e7;
}

.path-user main {
    padding-top: 110px;
    padding-bottom: 100px;
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

body:not(.path-frontpage) {
    padding-bottom: 130px;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

p a,
.project-teaser__more-link,
.about__text a,
.about__paragraph-text a {
    position: relative;
}

p a::after,
.project-teaser__more-link::after,
.about__text a::after,
.about__paragraph-text a::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: #323232;
}

:visited {
    color: #000;
}

a:active:not(.button) {
    background-color: transparent;
}

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

@media print {

    :link,
    :visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
        font-weight: normal;
        font-size: 16px;
        text-decoration: none;
    }

    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1rem;
    line-height: 1.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

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

@media print {
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
}

b,
strong {
    font-weight: inherit;
}

strong,
b {
    font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
    font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 0.875rem;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

.divider,
hr {
    margin: 1.9375rem 0;
    border: 0;
    border-top: 1px solid #e7e7e7;
}

.divider> :first-child,
hr> :first-child {
    margin-top: 1.9375rem;
}

blockquote {
    margin: 1.9375rem 2rem;
}

dl,
menu,
ol,
ul {
    margin: 1.9375rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

dd {
    margin: 0 0 0 32px;
}

menu,
ol,
ul {
    padding: 0 0 0 32px;
}

figure {
    margin: 1.9375rem 0;
}

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

p,
pre {
    margin: 1.9375rem 0;
}

img {
    border-style: none;
}

img,
svg {
    height: auto;
    max-width: 100%;
}

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

button,
input,
optgroup,
select,
textarea {
    box-sizing: border-box;
    max-width: 100%;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input {
    overflow: visible;
}

[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-input-placeholder {
    color: inherit;
    opacity: .54;
}

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

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
    -moz-appearance: button;
    -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
    display: inline-block;
    padding: 2px 6px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

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

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

.button:hover,
.button:focus,
.button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
    text-decoration: none;
    color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
    cursor: default;
    color: #d8d8d8;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover,
[disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus,
[disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
    color: #d8d8d8;
}

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

fieldset {
    padding: 0.67812rem 1.21094rem 1.25938rem;
    border: 1px solid #e7e7e7;
    margin: 0 2px;
}

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

label {
    display: block;
    font-weight: bold;
}

optgroup {
    font-weight: bold;
}

textarea {
    overflow: auto;
}

table {
    margin: 1.9375rem 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

td,
th {
    padding: 0;
}

.slice {
    margin-top: 15px;
    margin-bottom: 15px;
}

.slice__image {
    line-height: 0;
}

.slice__image img {
    width: 100%;
    height: auto;
}

.slice__image-inner+.slice__image-inner {
    margin-top: 15px;
}

@media (min-width:768px) {
    .slice {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .slice__image-inner+.slice__image-inner {
        margin-top: 30px;
    }
}

@media (min-width:992px) {
    .slice {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .slice__image-inner+.slice__image-inner {
        margin-top: 0;
    }
}

.title {
    font-size: 2.375rem;
    line-height: 2.8125rem;
    font-weight: bold;
}

@media (min-width:768px) {
    .title {
        font-size: 2.8125rem;
    }
}

.title-big {
    font-size: 3.8125rem;
    line-height: 3.5625rem;
    font-weight: bold;
    color: #FFFFFF;
}

@media (min-width:768px) {
    .title-big {
        font-size: 5.59375rem;
        line-height: 5.25rem;
    }
}

.title-small {
    font-size: 1.625rem;
    line-height: 1.8125rem;
    text-align: center;
    font-weight: bold;
}

@media (min-width:992px) {
    .title-small {
        font-size: 1.75rem;
        line-height: 1.9375rem;
        text-align: left;
    }
}

.text {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    text-align: center;
}

@media (min-width:768px) {
    .text {
        text-align: left;
    }
}

html:not(.fp-enabled) .fullpage {
    overflow: hidden;
}

html:not(.fp-enabled) .fullpage__section {
    width: 300%;
    display: -webkit-box;
    display: flex;
    -webkit-transform: translateX(-33.33333%);
    -ms-transform: translateX(-33.33333%);
    transform: translateX(-33.33333%);
    overflow: hidden;
}

html:not(.fp-enabled) .fullpage__slide {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
}

html:not(.fp-enabled) .fullpage__slide--home {
    position: fixed;
    widh: 100%;
    height: 100%;
    -webkit-transform: translateX(-33.33333%);
    -ms-transform: translateX(-33.33333%);
    transform: translateX(-33.33333%);
}

.fullpage__slide {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: flex;
    overflow: auto;
}

@media (min-width:992px) {
    .fullpage__slide--work .fullpage__slide-in {
        display: -webkit-box;
        display: flex;
        min-height: 100%;
        position: relative;
        overflow: hidden;
    }

    .fullpage__slide--work .fullpage__slide-in>div {
        min-height: 100%;
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: flex;
        margin: 0;
    }

    .fullpage__slide--work .fullpage__slide-in .fullpage__projects {
        padding-top: 160px;
        padding-bottom: 160px;
        min-height: 100%;
        width: 50%;
        min-width: 50%;
        margin-left: 80%;
        transition: margin .3s ease-out .7s;
        background-color: #fff;
        padding-left: 8%;
        padding-right: 8%;
        display: -webkit-box;
        display: flex;
        opacity: 1;
        overflow: auto;
    }

    .fullpage__slide--work .fullpage__slide-in .fullpage__projects>div {
        margin-top: auto;
        margin-bottom: auto;
    }

    .fullpage__slide-wrapper.is-loading .fullpage__slide-in .fullpage__projects {
        opacity: 0;
    }

    .fullpage__slide-wrapper.is-loaded .fullpage__slide-in .fullpage__projects {
        margin-left: 50%;
        opacity: 1;
        transition: all .4s ease-out;
    }

    .fullpage__slide-wrapper:not(.is-loaded) .fullpage__projects {
        overflow: hidden;
    }
}

.fullpage__slide--about .fullpage__slide-in>div,
.fullpage__slide--home .fullpage__slide-in>div {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

.fullpage__slide--about .fullpage__slide-in>div>div,
.fullpage__slide--home .fullpage__slide-in>div>div {
    width: 100%;
}

.fullpage__slide--home {
    overflow: hidden;
}

.fullpage__slide--home .fullpage__slide-in>div {
    -webkit-box-align: stretch;
    align-items: stretch;
    align-content: stretch;
    margin: 0;
    padding-top: 43.33333px;
    padding-bottom: 53.33333px;
}

@media (min-width:768px) {
    .fullpage__slide--home .fullpage__slide-in>div {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width:992px) {
    .fullpage__slide--home .fullpage__slide-in>div {
        padding-top: 140px;
        padding-bottom: 160px;
    }
}

.fullpage__slide--home .fullpage__slide-in>div>div {
    -webkit-box-flex: 3;
    flex-grow: 3;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.fullpage__slide-in {
    width: 100%;
    min-height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.fullpage__slide-in>div {
    margin: auto;
    width: 100%;
    min-height: 100%;
    padding-top: 80px;
    padding-bottom: 160px;
}

@media (min-width:768px) {
    .fullpage__slide-in>div {
        padding-top: 130px;
    }
}

@media (min-width:992px) {
    .fullpage__slide-in>div {
        padding-top: 160px;
    }
}

.fullpage .fp-tableCell {
    display: block;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.fullpage .fullpage__slide-wrapper.is-loaded .fp-tableCell {
    position: relative;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.fullpage__slide--about {
    position: relative;
}

.dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 15px;
    background-color: black;
    opacity: 1 !important;
}

.dot__outer-wrapper,
.dot__inner-wrapper {
    position: relative;
    height: 100%;
}

.dot__outer-wrapper .region-content,
.dot__inner-wrapper .region-content {
    position: relative;
    z-index: 1;
}

.dot__wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.dot__outer-wrapper-about {
    position: absolute;
    width: 33.33%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    pointer-events: none;
}

.dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    font-size: 100px;
    z-index: -2;
}

.is-fixed {
    position: fixed;
    z-index: 5;
}

.is-fixed--top {
    top: 0;
    left: 0;
    right: 0;
}

.header {
    margin-top: 1.55rem;
    width: 100%;
    height: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header__logo {
    display: inline-block;
    float: left;
    height: 30px;
    width: auto;
}

.header__logo img {
    width: 60px;
    height: auto;
}

@media (min-width:768px) {
    .header__logo img {
        width: auto;
    }
}

.header__branding {
    float: left;
}

.header__navigation {
    float: right;
}

.header__social {
    display: none;
    float: right;
}

@media (min-width:768px) {
    .header {
        margin-top: 1.9375rem;
        padding-left: 40px;
        padding-right: 40px;
    }

    .header__social {
        display: inline-block;
        float: right;
    }
}

.title-small-caps,
.fixed-navigation__link {
    font-size: 0.6875rem;
    line-height: 1.0625rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

@media (min-width:768px) {

    .title-small-caps,
    .fixed-navigation__link {
        font-size: 0.625rem;
        letter-spacing: 3.7px;
    }
}

.title-small-caps--highlighted,
.fixed-navigation__link {
    font-weight: bold;
}

.title-small-caps--striked-through {
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    will-change: transform;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
}

.title-small-caps--striked-through::after {
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    top: 50%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s ease-out .3s;
    left: 50%;
}

.title-small-caps--link,
.fixed-navigation__link {
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    will-change: transform;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
}

.title-small-caps--link::after,
.fixed-navigation__link::after {
    position: absolute;
    content: '';
    display: block;
    width: 50%;
    top: 50%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s ease-out .3s;
    left: 50%;
}

.title-small-caps--link-active,
.title-small-caps--striked-through,
.title-small-caps--link:hover,
.title-small-caps--link:focus,
.fixed-navigation__link:hover,
.fixed-navigation__link:focus,
.fixed-navigation__item.is-active .fixed-navigation__link {
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
}

.title-small-caps--link-active::after,
.title-small-caps--striked-through::after,
.title-small-caps--link:hover::after,
.title-small-caps--link:focus::after,
.fixed-navigation__link:hover::after,
.fixed-navigation__link:focus::after,
.fixed-navigation__item.is-active .fixed-navigation__link::after {
    opacity: 1;
    width: 100%;
}

.title-small-caps--link--inverse:hover,
.title-small-caps--link--inverse:focus {
    -webkit-transform: skewX(8deg);
    -ms-transform: skewX(8deg);
    transform: skewX(8deg);
}

.project {
    font-family: "Brandon", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.project__highlighted {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: bold;
}

@media (min-width:768px) {
    .project__highlighted {
        font-size: 1.4375rem;
        line-height: 1.75rem;
    }
}

.project__title {
    padding-top: 3.875rem;
}

@media (min-width:992px) {
    .project__title {
        padding-top: 5.8125rem;
    }
}

.project__body {
    line-height: 1.5rem;
}

.project__body p:first-child {
    margin-top: 0;
}

.project__body p:last-child {
    margin-bottom: 0;
}

.project p a {
    display: inline-block;
}

.project__header-image {
    height: 318px;
    width: 100%;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.project__header-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 318px;
    width: auto;
    max-width: none;
    min-width: 100%;
}

@media (min-width:768px) {
    .project__header-image {
        height: 425px;
    }

    .project__header-image img {
        height: 425px;
    }
}

@media (min-width:1200px) {
    .project__header-image {
        height: auto;
    }

    .project__header-image img {
        position: static;
        width: 100%;
        height: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.project__featured,
.project__awarded {
    text-align: center;
    margin-top: 1.9375rem;
}

.project__featured img,
.project__awarded img {
    width: auto;
    max-width: 100%;
}

.project__featured-title,
.project__awarded-title {
    margin-bottom: 15px;
}

.project__subtitle {
    margin-top: 1.9375rem;
}

@media (min-width:768px) {
    .project__subtitle {
        margin-top: 0.96875rem;
    }
}

.project__subtitle .field__item {
    padding-top: 6px;
    padding-bottom: 6px;
}

@media (min-width:768px) {
    .project__subtitle .field__item {
        display: inline-block;
    }

    .project__subtitle .field__item:not(:last-child)::after {
        content: ',';
    }
}

.project__content-top {
    text-align: center;
}

.project__content-bottom {
    text-align: center;
}

@media (min-width:768px) {
    .project__content-bottom {
        text-align: left;
        margin-top: 1.9375rem;
    }
}

.project__nav-wrapper {
    margin-top: 3.875rem;
    padding-bottom: 110px;
    padding-top: 30px;
    background-color: #ececec;
    margin-bottom: -130px;
    text-align: center;
}

.project__nav {
    display: block;
    padding-top: 15px;
}

@media (min-width:768px) {
    .project__content-bottom {
        display: -webkit-box;
        display: flex;
    }

    .project__body {
        float: left;
        width: 60%;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .project__features {
        float: left;
        width: 40%;
        -webkit-box-ordinal-group: 2;
        order: 1;
        padding-right: 20px;
    }

    .project__featured,
    .project__awarded {
        margin-top: 3.875rem;
    }

    .project__featured-title,
    .project__awarded-title {
        margin-bottom: 30px;
    }

    .project__nav {
        display: inline-block;
        padding-left: 40px;
        padding-right: 40px;
    }

    .project__nav-wrapper {
        margin-top: 5.8125rem;
    }
}

@media (min-width:1200px) {
    .project__body {
        width: 50%;
        padding-left: 15px;
    }

    .project__features {
        width: 50%;
        padding-right: 15px;
    }

    .project__featured,
    .project__awarded {
        margin-top: 5.8125rem;
    }

    .project__featured-title,
    .project__awarded-title {
        margin-bottom: 50px;
    }

    .project__nav-wrapper {
        margin-top: 7.75rem;
    }

    .project__content-bottom {
        padding-bottom: 20px;
    }
}

.project__features-top {
    margin-top: 1.9375rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.project__features-bottom {
    margin-bottom: 1.9375rem;
}

.project__feature {
    margin-bottom: 1.9375rem;
    padding-right: 25px;
    padding-left: 25px;
}

.project__feature:last-child {
    margin-bottom: 0;
}

.project__feature p:first-child {
    margin-top: 0;
}

.project__feature p:last-child {
    margin-bottom: 0;
}

.project__feature--year {
    display: inline-block;
    border-right: 1px solid #e7e7e7;
}

.project__feature--commision {
    display: inline-block;
}

@media (min-width:768px) {

    .project__features-top,
    .project__features-bottom {
        margin: 0;
        -webkit-box-pack: start;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }

    .project__feature {
        padding-left: 0;
    }

    .project__feature--year {
        margin-right: 25px;
    }
}

@media (min-width:1200px) {

    .project__features-top,
    .project__features-bottom {
        display: inline-block;
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .project__features-top {
        margin-right: 50px;
        border-right: 1px solid #e7e7e7;
        min-width: 143px;
    }

    .project__features {
        display: -webkit-box;
        display: flex;
    }

    .project__feature {
        padding-left: 0;
        padding-right: 50px;
    }

    .project__feature--year {
        margin-right: 0;
        border: 0;
    }
}

.project-teaser {
    margin-top: 1.9375rem;
    margin-bottom: 1.9375rem;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:0) and (max-width:991px) {
    .project-teaser:first-of-type {
        margin-top: 0;
    }
}

.project-teaser__view-project {
    display: none;
}

.project-teaser__list-title {
    display: none;
}

.project-teaser__title {
    margin-top: 0.96875rem;
}

.project-teaser__image img {
    opacity: 0;
    position: absolute;
}

.project-teaser__image--bg img {
    height: auto;
    width: 100%;
    top: 50%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    opacity: 1;
    transition: opacity 1s ease-in 1s, width .2s ease-out, height .2s ease-out;
    max-width: none;
}

.project-teaser__image--left img {
    transition: opacity .4s ease-in .6s, -webkit-transform .8s ease-in .2s;
    transition: opacity .4s ease-in .6s, transform .8s ease-in .2s;
    transition: opacity .4s ease-in .6s, transform .8s ease-in .2s, -webkit-transform .8s ease-in .2s;
}

.project-teaser__image--right img {
    transition: opacity .4s ease-in .4s, -webkit-transform .8s ease-in;
    transition: opacity .4s ease-in .4s, transform .8s ease-in;
    transition: opacity .4s ease-in .4s, transform .8s ease-in, -webkit-transform .8s ease-in;
}

.project-teaser__image-wrapper {
    overflow: hidden;
    width: 100%;
}

.project-teaser__link {
    display: block;
    text-decoration: none;
    color: #000;
}

.project-teaser__link:hover,
.project-teaser__link:focus {
    color: #000;
}

.project-teaser__counter {
    font-size: 20.625rem;
}

.project-teaser__more {
    margin-top: 1.9375rem;
    margin-bottom: 1.9375rem;
    text-align: center;
}

.project-teaser__more-link {
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #000;
}

@media (min-width:0) and (max-width:991px) {
    .project-teaser .project-teaser__image img {
        height: auto;
        width: 100%;
        top: 50%;
        bottom: 0;
        left: 50%;
    }

    .project-teaser .project-teaser__image--bg {
        padding-bottom: 15.69375rem;
        margin-top: 3.4875rem;
        overflow: hidden;
        height: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .project-teaser .project-teaser__image--right,
    .project-teaser .project-teaser__image--left {
        padding-bottom: 19.18125rem;
        height: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .project-teaser .project-teaser__image--right img,
    .project-teaser .project-teaser__image--left img {
        top: auto;
        bottom: 0;
        left: 50%;
        max-height: 100%;
        width: auto;
    }

    .project-teaser .project-teaser__image--left img {
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    .project-teaser .project-teaser__image--right img {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .project-teaser .project-teaser__image-wrapper {
        padding-bottom: 19.18125rem;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .project-teaser {
        padding-left: 40px;
        padding-right: 40px;
    }

    .project-teaser__title {
        margin-top: 1.55rem;
    }

    .project-teaser__image--bg {
        padding-bottom: 17.4375rem;
        margin-top: 3.875rem;
    }

    .project-teaser__image--right,
    .project-teaser__image--left {
        padding-bottom: 21.3125rem;
    }

    .project-teaser__image-wrapper {
        padding-bottom: 21.3125rem;
    }

    .project-teaser__more br {
        display: none;
    }
}

@media (min-width:992px) {
    .project-teaser {
        padding-left: 0;
        padding-right: 0;
    }

    .project-teaser__title .field--name-title {
        -webkit-transform-origin: left bottom 0;
        -ms-transform-origin: left bottom 0;
        transform-origin: left bottom 0;
        transition: -webkit-transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s;
        transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
        will-change: transform;
        display: inline-block;
        padding-left: 4px;
        padding-right: 4px;
        position: relative;
    }

    .project-teaser__title .field--name-title::after {
        position: absolute;
        content: '';
        display: block;
        width: 50%;
        top: 50%;
        height: 1px;
        background-color: #000;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        transition: .3s ease-out .3s;
        left: 50%;
    }

    .project-teaser__title:hover .field--name-title {
        -webkit-transform: skewX(-8deg);
        -ms-transform: skewX(-8deg);
        transform: skewX(-8deg);
    }

    .project-teaser__title:hover .field--name-title::after {
        opacity: 1;
        width: 100%;
    }

    .project-teaser__list-title {
        display: block;
    }

    .project-teaser__image-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        z-index: -1;
    }

    .project-teaser__image img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
    }

    .project-teaser__image--bg img {
        margin: 0;
        padding: 0;
        min-height: 100%;
        height: auto;
        width: auto;
        min-width: 100%;
        top: 50%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 1.2s ease-out .4s, width .2s ease-out, height .2s ease-out;
    }

    .project-teaser__image--right img,
    .project-teaser__image--left img {
        top: 50%;
        bottom: auto;
        left: 50%;
        max-height: 70%;
        width: auto;
    }

    .project-teaser__image--left img {
        -webkit-transform: translate(-150%, -50%);
        -ms-transform: translate(-150%, -50%);
        transform: translate(-150%, -50%);
    }

    .project-teaser__image--right img {
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

    .project-teaser__more {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 6.2rem;
        padding-right: 40px;
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: 100%;
        position: absolute;
        z-index: 0;
        opacity: 0;
        left: auto;
        right: 0;
        bottom: 0;
    }

    .project-teaser__view-project {
        display: block;
        position: relative;
        padding-left: 7px;
        margin-top: 10px;
        opacity: 0;
        transition: .3s ease-out;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        font-weight: normal;
    }

    .project-teaser__hide-on-desktop {
        display: none;
    }
}

.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image img {
    opacity: 1;
}

.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--bg img {
    opacity: 1;
    transition: opacity 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 0.5s, width 0.2s ease-out, height 0.2s ease-out;
}

.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--right img,
.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--left img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--right img {
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s, -webkit-transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1.2s;
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s, transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1.2s;
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s, transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1.2s, -webkit-transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1.2s;
}

.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--left img {
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.38, 0.98) 0.8s, -webkit-transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s;
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.38, 0.98) 0.8s, transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s;
    transition: opacity 0.2s cubic-bezier(0.17, 0.67, 0.38, 0.98) 0.8s, transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s, -webkit-transform 0.6s cubic-bezier(0.17, 0.67, 0.38, 0.98) 1s;
}

.fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__view-project {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (min-width:992px) {
    .fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image-wrapper {
        z-index: 1;
    }

    .fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--right img,
    .fullpage__slide-wrapper.is-loaded .project-teaser__link.is-active .project-teaser__image--left img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.view-projects .view-content>h2 {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    transition: 1s ease-out;
    opacity: 0;
}

.view-projects .view-content .project-teaser__title {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
    transition: 1s ease-out;
    opacity: 0;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content .project-teaser__more {
    z-index: 2;
    opacity: 1;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transition-delay: 1.6s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(1) {
    transition-delay: .2s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(2) {
    transition-delay: .3s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(3) {
    transition-delay: .4s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(4) {
    transition-delay: .5s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(5) {
    transition-delay: .6s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(6) {
    transition-delay: .7s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(7) {
    transition-delay: .8s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(8) {
    transition-delay: .9s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(9) {
    transition-delay: 1s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(10) {
    transition-delay: 1.1s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(11) {
    transition-delay: 1.2s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(12) {
    transition-delay: 1.3s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(13) {
    transition-delay: 1.4s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>h2:nth-child(14) {
    transition-delay: 1.5s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article .project-teaser__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(1) .project-teaser__title {
    transition-delay: .2s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(2) .project-teaser__title {
    transition-delay: .3s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(3) .project-teaser__title {
    transition-delay: .4s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(4) .project-teaser__title {
    transition-delay: .5s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(5) .project-teaser__title {
    transition-delay: .6s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(6) .project-teaser__title {
    transition-delay: .7s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(7) .project-teaser__title {
    transition-delay: .8s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(8) .project-teaser__title {
    transition-delay: .9s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(9) .project-teaser__title {
    transition-delay: 1s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(10) .project-teaser__title {
    transition-delay: 1.1s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(11) .project-teaser__title {
    transition-delay: 1.2s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(12) .project-teaser__title {
    transition-delay: 1.3s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(13) .project-teaser__title {
    transition-delay: 1.4s;
}

.fullpage__slide-wrapper.is-loaded .view-projects .view-content>article:nth-child(14) .project-teaser__title {
    transition-delay: 1.5s;
}

.about {
    position: relative;
}

@media (min-width:768px) {
    .about {
        padding: 20px;
    }
}

.about__text {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    margin-bottom: 1.9375rem;
    font-weight: bold;
}

.about__text p:first-child {
    margin-top: 0;
}

.about__text p:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .about__text {
        font-size: 1.25rem;
    }
}

.about__text-small {
    font-size: 1rem;
    line-height: 1.1875rem;
}

.about__title {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 8s cubic-bezier(0.17, 0.67, 0.38, 0.98);
}

.about__content-left {
    padding-bottom: 1.9375rem;
    margin-bottom: 1.55rem;
    position: relative;
}

.about__content-right {
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.about__image {
    line-height: 0;
    margin-right: -20px;
    padding-left: 40px;
}

.about__image img {
    width: 100%;
    transition: 6s cubic-bezier(0.17, 0.67, 0.38, 0.98);
    position: relative;
    z-index: -1;
}

.about__element+.about__element {
    margin-top: 2.90625rem;
}

.about__element-wrapper {
    padding-bottom: 70px;
}

.about__close {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 5;
    display: none;
}

.about__anchor-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: none;
}

.about__anchor-link {
    display: inline-block;
}

.about__paragraph {
    padding-top: 19px;
    padding-bottom: 19px;
    border-bottom: 2px solid #fff;
}

.about__paragraph-top {
    line-height: 0;
    padding-bottom: 19px;
}

.about__paragraph-year {
    display: inline-block;
    margin-right: 15px;
}

.about__paragraph-category {
    display: inline-block;
}

.about__paragraph-text {
    font-size: 1rem;
    line-height: 1.25rem;
}

.about__paragraph-text p {
    margin: 28px inherit;
}

.about__paragraph-text p:first-child {
    margin-top: 0;
}

.about__paragraph-text p:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .about__title {
        margin-left: -1.97625rem;
    }

    .about__content-left {
        padding-bottom: 3.875rem;
        margin-bottom: 2.90625rem;
    }

    .about__image {
        margin-right: 0;
    }

    .about__element+.about__element {
        margin-top: 3.875rem;
    }

    .about__element-wrapper {
        padding-bottom: 0px;
    }
}

@media (min-width:992px) {
    .about__title {
        margin-left: -1.55rem;
    }

    .about__image {
        padding-right: 2.325rem;
        padding-left: 0;
    }

    .about__image img {
        width: auto;
    }

    .about__content-left {
        margin-bottom: 0;
    }

    .about__content-right {
        margin-top: -20px;
    }

    .about__element {
        float: left;
        width: 33.333%;
        height: 100%;
        overflow: hidden;
        position: relative;
        transition: .3s ease-out;
        height: 470px;
    }

    .about__element-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 20px;
        overflow: auto;
        padding-bottom: 20px;
        padding-top: 20px;
        max-height: 450px;
        padding-right: 20px;
        margin-right: -20px;
    }

    .about__element-wrapper {
        width: 300%;
        display: -webkit-box;
        display: flex;
        height: 100%;
        max-height: 470px;
        overflow: hidden;
    }

    .about__element::before {
        position: absolute;
        content: '';
        display: block;
        height: 20px;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: inset 0px 15px 10px 0px rgba(231, 231, 231, 0.91);
    }

    .about__element::after {
        position: absolute;
        content: '';
        display: block;
        height: 20px;
        z-index: 5;
        top: auto;
        bottom: 20px;
        left: 0;
        width: 100%;
        box-shadow: inset 0px -15px 10px 0px #e7e7e7;
        box-shadow: inset 0px -15px 10px 0px rgba(231, 231, 231, 0.96);
    }

    .about__element+.about__element {
        margin-top: 0;
    }

    .about__element.is-active {
        transition: .5s ease-out .3s;
    }

    .about__element--first {
        opacity: 0;
    }

    .about__element--first p:first-child {
        margin-top: 0;
    }

    .about__element--first.is-active {
        opacity: 1;
    }

    .about__element--second {
        -webkit-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
        transform: translate(-100%, 100%);
    }

    .about__element--second.is-active {
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }

    .about__element--third {
        -webkit-transform: translate(-200%, 100%);
        -ms-transform: translate(-200%, 100%);
        transform: translate(-200%, 100%);
    }

    .about__element--third.is-active {
        -webkit-transform: translate(-200%, 0);
        -ms-transform: translate(-200%, 0);
        transform: translate(-200%, 0);
    }

    .about__element .about__close {
        display: inline-block;
    }

    .about__element .about__anchor-wrapper {
        display: -webkit-box;
        display: flex;
    }
}

@media (min-width:992px) and (max-width:1032px) {
    .about__anchor-link {
        letter-spacing: 2px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .about__content-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width:1200px) {
    .about__element {
        padding-right: 30px;
    }

    .about__element-inner {
        padding-right: 50px;
    }
}

.contact {
    background-color: #fff;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:768px) {
    .contact {
        padding-left: 40px;
        padding-right: 40px;
        position: relative;
        z-index: 1;
    }
}

.contact__wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    padding: 20px 20px 0 20px;
    bottom: auto;
    top: 100%;
    -webkit-transform: translateY(-87px);
    -ms-transform: translateY(-87px);
    transform: translateY(-87px);
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    z-index: 2;
}

.contact__wrapper.is-open {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (min-width:768px) {
    .contact__wrapper {
        padding: 20px 33px 0 33px;
    }
}

.contact__title {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 35px;
    background-color: #fff;
}

.contact__title:hover {
    cursor: pointer;
}

@media (min-width:768px) {
    .contact__title {
        background-color: transparent;
    }
}

.contact__element {
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 0.8125rem;
}

.contact__element--signature {
    margin-bottom: 0;
    padding-bottom: 35px;
}

.contact__element--signature .contact__element-link {
    display: inline;
}

@media (min-width:768px) {
    .contact__element-wrapper {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact__element {
        margin-top: 10px;
        margin-bottom: 12px;
    }

    .contact__element--phone {
        -webkit-box-flex: 1;
        flex: 1 100%;
    }

    .contact__element--mail,
    .contact__element--signature {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 55px;
    }
}

@media (min-width:992px) {

    .contact__element--phone,
    .contact__element--mail,
    .contact__element--signature {
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 40px;
    }
}

.contact__description {
    font-size: 4.875rem;
    line-height: 5.5rem;
    font-weight: bold;
    color: #ececec;
    position: absolute;
    left: 76px;
    top: 60px;
    z-index: -1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .3s ease-out;
}

@media (min-width:992px) {
    .contact__description {
        top: 30px;
        left: 152px;
    }
}

.contact__element-link {
    text-decoration: none;
    color: #000;
    display: block;
}

.contact__element-link:hover,
.contact__element-link:focus {
    color: #000;
}

@media (min-width:768px) {
    .contact__element-link {
        display: inline;
    }
}

.contact__date {
    transition: .3s ease-out;
    color: #d8d8d8;
    float: right;
}

@media (min-width:768px) {
    .contact__date {
        position: fixed;
        left: -5px;
        color: #fff;
        margin-top: 40px;
        top: 50%;
        -webkit-transform: rotate(-90deg) translateY(-50%);
        -ms-transform: rotate(-90deg) translateY(-50%);
        transform: rotate(-90deg) translateY(-50%);
        float: none;
    }
}

@media (min-width:768px) {
    .contact__hide-on-tablet {
        display: none;
    }
}

.contact__show-on-tablet {
    display: none;
}

@media (min-width:768px) {
    .contact__show-on-tablet {
        display: inline-block;
    }
}

.contact__toggle-wrapper {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width:768px) {
    .contact__toggle-wrapper {
        margin-left: -33px;
        margin-right: -33px;
    }
}

.is-open .contact__description {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.is-open .contact__date {
    margin-top: 1px;
}

@media (min-width:992px) {
    .is-open .contact__date {
        margin-top: 11px;
    }
}

.is-open .contact__toggle:before,
.is-open .contact__toggle:after {
    opacity: 1;
}

.social {
    display: inline-block;
    vertical-align: top;
}

.social:not(:last-child) {
    padding-right: 15px;
}

.social__link {
    text-decoration: none;
}

.social__link:hover,
.social__link:focus {
    text-decoration: none;
}

.social--facebook .social__svg {
    width: 6px;
    height: 12px;
}

.social__behance .social__svg {
    width: 18px;
    height: 12px;
}

.social--facebook .social__svg {
    width: 13px;
    height: 13px;
}

.home__text {
    font-size: 1.5rem;
    line-height: 1.8125rem;
    font-weight: bold;
    text-align: center;
    margin: auto;
    display: -webkit-box;
    display: flex;
    margin-top: -40px;
    position: relative;
    padding: 0 0 30px 0;
}

@media (min-width:576px) {
    .home__text {
        font-size: 2rem;
        line-height: 2.5625rem;
    }
}

@media (min-width:992px) {
    .home__text {
        font-size: 2.25rem;
        line-height: 2.875rem;
        margin-top: 0;
    }
}

.home__text-item {
    height: 29px;
    overflow: hidden;
}

@media (min-width:576px) {
    .home__text-item {
        height: 41px;
    }
}

@media (min-width:992px) {
    .home__text-item {
        height: 46px;
    }
}

.home__text-item-inner {
    -webkit-transform: translateY(90%) translate3d(0, 0, 0);
    transform: translateY(90%) translate3d(0, 0, 0);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

.home__image {
    width: 430px;
    height: 430px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.65);
    -ms-transform: translate(-50%, -50%) scale(0.65);
    transform: translate(-50%, -50%) scale(0.65);
    left: 50%;
    z-index: -1;
}

.home__image-inner {
    background-image: url(../images/heart.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    transition: 8s cubic-bezier(0.17, 0.67, 0.38, 0.98);
}

@media (min-width:576px) {
    .home__image {
        -webkit-transform: translate(-50%, -50%) scale(0.9);
        -ms-transform: translate(-50%, -50%) scale(0.9);
        transform: translate(-50%, -50%) scale(0.9);
    }
}

@media (min-width:992px) {
    .home__image {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

.is-loaded .home__text-item-inner {
    opacity: 1;
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transform: translateY(0) translate3d(0, 0, 0);
}

.is-loaded .home__text-item:nth-child(1) .home__text-item-inner {
    transition-delay: .8s;
}

.is-loaded .home__text-item:nth-child(2) .home__text-item-inner {
    transition-delay: .9s;
}

.is-loaded .home__text-item:nth-child(3) .home__text-item-inner {
    transition-delay: 1s;
}

.is-loaded .home__text-item:nth-child(4) .home__text-item-inner {
    transition-delay: 1.1s;
}

.is-loaded .home__text-item:nth-child(5) .home__text-item-inner {
    transition-delay: 1.2s;
}

.toggle {
    text-indent: -6666px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.toggle:hover,
.toggle:focus {
    cursor: pointer;
}

.toggle:hover:before,
.toggle:focus:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.toggle:before,
.toggle:after {
    opacity: 0;
    transition: .2s ease-out;
    content: '';
    display: block;
    height: 1px;
    width: 10px;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 50%;
}

.is-active .toggle:before,
.is-active .toggle:after,
.is-open .toggle:before,
.is-open .toggle:after {
    opacity: 1;
}

.fixed-navigation {
    padding: 0;
    margin: 0;
}

.fixed-navigation__item {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 0;
}

.fixed-navigation__item:not(:last-child) {
    margin-right: 10px;
}

.fixed-navigation__link {
    display: inline-block;
    padding-top: 9px;
    padding-bottom: 9px;
}

@media (min-width:768px) {
    .fixed-navigation__item:not(:last-child) {
        margin-right: 22px;
    }
}

@media (min-width:992px) {
    .fixed-navigation {
        position: fixed;
        z-index: 6;
        height: 0;
        width: 100%;
        top: 50%;
        left: 0;
    }

    .fixed-navigation__item {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        list-style: none;
        padding: 0;
        margin: 0;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: -32px;
    }

    .fixed-navigation__item:not(:last-child) {
        margin-right: 0;
    }

    .fixed-navigation__item--left {
        left: 0;
    }

    .fixed-navigation__item--right {
        margin-top: -28px;
        right: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fixed-navigation__link {
        margin-top: 30px;
    }
}

.line {
    display: block;
    width: 2px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    overflow: hidden;
}

.line:after {
    height: 0;
    background-color: #000;
    transition: height .3s ease-out;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.is-resized.line {
    transition: height .4s ease-out;
}

.is-resized.line::after {
    height: 100%;
    transition: height .4s ease-out;
}

.menu {
    display: none;
}

@media (min-width:1200px) {
    .menu {
        display: block;
    }

    .menu--account {
        position: fixed;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .menu--account .menu-item {
        display: inline-block;
    }

    .menu--account .menu-item:not(:last-child)::after {
        content: " /";
    }
}

.layout-center {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1070px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:768px) {
    .layout-center {
        max-width: 1090px;
        padding-left: 30px;
        padding-right: 30px;
        width: 80%;
    }
}

@media (min-width:992px) {
    .layout-center {
        width: 85%;
    }
}

@media (min-width:1200px) {
    .layout-center {
        max-width: 1090px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
}

.layout-center--medium {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:768px) {
    .layout-center--medium {
        max-width: 980px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1200px) {
    .layout-center--medium {
        max-width: 980px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.layout-center--narrow {
    max-width: 760px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width:768px) {
    .layout-center--narrow {
        max-width: 780px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width:1200px) {
    .layout-center--narrow {
        max-width: 780px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.layout-2col {
    min-width: 100%;
}

@media (min-width:992px) {
    .layout-2col {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
    }

    .layout-2col--col-x,
    .layout-2col__col-x {
        width: 50%;
        float: left;
    }

    .layout-2col--col-x:nth-child(2n + 1),
    .layout-2col__col-x:nth-child(2n + 1) {
        clear: left;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .layout-2col--with-side-gutters {
        margin-left: -15px;
        margin-right: -15px;
    }

    .layout-2col--with-side-gutters .layout-2col--col-x,
    .layout-2col--with-side-gutters .layout-2col__col-x {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:1200px) {
    .layout-2col--with-side-gutters {
        margin-left: -15px;
        margin-right: -15px;
    }

    .layout-2col--with-side-gutters .layout-2col--col-x,
    .layout-2col--with-side-gutters .layout-2col__col-x {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.layout-2col--with-vertical-gutters {
    padding-top: 10px;
    padding-bottom: 10px;
}

.layout-2col--with-vertical-gutters .layout-2col--col-x,
.layout-2col--with-vertical-gutters .layout-2col__col-x {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width:768px) {
    .layout-2col--with-vertical-gutters {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .layout-2col--with-vertical-gutters .layout-2col--col-x,
    .layout-2col--with-vertical-gutters .layout-2col__col-x {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width:1200px) {
    .layout-2col--with-vertical-gutters {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .layout-2col--with-vertical-gutters .layout-2col--col-x,
    .layout-2col--with-vertical-gutters .layout-2col__col-x {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}