/* 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 {
  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;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplay-Regular.woff2") format("woff2"), url("../../fonts/HalyardDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplayMedium-Regular.woff2") format("woff2"), url("../../fonts/HalyardDisplayMedium-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplaySemiBold-Regular.woff2") format("woff2"), url("../../fonts/HalyardDisplaySemiBold-Regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Halyard Display";
  src: url("../../fonts/HalyardDisplay-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bold.woff2") format("woff2"), url("../../fonts/worksans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bolditalic.woff2") format("woff2"), url("../../fonts/worksans-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-italic.woff2") format("woff2"), url("../../fonts/worksans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-light.woff2") format("woff2"), url("../../fonts/worksans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-lightitalic.woff2") format("woff2"), url("../../fonts/worksans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-regular.woff2") format("woff2"), url("../../fonts/worksans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
  font-family: "Halyard Display";
}

body {
  position: relative;
}

html, body {
  width: 1920px;
  height: 1080px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

#main {
  display: none;
  width: 1920px;
  height: 1080px;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

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

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}

.language-switcher {
  position: absolute;
  z-index: 10;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  background-color: #FFFFFF;
  width: 1100px;
  padding: 100px;
}
#still-there .modal button {
  align-self: center;
}

html, body {
  font-family: "Halyard Display";
  color: #f6e4dd;
}

body.i18n-fr #language-switcher div.fr {
  font-weight: bold;
}
body.i18n-en #language-switcher div.en {
  font-weight: bold;
}
body #main {
  background-color: #4D5590;
}

div.screen .content-container {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 540px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#bottom-left-corner {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 1;
}

#home-button {
  margin-right: 32px;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  line-height: 0;
  vertical-align: middle;
  opacity: 0.3;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#home-button:active {
  opacity: 1;
}

#language-switcher {
  position: relative;
  display: inline-flex;
  background-color: unset;
  border: none;
  appearance: none;
  color: white;
  padding: 0;
  vertical-align: middle;
  font-size: 24px;
}
#language-switcher div {
  display: inline-block;
  font-weight: 300;
}
#language-switcher div.fr:after {
  content: "/";
  margin-left: 5px;
  font-weight: 300;
}
#language-switcher div.en {
  padding-left: 5px;
}

#crosses img, #crosses svg {
  position: absolute;
}
#crosses img:nth-child(1), #crosses svg:nth-child(1) {
  top: 73px;
  left: 480px;
}
#crosses img:nth-child(2), #crosses svg:nth-child(2) {
  top: 73px;
  right: 480px;
}
#crosses img:nth-child(3), #crosses svg:nth-child(3) {
  top: 526px;
  left: 480px;
}
#crosses img:nth-child(4), #crosses svg:nth-child(4) {
  top: 526px;
  right: 480px;
}

#ges-legend {
  position: absolute;
  top: 56px;
  right: 225px;
  padding: 32px 16px;
  color: #7ABECC;
  border: 1px dashed #a4cea2;
  border-radius: 10px;
  width: 180px;
}
#ges-legend p {
  font-weight: 600;
  margin-bottom: 20px;
}
#ges-legend ul li {
  line-height: 1.375;
  font-size: 14px;
}

#temperature {
  position: absolute;
  top: 56px;
  right: 50px;
}
#temperature #temperature-meter-container {
  width: 33px;
  height: 762px;
  overflow: hidden;
}
#temperature #temperature-meter-container #temperature-meter {
  width: 100%;
  height: auto;
}
#temperature #current-temperature {
  position: absolute;
  bottom: 37.2%;
  right: 0;
  width: 33px;
  height: 4px;
  background-color: #ff6463;
}
#temperature #moving-temperature {
  position: absolute;
  right: -29px;
  bottom: 22.3%;
  width: 12px;
  height: 14px;
}

h1 {
  color: #7ABECC;
  font-size: 233px;
  font-weight: 600;
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
  color: #f6e4dd;
  margin-bottom: 25px;
}

h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.24;
  color: #FFFFFF;
}

#universe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#universe #space-background {
  mix-blend-mode: hard-light;
}
#universe #sun-glow,
#universe #space-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sun {
  position: absolute;
  top: 0;
  left: 0;
}
#sun #sun-sphere {
  width: 400px;
  height: 570px;
}
#sun .sun-arrow {
  position: absolute;
  height: 1px;
  transform-origin: bottom left;
  background-image: linear-gradient(90deg, #ffff9f 3px, transparent 0);
  background-size: 6px;
  background-position: 0 100%;
}
#sun .sun-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: -3px;
  width: 6px;
  height: 6px;
  background-image: url("../../images/ges/universe/rays/arrow-yellow-tip.svg");
  background-size: 100% 100%;
  z-index: 1;
}
#sun #sun-arrow1 {
  width: 86px;
  top: 409px;
  left: 95px;
  -webkit-transform: rotate(57deg);
  -moz-transform: rotate(57deg);
  -ms-transform: rotate(57deg);
  -o-transform: rotate(57deg);
}
#sun #sun-arrow2 {
  width: 50px;
  top: 303px;
  left: 218px;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
}
#sun #sun-arrow3 {
  width: 133px;
  top: 257px;
  left: 275px;
  -webkit-transform: rotate(32deg);
  -moz-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  -o-transform: rotate(32deg);
}
#sun #sun-arrow4 {
  width: 172px;
  top: 216px;
  left: 294px;
  -webkit-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
}
#sun #sun-arrow5 {
  width: 66px;
  top: 132px;
  left: 315px;
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
}

#lens-flare {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#lens-flare div {
  position: absolute;
  border-radius: 100%;
}
#lens-flare div.lens-flare-blue {
  background-color: #343b6f;
}
#lens-flare div.lens-flare-white {
  background-color: #7ABECC;
}
#lens-flare #lens-flare1 {
  width: 470px;
  height: 470px;
  top: 508px;
  left: -374px;
  opacity: 0.25;
}
#lens-flare #lens-flare2 {
  width: 779px;
  height: 779px;
  top: 412px;
  left: 14px;
  opacity: 0.25;
}
#lens-flare #lens-flare3 {
  width: 483px;
  height: 483px;
  top: 459px;
  left: 491px;
  opacity: 0.5;
}
#lens-flare #lens-flare4 {
  width: 58px;
  height: 58px;
  top: 583px;
  left: 477px;
  opacity: 0.1;
}
#lens-flare #lens-flare5 {
  width: 233px;
  height: 233px;
  top: 226px;
  right: -55px;
  opacity: 0.1;
}
#lens-flare #lens-flare6 {
  width: 605px;
  height: 605px;
  top: 338px;
  right: -341px;
  opacity: 0.1;
}

#sun-rays-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(200px 200px at 520px 835px);
}
#sun-rays-in .sun-ray {
  position: absolute;
  top: 424px;
  left: 245px;
  width: 71px;
  height: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#sun-rays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(300px 300px at 344px 375px);
}
#sun-rays .sun-ray {
  position: absolute;
  width: 174px;
  opacity: 0;
}
#sun-rays .sun-ray:nth-child(1), #sun-rays .sun-ray:nth-child(2), #sun-rays .sun-ray:nth-child(3), #sun-rays .sun-ray:nth-child(4) {
  top: 331px;
  left: 198px;
}
#sun-rays .sun-ray:nth-child(1) img.big, #sun-rays .sun-ray:nth-child(1) svg.big, #sun-rays .sun-ray:nth-child(2) img.big, #sun-rays .sun-ray:nth-child(2) svg.big, #sun-rays .sun-ray:nth-child(3) img.big, #sun-rays .sun-ray:nth-child(3) svg.big, #sun-rays .sun-ray:nth-child(4) img.big, #sun-rays .sun-ray:nth-child(4) svg.big {
  opacity: 1;
}
#sun-rays .sun-ray:nth-child(1) img.thin, #sun-rays .sun-ray:nth-child(1) svg.thin, #sun-rays .sun-ray:nth-child(2) img.thin, #sun-rays .sun-ray:nth-child(2) svg.thin, #sun-rays .sun-ray:nth-child(3) img.thin, #sun-rays .sun-ray:nth-child(3) svg.thin, #sun-rays .sun-ray:nth-child(4) img.thin, #sun-rays .sun-ray:nth-child(4) svg.thin {
  opacity: 0;
}
#sun-rays .sun-ray:nth-child(5) {
  top: 440px;
  left: 460px;
}
#sun-rays .sun-ray:nth-child(5) img.big, #sun-rays .sun-ray:nth-child(5) svg.big {
  opacity: 0;
}
#sun-rays .sun-ray:nth-child(5) img.thin, #sun-rays .sun-ray:nth-child(5) svg.thin {
  opacity: 1;
}
#sun-rays .sun-ray img, #sun-rays .sun-ray svg {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
}
#sun-rays .sun-ray img path, #sun-rays .sun-ray svg path {
  will-change: transform;
}
#sun-rays .sun-ray img.big, #sun-rays .sun-ray svg.big {
  height: 215px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
#sun-rays .sun-ray img.thin, #sun-rays .sun-ray svg.thin {
  width: 38px;
}

#earth {
  position: absolute;
  top: 50%;
  left: -502.5px;
  width: 2925px;
  height: 2925px;
}
#earth .earth-arrow {
  position: absolute;
  height: 1px;
  transform-origin: bottom left;
  background-image: linear-gradient(90deg, #ff6463 3px, transparent 0);
  background-size: 6px;
  background-position: 0 100%;
}
#earth .earth-arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: -3px;
  width: 6px;
  height: 6px;
  background-image: url("../../images/ges/universe/rays/arrow-red-tip.svg");
  background-size: 100% 100%;
  z-index: 1;
}
#earth #atmosphere-title {
  position: absolute;
  left: 745.5px;
  top: 268px;
  max-width: 155px;
  font-size: 14px;
  line-height: 1.173;
  font-weight: 500;
}
#earth #ges-ray-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: ellipse(24% 4% at 85% 1%);
}
#earth #ges-ray-out .ges-ray {
  position: absolute;
  top: 227px;
  left: 1749.5px;
  width: 69px;
  height: auto;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
}
#earth #ges-rays {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
#earth #ges-rays .ges-ray {
  position: absolute;
  width: 115px;
  opacity: 0;
}
#earth #ges-rays .ges-ray:nth-child(1), #earth #ges-rays .ges-ray:nth-child(2) {
  top: 202px;
  left: 1742.5px;
}
#earth #ges-rays .ges-ray:nth-child(1) img.big, #earth #ges-rays .ges-ray:nth-child(1) svg.big, #earth #ges-rays .ges-ray:nth-child(2) img.big, #earth #ges-rays .ges-ray:nth-child(2) svg.big {
  opacity: 1;
}
#earth #ges-rays .ges-ray:nth-child(1) img.thin, #earth #ges-rays .ges-ray:nth-child(1) svg.thin, #earth #ges-rays .ges-ray:nth-child(2) img.thin, #earth #ges-rays .ges-ray:nth-child(2) svg.thin {
  opacity: 0;
}
#earth #ges-rays .ges-ray:nth-child(3), #earth #ges-rays .ges-ray:nth-child(4) {
  top: 100px;
  left: 1936.5px;
}
#earth #ges-rays .ges-ray:nth-child(3) img.big, #earth #ges-rays .ges-ray:nth-child(3) svg.big, #earth #ges-rays .ges-ray:nth-child(4) img.big, #earth #ges-rays .ges-ray:nth-child(4) svg.big {
  opacity: 0;
}
#earth #ges-rays .ges-ray:nth-child(3) img.thin, #earth #ges-rays .ges-ray:nth-child(3) svg.thin, #earth #ges-rays .ges-ray:nth-child(4) img.thin, #earth #ges-rays .ges-ray:nth-child(4) svg.thin {
  opacity: 1;
}
#earth #ges-rays .ges-ray img, #earth #ges-rays .ges-ray svg {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
}
#earth #ges-rays .ges-ray img path, #earth #ges-rays .ges-ray svg path {
  will-change: transform;
}
#earth #ges-rays .ges-ray img.big, #earth #ges-rays .ges-ray svg.big {
  height: 147px;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  -o-transform: rotate(38deg);
}
#earth #ges-rays .ges-ray img.thin, #earth #ges-rays .ges-ray svg.thin {
  width: 38px;
}
#earth #earth-arrow1 {
  width: 85px;
  top: 14px;
  left: 1846.5px;
  -webkit-transform: rotate(-69deg);
  -moz-transform: rotate(-69deg);
  -ms-transform: rotate(-69deg);
  -o-transform: rotate(-69deg);
}
#earth #earth-arrow2 {
  width: 129px;
  top: 31px;
  left: 1886.5px;
  -webkit-transform: rotate(-63deg);
  -moz-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  -o-transform: rotate(-63deg);
}
#earth #earth-arrow3 {
  width: 51px;
  top: -74px;
  left: 2052.5px;
  -webkit-transform: rotate(-52deg);
  -moz-transform: rotate(-52deg);
  -ms-transform: rotate(-52deg);
  -o-transform: rotate(-52deg);
}
#earth #earth-arrow4 {
  width: 50px;
  top: 38px;
  left: 2072.5px;
  -webkit-transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  -o-transform: rotate(-46deg);
}

#atmosphere {
  position: absolute;
  top: 50%;
  left: -502.5px;
  width: 2925px;
  height: 2925px;
  z-index: 1;
  pointer-events: none;
}

#ges-particles {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 109%;
  border-radius: 48%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
#ges-particles .ges-particle {
  position: absolute;
  width: 750px;
  height: 750px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
#ges-particles .ges-particle#ges-particle-transport {
  left: 486px;
  top: -325px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
}
#ges-particles .ges-particle#ges-particle-combustion {
  left: 774px;
  top: -362px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
#ges-particles .ges-particle#ges-particle-farming {
  left: 969px;
  top: -362px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
#ges-particles .ges-particle#ges-particle-heating {
  left: 1266px;
  top: -385px;
  -webkit-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -o-transform: rotate(55deg);
}
#ges-particles .ges-particle#ges-particle-decomposition {
  left: 1602px;
  top: -367px;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
}

#earth-warming {
  position: absolute;
  width: 2700px;
  height: 2700px;
  left: 112.5px;
  top: 112.5px;
}
#earth-warming img, #earth-warming svg {
  width: 100%;
  height: 100%;
}

#sphere {
  position: absolute;
  left: 195.5px;
  top: 195.5px;
  width: 2534px;
  height: 2534px;
}

/**
 * SCREEN (INITIAL)
 */
.screen[data-name=ges-idle] .atmosphere-text {
  position: absolute;
  top: 550px;
  color: #7ABECC;
  max-width: 180px;
  font-size: 16px;
  line-height: 1.173;
  font-weight: 500;
}
.screen[data-name=ges-idle] .warming-text {
  position: absolute;
  top: 714px;
  right: -413px;
  color: #FF8787;
  max-width: 155px;
  font-size: 14px;
  line-height: 1.173;
  font-weight: 500;
}
.screen[data-name=ges-idle] #start-text-box {
  position: absolute;
  top: 595px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  width: 360px;
  height: 360px;
  padding: 55px 45px 35px;
  border: 4px solid #7ABECC;
  border-radius: 100%;
  background: rgba(52, 59, 111, 0.3);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
}
.screen[data-name=ges-idle] #start-text-box #start-button {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  will-change: transform;
  background: #f6e4dd;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.screen[data-name=ges-idle] #start-text-box #start-button .arrow {
  content: "";
  position: relative;
  display: block;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
  width: 24px;
  height: 16px;
  background-image: url("../../images/ges/icons/arrow-right.svg");
  background-size: 100% 100%;
}

/**
 * SCREEN (TIMELINE)
 */
.screen[data-name=ges-timeline] .content-container {
  top: 210px;
}
.screen[data-name=ges-timeline] .content-container#timeline-text {
  top: 110px;
}
.screen[data-name=ges-timeline] #timeline-year #timeline-before {
  position: absolute;
  top: -30px;
  font-size: 64px;
  opacity: 0;
}
.screen[data-name=ges-timeline] #atmosphere-scaling-arrow {
  position: absolute;
  left: 947px;
  top: 432px;
  width: 30px;
  z-index: 1;
}
.screen[data-name=ges-timeline] #atmosphere-text {
  position: absolute;
  top: 540px;
  left: 690px;
  color: #7ABECC;
  max-width: 245px;
  font-size: 14px;
  line-height: 1.173;
  font-weight: 500;
  opacity: 0;
}
.screen[data-name=ges-timeline] #warming-text {
  position: absolute;
  right: 250px;
  bottom: 345px;
  max-width: 160px;
  color: #FF8787;
  font-size: 14px;
  line-height: 1.173;
  font-weight: 500;
  opacity: 0;
}

#ges-content {
  position: absolute;
  top: 70px;
  left: 50%;
  width: 100%;
  max-width: 650px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#ges-content .ges-content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 373px;
  opacity: 0;
}
#ges-content .ges-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
#ges-content .ges-content h1 {
  margin-top: auto;
  font-size: 160px;
  color: #7ABECC;
}
#ges-content .ges-content h1::before {
  content: "";
  margin-top: -12px;
  display: block;
  height: 0;
}
#ges-content .ges-content h2 {
  margin-bottom: 15px;
}

#ges-cta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ges-cta #ges-cta-text {
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
#ges-cta #ges-cta-text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.375;
}
#ges-cta #ges-buttons {
  display: flex;
  gap: 0 50px;
  margin-top: 35px;
  margin-bottom: 65px;
}
#ges-cta #ges-buttons button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  width: 144px;
  height: 144px;
  appearance: none;
  border: none;
  outline: none;
  padding-top: 24px;
  border-radius: 100%;
  background: none;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(0, 25px);
  -ms-transform: translate(0, 25px);
  transform: translate(0, 25px);
}
#ges-cta #ges-buttons button.shown:before {
  background-color: #ff6463;
}
#ges-cta #ges-buttons button.shown:after {
  opacity: 1;
}
#ges-cta #ges-buttons button > div {
  position: relative;
  z-index: 1;
}
#ges-cta #ges-buttons button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6e4dd;
  border-radius: 100%;
  will-change: background-color;
  -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#ges-cta #ges-buttons button:after {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  border-radius: 100%;
  pointer-events: none;
  border: 8px solid #f6e4dd;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#ges-cta #ges-buttons button span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0F1544;
  line-height: 1;
}
#ges-cta #ges-buttons button .ges-icon {
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
}
#ges-cta #ges-buttons button .ges-icon svg path {
  fill: #0F1544 !important;
}
#ges-cta #ges-buttons button#transport img, #ges-cta #ges-buttons button#transport svg {
  width: 36px;
  height: 32px;
}
#ges-cta #ges-buttons button#combustion img, #ges-cta #ges-buttons button#combustion svg {
  width: 40px;
  height: 40px;
}
#ges-cta #ges-buttons button#farming img, #ges-cta #ges-buttons button#farming svg {
  width: 44px;
  height: 34px;
}
#ges-cta #ges-buttons button#heating img, #ges-cta #ges-buttons button#heating svg {
  width: 32px;
  height: 38px;
}
#ges-cta #ges-buttons button#decomposition img, #ges-cta #ges-buttons button#decomposition svg {
  width: 32px;
  height: 36px;
}

/*# sourceMappingURL=styles-ges.css.map */