.tile1 {
    margin-top: 60px;
    min-height: 600px;
    display: flex;
    align-content: baseline;
    text-align: left;
    justify-content: left;
  }
  .tile1 .content {
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    max-width: unset;
    position: relative;
  }
  .tile1 .content .heading {
      position: absolute;
  }
  .tile1 .heading {
    width: 536px;
    height: 29px;
    margin: 0 138px 16px 0;
    font-family: Inter;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.33;
    text-align: left;
    color: #ffffff;
    margin-top: 140px;
  }
  .tile1 .main-heading {
    width: 674px;
    height: 118px;
    margin: 16px 0 32px;
    font-family: Inter;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.48px;
    text-align: left;
    color: #ffffff;
  }
  .btn-s {
    padding: 11px 25px;
    border-radius: 23px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: rgba(252, 2, 77, 0.9);
    font-family: Muli;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.71;
    text-align: center;
    color: #ffffff;
    width: 180px;
    cursor: pointer;
  }
  .tile2 {
    margin: 200px auto;
  }
  .tile2  .block .with-banner {
    text-align: left;
    margin-left: 140px;
    max-width: 534px;
  }
  .tile2 .figure.banner img {
    width: 100%;
  }
  .tile2 .heading {
    width: 534px;
    margin: 0 0 24px;
    font-family: Inter;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
    color: #000000;
  }
  .tile2 .para {
    width: 534px;
    margin: 24px 0 32px;
    font-family: Inter;
    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-family: Inter;
    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: 60px auto;
  }
  .tile4 .box{
    width: 284px;
    float: left;
    margin: 42.9px 0 0;
    padding: 82px 57px 40px;
    border-radius: 19px;
    background-color: #efefef;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    text-align: center;
    color: #000000;
    margin: 32px 12px;
  }
  .tile4 .mid-box{
    margin-left: 24px;
    margin-right: 24px;
  }
  .tile4 .box .figure{
    margin-top: -135px;
  }
  .tile4 .box .figure img{
    width: 150px;
  }
  .tile5 {     
    margin: 200px auto;
  }
  .tile5 .heading {
    font-family: Inter;
    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: 50px;
    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-family: Inter;
    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-family: Inter;
    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: 150px;
    z-index: 4;
    width: 812px;
    height: 540px;
    opacity: 0.95;
    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: 156px;
  }
  .tile6 .popup-container .heading{
    width: 595px;
    height: 96px;
    margin: 32px 0 32px;
    font-family: Inter;
    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: 180px;
    margin: 0 auto;
  }
  .tile6 .popup-container .btn img{ 
    width: 16px;
      float: right;
      margin-top: 6px;
  }
  div.flex-dir:nth-child(2n+0) .block {
    flex-direction: row-reverse;
  }
  div.flex-dir:nth-child(2n+0) .with-banner {
    margin-right: 140px;
    margin-left: unset;
  }
  @media (min-width: 1200px) and (max-width: 1366px) {
    .tile4 .box{
      height: 196px;
      padding: 82px 57px 40px;
      width: 17%;
    }
    .tile5 .form {
      width: 99%;
    }
  }
  @media (min-width: 960px) and (max-width: 1200px) {
    .tile4 .box{
      height: 168px;
      padding: 82px 40px 29px;
      width: 14%;
      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{
      max-height: 140px;
      padding: 72px 24px 29px;
      width: 12%;
      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;
    }
  }

  .hbspt-form {
    margin: 5% 20%;
    font-family: "Inter" !important;
}

.insights-hubspot-form input {
    width: 100%;
    /* padding: 32px;
    margin: 8px; */
    height: 64px;
    margin: 12px;
    border-radius: 4px;
    outline: none;
    border: 1px solid black;
    font-size: 18px;
    font-weight: 400;
    color: #909090;
}

.insights-hubspot-form select {
    width: 100%;
    /* padding: 12px;
    margin: 8px; */
    height: 64px;
    margin: 12px;
    border-radius: 4px;
    outline: none;
    border: 1px solid black;
    font-size: 18px;
    font-weight: 400;
    color: #909090;
}

.insights-hubspot-form input[type=submit] {
    width: 30%;
    background: rgba(252, 2, 77, 0.9);
    /* border-radius: 20px; */
    border: none;
    color: white;
    cursor: pointer;
    width: 180px;
    /* height: 48px; */
    font-size: 18px;


}

.insights-hubspot-form .hs-error-msg,
.insights-hubspot-form .hs-main-font-element {
    color: rgba(252, 2, 77, 0.9);
    margin: 0px 12px;
}