body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
h1, h2 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    color: #ffffff;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}
a:hover, a:active, a:link {
    cursor: pointer!important;
}
img {
    border: medium none;
}
/*--Country Overlay--*/
#overlay1 {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlay1 > div .countries {
    background: rgba(0,0,0,.5);
    width: auto;
    height: auto;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#overlay1 > div .countries h2 {
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 15px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}
#overlay1 > div .countries .flags {
    width: 490px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#overlay1 > div .countries .flags .outer {
    width: 60px;
    position: relative;
}
#overlay1 > div .countries .flags .outer p {
    color: #fff;
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}
#overlay1 > div .countries .flags .outer img {
    display: block;
    width: 60px;
    height: 40px;
    margin: 0 0 5px 0;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#overlay1 > div .countries .flags .outer .flags-overlay {
    background: rgba(255,255,255,.4);
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 0;
    z-index: 3!important;
    position: absolute;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 50ms ease-in-out 50ms;
    -moz-transition: all 50ms ease-in-out 50ms;
    -ms-transition: all 50ms ease-in-out 50ms;
    -o-transition: all 50ms ease-in-out 50ms;
    transition: all 50ms ease-in-out 50ms;
}
#overlay1 > div .countries .flags .outer:hover .flags-overlay {
    z-index: 3!important;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 50ms ease-in-out 50ms;
    -moz-transition: all 50ms ease-in-out 50ms;
    -ms-transition: all 50ms ease-in-out 50ms;
    -o-transition: all 50ms ease-in-out 50ms;
    transition: all 50ms ease-in-out 50ms;
}

/*--Hero--*/
#hero {
    background: url(../img/hero-bg.jpg) no-repeat center top #fff;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 40.1% 0;
    position: relative;
    overflow: hidden;
}
/*Logo*/
#hero #logo {
    display: block;
    width: 473px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 163px;
    left: 210px;
    z-index: 99999;
}

#hero .login {
    display: block;
    background: #f23333;
    color: #fff;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    width: 184px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#hero .login:hover {
    cursor: pointer;
    color: #000;
}
#hero .country {
    display: block;
    background: #000;
    color: #db0a5b;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 22px 0;
    text-align: center;
    text-transform: uppercase;
    width: 184px;
    height: auto;
    position: absolute;
    top: 95px;
    right: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#hero .country:hover {
    cursor: pointer;
    color: #ce1417;
}
/*--5 Step Form--*/
#form-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 444px;
    left: 33px;
    z-index: 9999;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
#form-wrapper .content {
    max-width: 823px;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    display: flex;
}
#form-wrapper .content .left {
    width: 100%;
}
#form-wrapper .content .left h1 {
    color: #fff;
    font-size: 65px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 0;
    line-height: 53px;
    letter-spacing: -2px;
    width: 620px;
}
#form-wrapper .content .left h1 span {
    font-size: 43px;
    font-weight: 300;
}

#form-wrapper .content .left #form-wrapper2 {
}

#form-wrapper .content .left .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0 0 0;
    padding: 0;
}
#form-wrapper .content .left .logos .scamalytics {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
}
#form-wrapper .content .left .logos .odp {
    display: block;
    width: 95px;
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    opacity: .5;
}

/*Heading Row*/
#heading-row {
    background: #000000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 55px 0;
}
#heading-row h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/*--Row 1--*/
#row1 {
    background: #111;
    width: auto;
    height: auto;
    margin: 32px 34px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#row1 .left {
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#row1 .left .text-wrap {
    width: 630px;
    margin: 0;
    padding: 0;
}
#row1 .left .text-wrap h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
}
#row1 .left .text-wrap h2 span {
    color: #f03434;
}
#row1 .left .text-wrap p {
    color: #fff;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 25px;
    padding: 0;
    width: auto;
}
#row1 .left .text-wrap .btn {
    display: block;
    background: rgb(219,10,91);
    background: -moz-linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    background: -webkit-linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    background: linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0a5b",endColorstr="#ce1417",GradientType=1);
    color: #fff;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#row1 .left .text-wrap .btn:hover {
    cursor: pointer;
    background: #db0a5b;
}
#row1 .right {
    background: url(../img/row1-img2.jpg) no-repeat center top;
    background-size: cover;
    width: 50%;
    height: 477px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#row1 .right img {
    display: block;
    width: 608px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

/*--Peeps Row--*/
#peeps-row {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.wld_badge_item {
    width: 12.5%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wld_badge_item_photo a img  {
    height: auto;
    width: 100%;
    background-size: cover;
    display:block;
}
.wld_badge_item_detail, 
.wld_badge_item_name, 
.wld_badge_item_age, 
.wld_badge_item_region {
    display: none;
}
/*--Row 2--*/
#row2 {
    background: url(../img/row2-bg.png) ;
      background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 90px 0;
    overflow: hidden;
    position: relative;
}
#row2 > h2 {
    color: #fff;
    font-size: 45px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}
#row2 > h2 span {
    color: #cdb605;
    font-weight: 700;
}
#row2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1354px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#row2 .content .pod {
    background: url(../img/circle-bg.svg) no-repeat;
    width: 287px;
    height: 287px;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

#row2 .pod .wrap {
    position: absolute;
}
#row2 .pod .wrap .stars {
    height: 74px;
}
#row2 .pod .wrap img {
    display: block;
    width: auto;
    height: 78px;
    margin: 0 auto 12px auto;
    padding: 0;
}
#row2 .pod .wrap .feature {
    background: rgb(219,10,91);
    background: -moz-linear-gradient(120deg, rgba(205,182,5) 30%, rgba(228,202,5) 100%);
    background: -webkit-linear-gradient(120deg, rgba(205,182,5) 30%, rgba(228,202,5) 100%);
    background: linear-gradient(120deg, rgba(205,182,5) 30%, rgba(228,202,5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0a5b",endColorstr="#ce1417",GradientType=1);
    padding: 15px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
#row2 .pod .wrap .feature:hover {
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
#row2 .pod .wrap h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 8px auto;
    padding: 0;
}
#row2 .pod .wrap p {
    color: #000;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
    width: 280px;
}
#row2 .pod:hover {
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

/*--Row 3--*/
#row3 {
    background: #111;
    width: auto;
    height: auto;
   
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#row3 .left {
    background: url(../img/row3-img2.jpg) no-repeat right top;
    background-size: cover;
    width: 50%;
    height: 477px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
#row3 .left img {
    display: block;
    width: 608px;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
#row3 .right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
#row3 .right .text-wrap {
    margin: 0;
    padding: 0;
    width: 630px;
}
#row3 .right .text-wrap h2 {
    color: #cdb605;
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
}
#row3 .right .text-wrap h2 span {
    color: #fff;
}
#row3 .right .text-wrap p {
    color: #fff;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: 27px;
    padding: 0;
    width: auto;
}
#row3 .right .text-wrap .btn {
    display: block;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    background: -webkit-linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    background: linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0a5b",endColorstr="#ce1417",GradientType=1);
    color: #fff;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#row3 .right .text-wrap .btn:hover {
    cursor: pointer;
    background: #000;
}

/*--Footer--*/
#footer {
    background: url(../img/row2-bg.png) ;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 70px 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
#footer #logo-footer {
    display: block;
    width: 153px;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 99999;
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0,0,0,.4)); /* Safari */
    filter: drop-shadow(0px 0px 20px rgba(0,0,0,.4));
}
/*Footer Menu*/
#footer .navigation {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .navigation li {
}
#footer .navigation li a {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    display: block;
    margin: 0;
    padding: 0 8px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .navigation li a:hover {
    color: #d7133b;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#footer .navigation li .signup-1 {
    color: #cdb605;
    font-weight: 600;
    padding: 9px 13px;
}
#footer .navigation li .signup-1:hover {
    background: #000;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#footer .scrollup {
    display: block;
    background: rgb(219,10,91);
    background: -moz-linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    background: -webkit-linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    background: linear-gradient(120deg, rgba(205,182,5) 0%, rgba(228,202,5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0a5b",endColorstr="#ce1417",GradientType=1);
    color: #fff;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#footer .scrollup:hover {
    cursor: pointer;
    background: #000;
}

/*--Footer-small--*/
#footer-small {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(120deg, rgba(0,0,0) 0%, rgba(0,0,0) 100%);
    background: -webkit-linear-gradient(120deg, rgba(0,0,0) 0%, rgba(0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0) 0%, rgba(0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#db0a5b",endColorstr="#ce1417",GradientType=1);
    width: 100%;
    height: auto;
    margin: 0;
    padding: 28px 0;
}
#footer-small p {
    color: #fff;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}

/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1700px) {
    #hero #logo {
        width: 320px;
        left: 227px;
    }
    #form-wrapper {
        top: 320px;
    }
    #form-wrapper .content {
        max-width: 700px;
    }
}
@media screen and (max-width: 1500px) {
    #hero #logo {
        width: 260px;
        left: 208px;
    }
    #form-wrapper {
        top: 280px;
    }
    #form-wrapper .content {
        max-width: 600px
    }
    #form-wrapper .content .left > h2 {
        font-size: 120px;
    }
    #form-wrapper .content .left .second-heading {
        font-size: 35px;
        margin: 0 auto 15px auto;
    }
    .signup {
         width: 380px;
   
    }
    .wld-button {
        font-size: 30px!important;
   
    }
    #form-wrapper .content .left .login-wrap {
        margin-left: 43px;
    }
    #form-wrapper .content .left h1 {
        font-size: 50px;
        width: 480px;
        line-height: 39px;
    }
    #form-wrapper .content .left h1 span {
        font-size: 34px;
    }
    #row1 .left .text-wrap {
        width: 80%;
    }
    #row1 .left .text-wrap h2 {
        font-size: 33px;
    }
    #row3 .right .text-wrap {
        width: 80%;
    }
    #row3 .right .text-wrap h2 {
        font-size: 33px;
    }
}
@media screen and (max-width: 1422px) {
    #row2 .content {
        width: auto;
        margin: 0 34px;
    }
    #row2 .content .pod {
        width: 21.197%;
        height: 21.197vw;
    }
    #row2 .pod .wrap h2 {
        font-size: 30px;
    }
    #row2 .pod .wrap p {
        width: 220px;
    }
}
@media screen and (max-width: 1400px) {
    #footer .navigation {
        margin: 0;
    }
}
@media screen and (max-width: 1366px) {
    #hero .login {
      top: 20px;
      right: 20px;
    }
    #hero .country {
      top: 90px;
      right: 20px;
    }
    #hero #logo {
        width: 250px;
        top: 170px;
        left: 160px;
    }
    #form-wrapper {
        top: 300px;
    }
    #form-wrapper .content {
        max-width: 500px;
    }
    #form-wrapper .content .left > h2 {
        font-size: 100px;
    }
    #form-wrapper .content .left .second-heading {
        font-size: 30px;
    }
    .signup {
        width: 420px!important;
    }
    .wld-input--text, .wld-input--select {
        height: 60px!important;
        font-size: 15px!important;
        text-indent: 22px!important;
    }
    .wld-button {
        height: 60px!important;
        font-size: 25px!important;
    }
    .signup .wld-field__help, .wld-field.wld-field--confirm {
        bottom: 70px!important;
    }
    #row2 .pod4 .wrap h2 {
        letter-spacing: -2px;
    }
}
@media screen and (max-width: 1200px) {
    #hero #logo {
        width: 200px;
        top: 80px;
        left: 177px;
    }
    #form-wrapper {
        top: 180px;
    }
    #form-wrapper .content .left > h2 {
        font-size: 85px;
    }
    #form-wrapper .content .left .second-heading {
        font-size: 25px;
    }
    .signup {
        width: 400px!important;
    }
    #form-wrapper .content .left .login-wrap .login .country{
        font-size: 15px;
        width: 120px;
    }
    #row2 .content .pod {
        width: 22.197%;
        height: 22.197vw;
    }
    #row2 > h2 span {
        border: 0;
    }
    #footer {
        padding: 70px 34px;
    }
    #footer #logo-footer {
        width: 160px!important;
    }
    #footer .navigation li a {
        font-size: 18px;
        padding: 0 10px;
    }
    #footer-small p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1150px) {
    #row2 {
        background-size: cover;
    }
    #row2 .content {
        flex-wrap: wrap;
        max-width: 650px;
        margin: 0 auto;
    }
    #row2 .content .pod {
        width: 287px;
        height: 287px;
    }
    #row2 .content .pod1, #row2 .content .pod2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1024px) {
    #row1 .left {
        width: 100%;
        margin: 34px 0;
    }
    #row1 .left .text-wrap h2 {
        text-align: center;
    }
    #row1 .left .text-wrap p {
        font-size: 16px;
        text-align: center;
        margin: 0 0 13px 0;
    }
    #row1 .left .text-wrap .btn {
        width: 110px;
        margin: 0 auto;
    }
    #row1 .right {
        width: 100%;
        background-position: center top;
    }

      #heading-row {
        padding: 30px 0;
    }

    #row3 .right {
        width: 100%;
        margin: 34px 0;
    }
    #row3 .right .text-wrap h2 {
        text-align: center;
    }
    #row3 .right .text-wrap p {
        font-size: 16px;
        text-align: center;
        margin: 0 0 13px 0;
    }
    #row3 .right .text-wrap .btn {
        font-size: 18px;
        width: 110px;
        margin: 0 auto;
    }
    #row3 .left {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    #footer {
        flex-direction: column;
        padding: 40px 34px;
    }
    #footer #logo-footer {
        margin: 0 auto 20px auto;
    }
    #footer .navigation {
        width: auto;
        margin: 0 auto 10px auto;
        flex-direction: column;
    }
    #footer .navigation li {
        padding: 8px 0;
    }
    #footer .wrap .navigation li a {
        padding: 10px;
    }
    #footer .navigation li .signup-1 {
      background: #cdb605;
      color: #fff;
      font-weight: 600;
      padding: 9px 13px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
  }
}
@media screen and (max-width: 900px) {
    #row1 .right {
        height: 53vw;
    }
    #row3 .left {
        height: 53vw;
    }
}
@media screen and (max-width: 768px) {
    #hero {
        background: url(../img/hero-bg-mobile.jpg) no-repeat center top;
        background-size: cover;
        padding: 0;
        padding: 106.7% 0 0 0;
    }

     #heading-row h2 {
        font-size: 30px;
    }
    
 .wld_badge_item {
        width: 25%;
    }

    #form-wrapper {
        left: 0;
        top: auto;
        bottom: 30px;
        position: absolute;
    }
    #form-wrapper .content {
        margin: 0 auto;
    }
    #form-wrapper .content .left .second-heading {
        -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3)); /* Safari */
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
    }
   
    #hero .login {
        color: #fff;
        font-size: 13px;
        padding: 17px 0;
        width: 90px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 999;
    }
    #hero .login span {
      display: none;
    }
    #hero .country {
        color: #db0a5b;
        font-size: 10px;
        padding: 17px 0;
        width: 90px;
        position: absolute;
        top: 67px;
        right: 15px;
        z-index: 999;
    }
    #hero #logo {
        width: 180px;
        padding: 0;
        top: 15px;
        left: 15px;
        right: auto;
    }
    #form-wrapper .content .left .logos {
        display: none;
    }
    #form-wrapper .content .left h1 {
      -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5)) drop-shadow(0px 0px 20px rgba(0,0,0,.5)); /* Safari */
      filter: drop-shadow(0px 0px 10px rgba(0,0,0,.5)) drop-shadow(0px 0px 20px rgba(0,0,0,.5));
    }
    #row1, #row3 {
       
    }
    #row2 .content {
        padding: 0 20px;
    }
    #row2 > h2 {
        width: 390px;
        margin: 0 auto 30px auto;
    }
    #row2 > h2 span {
        background: none;
        padding: 0;
    }
}
@media screen and (max-width: 630px) {
    #row2 {
        padding: 40px 0;
    }
    #row2 > h2 {
        margin: 0 auto 20px auto;
    }
    #row2 .content {
        width: 287px;
    }
    #row2 .content .pod1, #row2 .content .pod2, #row2 .content .pod3 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 600px) {
    #hero {
        padding: 116.7% 0 0 0;
    }
    #form-wrapper .content .left h1 {
        font-size: 40px;
        letter-spacing: -1px;
        width: 395px;
        line-height: 29px;
        margin: 0 auto 10px auto;
    }
    #form-wrapper .content .left h1 span {
        font-size: 26px;
    }
    .signup {
        width: 400px!important;
    }
    .wld-button {
     
        font-size: 22px!important;
    }
}
@media screen and (max-width: 572px) {
    #overlay1 > div .countries {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #overlay1 > div .countries .flags {
        width: 205px;
    }
    #overlay1 > div .countries h2 {
        font-size: 18px;
    }
    #overlay1 > div .countries .flags .outer {
        margin-bottom: 10px;
    }
    #overlay1 > div .countries .flags .last1 {
      margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    #hero {
        padding: 150% 0 0 0;
    }
    #hero #logo {
        width: 150px;
        -webkit-filter: drop-shadow(0px 0px 15px rgba(0,0,0,.5)) drop-shadow(0px 0px 30px rgba(0,0,0,.5)); /* Safari */
        filter: drop-shadow(0px 0px 15px rgba(0,0,0,.5)) drop-shadow(0px 0px 30px rgba(0,0,0,.5));
    }
    #hero .login {
        background: #f23333;
        width: 80px;
        padding: 16px 0;
        top: 83px;
        right: auto;
        left: 15px;
        -webkit-filter: drop-shadow(0px 0px 15px rgba(255,255,255,.2)); /* Safari */
        filter: drop-shadow(0px 0px 15px rgba(255,255,255,.2));
    }
    #hero .country {
      font-size: 9px;
        background: #000;
        width: 80px;
        padding: 16px 0;
        top: 133px;
        right: auto;
        left: 15px;
        -webkit-filter: drop-shadow(0px 0px 15px rgba(255,255,255,.2)); /* Safari */
        filter: drop-shadow(0px 0px 15px rgba(255,255,255,.2));
    }
    #form-wrapper .content {
        width: auto;
    }
    #form-wrapper .content .left h2 {
        font-size: 15.5vw;
        margin: 0 0 10px 0;
        letter-spacing: -3px;
    }
    #form-wrapper .content .left .second-heading {
        font-size: 6vw;
        margin: 0 auto 10px auto;
    }

    #form-wrapper .content .left h1 {
        font-size: 8.3vw;
        letter-spacing: -1px;
        width: 82vw;
        line-height: 6vw;
        margin: 0 auto 10px auto;
    }
    #form-wrapper .content .left h1 span {
        font-size: 5.4vw;
    }
    .signup {
        width: auto!important;
        margin: 0 20px!important;
    }
    #row1 .left .text-wrap p {
        line-height: 23px;
    }
    #row3 .right .text-wrap p {
        line-height: 23px;
    }
    #row2 > h2, #row2 > h2 span {
        font-size: 30px;
    }
}
/*iPhone 8 Plus*/
@media screen and (max-width: 414px) {
    .wld-button {
      
        font-size: 20px!important;
    }
    #row2 > h2 {
        width: auto;
        padding: 0 20px;
    }
    #row3 .right .text-wrap .wrap {
        width: 285px;
    }
    #row3 .right .text-wrap .wrap img {
        width: 101px;
    }
}
/*iPhone 8*/
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
    #row2 .content {
        width: 200px;
    }
    #row2 .content .pod {
        width: 200px;
        height: 268px;
    }
    #row3 .right .text-wrap .wrap {
        width: 245px;
    }
    #row3 .right .text-wrap .wrap h2 {
        font-size: 30px;
    }
}
@media screen and (max-width: 340px) {
    #form-wrapper .content .left h1 {
      width: 78vw;
    }
}
@media screen and (max-width: 300px) {
}
