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

.tile1 {
    padding: 0 20px;
    display: flex;
    align-content: baseline;
    flex-direction: column;
    text-align: left;
    align-items: center;
    justify-content: center;
    background-color: #FC024D;
    
}

.banner-container {
    width: 100vw;
}

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

.tile1 .content {
    padding: 80px 0 0 0;
    width: 90%;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
}

.white {
    color: #fff;
}

.mt-3 {
    margin-top: 30px;
}

.yellow {
    color: #FFE313;
}

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

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

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

.tile1 .heading {
    width: 100%;
    
    font-size: 64px;
    font-weight: 800;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    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: center;
    color: #fff;
}

.center {
    text-align: center;
}

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

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

.tile2 {
    margin: 100px auto;
    text-align: center;
}

.tile2 .block .with-banner {
    text-align: left;
    width: 286px;
    margin: 0 auto;
}

.tile2 .figure.banner img {
    max-width: 286px;
    margin-bottom: 60px;
}

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

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

.tile2 .btn {
    margin: 0 auto;
}

.tile3 {
    margin: 2px auto;
}

.tile3 .content {
    width: 284px;
    margin: 0 auto;
}

.tile3 .box {
    width: 284px;
    height: 150px;
    margin: 30px auto;
    border-radius: 10px;
    background-color: #efefef;
    float: left;
    text-align: center;
}

.tile3 .box .text-box {
    width: 190px;
    margin: 0 auto;
    margin-top: -20px;
    
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #000000;
}

.tile3 .box .figure {
    margin-top: -35px;
}

.tile3 .box .figure img {
    width: 60px;
    padding-bottom: 30px;
}

.tile4 {
    margin: 0 auto;
}

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

.tile4 .heading {
    width: 280px;
    
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    color: #000000;
    margin: 32px auto;
}

.tile5 .content {
    width: 284px;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.tile5 .heading {
    width: 286px;
    margin: 100px auto 30px auto;
    
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.tile5 .form {
    margin: 0 auto;
}

.tile5 .rectangle {
    width: 75vw;
  height: 64px;
  padding: 15px;
  float: left;
  border-radius: 10px;
  border: solid 1px #707070;
  background-color: #ffffff;
  margin-bottom: 28px;
  clear: both;
}

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

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

.tile5 .rectangle input,
.tile5 .rectangle select {
    width: 100%;
    height: 100%;
    border: 0px;
    
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #909090;
}

.tile5 .rectangle .error-block {
    
    
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: left;
    color: #fc024d;
    margin-top: 16px;
}

.tile6 .popup-container {
    position: fixed;
    top: 100px;
    z-index: 4;
    width: 286px;
    height: 540px;
    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: 46px;
}

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

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

.tile6 .popup-container .heading {
    width: 250px;
    margin: 32.4px 18px 62px 18px;
    
    font-size: 24px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.tile6 .popup-container .btn {
    padding: 16px 32px;
    margin: 0 auto;
}

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

@media (max-width: 340px) {
    .tile1 .main-heading {
        height: 90px;
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .glance-business-logo {
        width: 75% !important;
    }
}