/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
    overflow: visible;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
[type='checkbox'],
[type='radio'],
legend {
    box-sizing: border-box;
    padding: 0;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
select {
    text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes fadeInDownThenDown {
    10% {
        opacity: 0;
        transform: translateY(-20%);
    }
    20% {
        opacity: 1;
        transform: translateY(0%);
    }
    80% {
        opacity: 1;
        transform: translateY(0%);
    }
    90% {
        opacity: 0;
        transform: translateY(20%);
    }
}
@keyframes fadeInUpThenDown {
    10% {
        opacity: 0;
        transform: translateY(20%);
    }
    20% {
        opacity: 1;
        transform: translateY(0%);
    }
    80% {
        opacity: 1;
        transform: translateY(0%);
    }
    90% {
        opacity: 0;
        transform: translateY(20%);
    }
}
@keyframes fadeInThenOut {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes moveDown {
    0% {
        transform: translateY(-100%) translateZ(0);
    }
    100% {
        transform: translateY(0%) translateZ(0);
    }
}
@keyframes moveDownLarge {
    0% {
        transform: translateY(-250%) translateZ(0);
    }
    100% {
        transform: translateY(0%) translateZ(0);
    }
}
@keyframes bounceIn {
    0%,
    20% {
    }
    40%,
    60%,
    80%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}
@keyframes zoomOut {
    0% {
        opacity: 0;
        transform: scale(0.93);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoomIn {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoomOut2 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes bounce {
    0% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    50% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -10px, 0);
    }
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes clockwise {
    0% {
        transform: rotate(0deg) translate(-350%, -100%) rotate(-180deg);
    }
    100% {
        transform: rotate(360deg) translate(-350%, -100%) rotate(-360deg);
    }
}
@keyframes swerveLeft {
    0% {
        transform: translate(250%, -90%) rotate(-55deg);
    }
    75% {
        transform: translate(-125%, 75%) rotate(-25deg);
    }
    100% {
        transform: translate(-250%, 75%) rotate(-25deg);
    }
}
@keyframes swerveLeftMobile {
    0% {
        transform: translate(150%, -90%) rotate(-45deg);
    }
    50% {
        transform: translate(0%, 0%) rotate(-55deg);
    }
    100% {
        transform: translate(-150%, 100%) rotate(-35deg);
    }
}
@keyframes swerveLeftTablet {
    0% {
        transform: translate(200%, -90%) rotate(-55deg);
    }
    75% {
        transform: translate(-100%, 57.5%) rotate(-25deg);
    }
    100% {
        transform: translate(-200%, 57.5%) rotate(-25deg);
    }
}
@keyframes swerveLeftDesktop {
    0% {
        transform: translate(250%, -90%) rotate(-55deg);
    }
    75% {
        transform: translate(-125%, 57.5%) rotate(-35deg);
    }
    100% {
        transform: translate(-250%, 75%) rotate(-25deg);
    }
}
@keyframes swerveLeftDesktopLarge {
    0% {
        transform: translate(500%, -90%) rotate(-55deg);
    }
    75% {
        transform: translate(-250%, 57.5%) rotate(-25deg);
    }
    100% {
        transform: translate(-500%, 57.5%) rotate(-25deg);
    }
}
@keyframes swerveRight {
    0% {
        transform: translate(-250%, -90%) rotate(55deg) scaleX(-1);
    }
    75% {
        transform: translate(125%, 75%) rotate(25deg) scaleX(-1);
    }
    100% {
        transform: translate(250%, 75%) rotate(25deg) scaleX(-1);
    }
}
@keyframes swerveRightMobile {
    0% {
        transform: translate(-150%, -90%) rotate(45deg) scaleX(-1);
    }
    50% {
        transform: translate(0%, 75%) rotate(55deg) scaleX(-1);
    }
    100% {
        transform: translate(150%, 75%) rotate(35deg) scaleX(-1);
    }
}
@keyframes swerveRightTablet {
    0% {
        transform: translate(-200%, -90%) rotate(55deg) scaleX(-1);
    }
    75% {
        transform: translate(100%, 57.5%) rotate(25deg) scaleX(-1);
    }
    100% {
        transform: translate(200%, 57.5%) rotate(25deg) scaleX(-1);
    }
}
@keyframes swerveRightDesktop {
    0% {
        transform: translate(-250%, -90%) rotate(55deg) scaleX(-1);
    }
    75% {
        transform: translate(125%, 57.5%) rotate(35deg) scaleX(-1);
    }
    100% {
        transform: translate(250%, 75%) rotate(25deg) scaleX(-1);
    }
}
@keyframes swerveRightDesktopLarge {
    0% {
        transform: translate(-500%, -90%) rotate(55deg) scaleX(-1);
    }
    75% {
        transform: translate(250%, 57.5%) rotate(25deg) scaleX(-1);
    }
    100% {
        transform: translate(500%, 57.5%) rotate(25deg) scaleX(-1);
    }
}
@keyframes wobble {
    0% {
        transform: none;
    }
    10%,
    30%,
    50% {
        transform: rotate3d(0, 0, 1, -3deg);
    }
    20%,
    40% {
        transform: rotate3d(0, 0, 1, 3deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 2deg);
    }
    70% {
        transform: rotate3d(0, 0, 1, -2deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 1deg);
    }
    90% {
        transform: rotate3d(0, 0, 1, -1deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes rotate40deg {
    0% {
        transform: rotate(-40deg);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(40deg);
    }
}
@keyframes rotate70deg {
    0% {
        transform: rotate(-70deg);
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(70deg);
    }
}
@keyframes carmen-jump-off-ledge {
   
}
@keyframes carmen-jump-off-ledge-sprite {
    from {
        background-position: 0px;
    }
    to {
        background-position: -5600px;
    }
}
@media (min-width: 1024px) {
    .ge-header {
        -webkit-transform: translateZ(0);
        animation: 1000ms ease 1000ms 1 normal both moveDown;
    }
}
@media (min-width: 1024px) {
    .ge-header--delay-entrance {
        animation-delay: 1500ms;
    }
}
.ge-section__item .ge-section__item__background-images,
.ge-section__item .ge-section__item__background-video,
.ge-section__item .ge-section__promos__promo__background-images,
.ge-section__promos__promo .ge-section__item__background-images,
.ge-section__promos__promo .ge-section__item__background-video,
.ge-section__promos__promo .ge-section__promos__promo__background-images {
    opacity: 0;
}
.inview .ge-section__item .ge-section__item__background-images,
.inview .ge-section__item .ge-section__item__background-video,
.inview .ge-section__item .ge-section__promos__promo__background-images,
.inview .ge-section__promos__promo .ge-section__item__background-images,
.inview .ge-section__promos__promo .ge-section__item__background-video,
.inview
    .ge-section__promos__promo
    .ge-section__promos__promo__background-images {
    animation: 300ms ease 0ms 1 normal both fadeIn;
    animation-duration: 600ms;
    animation-delay: 0ms;
}
.ge-section__item__chapter .ge-chapter__title,
.ge-section__item__chapter .ge-chapter__subtitle,
.ge-section-touts__chapter .ge-chapter__title,
.ge-section-touts__chapter .ge-chapter__subtitle,
.ge-section-masonry__chapter .ge-chapter__title,
.ge-section-masonry__chapter .ge-chapter__subtitle {
    opacity: 0;
}
.inview .ge-section__item__chapter .ge-chapter__title,
.inview .ge-section__item__chapter .ge-chapter__subtitle,
.inview .ge-section-touts__chapter .ge-chapter__title,
.inview .ge-section-touts__chapter .ge-chapter__subtitle,
.inview .ge-section-masonry__chapter .ge-chapter__title,
.inview .ge-section-masonry__chapter .ge-chapter__subtitle {
    animation: 300ms ease 0ms 1 normal both fadeInUp;
    animation-duration: 600ms;
    animation-delay: 300ms;
}
.ge-section__item__chapter .ge-chapter__body,
.ge-section-touts__chapter .ge-chapter__body,
.ge-section-masonry__chapter .ge-chapter__body {
    opacity: 0;
}
.inview .ge-section__item__chapter .ge-chapter__body,
.inview .ge-section-touts__chapter .ge-chapter__body,
.inview .ge-section-masonry__chapter .ge-chapter__body {
    animation: 300ms ease 0ms 1 normal both fadeInUp;
    animation-duration: 600ms;
    animation-delay: 600ms;
}
.ge-section__item__chapter .ge-chapter__ctas,
.ge-section-touts__chapter .ge-chapter__ctas,
.ge-section-masonry__chapter .ge-chapter__ctas {
    opacity: 0;
}
.inview .ge-section__item__chapter .ge-chapter__ctas,
.inview .ge-section-touts__chapter .ge-chapter__ctas,
.inview .ge-section-masonry__chapter .ge-chapter__ctas {
    animation: 300ms ease 0ms 1 normal both fadeInUp;
    animation-duration: 600ms;
    animation-delay: 900ms;
}
@media (max-width: 768px) {
    .ge-section-masonry__chapter .ge-chapter__title,
    .ge-section-masonry__chapter .ge-chapter__subtitle {
        opacity: 0;
    }
    .inview .ge-section-masonry__chapter .ge-chapter__title,
    .inview .ge-section-masonry__chapter .ge-chapter__subtitle {
        animation: 300ms ease 0ms 1 normal both fadeInUp;
        animation-duration: 600ms;
        animation-delay: 600ms;
    }
    .ge-section-masonry__chapter .ge-chapter__body {
        opacity: 0;
    }
    .inview .ge-section-masonry__chapter .ge-chapter__body {
        animation: 300ms ease 0ms 1 normal both fadeInUp;
        animation-duration: 600ms;
        animation-delay: 900ms;
    }
    .ge-section-masonry__chapter .ge-chapter__ctas {
        opacity: 0;
    }
    .inview .ge-section-masonry__chapter .ge-chapter__ctas {
        animation: 300ms ease 0ms 1 normal both fadeInUp;
        animation-duration: 600ms;
        animation-delay: 1200ms;
    }
}
.ge-section-touts__item:nth-child(1) {
    opacity: 0;
}
.inview .ge-section-touts__item:nth-child(1) {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 1200ms;
}
.ge-section-touts__item:nth-child(2) {
    opacity: 0;
}
.inview .ge-section-touts__item:nth-child(2) {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 1500ms;
}
.ge-section-touts__item:nth-child(3) {
    opacity: 0;
}
.inview .ge-section-touts__item:nth-child(3) {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 1800ms;
}
.ge-section-touts__item:nth-child(4) {
    opacity: 0;
}
.inview .ge-section-touts__item:nth-child(4) {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 2100ms;
}
.ge-section-touts__item:nth-child(5) {
    opacity: 0;
}
.inview .ge-section-touts__item:nth-child(5) {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 2400ms;
}
.ge-section-masonry__card--1 {
    opacity: 0;
}
.inview .ge-section-masonry__card--1 {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 900ms;
}
.ge-section-masonry__card--2 {
    opacity: 0;
}
.inview .ge-section-masonry__card--2 {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 1200ms;
}
.ge-section-masonry__card--3 {
    opacity: 0;
}
.inview .ge-section-masonry__card--3 {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 1500ms;
}
.ge-section-masonry__card--4 {
    opacity: 0;
}
.inview .ge-section-masonry__card--4 {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 1800ms;
}
.ge-section-masonry__card--5 {
    opacity: 0;
}
.inview .ge-section-masonry__card--5 {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 2100ms;
}
.ge-section-masonry__mobile__cards {
    opacity: 0;
}
.inview .ge-section-masonry__mobile__cards {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 300ms;
}
.ge-section-carousel__slides {
    opacity: 0;
}
.inview .ge-section-carousel__slides {
    animation: 300ms ease 0ms 1 normal both fadeInUp;
    animation-duration: 600ms;
    animation-delay: 300ms;
}
@media (min-width: 1280px) {
    .ge-section-carousel__slides {
        opacity: 0;
    }
    .inview .ge-section-carousel__slides {
        animation: 300ms ease 0ms 1 normal both fadeIn;
        animation-duration: 600ms;
        animation-delay: 300ms;
    }
}
@media (max-width: 768px) {
    .ge-section--apps .ge-section__item__background-images {
        animation: 300ms ease 0ms 1 normal both fadeIn;
        animation-duration: 600ms;
        animation-delay: 0ms;
    }
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
html,
body {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'Google Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 769px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (min-width: 1024px) {
    body {
        font-size: 18px;
        line-height: 30px;
    }
}
body.dark-theme {
    background-color: #202124;
}
body.light-theme {
    color: #202124;
    background-color: #f8f9fa;
}
body.isChrome .ge-button--app-store.ge-mobile-only,
body.isChrome:not(.isAndroid) .ge-button--play-store.ge-mobile-only {
    display: none !important;
}
body.isMobile.isAndroid .ge-button--app-store.ge-mobile-only {
    display: none !important;
}
body.isMobile.isIOS .ge-button--play-store.ge-mobile-only {
    display: none !important;
}
body:not(.isMobile) .ge-button.ge-mobile-only,
body:not(.isMobile) .cta-button.ge-mobile-only {
    display: none !important;
}
.ge-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .ge-main {
        overflow: hidden;
    }
}
@media (min-width: 769px) {
    .ge-main {
        overflow: hidden;
        padding-top: 65px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-main {
        padding-top: 0;
    }
}
.ge-mobile-only {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 769px) {
    .ge-mobile-only {
        display: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-mobile-only {
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-device-width: 830px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-mobile-only {
        display: none;
    }
}
.ge-desktop-only {
    display: none;
}
@media (min-width: 769px) {
    .ge-desktop-only {
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-desktop-only {
        display: none;
    }
}
@media only screen and (min-device-width: 830px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-desktop-only {
        display: -ms-flexbox;
        display: flex;
    }
}
.ge-desktop-large-only {
    display: none;
}
@media (min-width: 1024px) {
    .ge-desktop-large-only {
        display: -ms-flexbox;
        display: flex;
    }
}
.ge-desktop-mobile-only {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    .ge-desktop-mobile-only {
        display: none;
    }
}
.background-images,
.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.background-images__image,
.background-video__video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.background-video {
    z-index: 1;
}
.button,
.ge-button,
.cta-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    border: none;
    text-decoration: none;
    background: none;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
}
.button__label,
.ge-button__label,
.cta-button__label {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.button:hover,
.ge-button:hover,
.cta-button:hover {
    cursor: pointer;
}
.ge-button,
.cta-button {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 10px 24px;
}
.ge-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link),
.cta-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link) {
    position: relative;
    overflow: hidden;
}
.ge-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link)::before,
.cta-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link)::before {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: #fff;
    transform: translateY(-100%);
    transition: all 250ms ease;
}
.ge-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link)
    .cta-button__label,
.cta-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link)
    .cta-button__label {
    transition: all 250ms ease;
}
.ge-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link):hover::before,
.cta-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link):hover::before {
    transform: translateY(0%);
}
.ge-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link):hover
    .cta-button__label,
.cta-button:not(.cta-button--fill):not(.cta-button--link):not(.ge-button--fill):not(.ge-button--link):hover
    .cta-button__label {
    color: #1a73e8;
    animation: 300ms ease 0ms 1 normal both fadeIn;
    animation-delay: 125ms;
}
.ge-button--fill,
.cta-button--fill {
    background-color: #1a73e8;
    border: 0 none;
    border-radius: 2px;
    padding: 12px 24px;
}
.ge-button--link,
.cta-button--link {
    border: 0 none;
    padding: 0;
}
.ge-button--link::after,
.cta-button--link::after {
    position: relative;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 8px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ge-button--link-blue::after,
.cta-button--link-blue::after {
}
.ge-button--link-only,
.cta-button--link-only {
    position: relative;
    transition: all 250ms ease;
}
.ge-button--link-only::after,
.cta-button--link-only::after {
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    left: 0;
    transform-origin: center center;
    transform: scaleX(0);
    transition: all 250ms ease;
}
.ge-button--link-only:hover::after,
.cta-button--link-only:hover::after {
    transform: scaleX(1);
}
.ge-button--link-only.cta-button--link-blue::after,
.ge-button--link-only.ge-button--link-blue::after,
.cta-button--link-only.cta-button--link-blue::after,
.cta-button--link-only.ge-button--link-blue::after {
    background-image: none;
    background-color: #1a73e8;
}
@media (min-width: 1024px) {
    .ge-button--long-text,
    .cta-button--long-text {
        font-size: 1.1vw;
    }
}
@media (min-width: 1440px) {
    .ge-button--long-text,
    .cta-button--long-text {
        font-size: 16px;
        line-height: 26px;
    }
}
.ge-button--play-store,
.ge-button--app-store,
.cta-button--play-store,
.cta-button--app-store {
    border: 0 none;
    background-repeat: no-repeat;
    background-size: contain;
}
.ge-button--play-store .cta-button__label,
.ge-button--app-store .cta-button__label,
.cta-button--play-store .cta-button__label,
.cta-button--app-store .cta-button__label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.ge-button--play-store:hover::before,
.ge-button--app-store:hover::before,
.cta-button--play-store:hover::before,
.cta-button--app-store:hover::before {
    display: none !important;
}
.ge-button--hidden,
.cta-button--hidden {
    display: none;
}
body:not(.isChrome) .ge-button--chrome-only,
body:not(.isChrome) .ge-button--chrome-only.ge-desktop-only,
body:not(.isChrome) .cta-button--chrome-only,
body:not(.isChrome) .cta-button--chrome-only.ge-desktop-only {
    display: none;
}
.isChrome.isAndroid .ge-button--chrome-only,
.isChrome.isAndroid .ge-button--chrome-only.ge-desktop-only,
.isChrome.isAndroid .cta-button--chrome-only,
.isChrome.isAndroid .cta-button--chrome-only.ge-desktop-only {
    display: none;
}
.isChrome .ge-button--chrome-only,
.isChrome .ge-button--chrome-only.ge-desktop-only,
.isChrome .cta-button--chrome-only,
.isChrome .cta-button--chrome-only.ge-desktop-only {
    display: -ms-flexbox;
    display: flex;
}
body:not(.isChrome) .ge-button--not-chrome,
body:not(.isChrome) .ge-button--not-chrome.ge-desktop-only,
body:not(.isChrome) .cta-button--not-chrome,
body:not(.isChrome) .cta-button--not-chrome.ge-desktop-only {
    display: -ms-flexbox;
    display: flex;
}
.isMobile.isSafari .ge-button--not-chrome,
.isMobile.isSafari .ge-button--not-chrome.ge-desktop-only,
.isMobile.isSafari .cta-button--not-chrome,
.isMobile.isSafari .cta-button--not-chrome.ge-desktop-only {
    display: none;
}
.isChrome .ge-button--not-chrome,
.isChrome .ge-button--not-chrome.ge-desktop-only,
.isChrome .cta-button--not-chrome,
.isChrome .cta-button--not-chrome.ge-desktop-only {
    display: none;
}
@media (max-width: 768px) {
    .isIOS .ge-button--mobile-android-only,
    .isIOS .cta-button--mobile-android-only {
        display: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .isIOS .ge-button--mobile-android-only,
    .isIOS .cta-button--mobile-android-only {
        display: none;
    }
}
@media (max-width: 768px) {
    .isAndroid .ge-button--mobile-android-only,
    .isAndroid .cta-button--mobile-android-only {
        display: -ms-flexbox;
        display: flex;
        margin: 0 !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .isAndroid .ge-button--mobile-android-only,
    .isAndroid .cta-button--mobile-android-only {
        display: -ms-flexbox;
        display: flex;
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    .isIOS .ge-button--mobile-ios-only,
    .isIOS .cta-button--mobile-ios-only {
        display: -ms-flexbox;
        display: flex;
        margin: 0 !important;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .isIOS .ge-button--mobile-ios-only,
    .isIOS .cta-button--mobile-ios-only {
        display: -ms-flexbox;
        display: flex;
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    .isAndroid .ge-button--mobile-ios-only,
    .isAndroid .cta-button--mobile-ios-only {
        display: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .isAndroid .ge-button--mobile-ios-only,
    .isAndroid .cta-button--mobile-ios-only {
        display: none;
    }
}
.isMobile.isIOS .ge-button--mobile-os-hide,
.isMobile.isIOS .cta-button--mobile-os-hide {
    display: none;
}
.isMobile.isAndroid .ge-button--mobile-os-hide,
.isMobile.isAndroid .cta-button--mobile-os-hide {
    display: none;
}
@media (max-width: 768px) {
    .ge-button--no-padding,
    .cta-button--no-padding {
        margin: 0 !important;
    }
}
.ge-button--app-store {
    width: 137px;
    height: 47px;
}
@media (min-width: 769px) {
    .ge-button--app-store {
        width: 144px;
        height: 50px;
    }
}
@media (min-width: 1024px) {
    .ge-button--app-store {
        width: 185px;
        height: 64px;
    }
}
.ge-button--play-store {
    position: relative;
    top: -10px;
    left: -10px;
    width: 157px;
    height: 77px;
    padding: 0;
}
@media (min-width: 769px) {
    .ge-button--play-store {
        top: -13px;
        width: 164px;
        height: 80px;
    }
}
@media (min-width: 1024px) {
    .ge-button--play-store {
        left: -14px;
        width: 213px;
        height: 94px;
    }
}
.ge-button--pro.cta__item.cta-button {
    margin: 0;
}
.ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 768px) {
    .ctas {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media (min-width: 1280px) {
    .ctas {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.ctas .cta__item {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .ctas .cta__item {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}
@media (min-width: 1280px) {
    .ctas .cta__item {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}
.ctas .ctas__cta:last-child .cta__item {
    margin-bottom: 0px;
}
@media (max-width: 768px) {
    .ctas .ctas__cta:last-child .cta__item {
        margin-right: 0px;
    }
}
@media (min-width: 1280px) {
    .ctas .ctas__cta:last-child .cta__item {
        margin-right: 0px;
    }
}
.ctas .ge-mobile-only,
.ctas.ge-mobile-only {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 769px) {
    .ctas .ge-mobile-only,
    .ctas.ge-mobile-only {
        display: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ctas .ge-mobile-only,
    .ctas.ge-mobile-only {
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-device-width: 830px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ctas .ge-mobile-only,
    .ctas.ge-mobile-only {
        display: none;
    }
}
.ctas .ge-desktop-only,
.ctas.ge-desktop-only {
    display: none;
}
@media (min-width: 769px) {
    .ctas .ge-desktop-only,
    .ctas.ge-desktop-only {
        display: -ms-flexbox;
        display: flex;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ctas .ge-desktop-only,
    .ctas.ge-desktop-only {
        display: none;
    }
}
@media only screen and (min-device-width: 830px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ctas .ge-desktop-only,
    .ctas.ge-desktop-only {
        display: -ms-flexbox;
        display: flex;
    }
}
.ctas .ge-desktop-large-only {
    display: none;
}
@media (min-width: 1024px) {
    .ctas .ge-desktop-large-only {
        display: -ms-flexbox;
        display: flex;
    }
}
.ctas .ge-desktop-mobile-only {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    .ctas .ge-desktop-mobile-only {
        display: none;
    }
}
html[dir='rtl'] .ge-button--play-store {
    margin-right: 0;
    left: auto;
    right: -10px;
}
@media (min-width: 1024px) {
    html[dir='rtl'] .ge-button--play-store {
        right: -14px;
    }
}
@media (max-width: 768px) {
    html[dir='rtl'] .ctas .cta__item {
        margin-right: 0;
        margin-left: 20px;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl'] .ctas .cta__item {
        margin-right: 0;
        margin-left: 20px;
    }
}
@media (max-width: 768px) {
    html[dir='rtl'] .ctas .ctas__cta:last-child .cta__item {
        margin-left: 0px;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl'] .ctas .ctas__cta:last-child .cta__item {
        margin-left: 0px;
    }
}
[ge-carousel] {
    position: relative;
    width: 100%;
}
[ge-carousel-slide] {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.ge-chapter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}
.ge-chapter__images {
    -ms-flex-order: 1;
    order: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 769px) {
    .ge-chapter__images {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.ge-chapter__image img {
    width: 100%;
    height: auto;
}
.ge-chapter__title,
.ge-chapter__body {
    text-align: left;
}
.ge-chapter__title a,
.ge-chapter__subtitle a {
    text-decoration: none;
    color: #fff;
}
.light-theme .ge-chapter__title a,
.light-theme .ge-chapter__subtitle a {
    color: #202124;
}
.ge-chapter__title {
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 769px) {
    .ge-chapter__title {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (min-width: 1280px) {
    .ge-chapter__title {
        font-size: 44px;
        line-height: 52px;
    }
}
.ge-chapter__subtitle {
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 769px) {
    .ge-chapter__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}
.ge-chapter__body {
    width: 100%;
}
.ge-chapter__body__paragraph:last-child {
    margin-bottom: 0px;
}
.ge-chapter__body a {
    color: #245dc1;
    text-decoration: none;
}
.ge-chapter__body a:hover {
    text-decoration: underline;
}
.ge-chapter__body,
.ge-chapter__body-list {
    -ms-flex-order: 4;
    order: 4;
    font-family: 'Google Sans', Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 769px) {
    .ge-chapter__body,
    .ge-chapter__body-list {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (min-width: 1024px) {
    .ge-chapter__body,
    .ge-chapter__body-list {
        font-size: 18px;
        line-height: 30px;
    }
}
.light-theme .ge-chapter__body,
.light-theme .ge-chapter__body-list {
    color: #202124;
}
.ge-chapter__body-list {
    list-style: none;
}
.ge-chapter__body-list--nested {
    list-style-position: inside;
}
@media (min-width: 769px) {
    .ge-chapter__body-list--nested {
        list-style: circle;
    }
}
.ge-chapter__ctas {
    -ms-flex-order: 5;
    order: 5;
}
[ge-word-wrap] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[ge-word-wrap] .ww {
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
}
@media (min-width: 769px) {
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww {
        animation: 300ms ease 0ms 1 normal both fadeInUp;
        animation-duration: 600ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--1 {
        animation-delay: 125ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--2 {
        animation-delay: 250ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--3 {
        animation-delay: 375ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--4 {
        animation-delay: 500ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--5 {
        animation-delay: 625ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--6 {
        animation-delay: 750ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--7 {
        animation-delay: 875ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--8 {
        animation-delay: 1000ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--9 {
        animation-delay: 1125ms;
    }
    [ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww.ww--10 {
        animation-delay: 1250ms;
    }
}
[ge-word-wrap]:not([ge-word-wrap-characters='true']) .ww:last-child {
    margin-right: 0;
}
[ge-word-wrap-characters='true'] .ch {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 769px) {
    [ge-word-wrap-characters='true'] .ch {
        animation: 300ms ease 0ms 1 normal both fadeInUp;
        animation-duration: 600ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--1 {
        animation-delay: 50ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--2 {
        animation-delay: 100ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--3 {
        animation-delay: 150ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--4 {
        animation-delay: 200ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--5 {
        animation-delay: 250ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--6 {
        animation-delay: 300ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--7 {
        animation-delay: 350ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--8 {
        animation-delay: 400ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--9 {
        animation-delay: 450ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--10 {
        animation-delay: 500ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--11 {
        animation-delay: 550ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--12 {
        animation-delay: 600ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--13 {
        animation-delay: 650ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--14 {
        animation-delay: 700ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--15 {
        animation-delay: 750ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--16 {
        animation-delay: 800ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--17 {
        animation-delay: 850ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--18 {
        animation-delay: 900ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--19 {
        animation-delay: 950ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--20 {
        animation-delay: 1000ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--21 {
        animation-delay: 1050ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--22 {
        animation-delay: 1100ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--23 {
        animation-delay: 1150ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--24 {
        animation-delay: 1200ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--25 {
        animation-delay: 1250ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--26 {
        animation-delay: 1300ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--27 {
        animation-delay: 1350ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--28 {
        animation-delay: 1400ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--29 {
        animation-delay: 1450ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--30 {
        animation-delay: 1500ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--31 {
        animation-delay: 1550ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--32 {
        animation-delay: 1600ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--33 {
        animation-delay: 1650ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--34 {
        animation-delay: 1700ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--35 {
        animation-delay: 1750ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--36 {
        animation-delay: 1800ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--37 {
        animation-delay: 1850ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--38 {
        animation-delay: 1900ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--39 {
        animation-delay: 1950ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--40 {
        animation-delay: 2000ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--41 {
        animation-delay: 2050ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--42 {
        animation-delay: 2100ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--43 {
        animation-delay: 2150ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--44 {
        animation-delay: 2200ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--45 {
        animation-delay: 2250ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--46 {
        animation-delay: 2300ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--47 {
        animation-delay: 2350ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--48 {
        animation-delay: 2400ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--49 {
        animation-delay: 2450ms;
    }
    [ge-word-wrap-characters='true'] .ch.ch--50 {
        animation-delay: 2500ms;
    }
}
html[dir='rtl'] .ge-chapter__title,
html[dir='rtl'] .ge-chapter__body {
    text-align: right;
}
.ge-footer {
    background-color: #000;
    -ms-flex-order: 100;
    order: 100;
}
.ge-footer__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 16px;
}
@media (min-width: 769px) {
    .ge-footer__container {
        padding: 40px 30px;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 1280px) {
    .ge-footer__container {
        padding: 40px 90px;
    }
}
@media (max-width: 768px) {
    .ge-footer__logo {
        margin: 25px 0;
        -ms-flex-order: 4;
        order: 4;
    }
}
@media (min-width: 769px) {
    .ge-footer__logo {
        -ms-flex: 1;
        flex: 1;
    }
}
@media (min-width: 1120px) {
    .ge-footer__logo {
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }
}
.ge-footer__logo__title {
    display: none;
}
.ge-footer__logo__earth__image {
    opacity: 0.54;
    max-width: 130px;
}
.ge-footer .ge-nav__links__link {
    padding-bottom: 15px;
}
.ge-footer .ge-nav__links__link a {
    color: #80868b;
}
.ge-footer .ge-nav__links__link a:hover {
    color: #fff;
}
@media (min-width: 769px) {
    .ge-footer .ge-nav__links__link {
        text-align: right;
    }
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--main {
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px;
    }
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--versions {
        -ms-flex-order: 3;
        order: 3;
        position: relative;
        margin-bottom: 25px;
    }
    .ge-footer .ge-nav--versions::before {
        display: block;
        content: '';
        position: absolute;
        bottom: -25px;
        left: 0;
        height: 1px;
        width: calc(100% + 32px);
        margin-left: -16px;
        background-color: rgba(248, 249, 250, 0.16);
    }
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--social {
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--legal {
        -ms-flex-order: 5;
        order: 5;
    }
}
@media (min-width: 769px) {
    .ge-footer .ge-nav--main,
    .ge-footer .ge-nav--versions {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 200px;
        margin-bottom: 25px;
    }
}
@media (min-width: 769px) {
    .ge-footer .ge-nav--social,
    .ge-footer .ge-nav--legal {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: 50%;
        margin-top: 25px;
    }
}
.ge-footer .ge-nav--social .ge-nav__links,
.ge-footer .ge-nav--legal .ge-nav__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.ge-footer .ge-nav--social .ge-nav__links__link,
.ge-footer .ge-nav--legal .ge-nav__links__link {
    padding-bottom: 0;
}
.ge-footer .ge-nav--social .ge-nav__links__link:last-child,
.ge-footer .ge-nav--legal .ge-nav__links__link:last-child {
    margin-right: 0px;
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--social {
        position: relative;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-footer .ge-nav--social {
        width: 40%;
    }
}
.ge-footer .ge-nav--social::before {
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    background-color: rgba(248, 249, 250, 0.16);
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--social::before {
        bottom: -25px;
        left: 0;
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}
@media (min-width: 769px) {
    .ge-footer .ge-nav--social::before {
        bottom: 95px;
        left: 50%;
        width: calc(100% - 64px);
        margin-left: calc(-50% + 32px);
    }
}
@media (min-width: 1280px) {
    .ge-footer .ge-nav--social::before {
        width: calc(100% - 184px);
        margin-left: calc(-50% + 92px);
    }
}
@media (min-width: 769px) {
    .ge-footer .ge-nav--social .ge-nav__links {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.ge-footer .ge-nav--social .ge-nav__links__link {
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    margin-right: 20px;
}
.ge-footer .ge-nav--social .ge-nav__links__link a {
    display: inline-block;
    height: 0;
    width: 24px;
    padding-top: 24px;
    overflow: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-footer .ge-nav--legal {
        width: 60%;
    }
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--legal .ge-nav__links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (min-width: 769px) {
    .ge-footer .ge-nav--legal .ge-nav__links {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.ge-footer .ge-nav--legal .ge-nav__links__link {
    margin-right: 36px;
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language::after {
    position: relative;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 8px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language::after {
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0.54;
}
@media (max-width: 768px) {
    .ge-footer .ge-nav--legal .ge-nav__links__link--language {
        margin-top: 24px;
        width: 100%;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language select {
    position: relative;
    z-index: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    outline: none;
    border: 0 none;
    color: #80868b;
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language select:hover {
    cursor: hover;
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language select:hover option {
    color: #202124;
}
.ge-footer .ge-nav--legal .ge-nav__links__link--language label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
html[dir='rtl'] .ge-footer .ge-nav--social .ge-nav__links__link {
    margin-right: 0;
    margin-left: 20px;
}
html[dir='rtl'] .ge-footer .ge-nav--social .ge-nav__links__link:last-child {
    margin-left: 0px;
}
html[dir='rtl']
    .ge-footer
    .ge-nav--legal
    .ge-nav__links__link--language::after {
    position: absolute;
    right: auto;
    left: 0;
}
.ge-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    transition: all 250ms ease-out;
    height: 60px;
    background-color: rgba(32, 33, 36, 0.5);
}
@media (min-width: 1024px) {
    .ge-header {
        height: 65px;
    }
}
.light-theme .ge-header {
    background-color: rgba(255, 255, 255, 0.8);
}
.ge-header.active {
    background-color: rgba(32, 33, 36, 0.8);
}
.light-theme .ge-header.active {
    background-color: rgba(255, 255, 255, 0.8);
}
.ge-header__container {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.light-theme .ge-header__container {
    border-bottom: 1px solid #e8eaed;
}
.ge-header__logo {
    position: absolute;
    top: 16px;
    left: 60px;
    z-index: 2;
}
@media (min-width: 769px) {
    .ge-header__logo {
        left: 76px;
        z-index: 1;
    }
}
@media (min-width: 1024px) {
    .ge-header__logo {
        top: 20px;
        left: 32px;
    }
}
@media (min-width: 1280px) {
    .ge-header__logo {
        left: 80px;
    }
}
.ge-header__logo a {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}
.ge-header__logo__title {
    display: none;
}
.ge-header__logo__earth__image {
    max-width: 132px;
}
.ge-header__logo__earth__image--path {
    fill: #fff;
}
.light-theme .ge-header__logo__earth__image--path {
    fill: #5f6368;
}
.ge-header .ge-nav--desktop,
.ge-header .ge-nav__links {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.ge-header .ge-nav--desktop {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (min-width: 1024px) {
    .ge-header .ge-nav--desktop {
        padding: 0 33px 0 188px;
    }
}
@media (min-width: 1280px) {
    .ge-header .ge-nav--desktop {
        padding: 0 80px 0 260px;
    }
}
.ge-header .ge-nav__links {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    .ge-header .ge-nav__links__link {
        margin-right: 24px;
    }
}
@media (min-width: 1280px) {
    .ge-header .ge-nav__links__link {
        margin-right: 40px;
    }
}
.ge-header .ge-nav__links__link:last-child {
    margin-right: 0px;
}
.ge-header .ge-nav__links__link--active {
    position: relative;
}
.ge-header .ge-nav__links__link--active::after {
    display: -ms-flexbox;
    display: flex;
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.light-theme .ge-header .ge-nav__links__link--active::after {
    background-color: #1a73e8;
}
.ge-header .ge-nav__links__dropdown {
    margin-right: 16px;
}
html[dir='rtl'] .ge-header .ge-nav__links__link {
    margin-right: 0;
}
@media (min-width: 1024px) {
    html[dir='rtl'] .ge-header .ge-nav__links__link {
        margin-left: 24px;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl'] .ge-header .ge-nav__links__link {
        margin-left: 40px;
    }
}
html[dir='rtl'] .ge-header .ge-nav__links__link:last-child {
    margin-left: 0px;
}
.ge-hero {
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}
@media (min-width: 769px) {
    .ge-hero {
        margin-bottom: 40px;
    }
}
@media (min-width: 1280px) {
    .ge-hero {
        margin-bottom: 60px;
    }
}
.ge-hero .ge-chapter__title {
    font-size: 38px;
    line-height: 44px;
    max-width: 100%;
}
@media (min-width: 769px) {
    .ge-hero .ge-chapter__title {
        font-size: 60px;
        line-height: 70px;
    }
}
@media (min-width: 1280px) {
    .ge-hero .ge-chapter__title {
        font-size: 96px;
        line-height: 112px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-hero .ge-chapter__title {
        font-size: 38px;
        line-height: 44px;
    }
}
.ge-hero .ge-chapter__subtitle {
    font-size: 16px;
    line-height: 26px;
}
@media (min-width: 769px) {
    .ge-hero .ge-chapter__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}
.ge-hero__container {
    position: relative;
    z-index: 1;
}
.ge-hero__background-video .background-video__video,
.ge-hero__background-images .background-images__image {
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.ge-hero__background-video::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.42;
    z-index: 2;
}
.ge-hero--resources {
    margin: 0px;
    padding: 108px 16px 8px;
}
@media (min-width: 769px) {
    .ge-hero--resources {
        padding: 145px 32px 40px;
    }
}
@media (min-width: 1280px) {
    .ge-hero--resources {
        padding: 125px 80px 20px;
    }
}
.ge-hero--resources .ge-chapter {
    -ms-flex-align: center;
    align-items: center;
}
.ge-hero--resources .ge-chapter__title--large-hero {
    max-width: 1280px;
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .ge-hero--resources .ge-chapter__title--large-hero {
        font-size: 44px;
        line-height: 52px;
    }
}
@media (min-width: 1280px) {
    .ge-hero--resources .ge-chapter__title--large-hero {
        font-size: 80px;
        line-height: 93.3333333px;
    }
}
.ge-hero--resources .ge-chapter__title {
    animation: 300ms ease 0ms 1 normal both fadeInDown;
    animation-duration: 600ms;
    animation-delay: 250ms;
}
.ge-hero--resources + .ge-main {
    padding-top: 0px;
}
@media (min-width: 1024px) {
    .ge-hero__carousel {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .ge-hero__carousel::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
}
.ge-hero__slide {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    min-height: 640px;
}
@media (min-width: 480px) {
    .ge-hero__slide {
        min-height: 640px;
    }
}
.ge-hero__slide__background-images::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.42;
    z-index: 2;
}
.ge-hero__slide .ge-chapter__subtitle {
    opacity: 0;
}
.ge-hero__slide .background-images__image {
    background-size: cover;
}
.ge-hero__slide.previous {
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}
.ge-hero__slide.active {
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
}
.ge-hero__slide.active .ge-hero__slide__background-images {
    animation: 300ms ease 0ms 1 normal both fadeIn;
    animation-duration: 1000ms;
}
@media (min-width: 769px) {
    .ge-hero__slide.active
        .ge-hero__slide__background-images
        .background-images__image {
        animation: 300ms linear 0ms 1 normal both zoomIn;
        animation-duration: 5000ms;
    }
}
.ge-hero__slide.active .ge-chapter__subtitle {
    animation: 300ms ease 0ms 1 normal both fadeInDownThenDown;
    animation-duration: 5000ms;
    animation-delay: 125ms;
}
@media (min-width: 769px) {
    .ge-hero__slide--2.previous
        .ge-hero__slide__background-images
        .background-images__image {
        transform: scale(1.05);
        transition: all 0ms ease;
    }
}
@media (min-width: 769px) {
    .ge-hero__slide--2.active
        .ge-hero__slide__background-images
        .background-images__image {
        animation: 300ms linear 0ms 1 normal both zoomOut2;
        animation-duration: 5000ms;
        animation-fill-mode: forwards;
    }
}
.ge-hero .ge-carousel-pause .ge-hero__slide .ge-hero__slide__background-images,
.ge-hero .ge-carousel-pause .ge-hero__slide .background-images__image {
    animation-play-state: paused !important;
}
.ge-hero__chapter {
    width: 100%;
    height: 100%;
    min-height: 640px;
    z-index: 4;
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 769px) {
    .ge-hero__chapter {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 1280px) {
    .ge-hero__chapter {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-height: 640px) {
    .ge-hero__chapter {
        min-height: auto;
    }
}
.ge-hero__chapter .ge-chapter__title {
    margin-bottom: 24px;
}
@media (min-width: 1280px) {
    .ge-hero__chapter .ge-chapter__title {
        max-width: 844px;
    }
}
@media (min-width: 1280px) {
    .ge-hero__chapter .ge-chapter__title--wide {
        max-width: none;
    }
}
@media (min-width: 769px) {
    .ge-hero__chapter .ge-chapter__title:not([ge-word-wrap]) {
        animation: 300ms ease 0ms 1 normal both fadeInDown;
        animation-duration: 600ms;
        animation-delay: 250ms;
    }
}
.ge-hero__chapter .ge-chapter__subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
}
@media (min-width: 769px) {
    .ge-hero__chapter .ge-chapter__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 769px) {
    .ge-hero__chapter .ge-chapter__subtitle {
        animation: 300ms ease 0ms 1 normal both fadeInDown;
        animation-duration: 600ms;
        animation-delay: 500ms;
    }
}
@media (min-width: 1024px) {
    .ge-hero__chapter .ge-chapter__subtitle {
        margin-bottom: 48px;
    }
}
@media (min-width: 769px) {
    .ge-hero__chapter .ge-chapter__ctas {
        animation: 300ms ease 0ms 1 normal both fadeInDown;
        animation-duration: 600ms;
        animation-delay: 750ms;
    }
}
.ge-hero__chapter .ge-chapter__subtitle__options {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ge-hero__chapter .ge-chapter__subtitle__option {
    display: none;
    opacity: 0;
    width: 100%;
}
.ge-hero__chapter .ge-chapter__subtitle__option.active {
    display: -ms-flexbox;
    display: flex;
    animation: 300ms ease 0ms 1 normal both fadeInDownThenDown;
    animation-duration: 5000ms;
    animation-delay: 125ms;
}
.ge-hero .down-arrow {
    position: absolute;
    left: calc(50% - 24px);
    bottom: 10vh;
    width: 48px;
    height: 48px;
    font-size: 48px;
    cursor: default;
    transform-origin: center bottom;
    z-index: 150;
    color: #fff;
    animation: 1000ms ease 3000ms 1 normal both fadeInDown,
        1000ms ease 10000ms infinite normal forwards bounce;
}
.ge-hero .down-arrow:hover {
    cursor: pointer;
}
.ge-hero--home .ge-hero__container {
    height: 100vh;
    min-height: 568px;
    max-height: 960px;
    overflow: hidden;
    min-height: 640px;
}
@media (min-width: 1024px) {
    .ge-hero--home .ge-hero__container {
        max-height: none;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-hero--home .ge-hero__container {
        min-height: auto;
    }
}
.ge-hero--home .ge-hero__slide {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 769px) {
    .ge-hero--home .ge-hero__slide {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 1280px) {
    .ge-hero--home .ge-hero__slide {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.ge-hero--home .ge-hero__slides .ge-chapter {
    padding-top: 100px;
}
.ge-hero--home .ge-hero__slides .ge-chapter__title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 24px;
}
@media (min-width: 769px) {
    .ge-hero--home .ge-hero__slides .ge-chapter__title {
        font-size: 60px;
        line-height: 70px;
    }
}
@media (min-width: 1280px) {
    .ge-hero--home .ge-hero__slides .ge-chapter__title {
        font-size: 96px;
        line-height: 112px;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-hero--home .ge-hero__slides .ge-chapter__title {
        font-size: 38px;
        line-height: 44px;
    }
}
@media (min-width: 1280px) {
    .ge-hero--home .ge-hero__slides .ge-chapter__title {
        max-width: 844px;
    }
}
.ge-hero--home .ge-hero__slides .ge-chapter__subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
}
@media (min-width: 769px) {
    .ge-hero--home .ge-hero__slides .ge-chapter__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 1024px) {
    .ge-hero--home .ge-hero__slides .ge-chapter__subtitle {
        margin-bottom: 48px;
    }
}
.ge-hero--home .ge-chapter__ctas {
    -ms-flex-direction: row;
    flex-direction: row;
}
.ge-hero--home .ge-chapter__cta .cta-button {
    margin-right: 30px;
}
html[dir='rtl'] .ge-hero--home .ge-chapter__cta .cta-button {
    margin-left: 30px;
    margin-right: 0;
}
.ge-hero--home .ge-chapter__cta:last-child .cta-button {
    margin-right: 0px;
}
.ge-hero--parallax {
    position: fixed;
    width: 100%;
    transform: translateZ(0);
}
.ge-hero--parallax + .ge-main {
    position: relative;
    top: 100vh;
    padding-top: 24px;
    z-index: 2;
}
.dark-theme .ge-hero--parallax + .ge-main {
    background-color: #202124;
}
@media (min-width: 769px) {
    .ge-hero--parallax + .ge-main {
        padding-top: 65px;
    }
}
.ge-hero--parallax [ge-parallax-background] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
}
.ge-hero--parallax [ge-parallax-foreground] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
}
.ge-hero--text-clipping [ge-text-clipping],
.ge-hero--text-clipping .ge-hero__chapter {
    width: 100%;
}
@media (min-width: 1024px) {
    .ge-hero--text-clipping [ge-text-clipping],
    .ge-hero--text-clipping .ge-hero__chapter {
        height: calc(100vh - 65px);
        min-height: calc(640px - 65px);
    }
}
.ge-hero--text-clipping [ge-text-clipping] {
    height: 100%;
    position: relative;
    z-index: 4;
}
@media (min-width: 1024px) {
    .ge-hero--text-clipping [ge-text-clipping] {
        position: fixed;
        overflow: hidden;
        padding: 0 !important;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 65px;
        height: calc(100vh - 65px);
        min-height: calc(640px - 65px);
    }
}
.ge-hero--text-clipping .ge-hero__chapter {
    z-index: 1;
}
.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
.modal__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(32, 33, 36, 0.98);
}
.modal__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(60, 64, 67, 0.28);
    overflow: hidden;
    padding: 24px;
}
@media (min-width: 769px) {
    .modal__container {
        top: 50%;
        left: 50%;
        width: 680px;
        height: 600px;
        margin-top: calc(572 / 2 * -1px);
        margin-left: calc(680 / 2 * -1px);
        border-radius: 8px;
    }
}
.modal__close-button {
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 100%;
    border: 1px solid #dadce0;
    z-index: 5;
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
[dir='rtl'] .modal__close-button {
    left: 16px;
    right: auto;
}
.modal__close-button::before,
.modal__close-button::after {
    display: block;
    content: '';
    width: 2px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #5f6368;
}
.modal__close-button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__close-button:hover {
    cursor: pointer;
}
.modal .ge-chapter__download-modal {
    color: #202124;
}
.modal .ge-chapter__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    -ms-flex-order: 1;
    order: 1;
}
.modal .ge-chapter__subtitle,
.modal .ge-chapter__scroll-area,
.modal .ge-chapter__body,
.modal .ge-chapter__checkbox,
.modal .ge-chapter__radio {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}
.modal .ge-chapter__subtitle {
    -ms-flex-order: 2;
    order: 2;
}
.modal .ge-chapter__scroll-area {
    width: 100%;
    padding: 24px;
    background: #f8f9fa;
    border: 1px solid #e8eaed;
    overflow: hidden;
    -ms-flex: 1;
    flex: 1;
}
.modal .ge-chapter__scroll-area__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 30px;
}
.modal .ge-chapter__body {
    color: #202124;
    -ms-flex-order: 4;
    order: 4;
}
.modal .ge-chapter__checkbox {
    -ms-flex-order: 5;
    order: 5;
}
.modal .ge-chapter__radio__label {
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-bottom: 5px;
}
.modal .ge-chapter__radio__options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal .ge-chapter__radio__option {
    margin-bottom: 5px;
}
.modal .ge-chapter__radio__option__input {
    margin-right: 5px;
}
.modal .ge-chapter__ctas {
    -ms-flex-order: 6;
    order: 6;
}
.modal.active {
    display: block;
}
.modal.active .modal__background {
    animation: 300ms ease 0ms 1 normal both fadeIn;
}
.modal.active .modal__container {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 450ms;
    animation-delay: 300ms;
}
.modal__download-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.modal__download-form .ge-chapter__title a,
.modal__download-form .ge-chapter__subtitle a,
.modal__download-form .ge-chapter__body a,
.modal__download-form .ge-chapter__checkbox a,
.modal__download-form .ge-chapter__radio a {
    color: #4285f4;
    text-decoration: none;
}
.modal__download-form .ge-chapter__scroll-area {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.modal__download-form .ge-chapter__scroll-area iframe {
    position: absolute;
    border: 0 none;
    background: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal__download-form .ge-chapter__download-modal {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.modal__download-form .ge-chapter__download-modal--1 {
    -ms-flex-order: 1;
    order: 1;
}
.modal__download-form .ge-chapter__download-modal--2 {
    -ms-flex-order: 3;
    order: 3;
}
.modal__download-form .ge-chapter__download-modal--2 .ge-chapter__body {
    -ms-flex-order: 1;
    order: 1;
}
.modal__download-form .ge-chapter__download-modal--2 .ge-chapter__checkbox {
    -ms-flex-order: 2;
    order: 2;
}
.modal__download-form .ge-chapter__download-modal--2 .ge-chapter__radio {
    -ms-flex-order: 3;
    order: 3;
}
.modal__download-form
    .ge-chapter__download-modal--2
    .ge-chapter__radio--linux-options {
    display: none;
}
.modal__download-form
    .ge-chapter__download-modal--2
    .ge-chapter__radio--linux-options.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal__download-form .ge-chapter__download-modal--2 .ge-chapter__ctas {
    -ms-flex-order: 4;
    order: 4;
}
.ge-nav__links,
.ge-nav__links__dropdown__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ge-nav__links__link {
    font-size: 16px;
    line-height: 26px;
}
.ge-nav__links__link a {
    color: #fff;
    text-decoration: none;
}
.light-theme .ge-nav__links__link a {
    color: #5f6368;
}
.ge-nav__links__dropdown {
    display: block;
    position: relative;
}
.ge-nav__links__dropdown.active .ge-nav__links__dropdown__list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.ge-nav__links__dropdown__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.ge-nav__links__dropdown__title::after {
    position: relative;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ge-nav__links__dropdown__title:hover {
    cursor: pointer;
}
.light-theme .ge-nav__links__dropdown__title {
    color: #5f6368;
}
.light-theme .ge-nav__links__dropdown__title::after {
}
.ge-nav__links__dropdown__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 3px;
    pointer-events: none;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 150ms ease-out;
    padding: 8px 0;
    width: 250px;
}
.ge-nav__links__dropdown__list li,
.ge-nav__links__dropdown__list a {
    height: 48px;
    line-height: 48px;
    color: #202124;
    letter-spacing: 0.025em;
    font-size: 14px;
    font-weight: 400;
}
.ge-nav__links__dropdown__list a {
    display: block;
    width: 100%;
    padding: 0 32px;
    text-decoration: none;
}
.ge-nav__links__dropdown__list a:hover {
    background-color: #f1f3f4;
}
.ge-nav--desktop {
    display: none;
}
@media (min-width: 1024px) {
    .ge-nav--desktop {
        display: -ms-flexbox;
        display: flex;
    }
}
.ge-nav--mobile {
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 1024px) {
    .ge-nav--mobile {
        display: none;
    }
}
.ge-nav--mobile {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ge-nav--mobile.active {
    z-index: 3;
}
.ge-nav--mobile.active .ge-nav__close-icon {
    display: -ms-flexbox;
    display: flex;
}
.ge-nav--mobile .ge-nav__menu-icon {
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
}
@media (min-width: 769px) {
    .ge-nav--mobile .ge-nav__menu-icon {
        left: 32px;
    }
}
.ge-nav--mobile .ge-nav__menu-icon:hover {
    cursor: pointer;
}
.ge-nav--mobile .ge-nav__menu-icon svg {
    width: 100%;
    height: 100%;
}
.ge-nav--mobile .ge-nav__menu-icon svg .ge-nav__menu-icon--path {
    fill: #fff;
}
.light-theme .ge-nav--mobile .ge-nav__menu-icon svg .ge-nav__menu-icon--path {
    fill: #5f6368;
}
.ge-nav--mobile .ge-nav__menu--off-canvas {
    background-color: #fff;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    left: -265px;
    overflow: auto;
    position: fixed;
    top: 0px;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.25s ease-out 0s;
    width: 265px;
    z-index: 100;
}
.ge-nav--mobile .ge-nav__menu--off-canvas.active {
    transform: translate3d(100%, 0px, 0px) !important;
}
.ge-nav--mobile .ge-nav__close-icon {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 90;
}
.ge-nav--mobile .ge-nav__menu__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    margin-bottom: 21px;
    border-bottom: 1px solid #dadce0;
    padding: 5px 16px 0px;
}
.ge-nav--mobile .ge-nav__menu__logo svg {
    width: 112.5px;
    height: 21px;
}
.ge-nav--mobile .ge-nav__links {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ge-nav--mobile .ge-nav__links__link {
    cursor: pointer;
    padding: 0px 16px;
}
.ge-nav--mobile .ge-nav__links__link--active {
    background-color: #f1f3f4;
}
.ge-nav--mobile .ge-nav__links__link--active::after {
    display: none;
}
.ge-nav--mobile .ge-nav__links__link,
.ge-nav--mobile .ge-nav__links__link a {
    display: block;
    width: 100%;
    height: 48px;
    color: #202124;
    font-size: 14px;
    line-height: 24px;
    line-height: 48px;
}
.ge-nav--mobile .ge-nav__links__link--dropdown {
    height: auto;
}
.ge-nav--mobile .ge-nav__links__link__title:hover {
    cursor: default;
}
.ge-nav--mobile .ge-nav__links__link__list {
    padding: 0;
}
.ge-nav--mobile .ge-nav__links__link__list .ge-nav__links__link a {
    color: #5f6368;
}
.ge-nav--mobile .ge-nav__links__button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 22px 16px;
    border-top: 1px solid #dadce0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-nav--mobile .ge-nav__links__button {
        position: relative;
    }
}
.ge-nav--mobile .ge-nav__links__button .cta-button {
    font-size: 14px;
    line-height: 24px;
    width: 160px;
    height: 47px;
}
.ge-nav--mobile .ge-nav__links__button .cta-button.ge-button--play-store {
    width: 175px;
    height: 68px;
    top: 0;
    left: 0;
    margin: -12px 0;
}
[lang='uk'] .ge-nav__links__dropdown__list {
    width: 310px;
}
[lang='uk'] .ge-nav--mobile .ge-nav__menu--off-canvas {
    left: -275px;
    width: 275px;
}
.ge-section-carousel {
    position: relative;
    padding: 10px 16px;
}
@media (min-width: 769px) {
    .ge-section-carousel {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.ge-section-carousel__container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) {
    .ge-section-carousel__container {
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 480px;
    }
}
@media (min-width: 1024px) {
    .ge-section-carousel__container {
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 566px;
        padding: 0 32px;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel__container {
        min-height: 700px;
        padding: 0;
    }
}
.ge-section-carousel__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: all 300ms ease;
}
@media (min-width: 1280px) {
    .ge-section-carousel__slide {
        opacity: 1;
        display: none;
        width: 100%;
        height: calc(562 / 1280 * 100vw);
        max-height: 562px;
    }
}
.ge-section-carousel__slide.previous {
    z-index: 1;
}
@media (min-width: 1280px) {
    .ge-section-carousel__slide.previous {
        display: -ms-flexbox;
        display: flex;
    }
}
.ge-section-carousel__slide.active {
    z-index: 2;
    opacity: 1;
}
@media (min-width: 1280px) {
    .ge-section-carousel__slide.active {
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 769px) {
    .ge-section-carousel__slide.active
        .ge-section-carousel__slide__background-images {
        animation: 300ms ease 0ms 1 normal both zoomOut;
        animation-duration: 1000ms;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel__slide.active
        .ge-section-carousel__slide__background-images {
        animation: 300ms ease 0ms 1 normal both fadeIn;
        animation-duration: 1000ms;
    }
}
.ge-section-carousel__slide.active .ge-chapter__title,
.ge-section-carousel__slide.active .ge-chapter__body {
    animation: 300ms ease 0ms 1 normal both fadeInDown;
}
.ge-section-carousel__slide.active .ge-chapter__title {
    animation-delay: 750ms;
}
.ge-section-carousel__slide.active .ge-chapter__body {
    animation-delay: 1000ms;
}
.ge-section-carousel__slides {
    position: relative;
    z-index: 1;
}
@media (min-width: 1280px) {
    .ge-section-carousel__slides {
        height: calc(562 / 1280 * 100vw);
        max-height: 562px;
    }
}
.ge-section-carousel__slide__chapter {
    position: static;
}
@media (min-width: 1024px) {
    .ge-section-carousel__slide__chapter {
        max-width: calc(796 / 1024 * 100vw);
        min-height: 160px;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel__slide__chapter {
        position: relative;
        -ms-flex-item-align: end;
        align-self: flex-end;
        max-width: 400px;
        margin-right: calc(190 / 1280 * 100vw);
    }
}
@media (min-width: 1024px) {
    .ge-section-carousel__slide__background-images {
        position: relative;
        width: calc(796 / 1024 * 100vw);
        height: calc(304 / 1024 * 100vw);
        margin-bottom: 24px;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel__slide__background-images {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        margin-bottom: 0px;
    }
    .ge-section-carousel__slide__background-images::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0.42;
        z-index: 2;
    }
    .ge-section-carousel__slide__background-images::after {
        opacity: 0.75;
    }
}
.ge-section-carousel__slide__background-images .background-images__image {
    background-size: cover;
}
.ge-section-carousel__video__button.video__button {
    top: calc(154 / 452 * 100%);
}
@media (min-width: 1280px) {
    .ge-section-carousel__video__button.video__button {
        top: 50%;
        left: -100%;
    }
}
@media (max-width: 768px) {
    .ge-section-carousel--overview {
        display: none;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel--overview {
        padding-bottom: 0;
    }
}
@media (min-width: 769px) {
    .ge-section-carousel--overview .ge-section-carousel__container {
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 480px;
    }
}
@media (min-width: 1024px) {
    .ge-section-carousel--overview .ge-section-carousel__container {
        -ms-flex-align: start;
        align-items: flex-start;
        min-height: 566px;
        padding: 0 32px;
    }
}
@media (min-width: 1280px) {
    .ge-section-carousel--overview .ge-section-carousel__container {
        height: auto;
        min-height: auto;
        padding: 0;
    }
}
.ge-section-carousel__pagination {
    display: -ms-flexbox;
    display: flex;
}
.ge-section-carousel__pagination__prev,
.ge-section-carousel__pagination__next {
    position: absolute;
    top: calc(((304 - 56) / 2) / 1024 * 100vw);
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    z-index: 3;
}
@media (min-width: 1280px) {
    .ge-section-carousel__pagination__prev,
    .ge-section-carousel__pagination__next {
        top: 50%;
        transform: translateY(-50%);
    }
}
.ge-section-carousel__pagination__prev::before,
.ge-section-carousel__pagination__prev::after,
.ge-section-carousel__pagination__next::before,
.ge-section-carousel__pagination__next::after {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 13px;
    background-color: #202124;
}
.ge-section-carousel__pagination__prev::before,
.ge-section-carousel__pagination__next::before {
    top: 32%;
}
.ge-section-carousel__pagination__prev::after,
.ge-section-carousel__pagination__next::after {
    top: 47%;
}
.ge-section-carousel__pagination__prev:hover,
.ge-section-carousel__pagination__next:hover {
    cursor: pointer;
}
.ge-section-carousel__pagination__prev {
    left: 32px;
}
.ge-section-carousel__pagination__prev::before,
.ge-section-carousel__pagination__prev::after {
    left: 47%;
}
.ge-section-carousel__pagination__prev::before {
    transform: rotate(45deg);
}
.ge-section-carousel__pagination__prev::after {
    transform: rotate(-45deg);
}
.ge-section-carousel__pagination__next {
    right: 32px;
}
.ge-section-carousel__pagination__next::before,
.ge-section-carousel__pagination__next::after {
    left: 53%;
}
.ge-section-carousel__pagination__next::before {
    transform: rotate(-45deg);
}
.ge-section-carousel__pagination__next::after {
    transform: rotate(45deg);
}
html[dir='rtl'] .ge-section-carousel__slide__chapter {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.ge-section-masonry {
    position: relative;
    padding: 10px 16px;
}
@media (min-width: 769px) {
    .ge-section-masonry {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1280px) {
    .ge-section-masonry {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.ge-section-masonry__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.ge-section-masonry__container .slick-slider {
    position: relative;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.ge-section-masonry__container .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 -20px;
    padding: 0;
}
.ge-section-masonry__container .slick-slider .slick-list:focus {
    outline: none;
}
.ge-section-masonry__container .slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.ge-section-masonry__container .slick-slider .slick-track,
.ge-section-masonry__container .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}
.ge-section-masonry__container .slick-slider .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.ge-section-masonry__container .slick-slider .slick-track:before,
.ge-section-masonry__container .slick-slider .slick-track:after {
    content: '';
    display: table;
}
.ge-section-masonry__container .slick-slider .slick-track:after {
    clear: both;
}
.ge-section-masonry__container .slick-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
.ge-section-masonry__container .slick-slider .slick-slide img {
    display: block;
}
.ge-section-masonry__container .slick-slider .slick-slide.slick-loading img {
    display: none;
}
.ge-section-masonry__container .slick-slider .slick-slide.dragging img {
    pointer-events: none;
}
.ge-section-masonry__container .slick-slider [dir='rtl'] .slick-slide {
    float: right;
}
.ge-section-masonry__container .slick-slider .slick-arrow.slick-hidden {
    display: none;
}
.ge-section-masonry__container .slick-slider.slick-initialized .slick-slide {
    display: -ms-flexbox;
    display: flex;
}
.ge-section-masonry__container .slick-slider.slick-loading .slick-slide {
    visibility: hidden;
}
.ge-section-masonry__container .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.ge-section-masonry__container .slick-slider.slick-loading .slick-track {
    visibility: hidden;
}
.ge-section-masonry__chapter {
    width: 100%;
}
@media (max-width: 768px) {
    .ge-section-masonry__chapter {
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 38px;
    }
}
@media (min-width: 769px) {
    .ge-section-masonry__chapter {
        -ms-flex-order: 1;
        order: 1;
        max-width: calc(465 / 768 * 100vw);
        margin-bottom: 48px;
    }
}
@media (min-width: 1024px) {
    .ge-section-masonry__chapter {
        max-width: calc(632 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section-masonry__chapter {
        max-width: 995px;
    }
}
.ge-section-masonry__chapter .ge-chapter__title,
.ge-section-masonry__chapter .ge-chapter__body {
    width: 100%;
}
@media (min-width: 769px) {
    .ge-section-masonry__chapter .ge-chapter__title,
    .ge-section-masonry__chapter .ge-chapter__body {
        text-align: center;
    }
}
.ge-section-masonry__cards {
    width: 100%;
    margin: -4px;
}
@media (min-width: 1024px) {
    .ge-section-masonry__cards {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        -ms-grid-rows: calc(230 / 1024 * 100vw) calc(230 / 1024 * 100vw);
        grid-template-rows: calc(230 / 1024 * 100vw) calc(230 / 1024 * 100vw);
        padding: 0 32px;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 1280px) {
    .ge-section-masonry__cards {
        max-width: 1440px;
        -ms-grid-rows: 312px 312px;
        grid-template-rows: 312px 312px;
        padding: 0 80px;
    }
}
.ge-section-masonry__card {
    position: relative;
    margin: 4px;
}
.ge-section-masonry__card::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    opacity: 0;
    transition: all 500ms ease;
    background-image: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.3) 33%,
        rgba(0, 0, 0, 0.16) 97%
    );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}
.ge-section-masonry__card .ge-section-masonry__card__chapter {
    transition: all 450ms ease;
    transform: translateY(5%);
    opacity: 0;
}
.ge-section-masonry__card:hover {
    cursor: pointer;
}
.ge-section-masonry__card:hover::after {
    opacity: 1;
}
.ge-section-masonry__card:hover .ge-section-masonry__card__chapter {
    opacity: 1;
}
.ge-section-masonry__card:hover .ge-section-masonry__card__chapter {
    transform: translateY(0%);
    transition-delay: 150ms;
}
@media (min-width: 1024px) {
    .ge-section-masonry__card--2x2 {
        grid-area: 1 / 1 / 3 / 3;
    }
}
.ge-section-masonry__card--1x1 .ge-chapter__body {
    display: none;
}
.ge-section-masonry__card--1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column-span: 2;
}
.ge-section-masonry__card--2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.ge-section-masonry__card--3 {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
}
.ge-section-masonry__card--4 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}
.ge-section-masonry__card--5 {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
}
.ge-section-masonry__card__url {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.ge-section-masonry__card__background-images {
    z-index: 1;
}
.ge-section-masonry__card__chapter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    transition: all 500ms ease;
    z-index: 3;
}
@media (min-width: 1280px) {
    .ge-section-masonry__card__chapter .ge-chapter__title {
        font-size: 32px;
        line-height: 40px;
    }
}
.ge-section-masonry__card__chapter .ge-chapter__title,
.ge-section-masonry__card__chapter .ge-chapter__body {
    width: 100%;
}
@media (min-width: 1024px) {
    .ge-section-masonry__card__chapter .ge-chapter__title,
    .ge-section-masonry__card__chapter .ge-chapter__body {
        margin-bottom: 9px;
    }
}
@media (min-width: 1280px) {
    .ge-section-masonry__card__chapter .ge-chapter__title,
    .ge-section-masonry__card__chapter .ge-chapter__body {
        margin-bottom: 16px;
    }
}
.ge-section-masonry .background-images__image {
    background-size: cover;
}
.ge-section-masonry .ge-section-masonry__mobile__cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    -ms-flex-order: 1;
    order: 1;
}
@media (min-width: 769px) {
    .ge-section-masonry .ge-section-masonry__mobile__cards {
        -ms-flex-order: 2;
        order: 2;
    }
}
.ge-section-masonry .ge-section-masonry__mobile__cards::-webkit-scrollbar {
    display: none;
}
.ge-section-masonry .ge-section-masonry__mobile__cards::before,
.ge-section-masonry .ge-section-masonry__mobile__cards::after {
    content: '';
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
}
@media (min-width: 769px) {
    .ge-section-masonry .ge-section-masonry__mobile__cards::before,
    .ge-section-masonry .ge-section-masonry__mobile__cards::after {
        -ms-flex: 0;
        flex: 0;
    }
}
.ge-section-masonry
    .ge-section-masonry__mobile__cards
    .ge-section-masonry__mobile__card {
    position: relative;
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(288 / 320 * 100vw);
    height: 224px;
    margin-right: 8px;
    padding: 16px;
    transition: opacity 750ms ease, transform 750ms ease;
    transition-delay: 250ms;
    opacity: 0.3;
    transform: scale(1);
}
@media (min-width: 769px) {
    .ge-section-masonry
        .ge-section-masonry__mobile__cards
        .ge-section-masonry__mobile__card {
        width: calc(468 / 768 * 100vw);
        margin-right: 16px;
    }
}
.ge-section-masonry
    .ge-section-masonry__mobile__cards
    .ge-section-masonry__mobile__card
    .ge-chapter__title {
    margin-bottom: 10px;
}
.ge-section-masonry
    .ge-section-masonry__mobile__cards
    .ge-section-masonry__mobile__card
    .ge-chapter__body {
    display: none;
}
.ge-section-masonry
    .ge-section-masonry__mobile__cards
    .ge-section-masonry__mobile__card.slick-center {
    opacity: 1;
    transform: scale(1);
    transition-delay: 250ms;
}
.ge-section-masonry
    .ge-section-masonry__mobile__cards
    .ge-section-masonry__mobile__card.slick-center
    .ge-section-masonry__card__chapter {
    opacity: 1;
}
.ge-section-masonry .ge-section-masonry__mobile__pagination {
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 24px;
}
@media (min-width: 769px) {
    .ge-section-masonry .ge-section-masonry__mobile__pagination {
        display: none;
    }
}
.ge-section-masonry .ge-section-masonry__mobile__pagination .slick-dots {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.ge-section-masonry .ge-section-masonry__mobile__pagination .slick-dots li {
    margin-right: 8px;
}
.ge-section-masonry
    .ge-section-masonry__mobile__pagination
    .slick-dots
    li
    button {
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 300ms ease;
}
.ge-section-masonry
    .ge-section-masonry__mobile__pagination
    .slick-dots
    li
    button:hover {
    cursor: pointer;
}
.ge-section-masonry
    .ge-section-masonry__mobile__pagination
    .slick-dots
    li:last-child {
    margin-right: 0;
}
.ge-section-masonry
    .ge-section-masonry__mobile__pagination
    .slick-dots
    li.slick-active
    button {
    background-color: #fff;
}
@media (min-width: 769px) {
    html[dir='rtl'] .ge-section-masonry__chapter .ge-chapter__title,
    html[dir='rtl'] .ge-section-masonry__chapter .ge-chapter__body {
        text-align: center;
    }
}
.ge-section-touts {
    min-height: 1px;
    position: relative;
    padding: 10px 16px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: content-box;
}
@media (min-width: 769px) {
    .ge-section-touts {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media (min-width: 769px) {
    .ge-section-touts {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts {
        padding-left: 80px;
        padding-right: 80px;
    }
}
.ge-section-touts__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
.ge-section-touts__chapter {
    width: 100%;
}
@media (min-width: 769px) {
    .ge-section-touts__chapter {
        margin-bottom: 48px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts__chapter {
        margin-bottom: 80px;
    }
}
.ge-section-touts__list {
    min-height: 1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    padding-left: 0px;
    margin: 0;
    width: 100%;
}
@media (min-width: 769px) {
    .ge-section-touts__list {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.ge-section-touts__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
}
@media (max-width: 768px) {
    .ge-section-touts__item {
        margin-bottom: 24px;
    }
}
@media (min-width: 769px) {
    .ge-section-touts__item {
        margin-right: 16px;
    }
}
@media (min-width: 1024px) {
    .ge-section-touts__item {
        margin-right: 24px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts__item {
        margin-right: 28px;
    }
}
.ge-section-touts__item:last-child {
    margin-right: 0;
}
.ge-section-touts__item--card {
    background-color: #fff;
}
.ge-section-touts__item--card .ge-chapter {
    padding: 16px;
}
@media (min-width: 769px) {
    .ge-section-touts__item--card .ge-chapter {
        padding: 24px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts__item--card .ge-chapter {
        padding: 40px;
    }
}
.ge-section-touts__item--card .ge-chapter__body {
    margin-bottom: 16px;
    padding-right: 16px;
}
@media (min-width: 769px) {
    .ge-section-touts__item--card .ge-chapter__body {
        margin-bottom: 24px;
        padding-right: 24px;
    }
}
.ge-section-touts__item--card .ge-chapter__images {
    margin: -16px -16px 6px;
    width: calc(100% + 32px);
    min-height: 1px;
}
@media (min-width: 769px) {
    .ge-section-touts__item--card .ge-chapter__images {
        margin: -24px -24px 14px;
        width: calc(100% + 48px);
    }
}
@media (min-width: 1280px) {
    .ge-section-touts__item--card .ge-chapter__images {
        margin: -40px -40px 30px;
        width: calc(100% + 80px);
    }
}
.ge-section-touts__item--card .ge-button--link {
    color: #1a73e8;
}
.ge-section-touts__item .ge-chapter__body {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.ge-section-touts__item__chapter .ge-chapter__images {
    display: inline-block;
}
@media (min-width: 1024px) {
    .ge-section-touts__item__chapter .ge-chapter__images {
        margin-bottom: 22px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts__item__chapter .ge-chapter__images {
        margin-bottom: 40px;
    }
}
@media (min-width: 1024px) {
    .ge-section-touts__item__chapter .ge-chapter__subtitle {
        margin-bottom: 16px;
    }
}
.ge-section-touts--devices .ge-section-touts__item .ge-chapter__title,
.ge-section-touts--resources .ge-section-touts__item .ge-chapter__title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
@media (min-width: 769px) {
    .ge-section-touts--devices .ge-section-touts__item .ge-chapter__title,
    .ge-section-touts--resources .ge-section-touts__item .ge-chapter__title {
        font-size: 18px;
        line-height: 30px;
    }
}
.ge-section-touts--devices .ge-section-touts__item .ge-chapter__body,
.ge-section-touts--resources .ge-section-touts__item .ge-chapter__body {
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 1024px) {
    .ge-section-touts--devices .ge-section-touts__item .ge-chapter__body,
    .ge-section-touts--resources .ge-section-touts__item .ge-chapter__body {
        font-size: 16px;
        line-height: 26px;
    }
}
@media (max-width: 768px) {
    .ge-section-touts--outreach-education,
    .ge-section-touts--resources {
        margin: 0;
    }
}
.ge-section-touts--outreach-education.inview
    .ge-section-touts__item:nth-child(1),
.ge-section-touts--resources.inview .ge-section-touts__item:nth-child(1) {
    animation-delay: 600ms;
}
.ge-section-touts--outreach-education.inview
    .ge-section-touts__item:nth-child(2),
.ge-section-touts--resources.inview .ge-section-touts__item:nth-child(2) {
    animation-delay: 900ms;
}
.ge-section-touts--outreach-education.inview
    .ge-section-touts__item:nth-child(3),
.ge-section-touts--resources.inview .ge-section-touts__item:nth-child(3) {
    animation-delay: 1200ms;
}
.ge-section-touts--outreach-education.inview
    .ge-section-touts__item:nth-child(4),
.ge-section-touts--resources.inview .ge-section-touts__item:nth-child(4) {
    animation-delay: 1500ms;
}
.ge-section-touts--outreach-education.inview
    .ge-section-touts__item:nth-child(5),
.ge-section-touts--resources.inview .ge-section-touts__item:nth-child(5) {
    animation-delay: 1800ms;
}
@media (min-width: 1280px) {
    .ge-section-touts--resources {
        padding-top: 20px;
    }
}
@media (min-width: 769px) {
    .ge-section-touts--resources .ge-section-touts__container {
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media (min-width: 769px) {
    .ge-section-touts--resources .ge-section-touts__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.ge-section-touts--resources .ge-section-touts__item {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
@media (min-width: 769px) {
    .ge-section-touts--resources .ge-section-touts__item {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: calc(50% - 16px);
        margin-bottom: 16px;
    }
}
@media (min-width: 1024px) {
    .ge-section-touts--resources .ge-section-touts__item {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: calc(50% - 24px);
        margin-bottom: 24px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts--resources .ge-section-touts__item {
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        margin-bottom: 0px;
    }
}
@media (min-width: 769px) {
    .ge-section-touts--resources .ge-section-touts__item:nth-child(even) {
        margin-right: 0;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts--resources .ge-section-touts__item:nth-child(even) {
        margin-right: 28px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts--resources .ge-section-touts__item:last-child {
        margin-right: 0;
    }
}
.ge-section-touts--resources .ge-section-touts__item .ge-chapter__images {
    margin: 0;
}
@media (min-width: 769px) {
    .ge-section-touts--resources .ge-section-touts__chapter {
        margin-bottom: 20px;
    }
}
.ge-section-touts--devices {
    margin-bottom: 40px;
}
@media (min-width: 769px) {
    .ge-section-touts--devices {
        margin-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .ge-section-touts--devices .ge-section-touts__item {
        margin-bottom: 40px;
    }
}
.ge-section-touts--devices .ge-chapter__images {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
}
@media (min-width: 769px) {
    .ge-section-touts--devices .ge-chapter__images {
        width: 58px;
        height: 58px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts--devices .ge-chapter__images {
        width: 72px;
        height: 72px;
        margin-bottom: 40px;
    }
}
.ge-section-touts--devices .ge-chapter__body {
    margin-bottom: 40px;
}
.ge-section-touts--devices .ge-chapter__cta .cta__item {
    margin-bottom: 0;
}
.ge-section-touts--devices-versions {
    box-sizing: border-box;
}
@media (min-width: 1024px) {
    .ge-section-touts--devices-versions {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}
.ge-section-touts--devices-versions .ge-section-touts__item {
    -ms-flex-pack: center;
    justify-content: center;
}
.ge-section-touts--devices-versions .ge-section-touts__item__chapter {
    display: block;
    text-align: center;
}
@media (min-width: 1024px) {
    .ge-section-touts--devices-versions .ge-chapter__subtitle {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts--devices-versions .ge-chapter__subtitle {
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 769px) {
    .ge-section-touts--devices-thank-you {
        padding-bottom: 80px;
    }
}
@media (min-width: 1280px) {
    .ge-section-touts--devices-thank-you {
        padding-bottom: 120px;
    }
}
.ge-section-touts--devices-thank-you.inview
    .ge-section-touts__item:nth-child(1) {
    animation-delay: 300ms;
}
.ge-section-touts--devices-thank-you.inview
    .ge-section-touts__item:nth-child(2) {
    animation-delay: 600ms;
}
.ge-section-touts--devices-thank-you.inview
    .ge-section-touts__item:nth-child(3) {
    animation-delay: 900ms;
}
.ge-section-touts--devices-thank-you.inview
    .ge-section-touts__item:nth-child(4) {
    animation-delay: 1200ms;
}
.ge-section-touts--devices-thank-you.inview
    .ge-section-touts__item:nth-child(5) {
    animation-delay: 1500ms;
}
@media (min-width: 769px) {
    html[dir='rtl'] .ge-section-touts__item {
        margin-right: 0;
        margin-left: 16px;
    }
}
@media (min-width: 1024px) {
    html[dir='rtl'] .ge-section-touts__item {
        margin-left: 24px;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl'] .ge-section-touts__item {
        margin-left: 28px;
    }
}
html[dir='rtl'] .ge-section-touts__item--card .ge-chapter__body {
    padding-right: 0;
    padding-left: 16px;
}
@media (min-width: 769px) {
    html[dir='rtl'] .ge-section-touts__item--card .ge-chapter__body {
        padding-right: 0;
        padding-left: 24px;
    }
}
html[dir='rtl'] .ge-section-touts__item:last-child {
    margin-left: 0;
}
html[dir='rtl'] .ge-section-touts__list {
    padding-right: 0px;
}
@media (min-width: 769px) {
    html[dir='rtl']
        .ge-section-touts--resources
        .ge-section-touts__item:nth-child(even) {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl']
        .ge-section-touts--resources
        .ge-section-touts__item:nth-child(even) {
        margin-left: 28px;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl']
        .ge-section-touts--resources
        .ge-section-touts__item:last-child {
        margin-left: 0;
    }
}
.ge-section {
    position: relative;
    padding: 10px 16px;
}
@media (min-width: 769px) {
    .ge-section {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1280px) {
    .ge-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.ge-section__container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}
@media (min-width: 769px) {
    .ge-section__container {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 700px;
        min-height: 480px;
    }
}
.ge-section__item {
    position: relative;
    width: 100%;
    -ms-flex: 1;
    flex: 1;
}
.ge-section__item--order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.ge-section__item--order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.ge-section__item--order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.ge-section__item--order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.ge-section__item--order-5 {
    -ms-flex-order: 5;
    order: 5;
}
@media (min-width: 769px) {
    .ge-section__item__chapter,
    .ge-section__item__chapter--right {
        padding-left: 77px;
        padding-right: 32px;
    }
}
@media (min-width: 1024px) {
    .ge-section__item__chapter,
    .ge-section__item__chapter--right {
        padding-left: 60px;
        padding-right: 140px;
    }
}
@media (min-width: 1280px) {
    .ge-section__item__chapter,
    .ge-section__item__chapter--right {
        padding-left: 140px;
        padding-right: 190px;
    }
}
@media (min-width: 769px) {
    .ge-section__item__chapter--left {
        padding-right: 77px;
        padding-left: 32px;
    }
}
@media (min-width: 1024px) {
    .ge-section__item__chapter--left {
        padding-right: 60px;
        padding-left: 140px;
    }
}
@media (min-width: 1280px) {
    .ge-section__item__chapter--left {
        padding-right: 140px;
        padding-left: 190px;
    }
}
@media (min-width: 1024px) {
    .ge-section__item__chapter {
        max-width: 720px;
    }
}
.ge-section__item__chapter .ge-chapter__title,
.ge-section__item__chapter .ge-chapter__body {
    width: 100%;
}
@media (min-width: 769px) {
    .ge-section__item__chapter .ge-chapter__title,
    .ge-section__item__chapter .ge-chapter__body {
        max-width: 464px;
    }
}
@media (min-width: 1024px) {
    .ge-section__item__chapter .ge-chapter__title,
    .ge-section__item__chapter .ge-chapter__body {
        max-width: 844px;
    }
}
@media (max-width: 768px) {
    .ge-section__item__chapter .ge-chapter__title {
        margin-bottom: 16px;
    }
}
@media (max-width: 768px) {
    .ge-section__item__chapter .ge-chapter__body {
        margin-bottom: 40px;
    }
}
@media (min-width: 769px) {
    .ge-section__item__chapter .ge-chapter__body {
        margin-bottom: 22px;
    }
}
@media (min-width: 1024px) {
    .ge-section__item__chapter .ge-chapter__body {
        margin-bottom: 48px;
    }
}
.ge-section__item__chapter > div:last-child {
    margin-bottom: 0;
}
.ge-section__item--full-width {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .ge-section__item--full-width {
        padding: 16px;
    }
}
.ge-section__item--full-width
    .ge-section__item__background-images
    .background-images__image {
    background-size: cover;
}
.ge-section__item--centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.ge-section__item--centered .ge-section__item__chapter {
    padding: 0;
}
@media (min-width: 769px) {
    .ge-section__item--centered .ge-section__item__chapter {
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 769px) {
    .ge-section__item--centered .ge-chapter__title,
    .ge-section__item--centered .ge-chapter__body {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.ge-section--hero {
    padding-top: 30px;
}
@media (min-width: 769px) {
    .ge-section--hero {
        padding-top: 80px;
    }
}
@media (min-width: 1280px) {
    .ge-section--hero {
        padding-top: 130px;
    }
}
@media (max-width: 768px) {
    .ge-section--explore .ge-section__item--image-only,
    .ge-section--measure .ge-section__item--image-only,
    .ge-section--chrome .ge-section__item--image-only,
    .ge-section--apps .ge-section__item--image-only,
    .ge-section--pro .ge-section__item--image-only {
        height: calc(224 / 320 * 100vw);
        margin-bottom: 24px;
        -ms-flex: auto;
        flex: auto;
    }
}
@media (min-width: 769px) {
    .ge-section--explore .ge-section__item--image-only,
    .ge-section--measure .ge-section__item--image-only,
    .ge-section--chrome .ge-section__item--image-only,
    .ge-section--apps .ge-section__item--image-only,
    .ge-section--pro .ge-section__item--image-only {
        margin-top: -50%;
    }
}
@media (min-width: 1280px) {
    .ge-section--explore .ge-section__item--image-only,
    .ge-section--measure .ge-section__item--image-only,
    .ge-section--chrome .ge-section__item--image-only,
    .ge-section--apps .ge-section__item--image-only,
    .ge-section--pro .ge-section__item--image-only {
        margin-top: -687px;
    }
}
@media (max-width: 768px) {
    .ge-section--explore .ge-section__item--order-2,
    .ge-section--measure .ge-section__item--order-2,
    .ge-section--chrome .ge-section__item--order-2,
    .ge-section--apps .ge-section__item--order-2,
    .ge-section--pro .ge-section__item--order-2 {
        margin-bottom: 24px;
    }
}
.ge-section .background-video__video {
    display: none;
    -o-object-fit: cover;
    object-fit: cover;
}
@media (min-width: 769px) {
    .ge-section .background-video__video {
        display: block;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-section__container {
        display: block;
        height: auto;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-section__item--image-only {
        display: -ms-flexbox;
        display: flex;
        height: 680px;
        margin-top: 0;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 80px;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore
        .ge-section__item--image-only
        .ge-section__item__background-video {
        top: calc(48px);
        width: 880px;
        height: 583px;
        overflow: hidden;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-section__item--order-2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.ge-section--explore .ge-section__item__background-images,
.ge-section--explore .ge-section__item__background-video {
    height: calc(224 / 320 * 100vw);
}
@media (min-width: 769px) {
    .ge-section--explore .ge-section__item__background-images,
    .ge-section--explore .ge-section__item__background-video {
        width: calc(579 / 768 * 100vw);
        height: calc(400 / 768 * 100vw);
        left: -50%;
    }
}
@media (min-width: 1024px) {
    .ge-section--explore .ge-section__item__background-images,
    .ge-section--explore .ge-section__item__background-video {
        width: calc(701 / 1024 * 100vw);
        height: calc(486 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--explore .ge-section__item__background-images,
    .ge-section--explore .ge-section__item__background-video {
        width: 982px;
        height: 680px;
        right: 0;
        left: auto;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-section__item__background-images,
    .ge-section--explore .ge-section__item__background-video {
        position: relative;
        right: auto;
    }
}
@media (max-width: 768px) {
    .ge-section--explore .background-images__image--overview-explore {
        background-position: center top;
        background-size: cover;
    }
}
@media (min-width: 769px) {
    .ge-section--explore .ge-section__item__background-video__video {
        width: calc(518 / 768 * 100vw);
        height: calc(343 / 768 * 100vw);
        left: calc(5.3%);
        top: calc(7.15%);
        -o-object-position: right;
        object-position: right;
    }
}
@media (min-width: 1024px) {
    .ge-section--explore .ge-section__item__background-video__video {
        width: calc(627 / 1024 * 100vw);
        height: calc(417 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--explore .ge-section__item__background-video__video {
        width: 878px;
        height: 583px;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-section__item__background-video__video {
        width: 880px;
        top: 0;
        left: auto;
        right: 0;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-section__item__chapter {
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        max-width: 730px;
    }
}
@media (min-width: 1680px) {
    .ge-section--explore .ge-chapter__title,
    .ge-section--explore .ge-chapter__body {
        text-align: center;
    }
}
@media (min-width: 769px) {
    .ge-section--measure .ge-section__item--image-only {
        margin-top: -48%;
    }
}
@media (min-width: 1280px) {
    .ge-section--measure .ge-section__item--image-only {
        margin-top: -734px;
    }
}
.ge-section--measure .ge-section__item__background-images,
.ge-section--measure .ge-section__item__background-video {
    height: calc(224 / 320 * 100vw);
}
@media (min-width: 769px) {
    .ge-section--measure .ge-section__item__background-images,
    .ge-section--measure .ge-section__item__background-video {
        width: calc(340 / 768 * 100vw);
        height: calc(416 / 768 * 100vw);
        right: 10%;
        left: auto;
    }
}
@media (min-width: 1024px) {
    .ge-section--measure .ge-section__item__background-images,
    .ge-section--measure .ge-section__item__background-video {
        width: calc(409 / 1024 * 100vw);
        height: calc(500 / 1024 * 100vw);
        right: 40px;
    }
}
@media (min-width: 1280px) {
    .ge-section--measure .ge-section__item__background-images,
    .ge-section--measure .ge-section__item__background-video {
        width: 600px;
        height: 734px;
    }
}
@media (max-width: 768px) {
    .ge-section--measure .background-images__image--overview-measure {
        background-size: cover;
    }
}
@media (min-width: 769px) {
    .ge-section--measure .ge-section__item__background-video__video {
        -o-object-fit: contain;
        object-fit: contain;
        width: calc(181 / 768 * 100vw);
        height: calc(321 / 768 * 100vw);
        top: 11.2%;
        right: 3.75%;
        left: auto;
    }
}
@media (min-width: 1024px) {
    .ge-section--measure .ge-section__item__background-video__video {
        width: calc(218 / 1024 * 100vw);
        height: calc(387 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--measure .ge-section__item__background-video__video {
        width: 320px;
        height: 567px;
        right: 3.85%;
    }
}
.ge-section--get-started {
    padding: 0;
}
.ge-section--get-started .ge-section__container {
    position: relative;
    min-height: 568px;
    max-height: 960px;
    overflow: hidden;
    height: calc(568 / 320 * 100vw);
}
@media (min-width: 769px) {
    .ge-section--get-started .ge-section__container {
        height: calc(680 / 768 * 100vw);
    }
}
@media (min-width: 1024px) {
    .ge-section--get-started .ge-section__container {
        height: calc(680 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--get-started .ge-section__container {
        height: calc(960 / 1440 * 100vw);
    }
}
@media (min-width: 1024px) {
    .ge-section--chrome .ge-section__container,
    .ge-section--apps .ge-section__container,
    .ge-section--pro .ge-section__container {
        min-height: auto;
        height: 68vh;
    }
}
@media (min-width: 1280px) {
    .ge-section--chrome .ge-section__container,
    .ge-section--apps .ge-section__container,
    .ge-section--pro .ge-section__container {
        height: 74vh;
    }
}
@media (max-width: 768px) {
    .ge-section--chrome .ge-section__item__chapter,
    .ge-section--apps .ge-section__item__chapter,
    .ge-section--pro .ge-section__item__chapter {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .ge-section--chrome .ge-chapter__title,
    .ge-section--chrome .ge-chapter__body,
    .ge-section--apps .ge-chapter__title,
    .ge-section--apps .ge-chapter__body,
    .ge-section--pro .ge-chapter__title,
    .ge-section--pro .ge-chapter__body {
        text-align: center;
    }
}
@media (min-width: 769px) {
    .ge-section--chrome {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .ge-section--chrome {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-section--chrome {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (max-width: 768px) {
    .ge-section--chrome .ge-section__item--image-only {
        height: calc(266 / 320 * 100vw);
    }
}
@media (min-width: 769px) {
    .ge-section--chrome .ge-section__item--image-only {
        margin-top: -50%;
    }
}
@media (min-width: 1024px) {
    .ge-section--chrome .ge-section__item--image-only {
        margin-top: -49%;
    }
}
@media (min-width: 1280px) {
    .ge-section--chrome .ge-section__item--image-only {
        margin-top: -652px;
    }
}
.ge-section--chrome .ge-section__item__background-images {
    width: calc(288 / 320 * 100vw);
    height: calc(266 / 320 * 100vw);
}
@media (max-width: 768px) {
    .ge-section--chrome .ge-section__item__background-images {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}
@media (min-width: 769px) {
    .ge-section--chrome .ge-section__item__background-images {
        width: calc(506 / 768 * 100vw);
        height: calc(397 / 768 * 100vw);
        left: -22%;
    }
}
@media (min-width: 1024px) {
    .ge-section--chrome .ge-section__item__background-images {
        width: calc(649 / 1024 * 100vw);
        height: calc(509 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--chrome .ge-section__item__background-images {
        width: 831px;
        height: 652px;
        right: 0;
        left: auto;
    }
}
@media (max-width: 768px) {
    .ge-section--chrome .ge-section__item__chapter .ctas .cta__item {
        margin-right: 0;
    }
}
.ge-section--apps {
    padding-top: 100px;
    padding-bottom: 0px;
}
@media (max-width: 768px) {
    .ge-section--apps {
        padding-top: 100px;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-section--apps {
        padding-top: 100px;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 769px) {
    .ge-section--apps .ge-section__container {
        height: calc(468 / 768 * 100vw);
    }
}
@media (min-width: 1024px) {
    .ge-section--apps .ge-section__container {
        height: calc(680 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--apps .ge-section__container {
        height: 680px;
    }
}
.ge-section--apps .ge-section__item--order-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (min-width: 769px) {
    .ge-section--apps .ge-section__item--order-1 {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media (max-width: 768px) {
    .ge-section--apps .ge-section__item--image-only {
        height: calc(245 / 320 * 100vw);
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 769px) {
    .ge-section--apps .ge-section__item--image-only {
        margin-top: -66%;
    }
}
@media (min-width: 1280px) {
    .ge-section--apps .ge-section__item--image-only {
        margin-top: -680px;
    }
}
@media (max-width: 768px) {
    .ge-section--apps .ge-section__item--order-1 {
        -ms-flex-order: 2;
        order: 2;
    }
}
.ge-section--apps .ge-section__item__background-images {
    width: calc(396 / 320 * 100vw);
    height: calc(245 / 320 * 100vw);
    left: auto;
    right: -32%;
}
@media (min-width: 769px) {
    .ge-section--apps .ge-section__item__background-images {
        width: calc(755 / 768 * 100vw);
        height: calc(468 / 768 * 100vw);
        left: auto;
        right: -120%;
    }
}
@media (min-width: 1024px) {
    .ge-section--apps .ge-section__item__background-images {
        width: calc(1105 / 1024 * 100vw);
        height: calc(680 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--apps .ge-section__item__background-images {
        width: 1105px;
        height: 680px;
        left: auto;
        right: -500px;
    }
}
@media (min-width: 1380px) {
    .ge-section--apps .ge-section__item__background-images {
        right: auto;
        left: 0;
    }
}
@media (min-width: 1280px) {
    .ge-section--apps
        .ge-section__item--long-text
        .ge-section__item__background-images {
        right: -505px;
    }
}
@media (min-width: 1440px) {
    .ge-section--apps
        .ge-section__item--long-text
        .ge-section__item__background-images {
        right: -385px;
    }
}
.ge-section--pro {
    padding-top: 60px;
    padding-bottom: 30px;
}
@media (max-width: 768px) {
    .ge-section--pro {
        -ms-flex-order: 3;
        order: 3;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .ge-section--pro {
        -ms-flex-order: 3;
        order: 3;
    }
}
@media (min-width: 769px) {
    .ge-section--pro {
        padding-bottom: 80px;
    }
}
@media (min-width: 1280px) {
    .ge-section--pro {
        padding-bottom: 130px;
    }
}
@media (max-width: 768px) {
    .ge-section--pro .ge-section__item--image-only {
        height: calc(168 / 320 * 100vw);
    }
}
@media (min-width: 769px) {
    .ge-section--pro .ge-section__item--image-only {
        margin-top: -43%;
    }
}
@media (min-width: 1280px) {
    .ge-section--pro .ge-section__item--image-only {
        margin-top: -519px;
    }
}
.ge-section--pro .ge-section__item__background-images {
    width: calc(288 / 320 * 100vw);
    height: calc(168 / 320 * 100vw);
}
@media (max-width: 768px) {
    .ge-section--pro .ge-section__item__background-images {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}
@media (min-width: 769px) {
    .ge-section--pro .ge-section__item__background-images {
        width: calc(578 / 768 * 100vw);
        height: calc(337 / 768 * 100vw);
        left: -50%;
    }
}
@media (min-width: 1024px) {
    .ge-section--pro .ge-section__item__background-images {
        width: calc(740 / 1024 * 100vw);
        height: calc(432 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--pro .ge-section__item__background-images {
        width: 889px;
        height: 519px;
        right: 0;
        left: auto;
    }
}
.ge-section--thank-you {
    padding: 0;
    margin-top: -60px;
    margin-bottom: 40px;
}
@media (min-width: 769px) {
    .ge-section--thank-you {
        margin-top: -65px;
    }
}
.ge-section--thank-you .ge-section__container {
    position: relative;
    min-height: 446px;
    max-height: 694px;
    overflow: hidden;
}
@media (min-width: 769px) {
    .ge-section--thank-you .ge-section__container {
        height: calc(400 / 768 * 100vw);
    }
}
@media (min-width: 1024px) {
    .ge-section--thank-you .ge-section__container {
        height: calc(400 / 1024 * 100vw);
    }
}
@media (min-width: 1280px) {
    .ge-section--thank-you .ge-section__container {
        height: calc(400 / 1440 * 100vw);
    }
}
.ge-section--thank-you .ge-chapter__image--earth {
    margin-bottom: 50px;
}
.ge-section--thank-you .ge-chapter__body a {
    color: #96bff2;
}
.ge-section--thank-you.inview .ge-chapter__images {
    animation: 300ms ease 0ms 1 normal both zoomOut;
    animation-duration: 600ms;
    animation-delay: 300ms;
}
.ge-section--thank-you.inview .ge-chapter__title {
    animation-delay: 600ms;
}
.ge-section--thank-you.inview .ge-chapter__body {
    animation-delay: 900ms;
}
@media (min-width: 769px) {
    html[dir='rtl']
        .ge-section--get-started
        .ge-section__item--centered
        .ge-chapter__title,
    html[dir='rtl']
        .ge-section--get-started
        .ge-section__item--centered
        .ge-chapter__body {
        text-align: center;
    }
}
@media (min-width: 769px) {
    html[dir='rtl'] .ge-section--explore .ge-section__container,
    html[dir='rtl'] .ge-section--measure .ge-section__container,
    html[dir='rtl'] .ge-section--chrome .ge-section__container,
    html[dir='rtl'] .ge-section--apps .ge-section__container,
    html[dir='rtl'] .ge-section--pro .ge-section__container {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
html[dir='rtl'] .ge-section--measure .ge-section__item--order-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 1680px) {
    html[dir='rtl'] .ge-section--explore .ge-chapter__title,
    html[dir='rtl'] .ge-section--explore .ge-chapter__body {
        text-align: center;
    }
}
@media (min-width: 1680px) {
    html[dir='rtl'] .ge-section--explore .ge-section__container {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
@media (min-width: 769px) {
    html[dir='rtl']
        .ge-section--explore
        .ge-section__item__background-video__video {
        right: calc(5.3%);
    }
}
@media (min-width: 1680px) {
    html[dir='rtl']
        .ge-section--explore
        .ge-section__item__background-video__video {
        right: auto;
        left: 0;
    }
}
html[dir='rtl'] .ge-section--chrome .ge-section__item--order-2,
html[dir='rtl'] .ge-section--apps .ge-section__item--order-2,
html[dir='rtl'] .ge-section--pro .ge-section__item--order-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    html[dir='rtl'] .ge-section--chrome .ge-chapter__title,
    html[dir='rtl'] .ge-section--chrome .ge-chapter__body,
    html[dir='rtl'] .ge-section--apps .ge-chapter__title,
    html[dir='rtl'] .ge-section--apps .ge-chapter__body,
    html[dir='rtl'] .ge-section--pro .ge-chapter__title,
    html[dir='rtl'] .ge-section--pro .ge-chapter__body {
        text-align: center;
    }
}
html[dir='rtl'] .ge-section--apps .ge-section__item--order-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.ge-section-showcase {
    position: relative;
    padding: 10px 16px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .ge-section-showcase {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 1280px) {
    .ge-section-showcase {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.ge-section-showcase__mobile {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.ge-section-showcase h1 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0.3em;
    margin-top: 0;
    position: relative;
    line-height: 1.4;
}
@media (min-width: 480px) {
    .ge-section-showcase h1 {
        text-align: center;
    }
}
@media (min-width: 1024px) {
    .ge-section-showcase h1 {
        font-size: 36px;
        margin-right: 24px;
        text-align: left;
        text-align: start;
    }
}
.ge-section-showcase .ge-section-showcase__subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 400;
    margin-bottom: 0.66em;
    margin-top: 0;
    position: relative;
}
@media (min-width: 480px) {
    .ge-section-showcase .ge-section-showcase__subtitle {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
.ge-section-showcase p {
    line-height: 1.714em;
    max-width: 34em;
}
.ge-section-showcase .standalone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ge-section-showcase .standalone h1,
.ge-section-showcase .standalone p,
.ge-section-showcase .standalone video,
.ge-section-showcase .standalone img {
    max-width: none;
    width: 100%;
    text-align: left;
}
.ge-section-showcase .standalone video {
    margin-bottom: 24px;
}
.ge-section-showcase .video-carousel {
    padding: 0 32px;
    width: 100%;
}
@media (min-width: 480px) {
    .ge-section-showcase .video-carousel {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: normal;
        align-items: normal;
    }
}
.ge-section-showcase .video-carousel p {
    font-family: 'Google Sans', 'Roboto', Arial;
    font-size: 14px;
}
.ge-section-showcase .video-carousel .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    max-width: 780px;
    width: 100%;
    height: 100%;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .meta {
        min-width: 400px;
        width: 35%;
        margin-bottom: 0;
    }
}
.ge-section-showcase .video-carousel .titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .titles {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 66px;
        margin-bottom: 0;
    }
}
.ge-section-showcase .video-carousel .titles li {
    position: relative;
    height: 43px;
    padding: 10px 0;
    margin-left: 8px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    width: 100%;
    text-align: center;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .titles li {
        text-align: left;
        text-align: start;
        max-width: 100%;
        width: auto;
        height: 63px;
        transition: height 0.5s ease;
        padding: 15px 0 25px;
        margin: 0;
    }
}
.ge-section-showcase .video-carousel .titles li:first-child {
    margin-left: 0;
}
.ge-section-showcase
    .video-carousel
    .titles
    li:hover
    .ge-section-showcase__subtitle,
.ge-section-showcase
    .video-carousel
    .titles
    li.show
    .ge-section-showcase__subtitle {
    color: #fff;
}
.ge-section-showcase .video-carousel .titles li.show {
    cursor: inherit;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .titles li.show {
        height: 150px;
    }
}
.ge-section-showcase .video-carousel .titles li.show .progress {
    display: block;
}
.ge-section-showcase .video-carousel .titles li p {
    display: none;
    margin-bottom: 0;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .titles li p {
        display: block;
    }
}
.ge-section-showcase .video-carousel .titles li .progress {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    display: none;
    cursor: pointer;
    z-index: 9;
}
.ge-section-showcase
    .video-carousel
    .titles
    li
    .progress:hover
    .progress__hover {
    opacity: 0.45;
}
.ge-section-showcase .video-carousel .titles li .progress progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.ge-section-showcase .video-carousel .titles li .progress .progress__hover {
    display: block;
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: -100%;
    transform: translateX(0);
    transition: opacity 0.15s ease;
    will-change: transform;
}
.ge-section-showcase
    .video-carousel
    .titles
    li
    .progress
    .progress__hover::before {
    content: '';
    height: 8px;
    width: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.ge-section-showcase
    .video-carousel
    .titles
    li
    .progress.scrubbing
    progress::-webkit-progress-value {
    -webkit-transition: width 0.1s ease, height 0.2s ease-out,
        margin-top 0.2s ease-out;
}
.ge-section-showcase .video-carousel .titles progress {
    height: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background: transparent;
    border: none;
}
.ge-section-showcase .video-carousel .titles progress::-webkit-progress-bar {
    background: transparent;
}
.ge-section-showcase .video-carousel .titles progress::-webkit-progress-value {
    background: #fff;
    -webkit-transition: width 1s ease, height 0.2s ease-out,
        margin-top 0.2s ease-out;
}
.ge-section-showcase .video-carousel .titles progress::-moz-progress-bar {
    background: #fff;
}
.ge-section-showcase .video-carousel .videos {
    position: relative;
    height: 100%;
    max-width: 750px;
    width: 100%;
    pointer-events: none;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .videos {
        max-width: none;
        padding-top: 0;
        width: 65%;
    }
}
.ge-section-showcase .video-carousel .videos video {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    width: 100%;
}
@media (min-width: 1024px) {
    .ge-section-showcase .video-carousel .videos video {
        left: 0;
        height: auto;
    }
}
.ge-section-showcase .video-carousel .videos video.show {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1024px) {
    html:not([lang='en']) .video-carousel .titles li.show {
        min-height: 170px !important;
    }
}
@media (min-width: 1024px) {
    [lang='uk'] .video-carousel .titles li.show {
        height: 195px !important;
    }
}
[dir='rtl'] .progress .progress__hover {
    left: auto !important;
    right: -100%;
}
[dir='rtl'] .progress .progress__hover::before {
    right: auto !important;
    left: 0;
}
@media (min-width: 1024px) {
    [dir='rtl'] .video-carousel .titles {
        margin-right: 0 !important;
        margin-left: 66px;
    }
}
.video {
    position: relative;
}
.video__background-image,
.video__button {
    position: absolute;
}
.video__background-image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.video__button {
    top: 50%;
    left: 50%;
    width: 80px;
    height: 56px;
    border: 0 none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-indent: -9999px;
    z-index: 2;
    transform: translate(-50%, calc(-50%));
}
.video__button:focus {
    outline: none;
}
.ak-youtubemodal {
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    background-color: transparent;
    visibility: hidden;
    z-index: 2000;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.ak-youtubemodal--enabled {
    display: -ms-flexbox;
    display: flex;
}
.ak-youtubemodal--visible {
    visibility: visible;
    opacity: 1;
}
.ak-youtubemodal--visible .ak-youtubemodal-player {
    opacity: 1;
    transform: scale(1);
}
.ak-youtubemodal--visible .ak-youtubemodal-mask {
    opacity: 1;
}
.ak-youtubemodal-x {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    overflow: hidden;
    z-index: 2003;
}
.ak-youtubemodal-mask {
    background-color: rgba(0, 0, 0, 0.85);
    transition: opacity 1000ms ease-out;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2001;
    opacity: 0;
}
.ak-youtubemodal-player {
    position: relative;
    width: 80vw;
    max-width: 1920px;
    height: calc(80vw * (9 / 16));
    max-height: 1084.44444px;
    z-index: 2004;
    opacity: 0;
    transform: scale(0.9);
    transition: all 400ms ease;
}
.ge-promos,
.ge-promo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ge-promos {
    z-index: 2;
    pointer-events: none;
}
.ge-promos .ge-promo .background-images__image {
    background-size: contain;
}
.ge-promos .ge-promo {
    overflow: hidden;
}
.ge-promos .ge-promo.ge-promo--section-swing--small {
    width: 353px;
}
@media (max-width: 768px) {
    .ge-promos .ge-promo.ge-promo--section-swing--small {
        display: none;
    }
}
@media (min-width: 769px) {
    .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: 50%;
        left: auto;
        right: 0%;
    }
}
@media (min-width: 1024px) {
    .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: 56.75%;
    }
}
@media (min-width: 1280px) {
    .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: 50%;
    }
}
@media screen and (min-width: 1680px) {
    .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: calc(353px + 440 * (100vw - 1680px) / 879);
    }
}
@media screen and (min-width: 2559px) {
    .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: 793px;
    }
}
html[dir='rtl'] .ge-promos .ge-promo.ge-promo--section-swing--small {
    width: 353px;
}
@media (min-width: 1024px) {
    html[dir='rtl'] .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: 50%;
    }
}
@media screen and (min-width: 1680px) {
    html[dir='rtl'] .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: calc(353px + 440 * (100vw - 1680px) / 879);
    }
}
@media screen and (min-width: 2559px) {
    html[dir='rtl'] .ge-promos .ge-promo.ge-promo--section-swing--small {
        width: 793px;
    }
}
.ge-promos .ge-promo.ge-promo--section-jump {
    top: -41%;
    height: 42.75%;
    top: -38%;
    height: 39.75%;
    top: -40%;
    height: 41.75%;
    top: -33%;
    height: 34.75%;
    top: -32%;
    height: 80%;
    top: -29.5%;
    height: 78%;
    top: -28.5%;
    height: 73%;
    top: -26%;
    height: 70%;
    top: -23%;
    height: 67%;
    top: -21.5%;
    height: 53.5%;
    top: -20%;
    height: 51.5%;
    top: -18.5%;
    height: 49.5%;
    top: -16.5%;
    height: 46.5%;
    top: -15%;
    height: 44%;
    top: -15%;
    height: 41%;
}
@media screen and (min-width: 320px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-41% + 3 * (100vw - 320px) / 54);
    }
}
@media screen and (min-width: 374px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -38%;
    }
}
@media screen and (min-width: 320px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(42.75% + -3 * (100vw - 320px) / 54);
    }
}
@media screen and (min-width: 374px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 39.75%;
    }
}
@media screen and (min-width: 375px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-38% + -2 * (100vw - 375px) / 49);
    }
}
@media screen and (min-width: 424px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -40%;
    }
}
@media screen and (min-width: 375px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(39.75% + 2 * (100vw - 375px) / 49);
    }
}
@media screen and (min-width: 424px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 41.75%;
    }
}
@media screen and (min-width: 425px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-40% + 2 * (100vw - 425px) / 74);
    }
}
@media screen and (min-width: 499px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -38%;
    }
}
@media screen and (min-width: 425px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(41.75% + -2 * (100vw - 425px) / 74);
    }
}
@media screen and (min-width: 499px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 39.75%;
    }
}
@media (min-width: 500px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -38%;
        height: 39.75%;
    }
}
@media screen and (min-width: 599px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-33% + -5 * (100vw - 599px) / 50);
    }
}
@media screen and (min-width: 649px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -38%;
    }
}
@media screen and (min-width: 599px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(34.75% + 5 * (100vw - 599px) / 50);
    }
}
@media screen and (min-width: 649px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 39.75%;
    }
}
@media (min-width: 650px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -34.5%;
        height: 36.75%;
    }
}
@media (min-width: 769px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -32.5%;
        height: 80.5%;
    }
}
@media screen and (min-width: 780px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-32% + 2.5 * (100vw - 780px) / 49);
    }
}
@media screen and (min-width: 829px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -29.5%;
    }
}
@media screen and (min-width: 780px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(80% + -2.5 * (100vw - 780px) / 49);
    }
}
@media screen and (min-width: 829px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 77.5%;
    }
}
@media screen and (min-width: 830px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-29.5% + 1 * (100vw - 830px) / 69);
    }
}
@media screen and (min-width: 899px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -28.5%;
    }
}
@media screen and (min-width: 830px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(78% + -5 * (100vw - 830px) / 69);
    }
}
@media screen and (min-width: 899px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 73%;
    }
}
@media screen and (min-width: 900px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-28.5% + 2.5 * (100vw - 900px) / 49);
    }
}
@media screen and (min-width: 949px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -26%;
    }
}
@media screen and (min-width: 900px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(73% + -3 * (100vw - 900px) / 49);
    }
}
@media screen and (min-width: 949px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 70%;
    }
}
@media screen and (min-width: 950px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-26% + 3 * (100vw - 950px) / 49);
    }
}
@media screen and (min-width: 999px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -23%;
    }
}
@media screen and (min-width: 950px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(70% + -3 * (100vw - 950px) / 49);
    }
}
@media screen and (min-width: 999px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 67%;
    }
}
@media screen and (min-width: 1000px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-23% + 1.5 * (100vw - 1000px) / 23);
    }
}
@media screen and (min-width: 1023px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -21.5%;
    }
}
@media screen and (min-width: 1000px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(67% + -13.5 * (100vw - 1000px) / 23);
    }
}
@media screen and (min-width: 1023px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 53.5%;
    }
}
@media (min-width: 1024px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -21.5%;
        height: 53.5%;
    }
}
@media screen and (min-width: 1024px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-21.5% + 1.5 * (100vw - 1024px) / 25);
    }
}
@media screen and (min-width: 1049px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -20%;
    }
}
@media screen and (min-width: 1024px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(53.5% + -2 * (100vw - 1024px) / 25);
    }
}
@media screen and (min-width: 1049px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 51.5%;
    }
}
@media screen and (min-width: 1050px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-20% + 1.5 * (100vw - 1050px) / 49);
    }
}
@media screen and (min-width: 1099px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -18.5%;
    }
}
@media screen and (min-width: 1050px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(51.5% + -2 * (100vw - 1050px) / 49);
    }
}
@media screen and (min-width: 1099px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 49.5%;
    }
}
@media screen and (min-width: 1100px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-18.5% + 2 * (100vw - 1100px) / 49);
    }
}
@media screen and (min-width: 1149px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -16.5%;
    }
}
@media screen and (min-width: 1100px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(49.5% + -3 * (100vw - 1100px) / 49);
    }
}
@media screen and (min-width: 1149px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 46.5%;
    }
}
@media screen and (min-width: 1150px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-16.5% + 1.5 * (100vw - 1150px) / 39);
    }
}
@media screen and (min-width: 1189px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -15%;
    }
}
@media screen and (min-width: 1150px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(46.5% + -2.5 * (100vw - 1150px) / 39);
    }
}
@media screen and (min-width: 1189px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 44%;
    }
}
@media screen and (min-width: 1190px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-15% + 0.5 * (100vw - 1190px) / 9);
    }
}
@media screen and (min-width: 1199px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -14.5%;
    }
}
@media screen and (min-width: 1190px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(44% + -0.5 * (100vw - 1190px) / 9);
    }
}
@media screen and (min-width: 1199px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 43.5%;
    }
}
@media (min-width: 1200px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -14.5%;
        height: 43.5%;
    }
}
@media screen and (min-width: 1203px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: calc(-15% + 2 * (100vw - 1203px) / 46);
    }
}
@media screen and (min-width: 1249px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -13%;
    }
}
@media screen and (min-width: 1203px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: calc(41% + -2.5 * (100vw - 1203px) / 46);
    }
}
@media screen and (min-width: 1249px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        height: 38.5%;
    }
}
@media (min-width: 1280px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -8%;
        height: 34%;
    }
}
@media (min-width: 1680px) {
    .ge-promos .ge-promo.ge-promo--section-jump {
        top: -29.5%;
        height: 55.5%;
    }
}
.ge-promos
    .ge-promo.ge-promo--section-jump
    .ge-section-masonry__promos__promo__background-images {
    top: 100%;
}
.ge-promos .ge-promo .background-images__image--carmen-jump {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 25%;
    width: 200px;
    height: 500px;
}
@media (min-width: 830px) {
    .ge-promos .ge-promo .background-images__image--carmen-jump {
        left: 25%;
        width: 200px;
        height: 500px;
    }
}
@media (min-width: 1680px) {
    .ge-promos .ge-promo .background-images__image--carmen-jump {
        left: 50%;
        margin-left: -100px;
    }
}
html[dir='rtl'] .ge-promos .ge-promo .background-images__image--carmen-jump {
    right: auto;
}
.ge-promos .ge-promo .background-images__image--carmen-glider {
    width: 200px;
    height: 214px;
    top: 60%;
    left: 50%;
    margin: -107px 0 0 -100px;
    animation: 3000ms linear 2000ms 1 normal both swerveLeft;
}
@media (min-width: 769px) {
    .ge-promos .ge-promo .background-images__image--carmen-glider {
        width: 300px;
        height: 322px;
        top: 70%;
        left: 50%;
        margin: -161px 0 0 -150px;
        animation: 2500ms linear 2000ms 1 normal both swerveLeftTablet;
    }
}
@media (min-width: 1024px) {
    .ge-promos .ge-promo .background-images__image--carmen-glider {
        top: 65%;
        animation: 2500ms linear 2000ms 1 normal both swerveLeftDesktop;
    }
}
@media (min-width: 1280px) {
    .ge-promos .ge-promo .background-images__image--carmen-glider {
        top: 75%;
        animation: 3500ms linear 2000ms 1 normal both swerveLeftDesktopLarge;
    }
}
@media (min-width: 1440px) {
    .ge-promos .ge-promo .background-images__image--carmen-glider {
        animation-duration: 4000ms;
    }
}
@media (min-width: 1680px) {
    .ge-promos .ge-promo .background-images__image--carmen-glider {
        top: 70%;
    }
}
@media (min-width: 2560px) {
    .ge-promos .ge-promo .background-images__image--carmen-glider {
        top: 65%;
    }
}
html[dir='rtl'] .ge-promos .ge-promo .background-images__image--carmen-glider {
    width: 200px;
    height: 214px;
    top: 60%;
    right: 50%;
    margin: -107px -100px 0 0;
    animation: 3000ms linear 2000ms 1 normal both swerveRight;
}
@media (min-width: 769px) {
    html[dir='rtl']
        .ge-promos
        .ge-promo
        .background-images__image--carmen-glider {
        width: 300px;
        height: 322px;
        top: 70%;
        right: 50%;
        margin: -161px -150px 0 0;
        animation: 2500ms linear 2000ms 1 normal both swerveRightTablet;
    }
}
@media (min-width: 1024px) {
    html[dir='rtl']
        .ge-promos
        .ge-promo
        .background-images__image--carmen-glider {
        animation: 2500ms linear 2000ms 1 normal both swerveRightDesktop;
    }
}
@media (min-width: 1280px) {
    html[dir='rtl']
        .ge-promos
        .ge-promo
        .background-images__image--carmen-glider {
        animation: 3500ms linear 2000ms 1 normal both swerveRightDesktopLarge;
    }
}
.ge-promos .ge-promo .background-images__image--carmen-swing {
    transform-origin: center top;
}
.ge-promos .ge-promo .background-images__image--carmen-swing--small {
    width: 350px;
    height: 700px;
    top: 25%;
    left: auto;
    right: 20%;
    margin: -350px 0 0 -175px;
}
@media (min-width: 1024px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--small {
        top: 35%;
    }
}
@media (min-width: 2560px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--small {
        top: 30%;
        right: 40%;
    }
}
.ge-promos .ge-promo .background-images__image--carmen-swing--large {
    width: 200px;
    height: 400px;
    top: 13%;
    left: 50%;
    margin: -200px 0 0 -100px;
    transform: rotate(-40deg);
}
@media (min-width: 769px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--large {
        width: 200px;
        height: 400px;
        top: 60%;
        left: 25%;
    }
}
@media (min-width: 1024px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--large {
        width: 400px;
        height: 800px;
        top: 50%;
        left: -14%;
        margin: -400px 0 0 -200px;
    }
}
@media (min-width: 1280px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--large {
        left: -2%;
    }
}
@media (min-width: 1680px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--large {
        left: 5%;
    }
}
@media (min-width: 1920px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--large {
        left: 11%;
    }
}
@media (min-width: 2560px) {
    .ge-promos .ge-promo .background-images__image--carmen-swing--large {
        left: 21%;
    }
}
.ge-button--carmen-promo {
    background-color: #bf211d;
    border-color: #bf211d;
    color: #fff;
    transition: all 300ms ease;
}
@media (min-width: 769px) {
    .ge-button--carmen-promo {
        animation: 1000ms ease 4000ms 1 normal both wobble;
        animation-delay: 4000ms;
    }
}
@media (min-width: 1280px) {
    .ge-button--carmen-promo {
        animation-delay: 5000ms;
    }
}
@media (max-width: 768px) {
    .ge-button--carmen-promo {
        position: absolute !important;
        bottom: 12.5%;
        left: 50%;
        margin-right: 0 !important;
        margin-left: -122px;
        z-index: 151;
        animation: 1000ms ease 4000ms 1 normal both wobble;
        animation-delay: 4000ms;
    }
}
@media (min-width: 2560px) {
    .ge-button--carmen-promo {
        animation-delay: 5500ms;
    }
}
.ge-button--carmen-promo .cta-button__label__label {
    color: #fff !important;
}
.ge-button--carmen-promo::before,
.ge-button--carmen-promo::after {
    display: none !important;
}
.ge-button--carmen-promo:hover {
    border-color: #7a1e23 !important;
    background-color: #7a1e23 !important;
}
.ge-button--carmen-promo:hover .cta-button__label {
    animation: none !important;
}
.ge-button--carmen-promo:hover .cta-button__label__label {
    color: #fff !important;
}
.inview
    .ge-promo--section-swing--small
    .background-images__image--carmen-swing {
    animation: 1500ms ease 1000ms 1 normal both rotate70deg;
}
@media (min-width: 1024px) {
    .inview
        .ge-promo--section-swing--small
        .background-images__image--carmen-swing {
        animation-duration: 2000ms;
    }
}
@media (min-width: 1680px) {
    .inview
        .ge-promo--section-swing--small
        .background-images__image--carmen-swing {
        animation-duration: 3000ms;
    }
}
.inview
    .ge-promo--section-jump
    .ge-section-masonry__promos__promo__background-images {
    animation: 1000ms ease 1000ms 1 normal both moveDownLarge;
    animation-duration: 3000ms;
    animation-delay: 0ms;
    animation-timing-function: linear;
}
@media (min-width: 1680px) {
    .inview
        .ge-promo--section-jump
        .ge-section-masonry__promos__promo__background-images {
        animation-duration: 3000ms;
    }
}
.inview .ge-promo--section-jump .background-images__image--carmen-jump {
    animation: 2000ms steps(28) 1000ms 1 both carmen-jump-off-ledge-sprite;
    animation-delay: 850ms;
}
@media (min-width: 769px) {
    .inview .ge-promo--section-swing--large {
        animation: 300ms ease 0ms 1 normal both fadeIn;
        animation-delay: 900ms;
    }
}
@media (max-width: 768px) {
    .inview
        .ge-promo--section-swing--large
        .background-images__image--carmen-swing {
        animation: 1500ms ease 1000ms 1 normal both rotate40deg;
        animation-delay: 1500ms;
    }
}
@media (min-width: 769px) {
    .hover
        .ge-promo--section-swing--large
        .background-images__image--carmen-swing {
        animation: 1500ms ease 1000ms 1 normal both rotate40deg;
    }
}
@media (max-width: 768px) {
    [ge-scroll-to] {
        display: none;
    }
}
