/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clear {
    clear: both
}

body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    font-size: 1em;
    color: #dce2e4;
    line-height: 1.7;
    background: #152b33;
    color: #ffffff
}

@media screen and (min-width:1024px) {
    body {
        font-family: "Josefin Sans", sans-serif;
        font-size: 1.22222em
    }
}

body.t-subpage {
    background: #aebec3;
    color: #152b33
}

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

img {
    max-width: 100%;
    height: auto !important
}

a {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in
}

a:hover {
    color: #308c8c;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in
}

a.color-opacity {
    border: 2px solid rgba(255, 255, 255, 0.2)
}

p {
    margin: 0 0 1em 0
}

ul {
    list-style: square
}

ul.list--skills {
    list-style: none;
    margin: 0 0 2em;
    padding: 0
}

ul.list--skills li {
    display: inline-block;
    background: #1c3a45;
    border-radius: 4px;
    color: #dce2e4;
    padding: 7px 11px 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.59091em
}

@media screen and (min-width:1024px) {
    ul.list--skills li {
        font-size: 0.59091em
    }
}

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

ul.list--tags li {
    display: inline-block;
    background: #1c3a45;
    border-radius: 4px;
    color: #dce2e4;
    padding: 7px 11px 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.59091em
}

@media screen and (min-width:1024px) {
    ul.list--tags li {
        font-size: 0.59091em
    }
}

h1 {
    margin: 0em 0 0.2em -4px;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.7em;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.25em;
    letter-spacing: 0.09em;
    margin-bottom: .5em;
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    h1 {
        font-size: 32px
    }

    .t-subpage .header h1 {
        font-size: 2.13636em
    }
}

@media screen and (min-width:1180px) {
    .t-subpage .header h1 {
        font-size: 3.18182em
    }
}

@media screen and (min-width:1440px) {
    h1 {
        font-size: 2em
    }
}

h2 {
    margin: 0.2em 0 0.2em -4px;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.90909em;
    color: #ffffff;
    font-weight: 100;
    line-height: 1.25em;
    margin-bottom: .5em;
    letter-spacing: 0.09em;
    text-transform: uppercase
}

@media screen and (min-width:1024px) {
    h2 {
        font-size: 45px
    }
}

@media screen and (min-width:1440px) {
    h2 {
        font-size: 50px
    }
}

h3 {
    margin: 0 0 1em 0;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.90909em;
    font-weight: 300
}

h4 {
    margin: 0 0 1em 0px;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.81818em;
    font-weight: 700;
    color: #33687b;
    line-height: 1.5em
}

@media screen and (min-width:1024px) {
    h4 {
        font-size: 1.27273em;
        font-family: "Josefin Sans", sans-serif
    }
}

h5 {
    margin: 0 0 1em 0;
    padding: 0;
    font-family: "Josefin Sans", sans-serif;
    font-size: 0.81818em;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    opacity: 0.5
}

@media screen and (min-width:1024px) {
    h5 {
        font-size: 0.81818em;
        font-family: "Josefin Sans", sans-serif
    }
}

.button {
    outline: none;
    border: 2px solid #ffffff;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    display: inline-block;
    padding: 0.7em 1em
}

.button {
    color: #ffffff;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.81818em
}

.button:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: 1em
}

.button:hover {
    border: 2px solid #ffffff;
    color: #152b33;
    -webkit-box-shadow: inset 0 -4em 0 0 #ffffff;
    box-shadow: inset 0 -4em 0 0 #ffffff
}

.button--cv:after {
    content: "\f15c"
}

.button--down:after {
    content: "\f175"
}

.highlight {
    font-weight: 700
}

.intro {
    font-weight: 100;
    font-size: 1.27273em;
    line-height: 1.3
}

.color-opacity {
    color: rgba(255, 255, 255, 0.2);
    font-weight: 100
}

.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2em
}

ul.list--social-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left
}

@media screen and (min-width:1180px) {
    ul.list--social-contact {
        margin: 0 0 0 0px
    }
}

ul.list--social-contact li a {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    line-height: 43px;
    padding-left: 55px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 0.81818em
}

ul.list--social-contact li a:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    content: "";
    text-indent: 0;
    height: 43px;
    width: 40px;
    padding-left: 3px;
    text-align: center;
    line-height: 43px;
    background: #244957;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    font-size: 1.27273em;
    font-family: "Font Awesome 5 Brands"
}

.t-subpage ul.list--social-contact li a:before {
    background: #244957
}

ul.list--social-contact li a:hover:before {
    background: #236666;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in
}

ul.list--social-contact li a:hover {
    color: #236666
}

ul.list--social-contact li:first-child a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}


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

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade2 {
    0% {
        opacity: 0;
        padding-top: 70px
    }

    to {
        opacity: 1;
        padding-top: 0
    }
}

@keyframes fade2 {
    0% {
        opacity: 0;
        padding-top: 70px
    }

    to {
        opacity: 1;
        padding-top: 0
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        margin-left: -200px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        margin-left: -200px
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

@-webkit-keyframes scroll {
    0% {
        bottom: 90px
    }

    50% {
        bottom: 80px
    }

    to {
        bottom: 90px
    }
}

@keyframes scroll {
    0% {
        bottom: 90px
    }

    50% {
        bottom: 80px
    }

    to {
        bottom: 90px
    }
}

.typed_wrap .typed {
    white-space: pre
}

.typed_wrap .typed:after {
    content: '_';
    display: inline;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite
}

.typed_wrap .typed .typed-cursor {
    opacity: 0;
    display: none
}

.logo {
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 300
}

.logo img {
    width: 60px
}

@media screen and (min-width:1024px) {
    .logo {
        -webkit-animation: slide 1s;
        animation: slide 1s;
        position: fixed;
        top: 20px;
        left: 20px
    }

    .logo img {
        width: 85px
    }
}

.social {
    display: none
}

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

.social ul li a {
    position: relative;
    display: block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.social ul li a:before {
    color: #ffffff;
    content: "";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    font-family: "Font Awesome 5 Brands"
}

.social ul li a:hover:before {
    background: #c12856;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in
}

.social ul li:first-child a:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300
}


@media screen and (min-width:768px) {
    .social {
        -webkit-animation: slide 1s;
        animation: slide 1s;
        display: block;
        position: fixed;
        bottom: 30px;
        left: 20px;
        z-index: 300
    }
}

.section {
    position: relative
}

.section .slide {
    position: relative
}

.section .fp-bg {
    background-size: cover;
    background-position: center 30%;
    top: 0;
    bottom: 0;
    min-height:400px;
    width: 100%;
    position: relative;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


.section .section__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1
}

.section .section__content {
    width: 100%;
    min-height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 50px;
    text-align: left
}

.section .section__content .list--buttons {
    margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section .section__content .list--buttons li {
    margin-right: 8px
}

.section .scroll {
    display: none
}

@media screen and (min-width:768px) {
    .section .section__content {
        padding: 50px 95px
    }
   
}

@media screen and (min-width:1024px) {
    .section .section__content {
        padding: 12% 12%
    }
    .section .fp-bg {
        top: 50vh;
        position: absolute;
    }
}

@media screen and (min-width:1180px) {
    .section .fp-bg {
        top: 0;
        background-attachment: fixed
    }

    .section .section__wrapper {
        min-height: 100vh
    }

    .section .section__content {
        width: 50%;
        height: 100vh;
        padding: 0 100px 0 120px
    }

    .section h4,
    .section h5 {
        -webkit-transform: translate3d(-100px, 0px, 0px);
        transform: translate3d(-100px, 0px, 0px);
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s;
        opacity: 0
    }

    .section h2 {
        -webkit-transform: translate3d(-100px, 0px, 0px);
        transform: translate3d(-100px, 0px, 0px);
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
        opacity: 0
    }

    .section .list--tags,
    .section .section__content--main {
        -webkit-transform: translate3d(-100px, 0px, 0px);
        transform: translate3d(-100px, 0px, 0px);
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s;
        opacity: 0
    }

    .section .list--buttons {
        -webkit-transform: translate3d(-100px, 0px, 0px);
        transform: translate3d(-100px, 0px, 0px);
        -webkit-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        transition: all 300ms linear;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
        opacity: 0
    }

    .section h1 {
        -webkit-transform: translate3d(-50px, 0px, 0px);
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transition: all 700ms linear;
        -o-transition: all 700ms linear;
        transition: all 700ms linear;
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
        opacity: 0
    }

    .section h1.color-opacity {
        -webkit-transform: translate3d(-50px, 0px, 0px);
        transform: translate3d(-50px, 0px, 0px);
        -webkit-transition: all 700ms linear;
        -o-transition: all 700ms linear;
        transition: all 700ms linear;
        -webkit-transition-delay: 1.5s;
        -o-transition-delay: 1.5s;
        transition-delay: 1.5s;
        opacity: 0
    }

    .section.fp-completely .list--buttons,
    .section.fp-completely .list--tags,
    .section.fp-completely .section__content--main,
    .section.fp-completely h1,
    .section.fp-completely h2,
    .section.fp-completely h4 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 1
    }

    .section.fp-completely h5 {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        opacity: 0.5
    }

    .section .scroll {
        -webkit-animation: scroll 1.5s infinite;
        animation: scroll 1.5s infinite;
        display: block;
        position: absolute;
        bottom: 60px;
        left: 43%;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        font-size: 0.59091em;
        letter-spacing: 5px;
        z-index: 10;
        color: rgba(255, 255, 255, 0.7)
    }

    .section .scroll:before {
        content: '';
        width: 60px;
        height: 1px;
        position: absolute;
        top: 9px;
        left: -75px;
        background: rgba(255, 255, 255, 0.7)
    }
}

@media screen and (min-width:1440px) {
    .section .section__content {
        padding: 0 150px
    }
}

.section--home {
    overflow: hidden;
}

.section--home .fp-bg {
    opacity: 0;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in;
    background-image: url("images/img_designmuseum1.png");
    background-position: right;
    background-size: 250%;
}

.section--home .fp-bg.in-view {
    opacity: 1
}

.section--home video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section--home .section__content {
    background: #152b33;
    color: #ffffff;
    height: auto;
    text-align: left
}

.section--home h1 {
    padding-top: 80px
}

.section--home h1.color-opacity {
    padding-top: 0px
}

.section--home .intro {
    color: #42869f
}

@media screen and (min-width:375px) {
    .section--home .section__content {
        height: auto;
    }
}

@media screen and (min-width:768px) {
    .section--home .fp-bg {
        background-size: 170%
    }

    .section--home .fp-bg.in-view {
        background-size: 150%
    }

    .section--home h1 {
        padding-top: 40px
    }

    .section--home .section__content {
        height: auto;
    }

    .section--home .section__content--main {
        display: block
    }

    .section--home .section__content--main--mobile {
        display: none
    }
}

@media screen and (min-width:1180px) {
    .section--home h1 {
        padding-top: 0px
    }

    .section--home .section__content {
        height: 100vh
    }
}

.section--about {
    min-height: 810px
}

.section--about .section__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section--about .section__wrapper .section__content {
    background: #152b33;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section__content.section__content-grid {
    height: auto;
    padding: 0
}

.section__content-grid ul.list--grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section__content-grid ul.list--grid li {
    position: relative;
    width: 33.33333%;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.section__content-grid ul.list--grid li .list--grid-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.section__content-grid ul.list--grid li a {
    display: block
}

.section__content-grid ul.list--grid li .grid-hover {
    opacity: 0;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: rgba(21, 43, 51, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.section__content-grid ul.list--grid li .grid-hover h5 {
    opacity: 1;
    text-transform: uppercase
}

.section__content-grid ul.list--grid li .grid-hover .arrow {
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #ffffff
}

.section__content-grid ul.list--grid li .grid-hover .arrow:before {
    color: #152b33;
    content: "";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 25px
}

.section__content-grid ul.list--grid li .grid-hover .arrow:hover {
    background: #c12856
}

.section__content-grid ul.list--grid li .grid-hover .arrow:hover:before {
    color: #ffffff
}

.section__content-grid ul.list--grid li:hover .list--grid-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section__content-grid ul.list--grid li:hover .list--grid-image:before {
    opacity: 0.8
}

.section__content-grid ul.list--grid li:hover .grid-hover {
    opacity: 1
}

@media screen and (min-width:1024px) {
    .section--about {
        min-height: 1020px
    }

    .section__content-grid ul.list--grid li {
        height: 300px
    }
}

@media screen and (min-width:1180px) {
    .section--about {
        min-height: 600px
    }

    .section__content-grid {
        height: 100vh
    }

    .section__content-grid ul.list--grid li {
        width: 33.33333%;
        height: 33.3333vh
    }

    .section__content-grid ul.list--grid li .grid-hover .arrow {
        height: 60px;
        width: 60px;
        line-height: 60px
    }
}

.section--about.fp-completely .section__wrapper .section__content {
    background: #308c8c
}

.section--about .scroll {
    left: 43%
}

.section--philosophy .fp-bg {
    background-image: url("images/bg_abstract.jpg");
    background-position: left 30%
}

.section--philosophy .section__wrapper .section__content {
    background: #308c8c;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--philosophy.fp-completely .section__wrapper .section__content {
    background: #1f6d8a
}

.section--philosophy .scroll {
    left: 43%
}

@media screen and (min-width:1180px) {
    .section--philosophy .fp-bg {
        background-position: 400px 0;
        top: 0%
    }
}

@media screen and (min-width:1440px) {
    .section--philosophy .section__content {
        padding: 0 120px
    }
}

.section--services {
    min-height: 1000px
}

.section--services .fp-bg {
    background-image: url("images/bg_services.jpg");
    top: 0;
    background-position: 0 0
}

.section--services .section__content {
    background: #1f6d8a;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--services .section__content ul.list--skills li {
    background: #247d9f;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--services .section__content-grid {
    background: rgba(21, 43, 51, 0.8);
    height: auto;
    padding: 0;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--services .section__content-grid ul.list--grid {
    list-style: none;
    margin: 0;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section--services .section__content-grid ul.list--grid li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-align: center;
    padding: 2em 3em;
    margin-bottom: 2em;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 0.81818em
}

.section--services .section__content-grid ul.list--grid li .stat {
    font-size: 1.90909em;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em
}

.section--services .section__content-grid ul.list--grid li .stat-text {
    width: 100%
}

.section--services.fp-completely .section__content {
    background: #f26b40
}

.section--services.fp-completely .section__content ul.list--skills li {
    background: #ef4610
}

.section--services.fp-completely .section__content-grid {
    background: rgba(21, 43, 51, 0.8);
    height: auto;
    padding: 0
}

@media screen and (min-width:768px) {
    .section--services {
        min-height: 1130px
    }
}

@media screen and (min-width:1024px) {
    .section--services {
        min-height: 1180px
    }

    .section--services .section__content-grid ul.list--grid li {
        width: 25%
    }

    .section--services .section__content-grid ul.list--grid li .stat {
        font-size: 2.13636em
    }
}

@media screen and (min-width:1180px) {
    .section--services {
        min-height: 650px
    }

    .section--services .section__content-grid {
        height: 100vh
    }

    .section--services .section__content-grid ul.list--grid li {
        width: 50%;
        opacity: 0;
        -webkit-transition: 1.5s ease-in;
        -o-transition: 1.5s ease-in;
        transition: 1.5s ease-in
    }

    .section--services .section__content-grid ul.list--grid li .stat {
        font-size: 1.90909em;
        width: 130px;
        height: 130px;
        border: 5px solid #c12856;
        -webkit-transition: 1.5s ease-in;
        -o-transition: 1.5s ease-in;
        transition: 1.5s ease-in;
        border-radius: 100%
    }

    .section--services.fp-completely ul.list--grid li {
        opacity: 1
    }

    .section--services.fp-completely ul.list--grid li .stat {
        border: 5px solid #f26b40
    }

    .section--services.fp-completely ul.list--grid li:first-child {
        -webkit-transition-delay: .50s;
        -o-transition-delay: .50s;
        transition-delay: .50s
    }

    .section--services.fp-completely ul.list--grid li:nth-child(2) {
        -webkit-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s
    }

    .section--services.fp-completely ul.list--grid li:nth-child(3) {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }

    .section--services.fp-completely ul.list--grid li:nth-child(4) {
        -webkit-transition-delay: 1.25s;
        -o-transition-delay: 1.25s;
        transition-delay: 1.25s
    }

    .section--services h4 {
        -webkit-transition-delay: 0.25;
        -o-transition-delay: 0.25;
        transition-delay: 0.25
    }

    .section--services h2 {
        -webkit-transition-delay: 0;
        -o-transition-delay: 0;
        transition-delay: 0
    }

    .section--services .section__content--main {
        -webkit-transition-delay: 0.75s;
        -o-transition-delay: 0.75s;
        transition-delay: 0.75s
    }

    .section--services .section__content--main h4 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s
    }
}

@media screen and (min-width:1440px) {
    .section--services .section__content-grid ul.list--grid li .stat {
        font-size: 2.13636em;
        width: 160px;
        height: 160px
    }
}

.section--services .scroll {
    left: 43%
}

.section--clients .fp-bg {
    background-image: url("images/bg_home6.jpg")
}

.section--clients .section__wrapper .section__content {
    background: #f26b40;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--clients .section__wrapper .section__content ul.list--skills li {
    background: #d73f0f
}

.section--clients.fp-completely .section__wrapper .section__content {
    background: #c12856
}

.section--clients.fp-completely .section__wrapper .section__content ul.list--skills li {
    background: #821b3a
}

.section--clients .scroll {
    left: 43%
}

.section--who {
    
}

.section--who .fp-bg {
    background-image: url("images/bg_who.jpg");
    background-position: right 30%;
  
}

.section--who .section__wrapper .section__content {
    background: #c12856;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--who.fp-completely .section__wrapper .section__content {
    background: #308c8c
}

.section--who .scroll {
    left: 43%
}

@media screen and (min-width:1024px) {
    .section--who {
        min-height: 600px
    }

    .section--who .fp-bg {
        background-position: 0 0;
        top: 0
    }
}

.section--culture {
    min-height: 900px
}

.section--culture .section__wrapper .section__content {
    background: #308c8c;
    -webkit-transition: 1.5s ease-in;
    -o-transition: 1.5s ease-in;
    transition: 1.5s ease-in
}

.section--culture.fp-completely .section__wrapper .section__content {
    background: #152b33
}

.section--culture .section__content-grid {
    height: auto;
    padding: 0
}

.section--culture .section__content-grid ul.list--grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section--culture .section__content-grid ul.list--grid li {
    width: 33.333333%;
    height: 160px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    text-align: left
}

.section--culture .section__content-grid ul.list--grid li .list--grid-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.section--culture .section__content-grid ul.list--grid li a {
    display: block
}

.section--culture .section__content-grid ul.list--grid li:hover .list--grid-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media screen and (min-width:1024px) {
    .section--culture {
        min-height: 600px
    }

    .section--culture .section__content-grid {
        height: 100vh
    }

    .section--culture .section__content-grid ul.list--grid li {
        width: 33.333333%;
        height: 33.333333vh
    }
}

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

.fp-slides .fp-slidesContainer {
    height: 100%;
    display: block;
    float: left;
    position: relative
}

.fp-slides .fp-slide {
    float: left;
    height: 100%;
    display: block
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    cursor: pointer;
    width: 0;
    height: 0;
    margin-top: -38px
}

.fp-controlArrow.fp-prev {
    left: 0;
    bottom: 0;
    margin-top: 0px;
    width: 50%;
    height: 50px
}

.fp-controlArrow.fp-prev:before {
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    background: #308c8c;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fp-controlArrow.fp-prev:hover:before {
    background: #152b33
}

.fp-controlArrow.fp-next {
    right: 0;
    bottom: 0;
    margin-top: 0px;
    width: 50%;
    height: 50px
}

.fp-controlArrow.fp-next:before {
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    background: #379f9f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fp-controlArrow.fp-next:hover:before {
    background: #152b33
}

@media screen and (min-width:1024px) {
    .fp-controlArrow.fp-prev {
        margin-top: -70px;
        width: 70px;
        height: 70px;
        right: 0;
        left: auto;
        bottom: auto;
        top: 50%
    }

    .fp-controlArrow.fp-next {
        margin-top: 0px;
        width: 70px;
        height: 70px;
        bottom: auto;
        top: 50%
    }
}

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

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

#fp-nav.left {
    left: 25px
}

@media screen and (min-width:768px) {
    #fp-nav {
        display: block
    }
}

#fp-nav .fp-tooltip {
    opacity: 0;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    display: inline-block;
    background: #ffffff;
    padding: 7px 8px 5px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    letter-spacing: 0.09em;
    font-size: 13px;
    color: #152b33;
    position: absolute;
    top: -8px;
    left: 22px
}

#fp-nav .fp-tooltip:after {
    content: '';
    position: absolute;
    left: -9px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    clear: both;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#fp-nav li:hover .fp-tooltip {
    opacity: 1;
    cursor: pointer
}

.fp-slidesNav {
    display: none;
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 10%;
    margin: 0 auto !important
}

.fp-slidesNav.bottom {
    top: 20px
}

.fp-slidesNav.top {
    top: 20px
}

#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: 12px 9px;
    position: relative
}

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

#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:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
    height: 15px;
    width: 15px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
    background: #c12856
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #ffffff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-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
}

.t-subpage .inner {
    max-width: 1120px
}

.t-subpage .header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center bottom;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 460px;
    padding-top: 50px
}

.t-subpage .header:after {
    content: '';
    background: rgba(21, 43, 51, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.t-subpage .header .inner {
    z-index: 5
}

.t-subpage .header h1 {
    -webkit-animation: fade2 0.5s;
    animation: fade2 0.5s
}

.t-subpage .header h5 {
    -webkit-animation: fade2 0.75s;
    animation: fade2 0.75s;
    margin-bottom: 2em
}

.t-subpage .header .list--tags {
    -webkit-animation: fade2 1s;
    animation: fade2 1s
}

.t-subpage .main {
    padding-top: 50px
}

.t-subpage .main .section {
    padding-bottom: 50px
}

.t-subpage .main .section h2 {
    text-align: #ffffff;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial
}

.t-subpage .main .section.in-view {
    -webkit-animation: fade2 1s;
    animation: fade2 1s
}

.t-subpage .main .section.in-view h2 {
    opacity: 1;
    -webkit-animation: fade2 1s;
    animation: fade2 1s
}

.t-subpage .main .section.principles {
    max-width: 1120px !important
}

.t-subpage .main .section.principles ul {
    margin: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    padding: 0
}

.t-subpage .main .section.principles ul li {
    width: 120px;
    margin: 10px;
    height: 120px;
    border-radius: 100%;
    line-height: 100px;
    padding: 10px;
    background: #1c3a45;
    color: white;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.t-subpage .main .section.principles ul li strong {
    width: 100%
}

.t-subpage .main .section.principles-2 ul li {
    line-height: 1em
}

.t-subpage .main .section .side-by-side {
    margin: 0;
    padding: 0;
    list-style: none
}

.t-subpage .main .main__intro {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 100;
    max-width: 850px;
    margin: 0 auto;
    font-size: 1.27273em;
    line-height: 1.4em;
    text-align: center
}

.t-subpage .main .main__intro p {
    margin: 0
}
.t-subpage p.small {
    font-size: .7em;  
}

.t-subpage .main .main__two-col--left p {
    border-top: 1px dashed #152b33;
    border-bottom: 1px dashed #152b33;
    padding: 1em 0
}

.t-subpage ul.list--grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #ffffff
}

.t-subpage ul.list--grid li {
    position: relative;
    width: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.t-subpage ul.list--grid li .list--grid-image {
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 2s;
    transition: -webkit-transform 2s;
    -o-transition: transform 2s;
    transition: transform 2s;
    transition: transform 2s, -webkit-transform 2s
}

.t-subpage ul.list--grid li .list--grid-image img {
    display: block
}

.t-subpage ul.list--grid li.back {
    background: #244957
}

.t-subpage ul.list--grid li.back .list-grid-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    width: 100%
}

.t-subpage ul.list--grid li.back .arrow2 {
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #1c3a45
}

.t-subpage ul.list--grid li.back .arrow2:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    color: #ffffff;
    content: "";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    content: "\f060";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 25px
}

.t-subpage ul.list--grid li.back .arrow2:hover {
    background: #308c8c
}

.t-subpage ul.list--grid li.back .arrow2:hover:before {
    color: #ffffff;
    content: "\f015"
}

.t-subpage ul.list--grid li a {
    display: block
}

.t-subpage ul.list--grid li .grid-hover {
    opacity: 0;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px;
    background: rgba(21, 43, 51, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.t-subpage ul.list--grid li .grid-hover h5 {
    opacity: 1;
    text-transform: uppercase
}

.t-subpage ul.list--grid li .grid-hover .arrow {
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    margin: 0 auto;
    position: relative;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #ffffff
}

.t-subpage ul.list--grid li .grid-hover .arrow:before {
    color: #152b33;
    content: "";
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 25px
}

.t-subpage ul.list--grid li .grid-hover .arrow:hover {
    background: #c12856
}

.t-subpage ul.list--grid li .grid-hover .arrow:hover:before {
    color: #ffffff
}

.t-subpage ul.list--grid li:hover .list--grid-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.t-subpage ul.list--grid li:hover .list--grid-image:before {
    opacity: 0.8
}

.t-subpage ul.list--grid li:hover .grid-hover {
    opacity: 1
}

@media screen and (min-width:768px) {
    .t-subpage ul.list--grid li {
        width: 25%
    }
}

.t-subpage .footer {
    position: relative;
    height: 100vh
}

.t-subpage .footer .fp-bg {
    background-image: url("images/bg_kaleido5.jpg");
    background-size: cover;
    background-position: center 30%;
    top: 50vh;
    bottom: 0;
    width: 100%;
    position: absolute;
    z-index: 0
}

.t-subpage .footer__content {
    background: #152b33;
    width: 100%;
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 35px;
    position: relative;
    z-index: 2
}

.t-subpage .footer p {
    color: #aebec3
}

@media screen and (min-width:1024px) {
    .t-subpage .footer .fp-bg {
        top: 0
    }

    .t-subpage .footer__content {
        padding: 12% 12%;
        height: 100vh
    }

    .t-subpage .footer ul.list--social-contact {
        margin: 0
    }
}

@media screen and (min-width:1180px) {
    .t-subpage .footer__content {
        width: 50%;
        padding: 0 100px 0 120px
    }
}

@media screen and (min-width:768px) {
    .t-subpage .header {
        min-height: 500px;
        padding-top: 0px
    }

    .t-subpage .main {
        padding-top: 80px
    }

    .t-subpage .main .section {
        padding-bottom: 80px
    }

    .t-subpage .main .main__two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .t-subpage .main .main__two-col--left {
        width: 20%
    }

    .t-subpage .main .main__two-col--right {
        width: 75%
    }

    .t-subpage .main .main__three-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .t-subpage .main .main__three-col div {
        width: 31%
    }
}

@media screen and (min-width:1180px) {
    .t-subpage .header {
        min-height: 600px;
        background-attachment: fixed
    }

    .t-subpage .main .main__intro {
        font-size: 32px
    }

    .t-subpage .main .section.principles ul li {
        width: 160px;
        margin: 20px;
        height: 160px;
        border-radius: 100%;
        font-size: 18px
    }

    .t-subpage .side-by-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .t-subpage .side-by-side li {
        width: 48%;
        margin: 1%
    }

    .t-subpage .side-by-side li:first-child {
        width: 98%
    }
}

@media screen and (min-width:1440px) {
    .t-subpage .header {
        min-height: 700px
    }

    .t-subpage .inner {
        max-width: 1200px
    }
}

body.t-tps .header {
    background-image: url("images/img_tps.jpg")
}

body.t-rfr {
    background: #342a40;
    color: #aebec3
}

body.t-rfr .header {
    background-image: url("images/bg_runfest_hero.jpg")
}

body.t-rfr .header:after {
    display: none
}

body.t-rfr .header ul.list--tags li {
    background: #342a40
}

body.t-cgb {
    background: #11232a;
    color: #aebec3
}
body.t-cgb .header:after {
    display: none
}

body.t-cgb .header {
    background-image: url("images/cgb_7.jpg")
}

body.t-cgb .header ul.list--tags li {
    background: #152b33
}

body.t-cadence .header {
    background-image: url("images/cadence_bg.jpg")
}
body.t-cadence {
    background: #0b1b1d;
    color: #ffffff
}

body.t-nc .header {
    background-image: url("images/nc_bg.jpg")
}
body.t-nc {
    background: #0f2331;
    color: #ffffff
}
body.t-nc .header ul.list--tags li {
    background: #0f2331
}

body.t-met {
    background: #2f3435;
    color: #ffffff
}

body.t-met .header {
    background-image: url("images/bg_met_hero.gif")
}

body.t-met .header h1,
body.t-met .header h5 {
    color: #152b33
}

body.t-met .header:after {
    display: none
}

body.t-met .header ul.list--tags li {
    background: #2f3435
}

body.t-god {
    background: #fff
}

body.t-god .header {
    background-image: url("images/bg_god_hero.jpg")
}

body.t-god .header:after {
    background: rgba(21, 43, 51, 0.3)
}

body.t-showoff .header {
    background-image: url("images/img_showoff.jpg")
}

@media screen and (min-width:1180px) {
    body.t-showoff .main .main__intro {
        font-size: 1.27273em;
        line-height: 1.4em
    }
}

body.t-showoff-internal {
    background: #2c3d4c;
    color: #aebec3
}

body.t-showoff-internal .header {
    background-image: url("images/so_internal_hero.jpg")
}

body.t-showoff-internal .header:after {
    display: none
}

body.t-showoff-internal .header ul.list--tags li {
    background: #2c3d4c
}

body.t-showoff-internal .main .main__intro {
    font-size: 1.27273em;
    line-height: 1.4em
}

body.t-showoff-internal .main .principles ul li {
    background: #354a5c !important
}

body.t-explori {
    background: #2c3d4c;
    color: #ffffff
}

body.t-explori .header {
    background-image: url("images/img_explori.jpg")
}

body.t-explori .header:after {
    display: none
}

body.t-explori .header ul.list--tags li {
    background: #2c3d4c
}

.t-fyg {
    background: #d8d8d8 !important
}

.t-fyg .fyg-menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.t-fyg #chatbot-chat {
    right: 50% !important;
    margin-right: -200px !important
}

/*# sourceMappingURL=tkc.css.map */