/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

/* --------------------------------

Primary style

-------------------------------- */
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #88AEB9;
    font-weight: 400;
    background-color: #13182a;
}

a {
    font-size: 1.6em;
    color: #BF1E35;
    font-weight: 400;
    text-decoration: none;
}


p {
    font-size: 180%;
    font-weight: 400;
    color: #88AEB9;
    padding-bottom: 1.3em;
}

img {
    border-radius: 6px;
    margin-top: 2em;
    max-width: 100%;
}

.embed-img {
    margin-top: 0;
    margin-bottom: 3em;
}

h1 {
    font-weight: 500;
    margin-bottom: 1em;
    color: #DAE6F2;
}

.definition {
    font-size: 100%;
    font-family: Georgia, serif;
    font-style: italic;
    color: #88AEB9;
    font-weight: 400;
    letter-spacing: 2px;
    margin-left: 4px;
    margin-right: 4px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.definition:hover{ 
    color: #BF1E35;
    border-bottom: 0px solid;
}


.page-heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 3.5em;
    text-align: center;
    line-height: 1em;
    margin-bottom: 20px;
    color: #DAE6F2;
    text-shadow: 0 0 120px #000000;
            font-weight: 600;
}

@media only screen and (min-width: 768px) {
    .page-heading {
        font-size: 5em;
        font-weight: 600;
    }
}

@media only screen and (min-width: 1000px) {
    .page-heading {
        font-size: 8em;
        letter-spacing: 0.02em;
        margin-bottom: 40px;
                font-weight: 600;
    }
}

.cd-program {
    width: 100%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center;
}

.cd-intro {
    margin: 4em auto;
}

@media only screen and (min-width: 768px) {
    .cd-intro {
        margin: 5em auto;
    }
}

@media only screen and (min-width: 1000px) {
    .cd-intro {
        margin: 6em auto;
    }
}

@media only screen and (min-width: 1000px) {
    .cd-intro-top-btn {
        margin: 0 auto;
        text-align: center;
    }
}

.cd-title {
    margin-bottom: 0.9em;
}

.cd-headline {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: 300;

}

@media only screen and (min-width: 768px) {
    .cd-headline {
        font-size: 4.4rem;
        font-weight: 300;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1000px) {
    .cd-headline {
        font-size: 5rem;
        margin-bottom: 30px;
    }
}

.cd-subheading {
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 1.5em;
}

@media only screen and (min-width: 768px) {
    .cd-subheading {
        font-size: 1.8rem;
        font-weight: 400;
    }
}

@media only screen and (min-width: 1000px) {
    .cd-subheading {
        font-size: 2.2rem;
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.caption {
    font-family: georgia, serif;
    font-style: italic;
    border-left: 2px solid #2c5a68;
    padding-left: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-bottom: 0;
}

.extend {
    margin-bottom: 2em;
}

.cd-color-0 {
    color: #d5213b;
}

.cd-color-x {
    color: #73ce7c;
}

.cd-color-y {
    color: #ec77a7;
}

.cd-color-z {
    color: #00dbe5;
}

.cd-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(191, 30, 53, 0.8);
    font-size: 1.6rem;
    font-weight: 500;
    color: #bbbbbb;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-btn.secondary {
    background-color: rgba(0, 146, 152, 0.8);
}

.cd-btn:nth-of-type(2) {
    margin-left: 1em;
}

.no-touch .cd-btn:hover {
    background-color: rgba(169, 27, 47, 0.8);
}

.no-touch .cd-btn.secondary:hover {
    background-color: #009298;
}


/* --------------------------------

xclip

-------------------------------- */
.cd-headline.clip span {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
    /* line */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #151A2E;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.cd-container::after {
    clear: both;
    content: "";
    display: table;
}

/* ----------
.has-top-margin {
  // this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed
} 
---------- */

.want-to-know-more {
    padding-top: 2em;
    font-size: 2em;
    font-weight: 400;
}

@media only screen and (min-width: 1000px) {
    .has-top-margin {
        -webkit-animation: animate-margin-top 0.3s;
        -moz-animation: animate-margin-top 0.3s;
        animation: animate-margin-top 0.3s;
        margin-top: 120px;
    }
}

@-webkit-keyframes animate-margin-top {
    0% {
        margin-top: 120px;
    }

    100% {
        margin-top: 120px;
    }
}

@-moz-keyframes animate-margin-top {
    0% {
        margin-top: 120px;
    }

    100% {
        margin-top: 120px;
    }
}

@keyframes animate-margin-top {
    0% {
        margin-top: 120px;
    }

    100% {
        margin-top: 120px;
    }
}

.cd-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #151A2E;
    z-index: 3;
}

@media only screen and (min-width: 768px) {
    .cd-header {
        height: 70px;
        background-color: transparent;
        box-shadow: none;
    }
}

#cd-logo {
    float: left;
    margin: 13px 0 0 5%;
}

#cd-logo img {
    display: block;
}

@media only screen and (min-width: 768px) {
    #cd-logo {
        margin: 23px 0 0 5%;
    }
}

@media only screen and (min-width: 1000px) {
    #cd-logo.is-hidden {
        /* assign a position fixed and move outside the viewport (on the left) */
        opacity: 0;
        position: fixed;
        left: -20%;
        margin-left: 0;
        -webkit-transition: left 0.3s, opacity 0.3s;
        -moz-transition: left 0.3s, opacity 0.3s;
        transition: left 0.3s, opacity 0.3s;
    }

    #cd-l \ogo.is-hidden.slide-in {
        /* slide in when the secondary navigation gets fixed */
        left: 5%;
        opacity: 1;
    }
}

.cd-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    font-size: 1.6em;
    font-weight: 400;
    background: url("../img/cd-icon-menu.svg") no-repeat center center;
    background-size: 44px 44px;
}

.cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #0a0c15;
    border-top: 1px solid #1a2039;
    color: #88AEB9;
}

@media only screen and (min-width: 768px) {
    .cd-primary-nav {
        /* reset navigation values */
        width: auto;
        height: auto;
        background: none;
    }

    .cd-primary-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px;
    }

    .cd-primary-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .cd-primary-nav li {
        display: inline-block;
        margin-left: 1em;
    }

    .cd-primary-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: .6em 1em;
        border-top: none;
        color: #f5f5f5;
    }
}

/* --------------------------------

Intro

-------------------------------- */
#cd-intro {
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 1000px) {
    #cd-intro {
        padding-bottom: 3em;
    }
}

#cd-intro #cd-intro-tagline {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    z-index: -20000;
}

@media only screen and (min-width: 768px) {
    #cd-intro #cd-intro-tagline {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 1000px) {
    #cd-intro #cd-intro-tagline {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) {
    #cd-intro #cd-intro-tagline {
        padding-bottom: 0px;
    }
}

/* --------------------------------

Intersection-end

-------------------------------- */

#cd-sequence {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    z-index: -20000;
}

@media only screen and (min-width: 768px) {
    #cd-sequence {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1000px) {
    #cd-sequence {
        padding-top: 80px;
        padding-bottom: 40px;
    }
}

/* --------------------------------

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
    position: relative;
    z-index: 21000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 1.7em;
}

.cd-secondary-nav ul {
    /* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
    position: fixed;
    width: 90%;
    max-width: 400px;
    right: 5%;
    bottom: 20px;
    border-radius: 0.25em;
    background: rgba(21, 26, 46, 0.96);
    visibility: hidden;
    z-index: 100000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
}

.cd-secondary-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
}

.cd-secondary-nav li a {
    font-size: 1em;
    display: block;
    padding: 1.6em;
    border-bottom: 1px solid #1d2440;
    color: #88AEB9;
}

.cd-secondary-nav li:last-child a {
    border-bottom: none;
}

@media only screen and (min-width: 1000px) {
    .cd-secondary-nav {
        z-index: 21000;
        height: 120px;
        padding-top: 25px;
        background-color: rgba(21, 26, 46, 0.96);
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        transition: height 0.3s;
        -webkit-transition: padding-top 0.3s;
        -moz-transition: padding-top 0.3s;
        transition: padding-top 0.3s;
    }

    .cd-secondary-nav nav,
    .cd-secondary-nav ul,
    .cd-secondary-nav li,
    .cd-secondary-nav a {
        height: 100%;
    }

    .cd-secondary-nav ul {
        /* reset navigation values */
        position: static;
        width: auto;
        max-width: 100%;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        text-align: center;
        background-color: transparent;
    }

    .cd-secondary-nav li {
        display: inline-block;
        margin-left: -4px;
    }

    .cd-secondary-nav li a {
        position: relative;
        text-align: center;
        display: block;
        border-bottom: none;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    .cd-secondary-nav li a b {
        text-transform: normal;
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 400;
        color: #3B798C;
    }

    .cd-secondary-nav li a:hover b,
    .cd-secondary-nav li a.active b {
        color: #BF1E35;
    }

    .cd-secondary-nav.is-fixed {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        position: fixed;
        left: 0;
        top: 0;
        padding-top: 25px;
        margin-top: 0em;
        height: 120px;
        width: 100%;
    }

    .cd-secondary-nav.animate-children {
        /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
        /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .cd-secondary-nav.animate-children li a {
        padding: 26px 30px 0 30px;
    }

    .cd-secondary-nav.animate-children li a span {
        opacity: 0;
    }
}

.cd-secondary-nav-trigger {
    position: fixed;
    bottom: 20px;
    right: 5%;
    width: 44px;
    height: 44px;
    background: #0b0e19;
    border-radius: 0.25em;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
}

.cd-secondary-nav-trigger span {
    /* the span element is used to create the menu icon */
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #88AEB9;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.cd-secondary-nav-trigger span::before,
.cd-secondary-nav-trigger span::after {
    content: '';
    position: absolute;
    background: inherit;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.cd-secondary-nav-trigger span::before {
    right: -10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.cd-secondary-nav-trigger span::after {
    left: -10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.cd-secondary-nav-trigger.menu-is-open {
    background: transparent;
}

.cd-secondary-nav-trigger.menu-is-open span {
    background: rgba(21, 26, 46, 0);
    width: 20px;
    height: 2px;
}

.cd-secondary-nav-trigger.menu-is-open span::before,
.cd-secondary-nav-trigger.menu-is-open span::after {
    background: #88aeb9;
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
}

.cd-secondary-nav-trigger.menu-is-open span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-secondary-nav-trigger.menu-is-open span::after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media only screen and (min-width: 1000px) {
    .cd-secondary-nav-trigger {
        display: none;
    }
}

/* --------------------------------

Placeholder Sections

-------------------------------- */
.cd-section {
    margin: 0 auto;
    padding: 2em 0;
}

.cd-section h2 {
    font-size: 52px;
    font-size: 2.85rem;
    padding-top: 0.5em;
    margin-bottom: 1em;
    line-height: 1.25em;
    margin-top: 0.5em;
    font-weight: 500;
    color: #DAE6F2;
    text-shadow: 0 0 120px #000000;
}

.cd-section h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 2em;
    font-weight: 400;
    color: #3B798C;
}

.cd-section h4 {
    font-size: 32px;
    font-size: 2.25rem;
    line-height: 1.3em;
    margin-top: 1em;
    margin-bottom: 1.4em;
    font-weight: 500;
    color: #DAE6F2;
}

.cd-section p {
    line-height: 1.6;
    font-weight: 400;
}

@media only screen and (min-width: 768px) {
    .cd-section h2 {
        margin-top: 1em;
        font-weight: 500;
        font-size: 62px;
        font-size: 3.875rem;
    }
}

@media only screen and (min-width: 1000px) {
    .cd-section {
        margin: 0 auto;
        padding: 2em 0;
    }

    .cd-section h2 {
        margin-top: 2.5em;
        font-weight: 500;
        font-size: 62px;
        font-size: 3.875rem;
    }

    .cd-section h3 {
        font-size: 42px;
        font-size: 2.625rem;
        margin-bottom: 1.5em;
        font-weight: 400;
        color: #3B798C;
    }
    
    .cd-section h4 {
        font-size: 32px;
        font-size: 2.625rem;
        line-height: 1.3em;
        margin-top: 1em;
        margin-bottom: 1.4em;
        font-weight: 500;
        color: #DAE6F2;
    }

    .cd-section p {
        font-size: 38px;
        font-size: 2.375rem;
        font-weight: 400;
    }
}

/* --------------------------------

Animations

-------------------------------- */
.animation {
    display: block;
    height: 320px;
    margin-bottom: 0px;
}

@media only screen and (min-width: 1000px) {
    .animation {
        margin-bottom: 40px;
    }
}

@keyframes pulse {
    0% {
        background-color: #13182a;
    }

    50% {
        background-color: #121627;
    }

    0% {
        background-color: #13182a;
    }
}

.vector {
    z-index: 1000;
    display: block;
    margin: 0px auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #BF1E35;
    animation-name: vector-transform-keyframes;
    animation-duration: 450ms;
    animation-delay: 0;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 10px 10px;
}

@keyframes vector-transform-keyframes {
    0% {
        transform: translate(0, 150px) scale(1.2);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    25% {
        transform: translate(0, 150px) scale(1.6);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(0, 150px) scale(1.2);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    75% {
        transform: translate(0, 150px) scale(1.6);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(0, 150px) scale(1.2);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

/* AMPLITUDES */
.minima {
    display: block;
    margin: -20px auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #29B572;
    animation-name: minima-transform-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 20px 20px;
}

@keyframes minima-transform-keyframes {
    0% {
        transform: translate(-150px, 300px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(-150px, 150px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(-150px, 300px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

.maxima {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #1C74BB;
    animation-name: maxima-transform-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

@keyframes maxima-transform-keyframes {
    0% {
        transform: translate(150px, 0px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(150px, 150px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(150px, 0px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

/* COORDINATES */
.time {
    display: block;
    margin: -20px auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #60C76A;
    animation-name: time-transform-keyframes;
    animation-duration: 1250ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

@keyframes time-transform-keyframes {
    0% {
        transform: translate(-150px, 150px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(150px, 150px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(-150px, 150px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

.emotion {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #E96199;
    animation-name: emotion-transform-keyframes;
    animation-duration: 2250ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

@keyframes emotion-transform-keyframes {
    0% {
        transform: translate(0, 300px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(0, 0);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(0, 300px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

.projection {
    display: block;
    margin: -20px auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #00C3CB;
    animation-name: projection-transform-keyframes;
    animation-duration: 3250ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 0 0;
}

@keyframes projection-transform-keyframes {
    0% {
        transform: translate(-150px, 300px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(150px, 0);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(-150px, 300px);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

/* METACONSTRUCTS */
.information {
    display: block;
    margin: 120px auto;
    height: 80px;
    width: 80px;
    border: 1px solid rgba(98, 108, 123, 0.6);
    border-radius: 50%;
    animation-name: information-transform-keyframes;
    animation-duration: 1200ms;
    animation-delay: 0ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 40px 40px;
}

@keyframes information-transform-keyframes {
    0% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    25% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    75% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

.content {
    display: block;
    margin: -235px auto;
    height: 150px;
    width: 150px;
    border: 1px solid rgba(98, 108, 123, 0.6);
    border-radius: 50%;
    animation-name: content-transform-keyframes;
    animation-duration: 2000ms;
    animation-delay: 0ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 75px 75px;
}

@keyframes content-transform-keyframes {
    0% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    25% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    75% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

.data {
    display: block;
    margin: 45px auto;
    height: 230px;
    width: 230px;
    border: 1px solid rgba(98, 108, 123, 0.6);
    border-radius: 50%;
    animation-name: data-transform-keyframes;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 115px 115px;
}

@keyframes data-transform-keyframes {
    0% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    25% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    75% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

.experience {
    display: block;
    margin: -310px auto;
    height: 300px;
    width: 300px;
    border: 1px solid rgba(98, 108, 123, 0.6);
    border-radius: 50%;
    animation-name: experience-transform-keyframes;
    animation-duration: 1250ms;
    animation-delay: 0ms;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: 150px 150px;
}

@keyframes experience-transform-keyframes {
    0% {
        transform: translate(0, 0) scale(1.2);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    25% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    50% {
        transform: translate(0, 0) scale(1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    75% {
        transform: translate(0, 0) scale(1.1);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }

    100% {
        transform: translate(0, 0) scale(1.2);
        animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    }
}

/* PROGRAM */
.grid-io {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid-io .box {
    font-size: 1.3em;
    height: 120px;
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.grid-io .none {
    font-weight: 400;
    font-size: 1.3em;
    height: 120px;
    width: 120px;
}

.grid-cascade {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid-cascade .box {
    font-size: 1.3em;
    height: 120px;
    width: 120px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.arrow {
    background: #1c2c39;
    height: 2px;
    width: 20px;
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    flex: auto;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.grid-arrow-down {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid-arrow-down .box {
    width: 120px;
    height: 100px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.middle {
    background: #1c2c39;
    margin: auto;
    width: 2px;
    height: 100px;
}

.box-input {
    color: #34aa72;
    border: 2px solid #1c2c39;
    font-weight: 700;
    border-radius: 8px;
}

.box-0 {
    color: #b4293d;
    border: 2px solid #1c2c39;
    font-weight: 700;
    border-radius: 8px;
}

.box-x {
    color: #6bbc73;
    border: 2px solid #1c2c39;
    font-weight: 700;
    border-radius: 8px;
}

.box-y {
    color: #e06a9b;
    border: 2px solid #1c2c39;
    font-weight: 700;
    border-radius: 8px;
}

.box-z {
    color: #0fb5bc;
    border: 2px solid #1c2c39;
    font-weight: 700;
    border-radius: 8px;
}

.box-output {
    color: #2773b0;
    border: 2px solid #1c2c39;
    font-weight: 700;
    border-radius: 8px;
}



/* !!! SLIDESHOW !!! */

.carousel {
    position: relative;
    margin: 20px auto;
}

.carousel > img {
    display: none;
    width: 100%;
}

.carousel > input {
    position: absolute;
    left: -9999px;
}

.carousel > input:checked + label + img {
    display: block;
}

.carousel > label,
.carousel > input:checked ~ label ~ label ~ label ~ label {
    display: none;
}

.carousel > input:checked + label {
    display: block;
    left: 0;
}

.carousel > input:checked ~ label ~ label ~ label {
    display: block;
    right: 0;
}

.carousel > label {
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
    visibility: hidden;
}

.carousel > label:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.carousel > label:after {
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    margin: -15px 10px 0 10px;
    background-color: black;
    color: white;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    visibility: hidden;
    border: 2px solid #88AEB9;
    border-radius: 30px;
    box-shadow: 0 3px 4px black;
}

.carousel > label:hover:after {
    visibility: visible;
}

.carousel > input:checked + label:after {
    left: 0;
    content: '\00AB';
    line-height: 18px;
}

.carousel > input:checked ~ label ~ label ~ label:after {
    right: 0;
    content: '\00BB';
    line-height: 18px;
}

/* Elements */

.node {
    vertical-align: bottom;
    margin-right: 6px;
    padding-top: 6px;
    height: 25px;
    width: 25px;
    background-color: #b4293d;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #13182a;
    font-weight: bold;
    font-size: 13px;
}

.node2 {
    vertical-align: baseline;
    margin-right: 6px;
    height: 12px;
    width: 12px;
    margin-left: 10px;
    background-color: #b4293d;
    border-radius: 50%;
    display: inline-block;
    color: #13182a;
}

.node1st {
    margin-left: 0;
}

i.spacer {
    margin-right: 10px;
}

p.key {
    font-size: 190%;
    font-family: Georgia, serif;
    font-style: italic;
    margin-right: 6px;
    font-weight: 500;
    color: #88AEB9;
}

.minima-node {
    background-color: #29B572;
    font-weight: 400;
    padding-top: 9px;
    font-size: 8px;
}

.maxima-node {
    background-color: #1C74BB;
    font-weight: 800;
    padding-top: 5px;
    font-size: 15px;
}

.vector-node {
    background-color: #b4293d;
}

.time-node {
    background-color: #6bbc73;
}

.emotion-node {
    background-color: #e06a9b;
}

.projection-node {
    background-color: #0fb5bc;
}

.x-label {
    color: #6bbc73;
}

.y-label {
    color: #e06a9b;
}

.z-label {
    color: #0fb5bc;
}

.readmore {
    font-size: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.download {
    font-size: 90%;
    margin-bottom: 0;
    padding-bottom: 0;
}

p.nopadding {
    padding-bottom: 0;
}

.more-content {
    display:none;
}
.cg-visible {
    display:block;
}


/* Image Carousel Styles */
.image-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 2em auto;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

.carousel-slide {
    min-width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
    margin: 0;
    max-width: 100%;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding: 15px 0;
}

.carousel-btn {
    background-color: rgba(21, 26, 46, 0.9);
    border: 2px solid #2c5a68;
    color: #88AEB9;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
}

.carousel-btn:hover {
    background-color: #BF1E35;
    border-color: #BF1E35;
    color: #DAE6F2;
    transform: scale(1.1);
}

.carousel-btn:active {
    transform: scale(0.95);
}

.carousel-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    transform: none;
}

.carousel-btn:disabled:hover {
    background-color: rgba(21, 26, 46, 0.9);
    border-color: #2c5a68;
    color: #88AEB9;
    transform: none;
}

.carousel-btn svg {
    width: 16px;
    height: 16px;
}

.carousel-pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.carousel-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #2c5a68;
    border: 2px solid #2c5a68;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    flex-shrink: 0;
}

.carousel-dot:hover {
    background-color: #3B798C;
    transform: scale(1.2);
}

.carousel-dot.active {
    background-color: #BF1E35;
    border-color: #BF1E35;
    width: 12px;
    height: 12px;
}

/* Responsive adjustments */
@media only screen and (max-width: 768px) {
    .carousel-controls {
        gap: 15px;
        padding: 12px 0;
    }
    
    .carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .carousel-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .carousel-dot {
        width: 12px;
        height: 12px;
    }
    
    .carousel-dot.active {
        width: 10px;
        height: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .carousel-controls {
        gap: 16px;
    }
    
    .carousel-btn {
        width: 36px;
        height: 36px;
    }
    
    .carousel-pagination {
        gap: 12px;
    }
}


.pdfobject-container { 
    height: 386px; 
    border: 0px solid #000000; 
}


@media only screen and (min-width: 1000px) {
    .pdfobject-container {
    height: 633px; 
    }
}