#header {
  background: linear-gradient(to top, rgba(84,140,246,1), rgba(50,93,233,1));
  min-height: 700px;
  padding-bottom: 70px;
  position:relative;
  overflow:hidden;
}
@media (max-width: 991px) {
  #header {
    padding-bottom: 0px;
  }
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

.semibold {
  font-family: 'Gilroy-Semibold';
}

.txt16 {
  font-size: 16px;
  line-height: 1.2em;
}

.regular {
  font-family: 'Gilroy-Regular';
}

.txt24 {
  font-size: 24px;
  line-height: 1.2em;
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

.white-stroke-btn:hover {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2em;
  color: #325de9;
  font-family: 'Gilroy-Medium';
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}

.white-stroke-btn {
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-family: 'Gilroy-Medium';
  padding: 10px 25px;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 576px) {
.header-row {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 60px;
}}
@media (max-width: 575px) {
.header-row {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 30px;
}}

.bold {
  font-family: 'Gilroy-Bold';
}

@media (max-width: 575px) {
  .txt18 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt18 {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .quote {
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px 50px 50px 50px;
    margin-bottom: 50px;
  }
}

@media (min-width: 576px) {
  .quote {
    background: #fff;
    padding: 30px 60px;
    border-radius: 10px 100px 100px 100px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .txt45 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt45 {
    font-size: 45px;
    line-height: 1.2em;
  }
}

.rose-btn {
  background: #ee3f58;
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-family: 'Gilroy-Semibold';
  padding: 25px 50px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.rose-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -250%;
  }
  100% {
    left: 250%;
  }
}

.rose-btn:hover {
  background: #ff5d74;
  transition: all 0.3s ease-in-out;
}

.title {
  margin-bottom: 50px;
  position:relative;
}

.preim {
  position:relative;
  z-index:1;
}
@media (min-width: 576px) {
  .preim {
    background: rgba(50,93,233,0.9);
    padding: 30px 50px;
    border-radius: 100px 10px 100px 100px;
  }
}

@media (max-width: 575px) {
  .preim {
    background: rgba(50,93,233,0.9);
    padding: 20px 30px;
    border-radius: 50px 10px 50px 50px;
  }
}

#quiz {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  #quiz {
    display:none;
  }
}

@media (max-width: 575px) {
  .txt25 {
    font-size: 20px;
    line-height: 1.2em;
  }
  .txt30 {
    font-size: 25px;
    line-height: 1.2em;
  }
  .txt36 {
    font-size: 28px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .txt25 {
    font-size: 25px;
    line-height: 1.2em;
  }
  .txt30 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

.blue {
  color: rgba(50,93,233,1);
}

.quiz-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  padding: 30px;
  height: 680px;
}

.quiz-embed {
  position: relative;
  width: 880px;
  height: 620px;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

button:focus, input:focus, textarea:focus, a:focus {
  outline: none;
}

body {
  scroll-behavior: smooth;
}

html {
  scroll-behavior: smooth;
}

#footer {
  background: linear-gradient(to top, rgba(84,140,246,1), rgba(50,93,233,1));
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
.woman {
  position:absolute;
  bottom:0px;
  left:50%;
  z-index:0;
}}

@media (max-width: 991px) {
.woman {
  max-width: 450px;
  width:100%;
}}

@media (max-width: 575px) {
  .logo {
    max-width:60px;
  }
  button.txt18 {
    font-size:15px;
  }
}