@import url(https://fonts.googleapis.com/css?family=Cairo:300,400,600,700,900&amp;subset=latin-ext);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400&subset=latin-ext,latin);

body > span[style*='top: -999px'] {
    display: none;
}

html,
body {
    background: #FFFFFF;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1rem;
}

.row.normalize {
    width: 100%;
    margin: 0 auto !important;
    position: relative;
    max-width: 87.5rem;
}

.row.normalize.text {
    max-width: 50rem;
}

.row,
.contain-to-grid .top-bar {
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.full-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
    overflow: visible;
    box-sizing: border-box;
    padding: 0 !important;
}

.full-height {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.remove-padding,
.remove-padding p,
.remove-padding strong {
    padding: 0px !important;
}

.button {
    padding: 1em 1.5em;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    background: transparent;
    color: rgba(0, 0, 0, 0.75);
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    margin: 1rem 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Cairo';
}

.button.button--inverted {
    background: #ECEFF1;
    color: #37474f;
}

.button::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    background: inherit;
    border-radius: 4px;
    z-index: -1;
    opacity: 0.4;
    -webkit-transform: scale3d(0.8, 0.5, 1);
    transform: scale3d(0.8, 0.5, 1);
}

.button:hover,
.button.selected {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: rgba(0, 0, 0, 0.95) !important;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0);
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
    border: 2px solid rgba(0, 0, 0, 0.85);
    font-weight: 600;
}

.button.button--inverted:hover {
    color: #ECEFF1;
    background-color: #7986cb;
}

.button:hover::before {
    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;
    animation: anim-moema-2 0.3s 0.3s forwards;
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.button.rev {
    padding: 1em 1.5em;
    border-radius: 4px;
    border: 2px solid rgba(200, 200, 200, 0.15);
    background: transparent;
    color: rgba(200, 200, 200, 0.75);
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
    margin: 1rem 0;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Cairo';
}

.button.rev:hover {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: #61b8b3 !important;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0);
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
    border: 2px solid rgba(200, 200, 200, 0.85);
    font-weight: 600;
}

.top-bar {
    background: transparent;
    min-height: 6rem;
    padding: 1.5rem 0.625em;
}

.min .top-bar {
    min-height: 4rem;
    transform: none;
}

.contain-to-grid {
    position: fixed;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 1);
    height: 6rem;
    z-index: 101;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.contain-to-grid.min {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(255, 255, 255, 1);
    height: 4rem;
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.1);
    border-bottom: 2px solid #fff;
}

.contain-to-grid.min .top-bar {
    padding: 0.5rem 0.625em;
}

.contain-to-grid.sticky.min .top-bar-section ul {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
}

.contain-to-grid.sticky.min .logo,
.contain-to-grid.sticky .logo {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contain-to-grid .top-bar {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: rgba(21, 21, 21, 0);
}

.logo img {
    vertical-align: middle;
    display: inline-block;
}

.logo {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.logo a {
    font-size: 0.75rem;
    color: #1e1e1e;
    font-family: "Cairo";
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.1rem;
}

.logo a span {
    vertical-align: text-top;
    display: inline-block;
    line-height: 0.8rem;
    padding: 0 0.5rem;
}

.logo a span strong {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    padding-bottom: 0.5rem;
    display: inline-block;
    text-transform: none;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #0FAD9F;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    margin-top: -8px;
    top: 50%;
    right: 0.9375rem;
    box-shadow: 0 0 0 1px #0FAD9F, 0 7px 0 1px #0FAD9F, 0 14px 0 1px #0FAD9F;
    width: 1rem;
}

.top-bar.expanded,
.top-bar.expanded .title-area {
    background: #fff;
    z-index: 1010;
}

.top-bar.expanded ul:not(.title-area) li {
    width: 100%;
    text-align: center;
}

.top-bar.expanded ul:not(.title-area) li a:hover,
.top-bar.expanded ul:not(.title-area) li a:active {
    background: #0FAD9F !important;
    color: #fff !important;
}

.top-bar-section ul li {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: inline-block;
    padding: 1.5rem 0 0 0;
    margin: 0;
    background: transparent;
}

.top-bar-section ul {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-bar-section ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent !important;
    text-align: center;
    color: #585858 !important;
    font-family: "Cairo";
    line-height: 0.875rem !important;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

@media screen and (min-width: 64.0001rem) {
    .top-bar-section ul li a:hover {
        color: #ba0a3b !important;
        background: -webkit-linear-gradient(right, #ba0a3b, #61b8b3) !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
}

@media screen and (max-width: 63.9999rem) {
    .top-bar.expanded {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .top-bar-section ul li a {
        padding: 1rem;
        border: 2px solid #ddd;
        border-radius: 4px;
        font-size: 1rem;
    }
}

hr {
    border: solid rgba(0, 0, 0, 0.05);
    border-width: 2px 0 0;
    clear: both;
    height: 0;
    margin: 1.25rem 0 1.1875rem;
}

.svg-icon {
    width: 60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 150ms ease-in-out;
}

.svg-icon:hover {
    -webkit-transform: scale(1.5) translateY(-25%);
    transform: scale(1.5) translateY(-25%);
    transition: transform 250ms ease-out;
}

.large-icon {
    height: 90px;
    position: relative;
}

.large-icon svg {
}

.large-icon .svg-icon,
.large-icon .svg-icon:hover {
    transform: scale(1.5) translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
}

svg * {
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke-linejoin: round;
    stroke-linecap: butt;
}

g.thin *,
.thin {
    stroke-width: 1;
}

.large-centered,
.medium-centered,
.small-centered {
    margin-left: auto !important;
    margin-right: auto !important;
}

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

.column-right ul:not(.list) a,
.column-right .row > a {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.column-right hr {
    margin: 0.75rem 0 0.7rem;
}

ul li {
    font-size: 0.875rem;
    padding-bottom: 0.075rem;
}

ul li a {
    color: #1065ad;
    display: inline-block;
    vertical-align: top;
}

.intro {
    padding-top: 0px !important;
    background-color: #151515;
}

.fp-tableCell .row {
    padding-top: 48px;
    padding-bottom: 32px;
}

/*TYPO*/
p {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1rem;
    line-height: 175%;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cairo';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 125%;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
}

h2 {
    color: rgba(255, 255, 255, 1);
    width: 100%;
    font-weight: 300;
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 2rem;
}

h2.center {
    text-align: center;
}

h2.left {
    text-align: left;
}

h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

@media only screen and (max-width: 64rem) {
    h2 {
        font-size: 2rem;
    }

}

.dark {
    color: rgba(21, 21, 21, 1);
}

/*section h2:after {
    content: '';
    display: block;
    margin: 1rem auto 2.5rem auto;
    width: 8rem;
    height: 2px;
    background: #ba0a3b;
    background: -moz-linear-gradient(left, #ba0a3b 0%, #61b8b3 100%);
    background: -webkit-linear-gradient(left, #ba0a3b 0%, #61b8b3 100%);
    background: linear-gradient(to right, #ba0a3b 0%, #61b8b3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ba0a3b', endColorstr='#61b8b3', GradientType=1);
}
section h2.left:after {
    content: '';
    display: block;
    margin: 1rem auto 2.5rem 0;
    width: 8rem;
    height: 2px;
    background: #ba0a3b;
    background: -moz-linear-gradient(left, #ba0a3b 0%, #61b8b3 100%);
    background: -webkit-linear-gradient(left, #ba0a3b 0%, #61b8b3 100%);
    background: linear-gradient(to right, #ba0a3b 0%, #61b8b3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ba0a3b', endColorstr='#61b8b3', GradientType=1);
}*/
.down,
.down:visited {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 2rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.down:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 3rem;
}

.down,
.down:visited {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 2rem;
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.down:hover {
    color: rgba(255, 255, 255, 1);
    font-size: 3rem;
}

.loaded .claim h1 {
    animation-delay: 1s !important;
    animation-duration: 1s !important;
    animation-name: fadeInUp;
}

.loaded .claim strong {
    animation-delay: 1.5s !important;
    animation-duration: 1s !important;
    animation-name: fadeInUp;
}

.loaded .claim .button-container {
    animation-delay: 2s !important;
    animation-duration: 1s !important;
    animation-name: fadeInUp;
}

.claim .button .icon,
.bottom .icon {
    vertical-align: text-bottom !important;
    padding-left: 0.5rem;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    background: #61b8b3;
}

footer {
    padding: 2.5rem 1rem 1rem 1rem;
    background: #151515;
}

footer .footer-additional p,
footer .footer-additional a {
    font-size: 2.5rem;
}

footer p {
    color: #C3C3C3;
}
footer i {
    margin-right: 1rem;
}
a {
    color: #61b8b3;
}

a:active,
a:hover {
    color: #afe8e5;
}

.dark-top-border {
    border-top: 1px solid #2b2b2b;
    padding-top: 1rem;
}

.bottom-social .social {
    font-size: 1.5rem;
    color: #c3c3c3;
    padding: 0 0.5rem;
}

[class*="foundicon-"] {
    font-size: 1.5rem;
    padding-right: 1rem;
    color: #FFFFFF;
}

[class*="foundicon-"]:hover,
.bottom-social .social:hover {
    color: #61b8b3;
}

footer h2 {
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    text-align: left;
    padding-bottom: 0rem;
}

footer h2:after {
    display: none;
}
footer h3 {
    font-size: 1.1rem;
    font-weight: 500;
}
#content .row h2,
#content .row h1,
#content .row p {
    color: #ffffff;
}

.errorRow h2 {
    line-height: 10rem;
    font-size: 12rem;
}

#content .row.full-width {
}

.loaderContainer.active {
    z-index: 999999;
}

.loaderContainer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    height: 100vh;
    z-index: 0;
    overflow: hidden;
}

.loaderPosition {
    width: 100%;
    position: fixed;
    bottom: 50%;
}

#loader {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    width: 0%;
    height: 4px;
    opacity: 0;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 99991;
    overflow: hidden;
}

#loader::after {
    content: "";
    width: 100vw;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(right, #ba0a3b, #61b8b3) !important;
}
.contain-to-grid {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    top: -8rem;
}

.loaded .contain-to-grid {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    top: 0;
}

.to-load {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0;
}

#fp-nav.right {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    right: -5rem;
    top: 40%;
}

.loaded #fp-nav.right {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    right: 1.5rem;
}

.loaded .to-load {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 1;
}

#loaderBorder {
    box-sizing: content-box;
    width: 100%;
    height: 3px;
    background: rgb(227, 227, 227);
    position: absolute;
    top: 0px;
    z-index: 99990;
}

#loader.active {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    opacity: 1;
}

#loaderLogoContainer {
    position: absolute;
    z-index: 99999;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60px;
}
#loaderLogoContainer img {
    max-height: 60px;
}


.goUp {
}

.main-content {
}

.descriptionRow {
    background: #0fad9f;
}

.descriptionRow h1 {
    color: #1a1a1a;
}

.descriptionRow > div {
    padding-top: 0.5rem;
}

.content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.item-foreground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(40%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}



.item-caption {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}

.item-caption h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    color: #010101;
    background: #fff;
    width: fit-content;
    padding: 0.25rem 1rem;
    left: -1rem;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}
.item-caption h4 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    background: #61b8b3;
    background: -moz-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: -webkit-gradient(right top, left top, color-stop(0, #61b8b3), color-stop(100%, #6f9ea1));
    background: -webkit-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: -o-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: -ms-linear-gradient(right, #61b8b3 0, #6f9ea1 100%);
    background: linear-gradient(to right, #61b8b3 0, #6f9ea1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f9ea1', endColorstr='#61b8b3', GradientType=1);    
    padding: 2px 12px;
    color: white;
    border-radius: 20px;
    width: fit-content;
    display: inline-flex;
    margin-top:4px;
}

.item-caption h4:nth-of-type(2) {
    background: #61b8b3;
    background: -moz-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: -webkit-gradient(right top, left top, color-stop(0, #6f9ea1), color-stop(100%, #696a66));
    background: -webkit-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: -o-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: -ms-linear-gradient(right, #6f9ea1 0, #696a66 100%);
    background: linear-gradient(to right, #6f9ea1 0, #696a66 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f9ea1', endColorstr='#696a66', GradientType=1);
}

.item-caption p {
    color: #fff;
}

[class*="block-grid-"] > li {
    padding: 1rem;
}
[class*="block-grid-"] {
    margin: 0;
    padding: 0.5rem;
}

.item-foreground:hover,
.item-foreground:active,
.item-foreground:focus {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: rgba(0,0,0,.6);
}

.item-foreground:hover .item-caption {    
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.item-foreground {
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.portfolio-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.portfolio-item,.portfolio-item section {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.portfolio-item img{
    -webkit-transition: opacity 1s,-webkit-transform 3s;
    transition: opacity 1s,-webkit-transform 3s;
    transition: opacity 1s,transform 3s;
    transition: opacity 1s,transform 3s,-webkit-transform 3s;
}



.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #151515;
}

iframe[name=google_conversion_frame] {
    position: fixed;
    bottom: 0;
}

.cookieConfirm {
    font-size: 0.8rem;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    color: #f1f1f1;
    padding: 1.5rem 0 0.5rem 0 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.cookieConfirm a, .cookieOk:hover {
    color: #61b8b3 !important;
}

.cookieOk {
    -webkit-transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    transition: background-color 0.1s 0.3s, color 0.1s 0.3s;
    color: rgba(255, 255, 255, 1) !important;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0) !important;
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
    border: 2px solid rgba(255, 255, 255, 1) !important;
    font-weight: 600;
    /* padding: 0.15rem 0.5rem; */
    margin: 0;
    margin-left: 1rem;
}

label[for=rodo1] {
    display: inline-block !important;
    width: 90%;
    vertical-align: top !important;
    text-align: justify;
    font-size: 12px;
}

#rodo1 {
    float: left;
    margin-right: 15px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
}


.switch-on {
    position: absolute;
    left: -55px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 9px;
}

.switch-off {
    position: absolute;
    left: -25px;
    top: 10px;
    color: white;
    font-weight: bold;
    font-size: 9px;
}

.switchLabel {
    padding: 1.325rem 0 1.125rem 0;
}

.switch label {
    margin: 0px;
}


.prev-stage-button {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #428bca;
}

.next-stage-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #76b51b;
}


.stage.stage-active {
    opacity: 1;
    left: 0;
}

.scene {
    height: 800px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.stage {
    position: absolute;
    opacity: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding-bottom: 100px;
}

.prev-stage-button
