@font-face {
  font-family: "SimplerPro";
  src: url("../fonts/SimplerPro_Leumi_H-Regular.woff") format("woff"); /* Pretty Modern Browsers */
  font-display: swap;
}



body {
  border-radius: 11.397px;
  border: 1.425px solid var(--Stroke-Stroke-gray, #EDF1F5);
  background: #F4F8FF;

}


.content_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;

  align-items: center;


}


 .content_wrapper .logo {
   align-self: flex-start;
   padding-right:4.419vw;
   padding-top:3.772vh;

 }
.content_wrapper .logo img {

  width:4.908vw;
  height:auto;
}
.content_wrapper .house >  img {
  width:39.054vw;
  height:auto;
  margin-top: -3vh;

}


.content_wrapper .text_wrapper {
  margin-top:6.93vh;
  margin-bottom:6.93vh;
  width:49.846vw;
}


.content_wrapper .text_wrapper  h1 {
  color: #116CF9;
  text-align: center;
  font-family: "SimplerPro";
  font-size: 4.209vw;
  font-style: normal;
  font-weight: 600;
  line-height: 4.009vw; /* 97.663% */
  letter-spacing: -3.241px;
  margin:0;
}

@media (max-width: 768px) {
  .content_wrapper .text_wrapper  h1 {
    letter-spacing:1px;
    font-size: 8.209vw;
    line-height: 8.209vw;
  }
}
.content_wrapper .btn {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 23.124vw;
  height:7.236vh;
  text-align:center;
  color: var(--Text-button-primary, #FFF);

  font-family:"SimplerPro";
  font-size: 1.396vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.118px;
  border-radius: 0.37vw;
 border:0;
  background: var(--gradient-Blue, linear-gradient(147deg, #6EA6FD 2.32%, #126CF9 62.58%));
  box-shadow: 0 2.879px 17.274px 0 rgba(26, 110, 244, 0.40);
}
@media (max-width: 768px) {
  .content_wrapper .btn {
    font-size: 20px;
    width: 200px;
    height:50px;
  }
}
