@charset "UTF-8";
@font-face {
    font-family: "clash_displaymedium";
        src: url("/css/fonts/clashdisplay-medium-webfont.woff2") format("woff2"),
            url("/css/fonts/clashdisplay-medium-webfont.woff") format("woff");
        font-weight: 400;
        font-style: normal;
        ascent-override: 100%;
        font-display: swap;
}
body, html {
    max-width: 100%;
    overflow-x: hidden;
}

html {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    /* font-size: 9px; */
}
/*
@media screen and (min-width:550px) {
    html {
	    font-size: 16px;
	}
}
@media screen and (min-width:1025px) {
    html {
	    font-size: 12px;
	}
}
@media screen and (min-width:1920px) {
    html {
	    font-size: 14px;
	}
}
@media screen and (min-width:2200px) {
    html {
	    font-size: 20px;
	}
}
*/
.cgm-landing img {
	height: auto;
}
.description-text {
    font-family: Arial,Helvetica,sans-serif;
}
.cgm-landing {
    text-rendering: optimizelegibility;
}
.cgm-landing.bg--blue-dark {
    background-color: #051c3e;
}
.cgm-landing.bg--grey {
    background-color: #858ca6;
}
.cgm-landing.bg--blue-light {
    background-color: #282a3f;
}
.cgm-landing.js-scale .container--scale {
    -webkit-transform: translateY(-60px) scale(.9);
    -ms-transform: translateY(-60px) scale(.9);
    transform: translateY(-60px) scale(.9);
}
.cgm-landing .Rectangle-7 {
    background-image: -o-linear-gradient(339deg, #09397f, #e0005f);
    background-image: linear-gradient(111deg, #09397f, #e0005f);
    border-radius: 1px;
    -webkit-box-shadow: .5px .5px 1.5px 0 rgba(0, 0, 0, .26);
    box-shadow: .5px .5px 1.5px 0 rgba(0, 0, 0, .26);
    height: 12.5px;
    width: 32.5px;
}
.cgm-landing .link, .cgm-landing .link--white {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.cgm-landing .link--white {
    color: #fff;
}
.cgm-landing .link--underline {
    text-decoration: underline;
}
.cgm-landing .text--white {
    color: #fff;
}
.cgm-landing .list, .cgm-landing .list--horizontal {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px;
}
.cgm-landing .center.list--horizontal, .cgm-landing .list.center {
    text-align: center;
}
.cgm-landing .list__item {
    display: block;
}
.cgm-landing .list__item:last-child {
    margin-bottom: 0;
}
.cgm-landing .list--horizontal:last-of-type, .cgm-landing .list:last-of-type {
    padding: 0;
}
.cgm-landing .list--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cgm-landing .list--horizontal.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cgm-landing .list--horizontal .list__item {
    margin: 0 10px;
}
.cgm-landing .list--horizontal.mobile--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (min-width:768px) {
    .cgm-landing .list--horizontal.mobile--vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
}.cgm-landing .list--horizontal.mobile--vertical .list__item {
    margin: 10px;
}
.cgm-landing .list--horizontal.mobile--vertical .list__item:last-of-type {
    margin-bottom: 0;
}
.cgm-landing .list--horizontal.mobile--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cgm-landing .list--horizontal.mobile--wrap .list__item {
    margin: 10px 10px 0;
}
@media screen and (min-width:768px) {
    .cgm-landing .list--horizontal.mobile--wrap .list__item {
    margin: 0 10px;
}
}.cgm-landing .container--scale {
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, .9);
    box-shadow: 0 0 22px rgba(0, 0, 0, .9);
    -webkit-transform-origin: center bottom 0;
    -ms-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.cgm-landing .icon--audio {
    background: none;
    border: 0;
    cursor: pointer;
    height: 27px;
    position: relative;
    width: 45px;
    z-index: 999;
}
.cgm-landing .icon--audio.mute ul li {
    -webkit-animation: equalizer--move-0 .5s forwards!important;
    animation: equalizer--move-0 .5s forwards!important;
}
.cgm-landing .icon--audio ul {
    bottom: 0;
    height: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 90px;
}
.cgm-landing .icon--audio ul li {
    background-color: #fff;
    bottom: 0;
    height: 0;
    position: absolute;
    width: 2px;
}
.cgm-landing .icon--audio ul li:first-child {
    -webkit-animation: equalizer--move-1 infinite 1s ease 0;
    animation: equalizer--move-1 infinite 1s ease 0;
    left: 0;
}
.cgm-landing .icon--audio ul li:nth-child(2) {
    -webkit-animation: equalizer--move-2 1s ease .1s infinite;
    animation: equalizer--move-2 1s ease .1s infinite;
    left: 5px;
}
.cgm-landing .icon--audio ul li:nth-child(3) {
    -webkit-animation: equalizer--move-1 1s ease-in-out .2s infinite;
    animation: equalizer--move-1 1s ease-in-out .2s infinite;
    left: 10px;
}
.cgm-landing .icon--audio ul li:nth-child(4) {
    -webkit-animation: equalizer--move-2 1s ease-in .3s infinite;
    animation: equalizer--move-2 1s ease-in .3s infinite;
    left: 15px;
}
.cgm-landing .icon--audio ul li:nth-child(5) {
    -webkit-animation: equalizer--move-1 1s ease-in-out .4s infinite;
    animation: equalizer--move-1 1s ease-in-out .4s infinite;
    left: 20px;
}
.cgm-landing .icon--audio ul li:nth-child(6) {
    -webkit-animation: equalizer--move-2 1s ease .5s infinite;
    animation: equalizer--move-2 1s ease .5s infinite;
    left: 25px;
}
@-webkit-keyframes equalizer--move-1 {
    0% {
    height: 10px;
}
50% {
    height: 15px;
}
to {
    height: 10px;
}
}@keyframes equalizer--move-1 {
    0% {
    height: 10px;
}
50% {
    height: 15px;
}
to {
    height: 10px;
}
}@-webkit-keyframes equalizer--move-2 {
    0% {
    height: 20px;
}
50% {
    height: 25px;
}
to {
    height: 20px;
}
}@keyframes equalizer--move-2 {
    0% {
    height: 20px;
}
50% {
    height: 25px;
}
to {
    height: 20px;
}
}@-webkit-keyframes equalizer--move-0 {
    0% {
    height: 25px;
}
50%, to {
    height: 3px;
}
}@keyframes equalizer--move-0 {
    0% {
    height: 25px;
}
50%, to {
    height: 3px;
}
}.cgm-landing .aurora-borealis {
    -webkit-animation: Aurora 140s ease infinite;
    animation: Aurora 140s ease infinite;
    background: -o-linear-gradient(#05051f, #97f7f3, #05051f, #05051f, #05051f, #76f6bd, #aaebc9, #05051f, #05051f, #69c1ff, #cb304f, #05051f, #05051f, #05051f, #05051f, #4a5b8f, #419f91, #05051f, #05051f, #3a4aa1, #db3b69, #05051f);
    background: -webkit-gradient(linear, left top, left bottom, from(#05051f), color-stop(#97f7f3), color-stop(#05051f), color-stop(#05051f), color-stop(#05051f), color-stop(#76f6bd), color-stop(#aaebc9), color-stop(#05051f), color-stop(#05051f), color-stop(#69c1ff), color-stop(#cb304f), color-stop(#05051f), color-stop(#05051f), color-stop(#05051f), color-stop(#05051f), color-stop(#4a5b8f), color-stop(#419f91), color-stop(#05051f), color-stop(#05051f), color-stop(#3a4aa1), color-stop(#db3b69), to(#05051f));
    background: linear-gradient(#05051f, #97f7f3, #05051f, #05051f, #05051f, #76f6bd, #aaebc9, #05051f, #05051f, #69c1ff, #cb304f, #05051f, #05051f, #05051f, #05051f, #4a5b8f, #419f91, #05051f, #05051f, #3a4aa1, #db3b69, #05051f);
    background-size: 1800% 1800%;
    bottom: -5px;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    height: 100vh;
    left: -5%;
    opacity: .5;
    position: absolute;
    width: 110%;
    z-index: 0;
}
@media screen and (min-width:1025px) {
    .cgm-landing .aurora-borealis {
    height: 50vh;
}
}@-webkit-keyframes Aurora {
    0% {
    background-position: 18% 0;
}
50% {
    background-position: 83% 100%}
to {
    background-position: 18% 0;
}
}@keyframes Aurora {
    0% {
    background-position: 18% 0;
}
50% {
    background-position: 83% 100%}
to {
    background-position: 18% 0;
}
}.cgm-landing .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 13vh;
    justify-content: space-between;
    left: 0;
    padding: 0 25px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
@media screen and (min-width:801px) {
    .cgm-landing .header {
    flex-direction: row;
    padding: 0 50px;
}
}.cgm-landing .header.white {
    background: #fff;
}
.cgm-landing .header.white.transparent {
    background: hsla(0, 0%, 100%, .49);
}
.cgm-landing .header.black {
    background: #000;
}
.cgm-landing .header.black.transparent {
    background: rgba(0, 0, 0, .49);
}
.cgm-landing .header .logo {
    width: 225px;
    max-width: 70%;
    padding-top: 5%;
}
@media screen and (min-width:769px) {
    .cgm-landing .header .logo {
    margin: initial;
    padding-top: initial;
}
}
@media screen and (min-width:1920px) {
    .cgm-landing .header .logo {
    width: 210px;
}
}.cgm-landing .header .logo--black {
    display: none;
}
.cgm-landing .hero {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: stretch;
    background-position: 50%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
    z-index: 0;
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero {
    -ms-flex-pack: distribute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-attachment: fixed;
    background-position: 0 0;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 83vh;
    justify-content: space-around;
    padding-bottom: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
}
.cgm-landing .hero:after {
    background: #000;
    bottom: 0;
    content: "";
    -webkit-filter: blur(25px);
    filter: blur(25px);
    height: 53% !important;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: 2;
}
@media screen and (min-width:601px) {
    .cgm-landing .hero:after {
        height: 35% !important;
    }
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero:after {
	    display: none;
	}
}.cgm-landing .hero.shadow--to-bottom:before, .cgm-landing .hero.shadow--to-left:before, .cgm-landing .hero.shadow:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.cgm-landing .hero.shadow--to-left:before {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .59) 4%, rgba(0, 0, 0, .49) 12%, #000 120%);
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero.shadow--to-left:before {
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, .59) 4%, rgba(0, 0, 0, .49) 12%, #000 120%);
}
}.cgm-landing .hero.shadow--to-bottom:before {
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .59) 4%, hsla(0, 0%, 100%, .49) 12%, #fff 120%);
}
.cgm-landing .hero.animate--bg {
    -webkit-animation: bg-move 3s ease-in-out infinite alternate;
    animation: bg-move 3s ease-in-out infinite alternate;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.cgm-landing .hero__container, .cgm-landing .hero__container--1, .cgm-landing .hero__container--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__container, .cgm-landing .hero__container--1, .cgm-landing .hero__container--2 {
    width: 50%}
}@media screen and (min-width:1920px) {
    .cgm-landing .hero__container, .cgm-landing .hero__container--1, .cgm-landing .hero__container--2 {
    width: auto;
}
}.cgm-landing .hero__container--1 {
    padding-top: 15vh;
    z-index: 2;
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__container--1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    height: auto;
    order: 2;
    padding-top: 0 !important;
}
}.cgm-landing .hero__container--2 {
    z-index: 3;
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__container--2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    height: auto;
    order: 1;
}
}.cgm-landing .hero__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%}
.cgm-landing .hero__content.resources:after, .cgm-landing .hero__content.resources:before {
    background-size: cover;
    content: "";
    display: none;
    height: 330px;
    position: absolute;
    width: 330px;
    z-index: -1;
}
@media screen and (min-width:768px) {
    .cgm-landing .hero__content.resources:after, .cgm-landing .hero__content.resources:before {
    display: block;
}
}.cgm-landing .hero__content.resources:before {
    background-image: url(/img/new-landing/vectors/triangle-thick.svg);
    right: 0;
    top: -80px;
}
.cgm-landing .hero__content.resources:after {
    background-image: url(/img/new-landing/vectors/oval-thick.svg);
    bottom: -85px;
    left: 0;
}
.cgm-landing .hero__content.top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cgm-landing .hero__content.top .hero__text {
    padding-top: 10px;
}
@media screen and (min-width:1024px) {
    .cgm-landing .hero__content.top .hero__text {
    padding-top: 13vh;
}
}.cgm-landing .hero__content.bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cgm-landing .hero__content.bottom .hero__text {
    padding-bottom: 10px;
}
@media screen and (min-width:1024px) {
    .cgm-landing .hero__content.bottom .hero__text {
    padding-bottom: 40px;
}
}.cgm-landing .hero__content.right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cgm-landing .hero__content.right .hero__text {
    padding-right: 20px;
}
.cgm-landing .hero__content.left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.cgm-landing .hero__content.left .hero__text {
    padding-left: 20px;
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__content.desktop--top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.cgm-landing .hero__content.desktop--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.cgm-landing .hero__content.desktop--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.cgm-landing .hero__content.desktop--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.cgm-landing .hero__content.desktop--vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cgm-landing .hero__content.desktop--horizontal-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}.cgm-landing .hero__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 0.95;
    position: relative;
    z-index: 2;
}
@media screen and (max-width:767px) {
    .cgm-landing .hero__text {
    width: 80%}
}@media screen and (min-width:600px) and (max-width:768px) {
    .cgm-landing .hero__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
}@media screen and (min-width:1025px) {
    .cgm-landing .hero__text {
    margin-top: 13vh;
}
}@media screen and (min-width:1024px) {
    .cgm-landing .hero__text {
    padding: 0 40px;
}
}.cgm-landing .hero__text--xs {
    font-size: .8rem;
    margin-bottom: 10px;
}
.cgm-landing .hero__text--s {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
	.cgm-landing .hero__text--s {
    font-size: 4.5vw;
}
    .cgm-landing .hero__text--s.mobile--bigger {
    font-size: 2.3rem;
}
}.cgm-landing .hero__text--m {
    font-family: clash_displaymedium;
    font-size: 3.9rem;
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
    .cgm-landing .hero__text--m {
    font-size: 12vw;
}
}
@media screen and (max-width:600px) {
    .cgm-landing .hero__text--m {
    font-size: 15vw;
}
}.cgm-landing .hero__text--l {
    font-family: clash_displaymedium;
    font-size: 3.9rem;
    margin-bottom: 10px;
}
@media screen and (max-width:768px) {
    .cgm-landing .hero__text--l {
    font-size: 2.5rem;
}
}.cgm-landing .hero__text--color {
    color: #e0005f;
}
.cgm-landing .hero__text--bold {
    font-weight: 800;
}
.cgm-landing .hero__button, .cgm-landing .hero__button--level-1 {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    height: 60px;
    letter-spacing: .1em;
    margin: 20px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%}
@media screen and (min-width:600px) {
    .cgm-landing .hero__button, .cgm-landing .hero__button--level-1 {
    font-size: 1.6rem;
    height: 75px;
}
}@media screen and (min-width:1920px) {
    .cgm-landing .hero__button, .cgm-landing .hero__button--level-1 {
    width: 68%}
}@media screen and (min-width:2200px) {
    .cgm-landing .hero__button, .cgm-landing .hero__button--level-1 {
    height: 120px;
    margin: 40px 0;
    width: 73%}
}.cgm-landing .hero__button.new, .cgm-landing .new.hero__button--level-1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #e0005f;
    border: 2px solid #e0005f;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 20px rgba(224, 0, 95, .496);
    box-shadow: 0 0 20px rgba(224, 0, 95, .496);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f5f5f9;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    line-height: 1;
    max-width: 290px;
    min-width: 220px;
    outline: none;
    padding: 0 4.5vw;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media screen and (min-width:600px) {
    .cgm-landing .hero__button.new, .cgm-landing .new.hero__button--level-1 {
    padding: 0 25px;
}
}.cgm-landing .hero__button.new:after, .cgm-landing .hero__button.new:before, .cgm-landing .new.hero__button--level-1:after, .cgm-landing .new.hero__button--level-1:before {
    display: none;
}
.cgm-landing .hero__button--level-1:before, .cgm-landing .hero__button:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    width: 100%}
@media screen and (min-width:600px) {
    .cgm-landing .hero__button--level-1:before, .cgm-landing .hero__button:before {
    line-height: 70px;
}
}@media screen and (min-width:2200px) {
    .cgm-landing .hero__button--level-1:before, .cgm-landing .hero__button:before {
    line-height: 115px;
}
}.cgm-landing .hero__button--level-1 {
    border-radius: 100px;
}
.cgm-landing .hero__button--level-1:before {
    background: #ff056d;
    border: 3px solid #ff056d;
    border-radius: 100px;
    color: #fff;
    content: "Crear Cuenta";
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.cgm-landing .hero__button--level-1:hover:before {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg);
}
.cgm-landing .hero__img {
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 42vh;
    z-index: 0;
}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__img {
    width: 64vh;
}
}.cgm-landing .hero__img.big {
    width: 90%}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__img.big {
    width: 84vh;
}
}.cgm-landing .hero__img.resources:after, .cgm-landing .hero__img.resources:before {
    background-size: cover;
    content: "";
    display: none;
    height: 330px;
    position: absolute;
    width: 330px;
    z-index: -1;
}
@media screen and (min-width:769px) {
    .cgm-landing .hero__img.resources:after, .cgm-landing .hero__img.resources:before {
    display: block;
}
}.cgm-landing .hero__img.resources:before {
    background-image: url(/img/new-landing/vectors/triangle-thick.svg);
    right: 0;
    top: -80px;
}
.cgm-landing .hero__img.resources:after {
    background-image: url(/img/new-landing/vectors/oval-thick.svg);
    bottom: -85px;
    left: 0;
}
.cgm-landing .hero__img img {
    display: block;
    margin: 0 auto;
    width: 95%}
@media screen and (min-width:1025px) {
    .cgm-landing .hero__img img {
    width: 100%}
}.cgm-landing .hero__img--element.floating, .cgm-landing .hero__img--element.floating--left, .cgm-landing .hero__img--element.floating--right {
    position: absolute;
    width: 35%}
.cgm-landing .hero__img--element.floating--left {
    -webkit-animation: floating--to-top 2s ease-in-out infinite;
    animation: floating--to-top 2s ease-in-out infinite;
    bottom: 40px;
    left: 5%;
    z-index: -1;
}
.cgm-landing .hero__img--element.floating--right {
    -webkit-animation: floating--to-top 3s ease-in-out infinite;
    animation: floating--to-top 3s ease-in-out infinite;
    right: 0;
    top: 150px;
    z-index: 3;
}
.cgm-landing .hero__img--element.custom--iphones-games {
    width: 10%}
.cgm-landing .hero__img--element.custom--iphones-games.floating--left {
    bottom: 45%;
    left: 23%;
    z-index: 1;
}
.cgm-landing .hero__img--element.custom--iphones-games.floating--right {
    right: 0;
    top: 36%}
.cgm-landing .hero-scroll {
    bottom: 15px;
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    width: 90px;
    z-index: 3;
}
@media screen and (min-width:600px) {
    .cgm-landing .hero-scroll {
    position: absolute;
}
}@media screen and (min-width:2200px) {
    .cgm-landing .hero-scroll {
    bottom: 30px;
    width: 150px;
}
}.cgm-landing .hero-scroll__icon {
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    display: block;
    height: 34px;
    margin: 0 auto 5px;
    position: relative;
    width: 21px;
}
@media screen and (min-width:2200px) {
    .cgm-landing .hero-scroll__icon {
    height: 78px;
    width: 50px;
}
}.cgm-landing .hero-scroll__icon:before {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    background: #fff;
    border-radius: 4px;
    content: "";
    height: 4px;
    margin-left: -2px;
    position: absolute;
    top: 8px;
    width: 4px;
}
.cgm-landing .hero-scroll__text {
    color: #fff;
    font-size: 13px;
}
@media screen and (min-width:2200px) {
    .cgm-landing .hero-scroll__text {
    font-size: 25px;
}
}@-webkit-keyframes scroll {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
}
}@keyframes scroll {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translateY(36px);
    transform: translateY(36px);
}
}@-webkit-keyframes floating--to-top {
    0% {
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
}
50% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
to {
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
}
}@keyframes floating--to-top {
    0% {
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
}
50% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
}
to {
    -webkit-transform: translatey(5px);
    transform: translatey(5px);
}
}@-webkit-keyframes bg-move {
    0% {
    background-position: 5.6319px 3.19477px;
}
50% {
    background-position: 0 0;
}
to {
    background-position: 3.19627px 4.95464px;
}
}@keyframes bg-move {
    0% {
    background-position: 5.6319px 3.19477px;
}
50% {
    background-position: 0 0;
}
to {
    background-position: 3.19627px 4.95464px;
}
}.cgm-landing.white .logo--black {
    display: block;
}
.cgm-landing.white .logo--white {
    display: none;
}
.cgm-landing.white .icon--audio li {
    background-color: #000;
}
.cgm-landing.white .hero:after {
    background: #fff;
}
.cgm-landing.white .hero.shadow--to-left:before {
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .59) 4%, hsla(0, 0%, 100%, .49) 12%, #fff 120%);
}
@media screen and (min-width:801px) {
    .cgm-landing.white .hero.shadow--to-left:before {
    background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, .59) 4%, hsla(0, 0%, 100%, .49) 12%, #fff 120%);
}
}.cgm-landing.white .hero.shadow--to-bottom:before {
    background: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .59) 4%, hsla(0, 0%, 100%, .49) 12%, #fff 120%);
}
.cgm-landing.white .hero .hero__text {
    color: #000;
}
.cgm-landing.white .hero .hero__text--button {
    color: #fff;
}
.cgm-landing.white .cgm-team-pro-poker {
    background: #333;
    color: #fff;
}
.cgm-landing.bg--text-transparent .hero:after {
    opacity: .5;
}
.cgm-landing.no-steps .hero {
    height: 100vh;
}
@media screen and (max-width:1025px) {
    .cgm-landing.no-steps .hero__container--1 {
    min-height: 55vh;
}
.cgm-landing.no-steps .hero__container--2 {
    min-height: 38vh;
}
}.cgm-landing.center .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
@media screen and (min-width:801) {
    .cgm-landing.center .hero {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}
}@media screen and (min-width:1025px) {
    .cgm-landing.center .hero {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
}.cgm-landing.center .hero__content.top .hero__text {
    padding-top: 10px;
}
.cgm-landing.center .hero__text {
    text-align: center;
}
.cgm-landing.center .hero__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
@media screen and (min-width:801px) {
    .cgm-landing.center .hero__img {
    margin-bottom: 0;
}
}.cgm-landing.center .hero__img img {
    height: 100%;
    position: relative;
}
.cgm-landing.center .hero__img img:first-of-type, .cgm-landing.center .hero__img img:nth-of-type(5) {
    top: 73px;
}
.cgm-landing.center .hero__img img:nth-of-type(2), .cgm-landing.center .hero__img img:nth-of-type(4) {
    display: none;
    top: 20px;
    width: 22%}
.cgm-landing.center .hero__img img:first-of-type, .cgm-landing.center .hero__img img:nth-of-type(4) {
    -webkit-animation: floating--to-top 3s ease-in-out infinite;
    animation: floating--to-top 3s ease-in-out infinite;
}
.cgm-landing.center .hero__img img:nth-of-type(2), .cgm-landing.center .hero__img img:nth-of-type(5) {
    -webkit-animation: floating--to-top 4s ease-in-out infinite;
    animation: floating--to-top 4s ease-in-out infinite;
}
.cgm-landing.center .hero__img img:first-of-type {
    left: 65px;
    width: 30%;
    z-index: 1;
}
@media screen and (min-width:600px) and (max-width:1024px) {
    .cgm-landing.center .hero__img img: first-of-type {
    left: 160px;
    top: 80px;
    width: 19%}
}@media screen and (min-width:1025px) {
    .cgm-landing.center .hero__img img: first-of-type {
    left: 6%;
    top: 262px;
    width: 11vw;
}
}.cgm-landing.center .hero__img img:nth-of-type(2) {
    left: 55px;
}
@media screen and (min-width:600px) {
    .cgm-landing.center .hero__img img: nth-of-type(2) {
    display: block;
}
}@media screen and (min-width:1025px) {
    .cgm-landing.center .hero__img img: nth-of-type(2) {
    left: -20px;
    top: 200px;
    width: 13vw;
}
}.cgm-landing.center .hero__img img:nth-of-type(3) {
    -webkit-animation: floating--to-top 4.5s ease-in-out infinite;
    animation: floating--to-top 4.5s ease-in-out infinite;
    width: 60%;
    z-index: 1;
}
@media screen and (min-width:600px) {
    .cgm-landing.center .hero__img img: nth-of-type(3) {
    width: 55%}
}@media screen and (min-width:1025px) {
    .cgm-landing.center .hero__img img: nth-of-type(3) {
    margin: 0 10%;
    width: 13vw;
}
}.cgm-landing.center .hero__img img:nth-of-type(4) {
    left: -50px;
}
@media screen and (min-width:600px) {
    .cgm-landing.center .hero__img img: nth-of-type(4) {
    display: block;
    left: -80px;
}
}@media screen and (min-width:1025px) {
    .cgm-landing.center .hero__img img: nth-of-type(4) {
    left: -20px;
    top: 200px;
    width: 13vw;
}
}.cgm-landing.center .hero__img img:nth-of-type(5) {
    left: -56px;
    width: 28%;
    z-index: 1;
}
@media screen and (min-width:600px) and (max-width:1024px) {
    .cgm-landing.center .hero__img img: nth-of-type(5) {
    left: -150px;
    top: 80px;
    width: 15%}
}@media screen and (min-width:1025px) {
    .cgm-landing.center .hero__img img: nth-of-type(5) {
    left: -6%;
    top: 275px;
    width: 11vw;
}
}@media screen and (min-width:1920px) {
    .cgm-landing.center .hero__button, .cgm-landing.center .hero__button--level-1 {
    width: 100%}
}.cgm-landing.center .hero__img {
    width: 100%}
.cgm-landing.center .hero__text {
    margin-top: 0;
}
.cgm-landing.center .hero__container--1, .cgm-landing.center .hero__container--2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    min-height: auto;
    order: 0;
    width: 100%}
.cgm-landing .hero.mobile--padding-header {
    padding-top: 13vh;
}
@media only screen and (min-width:1025px) {
    .cgm-landing .hero.mobile--padding-header {
    padding-top: 0;
}
}@media screen and (max-width:1025px) {
    .cgm-landing .hero.mobile--no-height {
    height: auto;
}
}.cgm-landing .hero.no-shadow:after, .cgm-landing .hero.no-shadow:before {
    display: none;
}
.cgm-landing .steps {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #181a27;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 40px;
}
@media screen and (min-width:991px) {
    .cgm-landing .steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 17vh;
    padding: 20px 40px;
}
}.cgm-landing .steps .link, .cgm-landing .steps .link--white {
    display: inline-block;
    width: 100%}
.cgm-landing .steps .link--white:last-of-type .steps__block, .cgm-landing .steps .link:last-of-type .steps__block {
    margin-bottom: 0;
}
.cgm-landing .steps__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    margin: 0 0 30px;
    width: 100%}
@media screen and (min-width:991px) {
    .cgm-landing .steps__block {
    margin: 0 auto;
}
}.cgm-landing .steps__number {
    color: #858ca6;
    font-family: clash_displaymedium;
    font-size: 3.3rem;
    font-weight: 700;
    margin-right: 20px;
}
@media screen and (min-width:1024px) {
    .cgm-landing .steps__number {
    font-size: 2.8rem;
}
}.cgm-landing .steps__title {
    color: #fff;
    font-family: clash_displaymedium;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px;
}
@media screen and (min-width:1024px) {
    .cgm-landing .steps__title {
    font-size: 1.3rem;
}
}.cgm-landing .steps__text {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0 0 20px;
}
.cgm-landing .steps__text:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width:1300px) {
    .cgm-landing .steps__text {
    font-size: 0.9rem;
}
}@media screen and (min-width:1920px) {
    .cgm-landing .steps__text {
    font-size: 1rem;
}
}.cgm-landing .steps__text--container {
    width: 100%}
@media screen and (min-width:991px) {
    .cgm-landing .steps__text--container {
    width: 75%}
}.cgm-landing .steps__arrow {
    display: none;
    margin: 0 3%;
    width: 5%}
@media screen and (min-width:991px) {
    .cgm-landing .steps__arrow {
    display: block;
}
}.cgm-landing .steps__arrow img {
    width: 100%}
.cgm-landing main {
    padding: 20px;
}
.cgm-landing main .main-text {
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    width: 100%}
@media screen and (min-width:600px) {
    .cgm-landing main .main-text {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
}@media screen and (min-width:769px) {
    .cgm-landing main .main-text {
    width: 85%}
}.cgm-landing main .main-text__title {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
}
@media screen and (min-width:600px) {
    .cgm-landing main .main-text__title {
    font-size: 1.8rem;
}
}.cgm-landing main .main-text__subtitle {
    font-size: 1.7rem;
    line-height: 1.3;
    margin: 0 0 15px;
}
.cgm-landing main .main-text__subtitle:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width:600px) {
    .cgm-landing main .main-text__subtitle {
    font-size: 1.3rem;
}
}.cgm-landing main .block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 90px;
    padding: 0 20px;
}
@media screen and (min-width:600px) {
    .cgm-landing main .block {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.cgm-landing main .block.desktop--img-right .block--image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.cgm-landing main .block.desktop--img-right .block--info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}.cgm-landing main .block--info {
    width: 100%}
@media screen and (min-width:600px) {
    .cgm-landing main .block--info {
    width: 70%}
}@media screen and (min-width:1025px) {
    .cgm-landing main .block--info {
    width: 45%}
}.cgm-landing main .block--info__title {
    font-size: 2.3rem;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}
@media screen and (min-width:600px) {
    .cgm-landing main .block--info__title {
    font-size: 1.5rem;
}
}.cgm-landing main .block--info__subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 0;
}
@media screen and (min-width:600px) {
    .cgm-landing main .block--info__subtitle {
    font-size: 1.2rem;
}
}.cgm-landing main .block--info__text {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 15px;
}
@media screen and (min-width:600px) {
    .cgm-landing main .block--info__text {
    font-size: 1.1rem;
}
}.cgm-landing main .block--info__button {
    background: #e0005f;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    margin: 30px 0 20px;
    padding: 20px 50px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (min-width:600px) {
    .cgm-landing main .block--info__button {
    font-size: 1.1rem;
}
}@media screen and (min-width:768px) {
    .cgm-landing main .block--info__button {
    display: inline-block;
}
}.cgm-landing main .block--info__link {
    color: #333;
    display: block;
    text-decoration: none;
}
@media screen and (maxƒ-width:600px) {
    .cgm-landing main .block--info__link {
    font-size: 1.7rem;
}
}.cgm-landing main .block--image {
    margin: 0 auto 30px;
    position: relative;
    width: 100%}
@media screen and (min-width:600px) {
    .cgm-landing main .block--image {
    margin: 0 30px;
    width: 30%}
}@media screen and (min-width:1025px) {
    .cgm-landing main .block--image {
    width: 15%}
}.cgm-landing main .block--image__img {
    display: block;
    margin: 0 auto;
    width: 60%}
@media screen and (min-width:600px) {
    .cgm-landing main .block--image__img {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%}
}.cgm-landing main .main-steps {
    -ms-flex-pack: distribute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 10vh;
}
@media screen and (min-width:1025px) {
    .cgm-landing main .main-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
}
}.cgm-landing main .main-steps__item {
    margin-bottom: 40px;
    text-align: center;
    width: 65%}
.cgm-landing main .main-steps__item:last-of-type {
    margin-bottom: 0;
}
@media screen and (min-width:1025px) {
    .cgm-landing main .main-steps__item {
    width: 25%}
}.cgm-landing main .main-steps__img {
    display: block;
    margin: 0 auto 30px;
    width: 40%}
@media screen and (min-width:1025px) {
    .cgm-landing main .main-steps__img {
    width: 60%}
}.cgm-landing main .main-steps__text {
    font-size: 1rem;
    line-height: 1.3;
}
@media screen and (min-width:600px) {
    .cgm-landing main .main-steps__text {
    font-size: 1.1rem;
}
}.cgm-landing .footer {
    background-color: #282a3f;
    color: #fff;
    font-size: .8rem;
    padding: 20px;
}
@media screen and (min-width:1920px) {
    .cgm-landing .footer {
    font-size: .5rem;
}
}@media screen and (min-width:1280px) {
    .cgm-landing .footer__container {
    margin: 0 auto;
    width: 80%}
}.cgm-landing .footer__text {
    margin: 0 0 20px;
}
.cgm-landing .footer__text.center {
    text-align: center;
}
.cgm-landing .footer__logos .logo {
    width: 100%}
.cgm-landing .footer__logos .list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 4%;
    width: 180px;
}
.cgm-landing .footer__logos .list__item.vertical {
    width: 55px;
}
.cgm-landing .CGMO {
    margin: 0;
}
.cgm-landing .CGMO-footer {
    font-size: 12px;
    margin-bottom: -8px;
    position: relative;
}
@media screen and (min-width:981px) {
    .cgm-landing .CGMO-footer {
    margin-bottom: 0;
}
}.cgm-landing .CGMO-footer .link, .cgm-landing .CGMO-footer .link--white {
    color: #fff;
}
.cgm-landing .CGMO-footer__SEOband {
    background-color: #282a3f;
    padding: 2px;
}
.cgm-landing .CGMO-footer__SEOband .CGMO-footer__logos--regulation .item--half, .cgm-landing .CGMO-footer__SEOband .item, .cgm-landing .CGMO-footer__SEOband .link, .cgm-landing .CGMO-footer__SEOband .link--white, .cgm-landing .CGMO-footer__logos--regulation .CGMO-footer__SEOband .item--half {
    color: #fff;
}
.cgm-landing .CGMO-footer .CGMO-footer__logos--regulation .item--half, .cgm-landing .CGMO-footer .item, .cgm-landing .CGMO-footer__logos--regulation .CGMO-footer .item--half {
    list-style-type: none;
}
.cgm-landing .CGMO-footer .img {
    display: block;
    max-width: 100%}
.cgm-landing .CGMO-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-width: 1200px;
    padding: 40px 15px;
}
.cgm-landing .CGMO-footer__text {
    color: #ededed;
    line-height: 15px;
    text-align: center;
}
.cgm-landing .CGMO-footer__logo--main g, .cgm-landing .CGMO-footer__logo--main path {
    fill: #282a3f;
}
.cgm-landing .CGMO-footer__logos {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cgm-landing .CGMO-footer__logos, .cgm-landing .CGMO-footer__logos--regulation, .cgm-landing .CGMO-footer__logos--social {
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%}
.cgm-landing .CGMO-footer__logos--regulation, .cgm-landing .CGMO-footer__logos--social {
    -webkit-padding-start: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    padding-inline-start: 0;
}
.cgm-landing .CGMO-footer__logos--regulation a, .cgm-landing .CGMO-footer__logos--social a {
    display: block;
}
.cgm-landing .CGMO-footer__logos--social svg g, .cgm-landing .CGMO-footer__logos--social svg path {
    fill: #282a3f;
}
.cgm-landing .CGMO-footer__logos--social .img {
    height: 20px;
    margin: 20px;
    width: 20px;
}
.cgm-landing .CGMO-footer__logos--regulation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.cgm-landing .CGMO-footer__logos--regulation .img {
    height: 40px;
    max-width: 160px;
}
.cgm-landing .CGMO-footer__logos--regulation .item, .cgm-landing .CGMO-footer__logos--regulation .item--half {
    margin: 2% 40%}
@media screen and (min-width:500px) {
    .cgm-landing .CGMO-footer__logos--regulation .item, .cgm-landing .CGMO-footer__logos--regulation .item--half {
    margin: 2%}
}.cgm-landing .CGMO-footer__logos--regulation .item--half {
    margin: 2%}
@media screen and (min-width:500px) {
    .cgm-landing .CGMO-footer__logos--regulation .item--half .img {
    height: 25px;
}
}.cgm-landing .CGMO-footer__logos--regulation .item--half:not(:last-of-type) svg g, .cgm-landing .CGMO-footer__logos--regulation .item--half:not(:last-of-type) svg path, .cgm-landing .CGMO-footer__logos--regulation .item:not(:last-of-type) svg g, .cgm-landing .CGMO-footer__logos--regulation .item:not(:last-of-type) svg path {
    fill: #282a3f;
}
.cgm-landing .CGMO-footer__logos--regulation .item svg g.custom, .cgm-landing .CGMO-footer__logos--regulation .item svg g.custom path, .cgm-landing .CGMO-footer__logos--regulation .item svg path.custom, .cgm-landing .CGMO-footer__logos--regulation .item svg path.custom path, .cgm-landing .CGMO-footer__logos--regulation .item--half svg g.custom, .cgm-landing .CGMO-footer__logos--regulation .item--half svg g.custom path, .cgm-landing .CGMO-footer__logos--regulation .item--half svg path.custom, .cgm-landing .CGMO-footer__logos--regulation .item--half svg path.custom path {
    fill: #282a3f!important;
}
.cgm-landing .CGMO-footer__links {
    -webkit-padding-start: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 20px;
    padding-inline-start: 0;
}
.cgm-landing .CGMO-footer__links .CGMO-footer__logos--regulation .item--half:not(:last-child):after, .cgm-landing .CGMO-footer__links .item:not(:last-child):after, .cgm-landing .CGMO-footer__logos--regulation .CGMO-footer__links .item--half:not(:last-child):after {
    color: #fff;
    content: "|";
    padding: 0 8px;
}
.cgm-landing .CGMO.night-on .CGMO-footer {
    background-color: #282a3f;
    color: #fff;
}
.cgm-landing .CGMO.night-on .CGMO-footer__SEOband {
    background-color: #5d6192;
}
.cgm-landing .CGMO.night-on .CGMO-footer__logo--main g, .cgm-landing .CGMO.night-on .CGMO-footer__logo--main path, .cgm-landing .CGMO.night-on .CGMO-footer__logos--social svg g, .cgm-landing .CGMO.night-on .CGMO-footer__logos--social svg path {
    fill: #fff;
}
.cgm-landing .CGMO-footer__logos--regulation .CGMO.night-on .CGMO-footer__logos .item--half:not(:last-of-type) svg g, .cgm-landing .CGMO-footer__logos--regulation .CGMO.night-on .CGMO-footer__logos .item--half:not(:last-of-type) svg path, .cgm-landing .CGMO.night-on .CGMO-footer__logos .CGMO-footer__logos--regulation .item--half:not(:last-of-type) svg g, .cgm-landing .CGMO.night-on .CGMO-footer__logos .CGMO-footer__logos--regulation .item--half:not(:last-of-type) svg path, .cgm-landing .CGMO.night-on .CGMO-footer__logos .item:not(:last-of-type) svg g, .cgm-landing .CGMO.night-on .CGMO-footer__logos .item:not(:last-of-type) svg path {
    fill: #fff;
}
.cgm-landing .CGMO.night-on .CGMO-footer svg g.custom, .cgm-landing .CGMO.night-on .CGMO-footer svg g.custom path, .cgm-landing .CGMO.night-on .CGMO-footer svg path.custom, .cgm-landing .CGMO.night-on .CGMO-footer svg path.custom path {
    fill: #fff!important;
}
.cgm-landing .form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100vw;
}
@media only screen and (min-width:600px) {
    .cgm-landing .form {
    width: 80vw;
}
}@media only screen and (min-width:1025px) {
    .cgm-landing .form {
    width: 40vw;
}
}@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing .form {
    padding: 0;
    width: 68vw;
}
}.cgm-landing .form__text {
    margin-bottom: 30px;
}
@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing .form__text {
    margin-bottom: 15px;
}
}.cgm-landing .form__btn, .cgm-landing .form__input {
    background: #fff;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    width: 100%}
.cgm-landing .form__btn:focus, .cgm-landing .form__input:focus {
    outline: none;
}
@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing .form__btn, .cgm-landing .form__input {
    margin: 0 0 10px;
    padding: 5px 20px;
    width: 100%!important;
}
}@media only screen and (min-width:601px) {
    .cgm-landing .form__btn, .cgm-landing .form__input {
    width: 65%}
}@media only screen and (min-width:1025px) {
    .cgm-landing .form__btn, .cgm-landing .form__input {
    width: 50%}
}.cgm-landing .form__btn::-webkit-input-placeholder, .cgm-landing .form__input::-webkit-input-placeholder {
    color: #aaa;
}
.cgm-landing .form__btn::-moz-placeholder, .cgm-landing .form__input::-moz-placeholder {
    color: #aaa;
}
.cgm-landing .form__btn:-ms-input-placeholder, .cgm-landing .form__input:-ms-input-placeholder {
    color: #aaa;
}
.cgm-landing .form__btn::-ms-input-placeholder, .cgm-landing .form__input::-ms-input-placeholder {
    color: #aaa;
}
.cgm-landing .form__btn::placeholder, .cgm-landing .form__input::placeholder {
    color: #aaa;
}
.cgm-landing .form__btn {
    border-radius: 100px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 15px 35px;
    width: auto;
}
@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing .form__btn {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 8px 35px;
}
}.cgm-landing .form__validation {
    color: #fff;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 15px;
    margin-top: -10px;
}
@media only screen and (min-width:1025px) {
    .cgm-landing .form__validation {
    font-size: .6rem;
}
}.cgm-landing .form__validation.no-active {
    display: none;
}
.cgm-landing .form__container--check {
    cursor: pointer;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (min-width:1025px) {
    .cgm-landing .form__container--check {
    font-size: .9rem;
}
}@media only screen and (min-width:1920px) {
    .cgm-landing .form__container--check {
    font-size: .6rem;
}
}.cgm-landing .form__container--check:hover .form__check~.form__checkmark {
    background-color: #fff;
}
.cgm-landing .form__check {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 0;
}
.cgm-landing .form__check:checked~.form__checkmark {
    background-color: #fff;
    border: 1px solid #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cgm-landing .form__check:checked~.form__checkmark:after {
    display: block;
}
.cgm-landing .form__checkmark {
    background-color: 0;
    border: 1px solid #eee;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 25px;
}
.cgm-landing .form__checkmark:after {
    content: "";
    display: none;
    position: absolute;
}
.cgm-landing .form__checkmark:after {
    border: solid #333;
    border-width: 0 3px 3px 0;
    height: 10px;
    left: 9px;
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 5px;
}
.cgm-landing.custom--laguna {
    background: #1a341b;
}
.cgm-landing.custom--laguna .hero {
    height: auto;
}
@media screen and (min-width:800px) {
    .cgm-landing.custom--laguna .hero {
    height: 98vh;
}
}@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing.custom--laguna .hero {
    height: auto;
}
}.cgm-landing.custom--laguna .subtitle {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.3;
}
@media screen and (min-width:1025px) {
    .cgm-landing.custom--laguna .subtitle {
    font-size: 1rem;
}
}@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing.custom--laguna .hero__container--1 {
    width: 50vw;
}
}.cgm-landing.custom--laguna .hero__container--2 {
    z-index: 1;
}
@media screen and (max-width:1025px) {
    .cgm-landing.custom--laguna .hero__container--2 {
    bottom: 0;
    position: absolute;
    z-index: 0;
}
}@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing.custom--laguna .hero__container--2 {
    position: relative;
    width: 40vw;
}
}.cgm-landing.custom--laguna .header {
    width: 90%}
.cgm-landing.custom--laguna .form__container--check:first-of-type {
    margin-top: 35px;
}
.cgm-landing.custom--laguna .form__btn {
    background: -o-linear-gradient(45deg, #ffdc7f, #aa7100);
    background: linear-gradient(45deg, #ffdc7f, #aa7100);
}
.cgm-landing.custom--laguna .form__text {
    color: #ffdc7f;
}
.cgm-landing.custom--laguna .frog {
    position: relative;
    top: 85px;
    width: 200px;
}
@media screen and (min-width:800px) {
    .cgm-landing.custom--laguna .frog {
    top: 158px;
}
}.cgm-landing.custom--laguna .stains {
    left: 0;
    position: absolute;
    top: -75px;
    width: 120%;
    z-index: -1;
}
.cgm-landing.custom--laguna .popup {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px auto;
    min-height: 360px;
    padding: 80px 20px;
    position: relative;
    -webkit-transition: opacity 5s ease-in-out;
    -o-transition: opacity 5s ease-in-out;
    transition: opacity 5s ease-in-out;
    width: 320px;
}
@media screen and (max-width:700px) {
    .cgm-landing.custom--laguna .popup {
    width: 85%}
}.cgm-landing.custom--laguna .popup--overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    visibility: hidden;
    z-index: 999;
}
@media screen and (min-width:700px) {
    .cgm-landing.custom--laguna .popup--overlay {
    background: rgba(0, 0, 0, .7);
}
}@media only screen and (max-width:1024px) and (orientation:landscape) {
    .cgm-landing.custom--laguna .popup--overlay {
    display: block;
    overflow-y: auto;
}
}.cgm-landing.custom--laguna .popup--overlay.active {
    opacity: 1;
    visibility: visible;
}
.cgm-landing.custom--laguna .popup__title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-align: center;
}
.cgm-landing.custom--laguna .popup__text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    text-align: center;
}
.cgm-landing.custom--laguna .popup__close {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
    right: 15px;
    text-decoration: none;
    top: 15px;
}
.cgm-landing.custom--laguna .popup__close svg {
    fill: #aa7100;
    width: 35px;
}
.cgm-landing.custom--laguna .popup__logos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: distribute;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}
.cgm-landing.custom--laguna .popup__logos .logo--left {
    width: 50%}
.cgm-landing.custom--laguna .popup__logos .logo--right {
    width: 30%}
.cgm-landing.custom--laguna .popup__detail, .cgm-landing.custom--laguna .popup__detail--bottom-right-corner, .cgm-landing.custom--laguna .popup__detail--top-left-corner {
    position: absolute;
    width: 25px;
}
.cgm-landing.custom--laguna .popup__detail--top-left-corner {
    left: 15px;
    top: 15px;
}
.cgm-landing.custom--laguna .popup__detail--bottom-right-corner {
    bottom: 15px;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cgm-landing.custom--million .hero__img {
    -webkit-animation: spin 1s ease-out;
    animation: spin 1s ease-out;
}
@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
}
}@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(2turn);
    transform: rotate(2turn);
}
}.cgm-landing.custom--halloween .hero__img {
    top: -10%}
.cgm-landing.custom--halloween .hero__img--element.floating--right {
    top: 55%;
    width: 95%}
.cgm-landing.custom--starburst .hero__img {
    width: 100%}
.cgm-landing.custom--starburst .hero__img--element.floating--left {
    left: 0;
    top: 48%;
    width: 45%}
.cgm-landing.custom--starburst .hero__img--element.floating--left img {
    width: 100%}
.cgm-landing.custom--starburst .hero__img--element.floating--right {
    top: 25%;
    width: 36%}
.cgm-landing.custom--starburst .hero__img--element.floating--right img {
    width: 25%}
.cgm-landing.custom--jungle .hero__img {
    left: 11%}
.cgm-landing.custom--jungle .hero__img--element.floating--left {
    bottom: 23%;
    left: -10%}
@media only screen and (max-width:1024px) and (orientation:landscape) {
    html {
    font-size: 7px;
}
.cgm-landing header {
    margin-top: 10px;
    padding: 0 20px;
}
.cgm-landing header .logo {
    width: 120px;
}
.cgm-landing .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 78vh;
}
.cgm-landing .hero:after {
    z-index: 0;
}
.cgm-landing .hero__container--1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.cgm-landing .hero__container--2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.cgm-landing .hero__img {
    width: 64vh;
}
.cgm-landing .hero__text {
    margin-top: 14vh;
}
.cgm-landing .hero__button, .cgm-landing .hero__button--level-1 {
    height: 50px;
}
.cgm-landing .hero__button--level-1:after, .cgm-landing .hero__button--level-1:before, .cgm-landing .hero__button:after, .cgm-landing .hero__button:before {
    line-height: 45px;
}
.cgm-landing .steps {
    height: 22vh;
    padding: 0 10px;
}
.cgm-landing .steps, .cgm-landing .steps__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cgm-landing .steps__block {
    margin: 0 auto;
    width: 93%}
.cgm-landing .steps__number {
    font-size: 3.3rem;
    margin-right: 10px;
}
.cgm-landing .steps__title {
    font-size: 1.8rem;
    margin-bottom: 5px;
}
.cgm-landing .steps__text {
    font-size: 1rem;
}
.cgm-landing .steps__arrow {
    display: block;
    width: 7%}
}@media (max-width:768px) {
    .cgm-landing .footer__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cgm-landing .footer__logos .list__item {
    height: 50px;
}
}




/* Mobile horizontal */
@media screen and (max-height: 420px) and (orientation: landscape) {

  .cgm-landing .steps__text {
    font-size: 0.6rem;
  }
  .cgm-landing .steps {
    height: 25vh;
  }
  .cgm-landing .steps__title {
    font-size: 1.2rem;
  }
  .cgm-landing .steps__arrow {
    display: none;
  }
}

.cgm-landing .CGMO-footer {
    margin-bottom: initial;
}

/* Footer con metodos de pago */
.cgm-landing .CGMO-footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.paymethods {
	background-color: #101119;
	padding: 40px 0px;
}

.paymethods__title {
	text-align: center;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 50px 30px 50px;
}

.paymethods__lines {
	margin: 10px;
}

.paymethods__lines, .paymethods__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.paymethods__subline {
	display: flex;
	align-items: center;
	justify-content: space-around;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.paymethods__img {
	display: block;
	margin: 10px 15px;
	max-width: 120px;
}

@media screen and (min-width: 420px){
	.paymethods__img {
		margin: 10px 20px;
		max-width: 150px;
	}
}

@media screen and (min-width: 910px){
	.paymethods__title {
		font-size: 25px;
		line-height: 36px;
		margin: 10px;
	}
}

@media screen and (min-width: 991px){
	.paymethods {
		padding: 20px;
	}
}

@media screen and (min-width: 1642px){
	.paymethods__title {
		font-size: 32px;
		line-height: 48px;
	}
}
/* fin de métodos de pago*/

.cgm-landing .steps__number, .cgm-landing .color-blue {
	color: #5D6192;
}

.cgm-landing .steps__number{
	font-size: 6.3rem;
	text-align: center;
	width: 70px;
}

.cgm-landing .steps__arrow {
	width: 8%;
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	.cgm-landing .steps {
		height: 18vh;
	}
}

@media screen and (min-width: 1300px) {
	.cgm-landing .steps__number {
		font-size: 8rem;
	}
	.cgm-landing .steps__title {
		font-size: 2rem;
	}
	.cgm-landing .steps__text {
		font-size: 0.9rem;
	}
}

/* arregla problema de | de los enlaces del footer */
.CGMO-footer__links .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* centra el módulo de contacto en mobile */
.cgm-landing .CGMO-contact__list {
    padding: 0 22px;
}

/* Se ponen los pasos desde botom 0 para mobile */
/*
@media only screen and (max-width:1024px) and (orientation: portrait){
    .cgm-landing .hero {
        height: 100vh;
        justify-content: space-evenly;
    }
}
*/