*,
div,
h1,
h2,
h3,
p {
    
}

.tile1 {
    padding: 0 40px;
    display: flex;
    align-content: baseline;
    text-align: left;
    justify-content: left;
    background-color: #FC024D;
    
}

.banner-container {
    width: 100%;
    display: flex;
    align-items: center;
}

.banner-container img {
    width: 100%;
}

.tile1 .content {
    padding: 80px 0;
    width: 90%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    
}

.white {
    color: #fff;
}

.mt-2 {
    margin-top: 20px;
}

.yellow {
    color: #FFE313;
}

.fs-24 {
    font-size: 24px;
}

.w-600 {
    font-weight: 600;
}

.pd-3 {
    padding-top: 30px;
}

.tile1 .heading {
    width: 100%;
    margin: 0 138px 16px 0;
    
    font-size: 60px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.tile1 .main-heading {
    width: 710px;
    height: 120px;
    margin: 16px 0 57px;
    
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.48px;
    text-align: left;
    color: #fff;
}

.btn-s,
.btn-yellow {
    padding: 14px 48px;
    border-radius: 23px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 16%);
    background-color: rgba(252, 2, 77, 0.9);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: #ffffff;
    width: 220px;
    height: 60px;
    cursor: pointer;
}

.btn-yellow {
    background-color: #FFE313;
    color: #000;
}

.tile2 {
    margin: 200px auto;
}

.tile2 .block .with-banner {
    text-align: left;
    margin-left: 100px;
    max-width: 534px;
}

.tile2 .figure.banner img {
    width: 100%;
}

.tile2 .heading {
    width: 534px;
    margin: 0 0 24px;
    
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #000000;
}

.tile2 .para {
    width: 534px;
    margin: 24px 0 32px;
    
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #000000;
}

.tile3 {
    margin: 0 auto;
}

.tile3 .btn-s {
    margin: 0 auto;
}

.tile3 .heading {
    
    font-size: 48px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-align: center;
    color: #000000;
}

.tile4 {    
    margin: 100px auto;
    display: flex;
    justify-content: center;
}

.tile4 .box {
    width: 350px;

    height: 300px;
    float: left;
    margin: 42.9px 0 0;
    padding: 82px 57px 60px;
    border-radius: 19px;
    background-color: #efefef;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #000000;
}

.tile4 .mid-box {
    margin-left: 85px;
    margin-right: 85px;
}

.tile4 .box .figure {
    margin-top: -135px;
}

.tile4 .box .figure img {
    width: 90px;
    padding-bottom: 35px;
}

.tile5 {
    margin: 200px auto;
}

.tile5 .heading {
    
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-align: center;
    color: #000000;
}

.tile5 .form {
    margin: 60px auto;
    width: 86%;
}

.tile5 .rectangle {
    width: 515px;
    height: 75px;
    padding: 15px;
    float: left;
    border-radius: 10px;
    border: solid 1px #707070;
    background-color: #ffffff;
    margin-bottom: 40px;
    margin-right: 36px;
}

.tile5 .submit-button-block {
    clear: both;
}

.tile5 .submit-button-block .btn {
    margin: 0 auto;
}

.tile5 .rectangle input,
.tile5 .rectangle select {
    
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    text-align: left;
    color: #909090;
    width: 100%;
    height: 100%;
    border: 0px;
}

.tile5 .rectangle .error-block {
    
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    text-align: left;
    color: #fc024d;
    margin-top: 16px;
}

.section-heading {
    font-size: 26px;
    line-height: 1.46;
    text-align: center;
    color: #000000;
}

.block {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: space-between;
    margin-bottom: 150px;
}

.block .banner {
    max-width: 690px;
    width: 100%;
}

.block h2.tile-heading {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #3e485b;
}

.tile6 .popup-container {
    position: fixed;
    top: 100px;
    z-index: 4;
    width: 812px;
    height: 540px;
    opacity: 0.98;
    border-radius: 22px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
    background-color: #000000;
    left: 10%;
    right: 10%;
    margin: 0 auto;
}

.tile6 .popup-container .close-icon {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    cursor: pointer;
}

.tile6 .popup-container .close-icon img {
    width: 56px;
}

.tile6 .popup-container .logo {
    text-align: center;
    margin-top: 136px;
}

.tile6 .popup-container .logo img {
    width: 240px;
}

.tile6 .popup-container .heading {
    width: 595px;
    height: 96px;
    margin: 32px 0 32px;
    
    font-size: 40px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.4px;
    text-align: center;
    color: #ffffff;
    margin: 32px auto;
}

.tile6 .popup-container .btn {
    width: 140px;
    margin: 0 auto;
}

.tile6 .popup-container .btn img {
    width: 16px;
    float: right;
    margin-top: 6px;
}

.glance-business-logo {
    width: 20% !important;
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .tile4 .box {
    }
    .tile5 .form {
        width: 99%;
    }
}

@media (min-width: 960px) and (max-width: 1200px) {
    .tile4 .box {
        font-size: 18px;
    }
    .tile5 .form {
        width: min-content;
    }
    .tile6 .popup-container {
        top: 80px;
        width: 790px;
        height: 420px;
    }
    .tile6 .popup-container .logo {
        margin-top: 85px;
    }
}

@media (max-width: 960px) {
    .tile4 .box {
        font-size: 16px;
    }
    .tile4 .box .figure img {
        width: 100px;
    }
    .tile4 .box .figure {
        margin-top: -120px;
    }
    .tile5 .form {
        width: min-content;
    }
    .tile6 .popup-container {
        top: 80px;
        width: 790px;
        height: 420px;
    }
    .tile6 .popup-container .logo {
        margin-top: 85px;
    }
}