body {
  background:#f5f5f5;
}

.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}

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

.light {
  font-family: Gilroy-Light;
}

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

.dark {
  color: #020c22;
}

.blue {
  color:#051945;
}

.text-underline {
  text-decoration:underline;
}

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

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

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

.brown {
  color: #5f2e1b;
}
.light-brown {
  color:#b89182;
}

@media (min-width: 576px) {
.logo {
  height:47px;
}}
@media (max-width: 575px) {
.logo {
  height:40px;
}}

.btn-blue {
  border: 1px solid #4a81f6;
  border-radius: 6px;
  padding: 9px;
}

.btn-blue:hover {
  border: 1px solid #4a81f6;
  background: #4a81f6;
  border-radius: 6px;
  padding: 9px;
  color: #fff;
}

a.no-line:hover {
  text-decoration: none;
}

#top-header {
  background:#051945;
  padding-top:10px;
  padding-bottom:10px;
}
@media (max-width: 575px) {
  #top-header {
    background:#051945;
    padding-top:10px;
    padding-bottom:10px;
  }
}

@media (min-width: 992px) {
.left-col {
  background:#fff;

}
.right-col {
  background: url("../../assets/img/gos-bg.jpg") top/cover;

}
}

@media (max-width: 991px) {
.left-col {
  background:#fff;

  overflow:hidden;
}
.right-col {
  background: url("../../assets/img/gos-bg.jpg") bottom/cover;

}
}

@media (min-width: 992px) {
.left-col-container {
  padding:80px 50px;
}}
@media (min-width: 576px) and (max-width:991px) {
.left-col-container {
  padding:50px;
}}
@media (max-width: 575px) {
.left-col-container {
  padding:30px;
}}

@media (min-width: 1200px) {
.woman {
  position:absolute;
  bottom:0;
  left:45%;
}}
@media (min-width: 992px) and (max-width: 1199px) {
.woman {
  position:absolute;
  bottom:0;
  left:40%;
}}
@media (min-width: 768px) and (max-width:991px) {
  .woman {
    max-width:500px;
  }
}
@media (max-width: 767px) {
.woman {
  margin-top:30px;
  max-width:400px;
}}

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

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

@media (min-width:768px) {
.right-line {
  border-right:2px solid #e9e9e9;
}}

#quiz {

  padding-top:0px;
  padding-bottom:0px;
}


@media (min-width: 992px) {
  .title {
    max-width:50%;
    position:relative;
    z-index:2;
  }
}


@media (min-width: 576px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
  .txt33 {
    font-size: 33px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt36 {
    font-size: 27px;
    line-height: 1.2em;
  }
  .txt33 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

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

.txt18 {
  font-size: 17px;
  line-height: 1.2em;
}

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




@media (max-width: 767px) {
  .quiz-body {
    background: #fff;
    padding: 0px;
    min-height: 100px;
  }
}

@media (min-width: 768px) {
  .quiz-body {
    background: #fff;
    padding: 50px;
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .quiz-body {
    padding-top:50px;
    padding-bottom:50px;
  }
}

.quiz {
  position: relative;
  max-width: 900px;
  height: 550px;
  padding: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

#footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.grey {
  color: #707a8b;
}

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

.txt11 {
  font-size: 11px;
  line-height: 1.2em;
}

@media (min-width: 768px) and (max-width:991px) {
  .quiz {
    height: inherit;
  }
}

#success {
  background: url("../../assets/img/header-bg.jpg") top/cover;
  height: 100vh;
  padding-top: 200px;
}

.txt45 {
  font-size: 45px;
  line-height: 1.2em;
}

.blue-btn {
  background: linear-gradient(to right, #284b99 0%, #051945 25%, #051945 75%, #284b99 100%) ;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  color:#fff;
}

.blue-btn:hover img {
  margin-left: 25px;
  transition: all 0.3s ease-in-out;
}

.blue-btn img {
  margin-left: 15px;
  transition: all 0.3s ease-in-out;
}

.blue-btn:hover {
  background: linear-gradient(to right, #284b99 0%, #204caa 25%, #204caa 75%, #284b99 100%); 
  transition: all 0.3s ease-in-out;
  color:#fff;
}

  .blue-btn {
    padding: 20px;
    width:100%;
    max-width:400px;
  }

@media (max-width: 575px) {
  .blue-btn {
    padding:20px;
    width:100%;
  }
  .blue-btn.txt18 {
    font-size:15px;
  }
}

@media (max-width: 575px) {
  .blue-btn img {
    width: 35px;
  }
}

.blue-btn {
	position: relative;
	overflow: hidden;
}

.blue-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%;
	}
}

@media (min-width: 576px) {
  .descriptor {
    max-width:200px;
  }
}
@media (max-width: 575px) {
  .descriptor {
    max-width:250px;
  }
}


@media (max-width: 575px) {
.warning .txt16 {
  font-size: 12px;
}}

.invert img {
  filter:brightness(0%) invert(100%);
}

.quote {
  margin-left:-50px;
  margin-right:-20px;
}

.left-blue-block {
  background: #051945;
  margin-right:25px;
  width:25px;
  height:100%;
}

@media (min-width: 576px) {
.bullit {
  padding:50px;
}}
@media (max-width: 575px) {
.bullit {
  padding:30px;
}}

.bullit-bg {
  background:#f2f6ff;
  padding:30px 50px;
}