@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.otf'); /* IE9 Compat Modes */
    url('../fonts/Gotham-Bold.otf') format('woff'), /* Modern Browsers */
    url('../fonts/Gotham-Bold.otf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Gotham-Bold.otf') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham-Light.otf'); /* IE9 Compat Modes */
    url('../fonts/Gotham-Light.otf') format('woff'), /* Modern Browsers */
    url('../fonts/Gotham-Light.otf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Gotham-Light.otf') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.otf'); /* IE9 Compat Modes */
url('../fonts/Gotham-Book.otf') format('woff'), /* Modern Browsers */
url('../fonts/Gotham-Book.otf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/Gotham-Book.otf') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf'); /* IE9 Compat Modes */
url('../fonts/Gotham-Black.otf') format('woff'), /* Modern Browsers */
url('../fonts/Gotham-Black.otf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/Gotham-Black.otf') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('../fonts/Gilroy-Light.otf'); /* IE9 Compat Modes */
url('../fonts/Gilroy-Light.otf') format('woff'), /* Modern Browsers */
url('../fonts/Gilroy-Light.otf')  format('truetype'), /* Safari, Android, iOS */
url('../fonts/Gilroy-Light.otf') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
    src : url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
    src : url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
    url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
    url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
    url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
    url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}


body {
    font-family: 'Gotham';
    font-size: 15px;
}

.bg-yellow {
    background-color: #FFE800;
    height: 100vh;
    font-size: 4em;
    padding: 138px 183px 138px 85px;
    line-height: 80px;
}

.logo-forms {
    margin-top: 10px;
    width: 110px;
}

.title-forms {
    margin-top: 36px;
}

.center-block {
    margin: auto;
}

.text-forms {
    font-family: 'Gotham-Light';
    opacity: 0.5;
    color: #000000;
    font-weight: 300;
    line-height: 14px;
    font-size: 0.8em;
}

.text-forms-bold {
    font-family: 'Gotham';
    color: #000000;
    opacity: 0.25;
    font-weight: 300;
    line-height: 14px;
    font-size: 0.8em;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.msg-forms {
    margin-top: 16px;
    font-family: 'Gotham-Light';
    color: #00A0FF;
    font-weight: 300;
    line-height: 14px;
    font-size: 0.8em;
    text-align: center;
}


.buttons-signup {
    margin-top: 32px;
}

.btn-fb {
    font-size: 0.8em;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #3B5998;
    border: none;
    padding: 10px 8px;
    color: white;
}

.btn-google {
    margin-top: 8px;
    font-size: 0.8em;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #EA4335;
    border: none;
    padding: 10px 8px;
    color: white;
}


.btn-email {
    font-size: 0.8em;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #3243FF;
    border: none;
    padding: 10px 8px;
    color: white;
}

.btn-next {
    margin-top: 8px;
    font-size: 0.8em;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #3243FF;
    border: none;
    padding: 10px 8px;
    color: white;
}

.input-style {
    display: inline;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    padding: 11px 8px 9px 8px;
    font-size: 0.7em;
}

.membership-box {
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0 0 16px 0 rgba(0,0,0,0.15);
    padding: 20px;
    margin-bottom: 16px;
}

.center-text {
    text-align: center;
}

.blue-text {
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 0.8em;
    color: #3243FF;
}

.agenda-boxes {
    width: 100%;
    min-height: 100px;
    background-color: #FFFFFF;
    /*box-shadow: 0 0 16px 0 rgba(0,0,0,0.05);*/
    padding: 30px 20px;
    margin-bottom: 24px;
}

.img-agenda {
    padding: 30px;
    background-image: url('../img/jessylanza.jpg');
    background-size: cover;
    min-height:408px;
    background-position: center;
}

.agenda-list {
    min-height:400px;
    margin-top: 100px;
}

.btn-join {
    font-size: 0.7em;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: #3243FF;
    border: none;
    padding: 10px 8px;
    color: white;
}

.btn-join-selected {
    font-size: 0.7em;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(0, 160, 255, .05);
    border: none;
    padding: 10px 8px;
    color: #00A0FF;
}

.btn-disabled {
    background: white;
    font-size: 0.7em;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(166,166,166, 0.7);
    padding: 10px 8px;
    color: rgba(166,166,166, 0.7);
    margin-top: 8px;
    margin-bottom: 8px;
}

.nomargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.vertical-al {
    display: flex;
    align-items: center;
}


/* LANDING NEW */

.section-title {
    text-transform: uppercase;
    font-size: 0.7em;
    color: black;
    margin-bottom: 60px;
}

.slide-msg {
    text-transform: uppercase;
    font-size: 1em;
}

.title-number {
    font-family: 'Gilroy-Light';
    color: #9d9d9d;
    margin-right: 20px;
}

.big-text {
    font-family: 'Gotham-Black';
    font-size: 4.5em;
    line-height: 1em;
    word-break: break-word;
}

.slide-artist-name {
    font-family: 'Gotham-Black';
    font-size: 5em;
    line-height: 1em;
    margin-top: 20px;
    margin-right: 20px;
}

.slide-artist-name-mobile {
    font-family: 'Gotham-Black';
    font-size: 2.6em;
    line-height: 1em;
}

.slide-city {
    font-family: 'Gotham-Black';
    font-size: 2.8em;
    line-height: 1em;
}

.slide-city-mobile {
    font-family: 'Gotham-Black';
    font-size: 1.2em;
    line-height: 1em;
}

.slide-date {
    font-family: 'Gotham';
    font-size: 2.3rem;
}

.slide-date-mobile {
    font-family: 'Gotham';
    font-size: 1rem;
}

.md-text {
    font-family: 'Gotham-Black';
    font-size: 4em;
    line-height: 1em;
}

.text-paragraphs {
    font-family: 'Gotham-Book';
    line-height: 2em;
    margin-top: 40px;
}

.text-terms {
    font-family: 'Gotham-Book';
    font-size: 0.8em;
    line-height: 2em;
    margin-top: 40px;
}

.text-slide {
    font-family: 'Gotham-Book';
    line-height: 2em;
}

.text-footer {
    font-family: 'Gotham-Book';
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 40px;
}

.text-light {
    font-family: 'Gotham-Light';
}

.txt-strong {
    font-family: 'Gotham-Black';
}

.section-covid, .section2, .section3, .section4, .section6 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 15vh 30px;
}

.section2 {
    background: #f0f1f4;
}

.terms {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 30px;
}

.section0 {
    height: 100vh;
    display: flex;
    align-items: center;
    background-image: url("../img/kamasi-new-3.jpg");
    background-size: cover;
    background-position: center;
}

.collapse ul li a {
    color: white;
}

.section1 {
    display: flex;
    align-items: center;
    background-image: url("../img/jessy_shapes.jpg");
    background-size: cover;
    background-position: center;
}

.artist-photo {
    background-image: url("../img/kamasi-gig.jpg");
    background-size: cover;
    background-position: right center;
}

.artist2-photo {
    background: url("../img/show.jpg");
    background-size: cover;
    background-position: right center;
}

.artist3-photo {
    background-image: url("../img/molly-burch.jpg");
    background-size: cover;
    background-position: center;
}

.artist4-photo {
    background-image: url("../img/toro-y-moi.jpg");
    background-size: cover;
    background-position: center;
}

.artist5-photo {
    background-image: url("../img/efterklang.jpg");
    background-size: cover;
    background-position: right center;
}

.artist6-photo {
    background-image: url("../img/thecometiscoming.jpg");
    background-size: cover;
    background-position: right center;
}

.artist7-photo {
    background-image: url("../img/hania-rani.jpg");
    background-size: cover;
    background-position: center;
}

.secret-photo {
    background-image: url("../img/shapes-section1-05.svg");
    background-color: #1ab263;
    background-repeat: no-repeat;
    background-position: left;
}


.section3 {
    font-family: 'Gotham-Black';
    background-image: url("../img/closer-overlay.jpg");
    background-size: cover;
    background-position: center;
    color: white;
}

.section5 {
    background: #1ab263;
    color: white;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 30px 0 30px 30px;
}

.section6 {
    background: #f0f1f4;
}


.section7 {
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding: 40px;
    background-color: #344cfb;
}

.cities {
    font-family: 'Gotham';
    font-size: 1.5em;
    margin-bottom: 0;
}

.available-in {
    font-size: 1.1em;
    margin-bottom: 0;
}

.btn-grey {
    background-color: #f0f1f4;
    border: none;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 11px;
    font-size: .7em;
    text-align: center;
    color: black;
}

.btn-black {
    background-color: black;
    border: none;
    width: 100%;
    height: 50px;
    padding: 14px;
    font-size: .7em;
    text-align: center;
    color: white;
    cursor: pointer;
}

.btn-grey-arrow {
    background-color: #f0f1f4;
    border-left: 1px solid #cdcdcd;
    height: 50px;
    width: 50px;
    margin-top: 20px;
    color: rgba(0,0,0, 0.5);
    font-size: 0.8em;
}

.margin-left-zero {
    margin-left: 0;
}

.benefits {
    padding-left: 0;
    line-height: 1.8em;
    padding-right: 20px;
}

.benefits li {
    list-style-type: none;
    padding-left: 0;
}


.half-circle {
    background: #344cfb;
    display: inline-block;
    height: 100vh;
    width: 50vh;
    border-bottom-left-radius: 100vh;
    border-top-left-radius: 100vh;
    right: 0;
    position: absolute;
}

.red-circle {
    background: #fc4638;
    height: 68vh;
    width: 60vh;
    border-radius: 50%;
}

.black-triangle {
    width: 0;
    height: 0;
    border-top: 60vh solid black;
    border-right: 60vh solid transparent;
}

.card-mockup {
    z-index: 1;
    width: 100%;
}

.front {
    z-index: 5;
}

.thumbnail-artist {
    background: url("../img/jessylanza.jpg");
    background-size: cover;
    background-position: center;
    min-height: 60vh;
    padding: 30px 35px;
}

.half-height {
    min-height: 60vh;
    padding-top: 33px;
}

.txt-white {
    color: white;
}

.dist-top {
    padding-top: 80px;
}

.txt-inline {
    display: inline;
}

.al-right {
    float: right;
}

.gigfooter {
    background: #2d2c2c;
    padding: 60px 40px;
    bottom: 0;
}

.bg-shapes {
    background-image: url("../img/shapes.svg");
    background-repeat: no-repeat;
    background-position: top right;
}

.txt-inputs {
    background-color: #f0f1f4;
    border: none;
    border-radius: 0 !important;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 14px;
    font-size: .7em;
    color: black;
    margin-right: 8px;
}

input {
    border-radius: 0 !important;
}

.submit {
    border-top: 1px solid #f0f1f4;
    border-right: 1px solid #f0f1f4;
    border-bottom: 1px solid #f0f1f4;
    border-left: 1px solid #cdcdcd;
}

.email-inputs {
    background-color: #f0f1f4;
    border: none;
    width: 80%;
    height: 50px;
    margin-top: 20px;
    padding: 14px;
    font-size: .7em;
    color: black;
}

.agenda-month {
    text-align: center;
    color: blue;
}

.agenda-day {
    text-align: center;
    font-size: 1em;
}

.artist-name {
    font-family: 'Gotham-Black';
    padding-top: 4px;
}

.agenda-details {
    color: #231f20;
    font-family: 'Gotham-Book';
    font-size: 1em;
}

.social-icons {
    height: 30px;
    margin-right: 4px;
    margin-bottom: 1rem;
}

.footer-newsletter {
    margin-bottom: 0;
}

.navbar {
    font-family: 'Gotham-Book';
    position: fixed;
    width: 100%;
    z-index: 1030;
    right: 0;
    left: 0;
}

.navbar-default{
    transition:500ms ease;
    background:transparent;
    height: 60px;
}
.navbar-default.scrolled{
    height: 60px;
    background:#2d2c2c;
    color: white;
}

.navbar-default.scrolled a{
    color: white !important;
}

.navbar-default.scrolled .preregister-menu {
    border: 1px solid white;
}

.logo-menu {
    width: 102px;
    height: 25px;
    background: url('../img/logo_white.png');
    background-size: cover;
}

.logo-menu-terms {
    width: 102px;
    height: 25px;
    background: url('../img/logo.png');
    background-size: cover;
}

.nav-terms {
    height: 60px;
    padding: 18px;
}

.logo-menu.scrolled {
    width: 102px;
    height: 25px;
    background: url('../img/logo_white.png');
    background-size: cover;
}

.modal-body form .input-error {
    border:2px solid rgb(235,84,62);
}

textarea, input {
    padding:10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.error-icon {
    color: rgb(235,84,62);
    margin-left: -30px;
    display: inline;
}

.mg-section {
    margin-left:30px;
}

.modal-body {
    padding: 0;
}

.icon-arrow {
    margin: auto;
}

.slide-shapes {
    background-image: url("../img/shapes_slide.png");
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100vh;
}

.footer-icons {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-news {
    padding-top: 10px;
    padding-bottom: 10px;
}

.signup-news {
    padding-left: 0;
    padding-right: 0;
}

.menu-list {
    position: absolute;
    right: 30px;
    margin-bottom: 0;
}

.menu-list li {
    display: inline;
    list-style-type: none;
    margin-left: 30px;
    font-size: 0.8em;
}

a {
    text-decoration: none !important;
    color: black;
}

a:hover {
    text-decoration: none !important;
    color: black;
}

.navigation {
    display: none;
}

.carousel-mobile {
    display: none;
}

.carousel-desktop {
    display: block;
}



.info-slide-mobile {
    padding: 30px 16px;
    color: white;
}

@media screen and (max-width: 1100px) {

    .btn-disabled {
        font-size: 0.62em;
    }
}

@media screen and (max-width: 1200px) {

    .slide-artist-name {
        font-size: 4em;
    }
}

@media screen and (max-width: 991px) {

    .boxes .col-lg-6 {
        padding-left: 20px !important;
        padding-right: 0px !important;
    }
    
    .info-boxes {
        padding-right: 20px;
    }

    .carousel-mobile {
        display: block;
    }

    .carousel-desktop {
        display: none;
    }

    .carousel-indicators {
        bottom: calc(75% - 45px) !important;
        margin-left: -12px !important;
    }

    .big-text {
        font-size: 2.3em;
    }
    .card-mockup {
        display: none;
    }

    .navigation {
        display: block;
    }

    .menu-list {
        display: none;
    }

    .slide-artist-name {
        font-size: 3.5em;
    }

    .agenda-list {
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {

    .slide-msg {
        color:white;
    }
    .info-slide {
        color:white;
    }

}



.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 0.8em;
    color: white;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top:4px;
    margin-left: 0;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container a {
    color: white;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: white;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #344cfb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#erros_form {
    color: white;
    font-size: 0.8em;
    display: none;
}

#erros_form li {
    list-style-type: none;
}

.pre-register-form {
    margin-top: 8px;
}

.left-side {
    height: 100vh;
    background-color: #344cfb;
    background-image: url("../img/shapes-section1-01.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.covid-shape {
    height: 100vh;
    background-color: #231f20;
    background-image: url("../img/shapes-section-black.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.kamasi-shape {
    height: 100vh;
    background-color: #344cfb;
    background-image: url("../img/shapes-section1-02.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.secret-shape {
    height: 100vh;
    background-color: #1ab263;
    background-image: url("../img/shapes-section1-04.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.molly-shape {
    height: 100vh;
    background-color: #344cfb;
    background-image: url("../img/shapes-section1-03.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.low-roar-shape {
    height: 100vh;
    background-color: #344cfb;
    background-image: url("../img/shapes_low-06.svg");
    background-repeat: no-repeat;
    background-position: right center;
    color: white;
}

.highlight {
    font-family: Gotham-Black;
}

.preregister-menu {
    border: 1px solid white;
    padding: 8px 10px;
}

.row {
    max-width: 100vw !important;
    margin-left: 0;
    margin-right: 0;
}

.form-after-section7 p {
    font-size: 1.4em;
    margin-bottom: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: calc(50% - 45px);
    z-index: 15;
    width: 150px;
    margin-left: 0;
    list-style: none;
    right: 5%;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    padding-top: 40px;
    text-align: center;
    margin-bottom:-10px;
}
.carousel-indicators li{
    background: rgba(255,255,255,0.7) !important;
    display: block;
    width: 14px;
    height: 14px;
    margin-bottom: 14px;
    border-radius: 100%;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin-bottom: 14px;
    background-color: rgba(0,0,0,0.6) !important;
}

.navigation__button {
    height: 3rem;
    width: 3rem;
    position: fixed;
    right: 16px;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    top: -18px;
}

.navigation__background {
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    position: fixed;
    top: -5rem;
    right: -5rem;
    background: #344cfb;
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1)
}

.navigation__nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: -100;
    z-index: -1500;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%;
    padding-left: 0;
}

.navigation__item {
    margin: 1rem
}

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    font-size: 2rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    background-size: 220%;
    -webkit-transition: all .4s;
    transition: all .4s
}

.navigation__link:link span,
.navigation__link:visited span {
    margin-right: 1.5rem;
    display: inline-block
}

.navigation__link:hover,
.navigation__link:active {
    background-position: 100%;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem)
}

.navigation__checkbox {
    display: none;
}

.navigation__checkbox:checked~.navigation__background {
    -webkit-transform: scale(80);
    transform: scale(80)
}

.navigation__checkbox:checked~.navigation__nav {
    opacity: 1;
    width: 100%;
    z-index: 1500;
}

.navigation__icon {
    position: relative;
    margin-top: 46px
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    width: 2.5rem;
    height: 2px;
    background-color: white;
    display: inline-block
}

.navigation__icon::before,
.navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.navigation__icon::before {
    top: -.7rem
}

.navigation__icon::after {
    top: .7rem
}

.navigation__button:hover .navigation__icon::before {
    top: -.7rem
}

.navigation__button:hover .navigation__icon::after {
    top: .7rem
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.photo-mobile {
    min-height: 50vh;
    max-height: 60vh;
}

.shape-mobile {
    min-height: 40vh;
    max-height: 50vh;
}

.main-btn:hover {
    background: #e1e1e1;
}

.main-btn:hover~.btn-grey-arrow {
    background: #e1e1e1;
}

.main-btn-menu:hover {

}

.btn-confirm:hover {
    background: #2d2c2c;
}

.btn-submit-news {
    font-family: FontAwesome;
}

.btn-submit-news:hover {
    background: #e1e1e1;
}

.slider {
    height: 100vh;
}

.mgtop {
    margin-top: 0;
}

/* SIGN UP */

.triangle {
    z-index: -1;
    min-height: 100vh;
    min-width: 100vw;
    background: linear-gradient(to bottom right, #00b361 0%, #00b361 50%, #f0f1f4 50%, #f0f1f4 100%);
    position: absolute;
}

.section-signup {
    min-height: 100vh;
    align-items: center;
    padding-top: 100px;
}

.logo-menu-black {
    width: 102px;
    height: 25px;
    background: url('../img/logo.png');
    background-size: cover;
}

.content {
    padding: 30px;
}

.bg-grey {
    background: #f0f1f4;
}

.note {
    font-family: Gotham-Light;
    font-size: 0.7em;
    color: black;
    margin-left: 30px;
}

.radio-member {
    margin: auto;
}

.choose-plan {
    margin-top: 30px;
}

.btn-blue {
    float: right;
    background-color: #344cfb;
    border: none;
    min-width: 150px;
    height: 50px;
    margin-top: 20px;
    padding: 11px;
    font-size: .7em;
    text-align: center;
    color: white;
}

.btn-blue-arrow {
    background-color: #344cfb;
    border-left: 1px solid rgba(0,0,0,0.3);
    height: 50px;
    width: 50px;
    margin-top: 20px;
    color: white;
    font-size: 0.8em;
}

.preregister-btn {
    min-width: 250px;
}

.pagination {
    margin-top: 3vh;
}

.page-link {
    background: transparent;
    border: none;
    color: black;
    outline: none;
}

.page-item {
    padding: 0 10px;
    cursor: pointer;
}

.page-item:hover {
    color:blue;
}

.page-item.active {
    color:blue;
    text-decoration: underline;
}

.playitsafe-img {
    width: 80%;
    padding: 30px 0;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc-embedded-subscribe {
    border: none !important;
    text-transform: uppercase;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup input {
    border: none !important;
}

.response, .response a {
    display: block;
    width: 100%;
    color: white;
    font-family: 'Gotham-Book';
}

#mc_embed_signup div#mce-responses {
    width: 100% !important;
    margin: 0 !important;
}

#page2 {
    display: none;
}

#page1, #page2 {
    min-height: 50vh;
}

#mc_embed_signup #mce-success-response {
    color:white !important;
    font-family: 'Gotham';
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: transparent !important;
    color:white !important;
}

.support-link li {
    display: inline;
    list-style: none;
}

.support-logo {
    height: 40px;
    margin-bottom: 20px;
}

.middle-logo {
    padding: 0 20px;
}

@media (max-width: 1200px) {

    .support-logo {
        padding-right: 20px !important;
    }

    .middle-logo {
        padding: 0;
    }
}


@media (max-width: 992px) {

    .big-text {
        font-size: 3em;
        line-height: 1.3em;
    }
}

@media (max-width: 576px) {
    .playitsafe-img {
        width: 100%;
    }

    .big-text {
        font-size: 2.3em;
        line-height: 1.2em;
    }

    .pagination {
        display: none;
    }

    #page2 {
        display: block;
    }

}