/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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; }

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* breakpoints */
/* grid */
/* fonts */
/* nav */
/* color */
@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("/src/fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("/src/fonts/HelveticaNeueLTStd-Bd.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "HelveticaNeueLTStd-Roman";
  src: url("/src/fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("/src/fonts/HelveticaNeueLTStd-Roman.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

p {
  font-size: 1.3rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 110%;
  letter-spacing: 0px;
  font-weight: normal; }
  @media screen and (max-width: 992px) {
    p {
      font-size: 1.2rem; } }

h6,
.h6 > p,
p.h6,
.h6 {
  font-size: 1.2rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: normal; }
  @media screen and (max-width: 992px) {
    h6,
    .h6 > p,
    p.h6,
    .h6 {
      font-size: 1.1rem; } }

h5,
p.h5,
.h5 {
  font-size: 1.3rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: normal; }
  @media screen and (max-width: 992px) {
    h5,
    p.h5,
    .h5 {
      font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans-0.9rem; } }

h4,
p.h4,
.h4 {
  font-size: 2.9rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 100%;
  letter-spacing: 0;
  font-weight: normal; }
  @media screen and (max-width: 600px) {
    h4,
    p.h4,
    .h4 {
      font-size: 2rem; } }

h3,
p.h3,
.h3 {
  font-size: 3.6rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 95%;
  letter-spacing: 0;
  font-weight: normal; }

h2,
p.h2,
.h2 {
  font-size: 15vh;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 80%;
  letter-spacing: -2px;
  font-weight: normal; }
  @media screen and (max-width: 992px) {
    h2,
    p.h2,
    .h2 {
      font-size: 6rem;
      line-height: 90%;
      letter-spacing: -1px; } }
  @media screen and (max-width: 600px) {
    h2,
    p.h2,
    .h2 {
      font-size: 4rem;
      line-height: 90%;
      letter-spacing: -1px; } }

h1,
p.h2,
.h1 {
  font-size: 1.2rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 110%;
  letter-spacing: 0;
  font-weight: normal; }

.medium {
  font-size: 1.8rem; }
  @media screen and (max-width: 600px) {
    .medium {
      font-size: 1.6rem; } }

strong,
b {
  font-weight: normal; }

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  flex-flow: row wrap;
  position: relative;
  padding: 0 5px;
  overflow: hidden; }

.col-1 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-1 {
      flex-basis: 8.33333%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-2 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-2 {
      flex-basis: 16.66667%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-3 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-3 {
      flex-basis: 25%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-4 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-4 {
      flex-basis: 33.33333%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-5 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-5 {
      flex-basis: 41.66667%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-6 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-6 {
      flex-basis: 50%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-7 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-7 {
      flex-basis: 58.33333%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-8 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-8 {
      flex-basis: 66.66667%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-9 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-9 {
      flex-basis: 75%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-10 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-10 {
      flex-basis: 83.33333%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-11 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-11 {
      flex-basis: 91.66667%;
      flex-grow: 0;
      flex-shrink: 0; } }

.col-12 {
  padding: 0 5px;
  flex-basis: 100%; }
  @media screen and (min-width: 600px) {
    .col-12 {
      flex-basis: 100%;
      flex-grow: 0;
      flex-shrink: 0; } }

.grid-gutter-top {
  margin-top: 600px; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
  line-height: 110%;
  letter-spacing: 0px;
  font-weight: normal;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 992px) {
    body {
      font-size: 1.2rem; } }

::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  border: 0px solid;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ }

:root {
  --main-color-default-1: rgb(230, 230, 230);
  --main-color-default-2: rgb(255, 70, 22);
  --main-color-default-3: rgb(255, 255, 255);
  --main-color-default-4: rgb(34, 34, 34); }

.row {
  padding: 10px 10px; }

a,
a img {
  outline: none;
  border: 0;
  color: var(--main-color-default-2);
  text-decoration: none; }

a,
a:hover,
a:active,
a:focus {
  outline: none;
  color: var(--main-color-default-4);
  /* Works in Firefox, Chrome, IE8 and above */ }

.hidden-accordion {
  height: 0;
  width: 100%;
  overflow: hidden;
  transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1); }

.open-accordion {
  cursor: pointer;
  transition: opacity 500ms cubic-bezier(0.42, 0, 0.58, 1);
  margin-bottom: 10px;
  color: var(--main-color-default-4);
  font-family: "HelveticaNeueLTStd-Bd", "Helvetica neue", "Helvetica", sans; }

.open-accordion:hover {
  color: var(--main-color-default-2); }

.open-accordion.active {
  margin-top: 5px; }

.more-text {
  margin-top: 5px; }

#header {
  height: auto;
  top: 0;
  padding: 0 0; }
  #header .language {
    color: black; }
  #header .active {
    color: #969696 !important; }

#main {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100vh;
  position: relative;
  background: pink; }

#main-mobile-nav-content {
  position: fixed;
  width: 100%;
  height: 60%;
  background-color: var(--main-color-default-2);
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px 10px;
  display: none;
  transform: translateY(-100%);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1); }
  #main-mobile-nav-content li {
    color: var(--main-color-default-1);
    cursor: pointer; }
  #main-mobile-nav-content li:hover {
    color: var(--main-color-default-4); }
  @media screen and (max-width: 992px) {
    #main-mobile-nav-content {
      display: block;
      padding-top: 70px; } }

#nav-close {
  display: none; }

#nav-close.active {
  display: block; }

#main-mobile-nav-content.active {
  transform: translateY(0%); }

#main-mobile-nav-content-icon {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  z-index: 11;
  background-color: var(--main-color-default-4);
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0); }
  #main-mobile-nav-content-icon div:nth-child(1) {
    margin-top: 17px;
    margin-bottom: 5px; }
  #main-mobile-nav-content-icon div {
    position: relative;
    width: 40px;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 2px;
    background: white; }
  @media screen and (max-width: 992px) {
    #main-mobile-nav-content-icon {
      display: block; } }

#main-root {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: var(--main-color-default-1);
  color: var(--main-color-default-2);
  top: 0;
  left: 0;
  z-index: 2; }
  #main-root #main-root-title {
    position: fixed;
    width: 100%;
    height: 200px;
    overflow: auto;
    top: 0;
    left: 0;
    padding: 10px 15px; }
    @media screen and (max-width: 992px) {
      #main-root #main-root-title {
        padding-top: 70px; } }

#main-buttons {
  position: fixed;
  right: 0;
  top: 0;
  padding: 15px;
  display: flex;
  width: auto;
  height: 40px;
  z-index: 5;
  font-family: "HelveticaNeueLTStd-Bd", "Helvetica neue", "Helvetica", sans; }
  #main-buttons div {
    margin-right: 15px; }
  @media screen and (max-width: 992px) {
    #main-buttons {
      display: none; } }

#main-root-tools {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: var(--main-color-default-1);
  bottom: 0;
  left: 0;
  transition: bottom 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: bottom 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: bottom 700ms cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 4;
  font-family: "HelveticaNeueLTStd-Bd", "Helvetica neue", "Helvetica", sans; }
  #main-root-tools ul {
    padding: 0; }
    #main-root-tools ul li {
      padding: 0;
      display: inline;
      margin-right: 5px;
      cursor: pointer; }
  @media screen and (max-width: 992px) {
    #main-root-tools {
      display: none; } }

#main-root-tools.active {
  bottom: 50%; }
  @media screen and (max-width: 992px) {
    #main-root-tools.active {
      bottom: 70%; } }

#main-content-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  cursor: pointer; }

#main-content-overlay.active {
  display: block; }

.main-content-logos:nth-child(1) {
  margin-top: 60px; }

.main-content-logos {
  margin-top: 30px;
  margin-bottom: 15px; }
  .main-content-logos div:nth-child(1) {
    font-size: 10px;
    margin-bottom: 5px; }
  .main-content-logos div:nth-child(2) {
    display: flex;
    flex-wrap: wrap; }
    .main-content-logos div:nth-child(2) div {
      margin-right: 15px; }
      .main-content-logos div:nth-child(2) div img {
        height: 60px;
        width: auto; }

#main-content {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: var(--main-color-default-1);
  color: var(--main-color-default-2);
  top: 0;
  left: 0;
  z-index: 7;
  transform: translateY(100%);
  transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: transform 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  padding-top: 0px; }
  #main-content #main-content-information {
    display: none;
    position: relative;
    width: 100vw;
    min-height: 50vh;
    overflow: scroll;
    padding-bottom: 50vh; }
    #main-content #main-content-information .main-content-information-item {
      margin-bottom: 10px; }
      #main-content #main-content-information .main-content-information-item .title {
        text-decoration: none;
        font-family: "HelveticaNeueLTStd-Bd", "Helvetica neue", "Helvetica", sans; }
  #main-content .pdf {
    padding: 0 15px;
    font-family: "HelveticaNeueLTStd-Bd", "Helvetica neue", "Helvetica", sans; }
  #main-content #main-content-information.active {
    display: block; }
  #main-content #main-content-archive {
    display: none;
    position: relative;
    width: 100vw;
    min-height: 50vh;
    overflow-y: scroll;
    padding-bottom: 50vh; }
    #main-content #main-content-archive div.images {
      display: flex;
      flex-wrap: wrap;
      padding: 5px 10px; }
      #main-content #main-content-archive div.images div.item {
        width: 33.33%;
        padding: 5px; }
        @media screen and (max-width: 992px) {
          #main-content #main-content-archive div.images div.item {
            width: 100%; } }
        #main-content #main-content-archive div.images div.item img {
          width: 100%; }
  #main-content #main-content-archive.active {
    display: block; }
  #main-content .read-more {
    cursor: pointer; }

#main-content.active {
  transform: translateY(50%); }
  @media screen and (max-width: 992px) {
    #main-content.active {
      transform: translateY(30%); } }

.hidden-mobile {
  display: block; }
  @media screen and (max-width: 992px) {
    .hidden-mobile {
      display: none; } }

.show-mobile {
  display: none; }
  @media screen and (max-width: 992px) {
    .show-mobile {
      display: block; } }

.circle {
  display: inline-flex;
  background: transparent;
  border: 1px solid var(--main-color-default-2);
  position: absolute; }
  .circle1_1 {
    width: 68vh;
    height: 68vh;
    border-radius: 50%;
    left: calc(50% - 34vh);
    top: calc(50% - 34vh);
    transform-origin: center; }
  .circle1_2 {
    width: 75vh;
    height: 75vh;
    border-radius: 50%;
    left: calc(50% - 37.5vh);
    top: calc(50% - 37.5vh);
    transform-origin: center; }
  .circle1_3 {
    width: 82vh;
    height: 82vh;
    border-radius: 50%;
    left: calc(50% - 41vh);
    top: calc(50% - 41vh);
    transform-origin: center; }

.planet {
  display: inline-flex;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--main-color-default-2);
  position: absolute;
  left: calc(50% - 12.5px);
  top: calc(50% - 12.5px); }
  .planet3_1 {
    animation: o_3_1 30s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_2 {
    animation: o_3_2 10s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_3 {
    animation: o_3_3 7s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_4 {
    animation: o_3_4 7s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_5 {
    animation: o_3_5 20s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_6 {
    animation: o_3_6 15s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_7 {
    animation: o_3_7 10s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_8 {
    animation: o_3_8 15s linear infinite;
    background: var(--main-color-default-2); }
  .planet3_9 {
    animation: o_3_9 20s linear infinite;
    background: var(--main-color-default-2); }

@keyframes o_3_1 {
  from {
    transform: rotate(60deg) translateX(34vh) rotate(180deg); }
  to {
    transform: rotate(420deg) translateX(34vh) rotate(-560deg); } }

@keyframes o_3_2 {
  from {
    transform: rotate(60deg) translateX(34vh) rotate(180deg); }
  to {
    transform: rotate(420deg) translateX(34vh) rotate(-560deg); } }

@keyframes o_3_3 {
  from {
    transform: rotate(180deg) translateX(34vh) rotate(-180deg); }
  to {
    transform: rotate(540deg) translateX(34vh) rotate(-540deg); } }

@keyframes o_3_4 {
  from {
    transform: rotate(60deg) translateX(37.5vh) rotate(180deg); }
  to {
    transform: rotate(420deg) translateX(37.5vh) rotate(-560deg); } }

@keyframes o_3_5 {
  from {
    transform: rotate(60deg) translateX(37.5vh) rotate(180deg); }
  to {
    transform: rotate(420deg) translateX(37.5vh) rotate(-560deg); } }

@keyframes o_3_6 {
  from {
    transform: rotate(180deg) translateX(37.5vh) rotate(-180deg); }
  to {
    transform: rotate(540deg) translateX(37.5vh) rotate(-540deg); } }

@keyframes o_3_7 {
  from {
    transform: rotate(180deg) translateX(41vh) rotate(-180deg); }
  to {
    transform: rotate(540deg) translateX(41vh) rotate(-540deg); } }

@keyframes o_3_8 {
  from {
    transform: rotate(60deg) translateX(41vh) rotate(180deg); }
  to {
    transform: rotate(420deg) translateX(41vh) rotate(-560deg); } }

@keyframes o_3_9 {
  from {
    transform: rotate(180deg) translateX(41vh) rotate(-180deg); }
  to {
    transform: rotate(540deg) translateX(41vh) rotate(-540deg); } }

#footer {
  margin-top: 100px;
  padding-bottom: 10px; }
  #footer a {
    color: black !important; }
  #footer a:hover {
    color: #969696 !important; }

.carousel {
  overflow: hidden;
  padding: 0px;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: none; }

.carousel-cell {
  cursor: pointer;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  padding: 0px;
  margin-right: 15px;
  cursor: none; }

.carousel-image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  cursor: none; }

.carousel-numbers {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 5px; }

.flickity-viewport {
  transition: height 0.2s; }

#gallery {
  position: relative; }

#cursor {
  width: auto;
  height: auto;
  transform-origin: center;
  position: absolute;
  pointer-events: none;
  z-index: 20;
  top: 0px;
  left: 0px;
  color: white;
  mix-blend-mode: difference;
  opacity: 0;
  cursor: none;
  transition: opacity 300ms ease-out;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    #cursor {
      display: none; } }

.arrow {
  height: 30px;
  display: none;
  cursor: none; }

.arrow.active {
  display: block;
  cursor: none; }

.flickity-button {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%; }

.previous {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
  background-image: url("/src/img/arrow-left.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%; }

.next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  margin-right: 10px;
  background-image: url("/src/img/arrow-right.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%; }

#request {
  z-index: 20;
  background: white;
  position: fixed;
  -webkit-transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  height: auto;
  opacity: 0;
  display: none;
  top: -100px;
  padding: 15px 10px 10px 10px; }
  #request label {
    display: block;
    width: 100%; }
  #request ::placeholder {
    /* Firefox, Chrome, Opera */
    color: #c8c8c8; }
  #request :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c8; }
  #request ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c8c8c8; }
  #request .request-form-item {
    margin-bottom: 20px; }
  #request .input-text {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    color: #969696;
    font-size: 1.3rem;
    font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
    line-height: 110%;
    letter-spacing: 0px;
    font-weight: normal; }
    @media screen and (max-width: 992px) {
      #request .input-text {
        font-size: 1.2rem; } }
  #request .input-button {
    width: 100%;
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.3rem;
    font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
    line-height: 110%;
    letter-spacing: 0px;
    font-weight: normal; }
    @media screen and (max-width: 992px) {
      #request .input-button {
        font-size: 1.2rem; } }
  #request .input-text:focus {
    border-bottom: 1px solid #969696; }

#request-title {
  margin-bottom: 30px; }
  #request-title p {
    font-size: 3rem;
    line-height: 90%; }

#request-overlay {
  cursor: pointer;
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  height: 0;
  opacity: 0;
  display: none;
  top: -100px; }

#request.active {
  opacity: 1;
  width: 40vw;
  height: auto;
  top: 30vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  -webkit-animation: animateRequest 700ms;
  animation: animateRequest 700ms;
  display: block;
  -webkit-box-shadow: -2px 6px 9px -2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -2px 6px 9px -2px rgba(0, 0, 0, 0.28);
  box-shadow: -2px 6px 9px -2px rgba(0, 0, 0, 0.28); }
  @media screen and (max-width: 600px) {
    #request.active {
      width: 90vw; } }

#request-overlay.active {
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-animation: animateOverlay 700ms;
  animation: animateOverlay 700ms;
  display: block; }

#request-error {
  display: none;
  color: red; }

#request-done {
  display: none;
  color: #969696; }

.request {
  cursor: pointer; }

@keyframes animateOverlay {
  0% {
    opacity: 0;
    height: 100vh; }
  95% {
    opacity: 1;
    height: 100vh; } }

@keyframes animateRequest {
  0% {
    opacity: 0;
    height: auto; }
  95% {
    opacity: 1;
    height: auto; } }

#newsletter {
  z-index: 20;
  background: white;
  position: fixed;
  -webkit-transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  height: auto;
  opacity: 0;
  display: none;
  top: -100px;
  padding: 15px 10px 10px 10px; }
  #newsletter label {
    display: block;
    width: 100%; }
  #newsletter ::placeholder {
    /* Firefox, Chrome, Opera */
    color: #c8c8c8; }
  #newsletter :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c8; }
  #newsletter ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c8c8c8; }
  #newsletter .newsletter-form-item {
    margin-bottom: 20px; }
  #newsletter .input-text {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    color: #969696;
    font-size: 1.3rem;
    font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
    line-height: 110%;
    letter-spacing: 0px;
    font-weight: normal; }
    @media screen and (max-width: 992px) {
      #newsletter .input-text {
        font-size: 1.2rem; } }
  #newsletter .input-button {
    width: 100%;
    background: black;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 1.3rem;
    font-family: "HelveticaNeueLTStd-Roman", "Helvetica neue", "Helvetica", sans;
    line-height: 110%;
    letter-spacing: 0px;
    font-weight: normal; }
    @media screen and (max-width: 992px) {
      #newsletter .input-button {
        font-size: 1.2rem; } }
  #newsletter .input-text:focus {
    border-bottom: 1px solid #969696; }

#newsletter-title {
  margin-bottom: 30px; }
  #newsletter-title p {
    font-size: 3rem;
    line-height: 90%; }

#newsletter-overlay {
  cursor: pointer;
  position: fixed;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  transition: opacity 700ms, height 0ms cubic-bezier(1, 0, 1, 0);
  height: 0;
  opacity: 0;
  display: none;
  top: -100px; }

#newsletter.active {
  opacity: 1;
  width: 40vw;
  height: auto;
  top: 30vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  -webkit-animation: animateRequest 700ms;
  animation: animateRequest 700ms;
  display: block;
  -webkit-box-shadow: -2px 6px 9px -2px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: -2px 6px 9px -2px rgba(0, 0, 0, 0.28);
  box-shadow: -2px 6px 9px -2px rgba(0, 0, 0, 0.28); }
  @media screen and (max-width: 600px) {
    #newsletter.active {
      width: 90vw; } }

#newsletter-overlay.active {
  top: 0;
  opacity: 1;
  height: 100vh;
  -webkit-animation: animateOverlay 700ms;
  animation: animateOverlay 700ms;
  display: block; }

#newsletter-error {
  display: none;
  color: red; }

#newsletter-error-2 {
  display: none;
  color: red; }

#newsletter-done {
  display: none;
  color: #969696; }

@keyframes animateOverlay {
  0% {
    opacity: 0;
    height: 100vh; }
  95% {
    opacity: 1;
    height: 100vh; } }

@keyframes animateRequest {
  0% {
    opacity: 0;
    height: auto; }
  95% {
    opacity: 1;
    height: auto; } }

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