@charset "UTF-8";

body {
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-size: 4.8rem;
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 7px;
}
h2 {
  font-size: 3.6rem;
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5px;
}

h3 {
  font-size: 3rem;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}

strong {
  font-weight: bold;
}

p {
  padding-top: 20px;
  line-height: 1.5;
  font-size: 1.9rem;
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.button {
  position: relative;
  color: #074dbe;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  padding: 0 40px;
  display: inline-block;
}

.button .button-element-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url('../assets/btn_1.png') no-repeat top left;
  background-size: contain;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.button .button-element-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: url('../assets/btn_2.png') no-repeat top left;
  background-size: contain;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.button a {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  padding: 12px 40px;
  margin: 0 -40px;
  position: relative;
}

.button:before {
  content: '';
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 70px);
  height: 1px;
  background: #074dbe;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.button:hover:before {
  width: 0;
}

.button:hover .button-element-1 {
  transform: rotate(-95deg);
  -webkit-transform: rotate(-95deg);
  -moz-transform: rotate(-95deg);
  -ms-transform: rotate(-95deg);
  -o-transform: rotate(-95deg);
}

.button:hover .button-element-2 {
  transform: rotate(95deg);
  -webkit-transform: rotate(95deg);
  -moz-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  -o-transform: rotate(95deg);
}

/*header*/
#header {
  position: fixed;
  width: 100%;
  height: 180px;
  left: 0;
  top: 0;
  z-index: 20;
  -webkit-transition: all 1s ease, height 0.3s ease;
  -moz-transition: all 1s ease, height 0.3s ease;
  -o-transition: all 1s ease, height 0.3s ease;
  -ms-transition: all 1s ease, height 0.3s ease;
}

#home #header {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

#home #header.arrive {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

#career #header {
  height: 81px;
}

#career #header:before {
  width: 400px;
}

#header:before {
  content: '';
  position: absolute;
  width: 500px;
  height: 100%;
  left: 0;
  top: 0;
  background: #04042d;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

#career #header:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.61);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: -1;
}

#home #header:before {
  background: transparent;
  width: 100%;
}

#home #header.scroll:before {
  background: #04042d;
}

#header.scroll:before {
  width: 100%;
}

#career #header.scroll:before {
  width: 400px;
}

#career #menu-apply {
  padding-right: 5%;
}

#header.scroll {
  top: 0;
  height: 81px;
}

#header.scroll #menu-apply ul li {
  padding: 33px 25px;
  color: #ffffff;
}

#header.scroll #menu-apply ul li:last-of-type {
  padding: 33px 0px 33px 25px;
}

#career #header #menu-apply ul li {
  padding: 33px 25px;
}

#career #header.scroll #menu-apply ul li {
  color: #000000;
}

#career #header.scroll #menu-apply ul li.career-header-li {
  color: #074dbe;
}

#career #header #menu-apply ul li:last-of-type {
  padding: 33px 0px 33px 25px;
}

#header.scroll #logo {
  padding: 13px 0;
}

#logo {
  left: 125px;
  position: fixed;
  top: 0px;
  height: 60px;
  padding: 60px 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 10;
}

#career #logo {
  left: 5%;
  padding: 13px 0;
}

#logo img {
  width: auto;
  height: 55px;
}

#menu-apply {
  padding-right: 10%;
  right: 0;
  position: absolute;
}

#menu-apply ul {
}

#menu-apply ul li {
  display: block;
  float: left;
  color: #000000;
  padding: 83px 25px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-size: 1.4rem;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#home #menu-apply ul li {
  color: #ffffff;
}

/*active state*/
#home #menu-apply ul li.home-header-li,
#about #menu-apply ul li.about-header-li,
#career #menu-apply ul li.career-header-li,
#solutions #menu-apply ul li.solutions-header-li,
#benefits #menu-apply ul li.solutions-header-li,
#apply-page #menu-apply ul li.apply-header-li {
  color: #074dbe;
}

#menu-apply ul li:hover {
  opacity: 0.6;
}

#menu-apply ul li:last-of-type {
  padding: 83px 0px 83px 25px;
}

#menu-apply ul li:last-of-type:hover {
  color: #074dbe !important;
}

.headerbutton {
  position: relative;
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #000000;
  cursor: pointer;
  border-radius: 25px;
  padding: 9px 25px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.headerbutton:hover {
  background-color: #000000;
  color: #ffffff;
}

#menu-icon {
  display: none;
}
#mobile-menu {
  display: none;
}

/*end header*/

/*pre-footer*/

.pre-footer {
  position: relative;
  width: 100%;
  height: 80vh;
  background: #04042d;
  background-size: cover;
  background: url('../assets/about_footer.jpg') no-repeat center;
  background-size: cover;
}

#home .pre-footer .bg {
  background: url('../assets/home_footer.jpg') no-repeat center;
  background-size: cover;
}

#home .home-pre-footer {
  display: block;
}

#about .about-pre-footer {
  display: block;
}

#about .pre-footer .pre-footer-container .pre-footer-contain {
  max-width: 350px;
}

#solutions .solutions-pre-footer {
  display: block;
}

.pre-footer .pre-footer-container {
  width: 80%;
  max-width: 700px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  display: none;
}

.pre-footer .pre-footer-container .element-1 {
  position: absolute;
  width: 100px;
  top: 0;
  left: 0;
}

.pre-footer .pre-footer-container .element-2 {
  position: absolute;
  width: 100px;
  top: 0;
  right: 0;
}

#solutions
  .pre-footer
  .pre-footer-container
  .pre-footer-contain
  .footer-button {
  width: 350px;
  margin: 70px auto;
}

.pre-footer .pre-footer-container .pre-footer-contain {
  position: relative;
  width: 80%;
  max-width: 350px;

  margin: auto;
}

.pre-footer .pre-footer-container .pre-footer-contain h1 {
}

.pre-footer .pre-footer-container .pre-footer-contain h2 {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.pre-footer .pre-footer-container .pre-footer-contain .footer-button {
  display: block;
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  position: relative;
}

.pre-footer .pre-footer-container .pre-footer-contain .footer-button:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.pre-footer .pre-footer-container .pre-footer-contain .footer-button:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.pre-footer
  .pre-footer-container
  .pre-footer-contain
  .footer-button:hover:before {
  height: 50%;
}

.pre-footer
  .pre-footer-container
  .pre-footer-contain
  .footer-button:hover:after {
  height: 50%;
}

.pre-footer .pre-footer-container .pre-footer-contain .footer-button:hover {
  color: #074dbe;
}

.pre-footer .pre-footer-container .pre-footer-contain .footer-button a {
  display: block;
  padding: 25px 0;
  font-size: 1.8rem;
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
}

/*end pre-footer*/

/*footer*/

.footer {
  position: relative;
  width: 100%;
  background-color: #04042d;
  color: rgba(255, 255, 255, 0.51);
}

.footer .footer-contain {
  width: 80%;
  position: relative;
  margin: auto;
  padding: 65px 0;
  text-align: center;
  font-size: 1.6rem;
}

.footer .footer-contain .footer-contain-left {
}

.footer .footer-contain .copyright-text {
  padding-top: 20px;
}

.footer .footer-contain .footer-contain-right {
  font-size: 1.8rem;
}

.footer .footer-contain .footer-contain-right .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
}

/*end footer*/

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*home*/

.home-10 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #0b0a32;
  overflow: hidden;
}

.home-10 .bg {
  background: url('../assets/home_banner.jpg') no-repeat center;
  background-size: cover;
  transition: all 2s ease;
  /*-webkit-transition: all 1s ease;*/
  /*-moz-transition: all 1s ease;*/
  /*-o-transition: all 1s ease;*/
  /*-ms-transition: all 1s ease;*/
  opacity: 0;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.home-10 .bg.arrive {
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.home-10 .home-10-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #ffffff;
  width: 80%;
  max-width: 650px;
  text-align: center;
}

.home-10 .home-10-container img {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: auto;
}

.home-10 .home-10-container h1 {
  padding-top: 50px;
}

.home-10 .home-10-container h2 {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-top: 10px;
}

.home-20 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-20 .container90 {
  padding-top: 200px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.home-20 .container90 .bg1 {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: -5%;
  background: url('../assets/home_bg1.png') no-repeat left;
  background-size: contain;
  pointer-events: none;
}

.home-20 .container90 .line1 {
  position: absolute;
  height: 325px;
  width: 1px;
  background: #0f0f38;
  top: 0;
  right: 35%;
}

.home-20 .container90 .line2 {
  position: absolute;
  height: 400px;
  width: 1px;
  background: #0f0f38;
  bottom: 15px;
  left: 35%;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}

.home-20 .container90 .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-20 .container90 .content .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 50%;
  max-width: 450px;
}

.home-20 .container90 .content .bg2 img {
  display: block;
}

.home-20 .container90 .content .bg3 {
  position: absolute;
  top: 125px;
  right: 0;
  pointer-events: none;
  width: 25%;
  max-width: 300px;
  z-index: 1;
}

.home-20 .container90 .content .bg3 img {
}

.home-20 .container90 .content .text-container {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 700px;
  margin: auto;
  z-index: 1;
  color: #04042d;
}

.home-20 .container90 .content .text-container h2 {
}

.home-20 .container90 .content .text-container h2 > span {
  display: block;
  color: #074dbe;
}

.home-20 .container90 .content .text-container p {
  width: 415px;
  padding: 50px 0 0 150px;
}

.home-20 .container90 .content .text-container .button {
  margin-top: 70px;
  margin-left: 110px;
}

.home-30 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-30 .container90 {
  padding-top: 200px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}

.home-30 .container90 .bg1 {
  position: absolute;
  height: 100%;
  width: 50%;
  bottom: -25%;
  right: -5%;
  background: url('../assets/home_bg2.png') no-repeat right top;
  background-size: contain;
  pointer-events: none;
}

.home-30 .container90 .content {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-30 .container90 .content .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 50%;
  max-width: 450px;
}

.home-30 .container90 .content .bg2 img {
  display: block;
}

.home-30 .container90 .content .text-container {
  position: absolute;
  top: 20%;
  left: 35%;
  width: 60%;
  max-width: 570px;
  z-index: 2;
  color: #04042d;
}

.home-30 .container90 .content .text-container h2 {
  padding-left: 100px;
}

.home-30 .container90 .content .text-container h2 > span {
  display: block;
  color: #074dbe;
}

.home-30 .container90 .content .text-container p {
  width: 320px;
  padding: 40px 0 0;
}

.home-30 .container90 .content .text-container .button {
  margin-top: 40px;
  margin-left: 100px;
}

.about-10 {
  position: relative;
  width: 100%;
  height: 80vh;
}

.about-10:before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 1px;
  height: 280px;
  background: #0f0f38;
  z-index: 2;
  margin: auto;
}

.about-10 .bg {
  background: url('../assets/about_banner.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}

.about-10 .bg:before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
}

.about-10 .about-10-container {
  width: 80%;
  max-width: 400px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #04042d;
  margin: auto;
  text-align: center;
}

.about-10 .about-10-container h1 {
  color: #074dbe;
}

.about-10 .about-10-container h3 {
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-top: 50px;
}

.about-20 {
}

.about-20 .container {
  margin-top: -50px;
}

.about-20 .container .left {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.about-20 .container .right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  padding-top: 120px;
}

.about-20 .container .text-container {
  width: 90%;
  max-width: 500px;
  margin: auto;
  color: #505050;
  position: relative;
}

.about-20 .container .text-container strong {
  color: #04042d;
  font-size: 2.4rem;
  font-family: 'Proxima Nova Rg', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.about-20 .container .text-container p {
}

.about-30 {
  position: relative;
}

.about-30 .bg {
  top: unset;
  bottom: 5%;
  background: #04042d;
  height: 70%;
}

.about-30 .container {
}

.about-30 .container h2 {
  color: #04042d;
  padding-bottom: 130px;
}

.about-30 .container h2 span {
  color: #074dbe;
}

.about-30 .container .content-container1 {
  position: relative;
  width: 100%;
}

.about-30 .container .content-container1 .left {
  width: 30%;
  float: left;
}

.about-30 .container .content-container1 .left .img-container {
  width: 100%;
}

.about-30 .container .content-container1 .left .img-container img {
}

.about-30 .container .content-container1 .right {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 60%;
  max-width: 500px;
}

.about-30 .container .text-container {
  color: #ffffff;
}

.about-30 .container .text-container strong {
  font-size: 2.4rem;
  display: block;
}

.about-30 .container .text-container p {
  padding-top: 40px;
}

.about-30 .container .content-container2 {
  position: relative;
  margin-top: 100px;
  width: 100%;
}

.about-30 .container .content-container2 .right {
  width: 45%;
  float: right;
}

.about-30 .container .content-container2 .right .img-container {
  width: 100%;
}

.about-30 .container .content-container2 .right .img-container img {
}

.about-30 .container .content-container2 .left {
  position: absolute;
  top: 0;
  left: 5%;
  width: 45%;
  max-width: 500px;
}

/*.about-40{
    position: relative;
}

.about-40 .bg{
    width: 25%;
    left: auto;
    right: 0;
    background: url(../assets/home_bg2.png) top left no-repeat;
    background-size: 110%;
    top: -5%;
    height: 105%;
}

.about-40 .container{
    padding: 130px 0 170px;
}

.about-40 .container h2{
    color: #074dbe;
}

.about-40 .container .content{
    padding-top: 80px;
    color: #505050;
}

.about-40 .container .content .left{
    width: 30%;
    float: left;
    padding-right: 10%;
    box-sizing: border-box;
}

.about-40 .container .content .left img{
}

.about-40 .container .content .right{
    width: 70%;
    float: right;
    box-sizing: border-box;
    padding-left: 5%;
}

.about-40 .container .content .right strong{
    color: #04042d;
    font-size: 2.4rem;
}


.about-40 .container .content .right p{

}
*/

.about-40 {
  background: #ffffff;
  padding: 100px 0 130px;
}

.about-40 .about-40-container {
  width: 80%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.about-40 .about-40-container .about-40-content {
  text-align: center;
  width: 100%;
  margin: auto;
}

.about-40 .about-40-container .about-40-content h2 {
  width: 100%;
  margin: 10px 0 20px;
  text-align: left;
  position: relative;
  color: #074dbe;
}

/*.about-40 .about-40-container .about-40-content h3:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    background: #b2b2b2;
}

.about-40 .about-40-container .about-40-content h3 span{
    background: #ffffff;
    padding: 0 20px 0 0;
    color: #000000;
    display: inline;
    font-size: 4rem;
    font-family: 'SFCompact Text', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    z-index: 2;
}*/

.about-40 .about-40-container .about-40-changing-container {
  position: relative;
  text-align: left;
  width: 100%;
  /*max-width: 1100px;*/
  padding-top: 40px;
  margin: auto;
}

.about-40
  .about-40-container
  .about-40-changing-container
  .about-40-changing-content {
  /*height: 200px;*/
}

.about-40
  .about-40-container
  .about-40-changing-container
  .about-40-changing-content
  .about-40-changing-content-left {
  /* width: 40%;
    float: left;*/
  width: 30%;
  float: left;
  padding-right: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about-40
  .about-40-container
  .about-40-changing-container
  .about-40-changing-content
  .about-40-changing-content-left
  img {
  /*width: 80%;
    max-width: 230px;
    display: block;
    margin: auto;*/

  width: 100%;
  display: block;
}

.about-40
  .about-40-container
  .about-40-changing-container
  .about-40-changing-content
  .about-40-changing-content-right {
  width: 65%;
  float: left;
  padding-left: 5%;
}

.about-40 .about-40-container .about-40-content p {
  /*line-height: 1.3;*/
  color: #505050;
}

.about-40 .about-40-container .about-40-content label {
  display: block;
  /* font-size: 3rem;
    font-family: 'SFCompact Text', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-style: normal;*/
  font-weight: bold;
  color: #04042d;
  font-size: 2.4rem;
}

.about-40 .about-40-container .about-40-content span {
  display: block;
  font-size: 2.1rem;
  font-family: 'SFCompact Text', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.about-40 .about-40-container .about-40-content strong {
  font-weight: bold;
}

.about-40 .slick-dots {
  position: relative;
  bottom: 0;
  padding-top: 100px;
}

.slick-dots li {
  margin: 0 25px;
}

.slick-dots li button:before {
  font-size: 25px;
}

.solutions-10 {
  position: relative;
  width: 100%;
  height: 80vh;
}

.solutions-10:before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  width: 1px;
  height: 280px;
  background: #0f0f38;
  z-index: 2;
  margin: auto;
}

.solutions-10 .bg {
  background: url('../assets/solution_banner.jpg') no-repeat center;
  background-size: cover;
  position: relative;
}

.solutions-10 .bg:before {
  content: '';
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.8) 0%,
    transparent 100%
  );
}

.solutions-10 .solutions-10-container {
  width: 80%;
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #04042d;
  margin: auto;
  text-align: center;
}

.solutions-10 .solutions-10-container h1 {
  color: #074dbe;
}

.solutions-10 .solutions-10-container h3 {
  text-transform: uppercase;
  letter-spacing: 5px;
  padding-top: 50px;
}

.solutions-20 {
  margin-top: -50px;
}

.solutions-20 .container90 {
  width: 100%;
  max-width: unset;
}

.solutions-20 .container90.container-right {
}

.solutions-20 .container90.container-left {
  margin-top: 180px;
  padding-bottom: 350px;
  position: relative;
}

.solutions-20 .container90.container-left:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 75%;
  width: 1px;
  height: 300px;
  background: #0f0f38;
  margin: auto;
}

.solutions-20 .container90.container-right .right {
  float: right;
  width: 50%;
  vertical-align: bottom;
}

.solutions-20 .container90.container-right .right .img-container {
  width: 90%;
  position: relative;
  float: right;
  padding-top: 50px;
}

.solutions-20 .container90.container-right .right .img-container img {
}

.solutions-20 .container90.container-right .left {
  float: left;
  width: 50%;
  vertical-align: bottom;
}

.solutions-20 .container90 .text-container {
  width: 80%;
  max-width: 560px;
  margin: auto;
  position: relative;
}

.solutions-20 .container90 .text-container h2 {
  color: #074dbe;
}

.solutions-20 .container90 .text-container strong {
  font-size: 2.4rem;
  color: #04042d;
  padding-top: 30px;
  display: block;
}

.solutions-20 .container90 .text-container p {
}

.solutions-20 .container90.container-left .left {
  float: left;
  width: 50%;
  vertical-align: bottom;
}

.solutions-20 .container90.container-left .left .img-container {
  width: 90%;
  position: relative;
  padding-top: 50px;
}

.solutions-20 .container90.container-left .left .img-container:before {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  width: 1px;
  height: 250px;
  background: #0f0f38;
  z-index: 2;
  margin: auto;
}

.solutions-20 .container90.container-left .left .img-container img {
}

.solutions-20 .container90.container-left .right {
  float: right;
  width: 50%;
  vertical-align: bottom;
}

/*benefits*/

.benefits-container {
  /*    height: 100vh;*/
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.benefits-container .benefits-right {
  float: right;
  width: 50%;
  box-sizing: border-box;
  position: relative;
}

.benefits-container .benefits-right .benefits-right-text-container {
  width: 100%;
  position: relative;
  margin-top: 125px;
}

.benefits-container .benefits-right .benefits-right-text-container > div {
  height: 100vh;
  padding-top: 30%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.benefits-container .benefits-right .benefits-right-text-container > div .bg {
  background: url('../assets/career_bg2.png') no-repeat center;
  background-size: contain;
  height: 80%;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div
  .benefits-text-container {
  position: relative;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div
  .benefits-text-container:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #074dbe;
  height: 100%;
  width: 15px;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div
  .benefits-text-content {
  width: 80%;
  max-width: 650px;
  margin: auto;
}

.benefits-container .benefits-right .benefits-right-text-container > div h2 {
  color: #04042d;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div
  h2
  span {
  color: #074dbe;
}

.benefits-container .benefits-right .benefits-right-text-container > div p {
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div
  .button {
  margin-top: 200px;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div
  .button:before {
  display: none;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > #benbanner {
  padding-top: 15%;
}

.benefits-container .benefits-right .benefits-right-text-container div.apply {
  height: calc(100vh - 44px);
  padding-top: 25%;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20%;
  width: 1px;
  height: 180px;
  background: #074dbe;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > #ben1:before {
  bottom: 15%;
}

/*.benefits-container .benefits-right .benefits-right-text-container h1{*/
/*color: #505050;*/
/*}*/

.benefits-container .benefits-left {
  float: left;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
}

.benefits-container .benefits-left .benefits-left-text-container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.benefits-container .benefits-left .benefits-left-text-container .image {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.benefits-container .benefits-left .benefits-left-text-container .image.show {
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.benefits-container .benefits-left .benefits-left-text-container .image.one {
  background-image: url(../assets/career_1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefits-container .benefits-left .benefits-left-text-container .image.two {
  background-image: url(../assets/career_2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefits-container .benefits-left .benefits-left-text-container .image.three {
  background-image: url(../assets/career_3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefits-container .benefits-left .benefits-left-text-container .image.four {
  background-image: url(../assets/career_4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefits-container .benefits-left .benefits-left-text-container .image.five {
  background-image: url(../assets/career_5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.benefits-container
  .benefits-left
  .benefits-left-text-container
  .image.five
  h2 {
  color: #fff;
  width: 65%;
  margin: 10px auto;
  padding-top: 10%;
  /*position: absolute;
    bottom: 75%;*/
  max-width: 500px;
}

.benefits-container .image.banner {
  background: #04042d;
}

.benefits-container .image.banner .benefits-one-content {
  color: #ffffff;
  width: 80%;
  margin: auto;
  padding-top: 15%;
}

.benefits-container .image.banner .benefits-one-content h1 {
}

.benefits-container .image.banner .benefits-one-content p {
}

.benefits-container .circle-container {
  width: 90%;
  max-width: 600px;
  height: 400px;
  margin: auto;
  position: relative;
}

.benefits-container .circle-container .bg {
  background: url('../assets/career_bg1.png') center no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.benefits-container .circle-container .circle-container-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin: auto;
}

.benefits-container .circle-container .circle-container-1 .circle-container-2 {
  position: relative;
  width: 250px;
  height: 250px;
  margin: auto;
}

.benefits-container
  .circle-container
  .circle-container-1
  .circle-container-2
  .circle-icon {
  position: absolute;
  width: 70px;
}

.benefits-container
  .circle-container
  .circle-container-1
  .circle-container-2
  .circle-icon
  img {
}

.benefits-container
  .circle-container
  .circle-container-1
  .circle-container-2
  .circle-icon.icon1 {
  top: 0;
  left: 0;
}

.benefits-container
  .circle-container
  .circle-container-1
  .circle-container-2
  .circle-icon.icon2 {
  top: 0;
  right: 0;
}

.benefits-container
  .circle-container
  .circle-container-1
  .circle-container-2
  .circle-icon.icon3 {
  bottom: 0;
  left: 0;
}

.benefits-container
  .circle-container
  .circle-container-1
  .circle-container-2
  .circle-icon.icon4 {
  bottom: 0;
  right: 0;
}

.benefits-container .circle-container .circle-text {
  width: 150px;
  position: absolute;
}

.benefits-container .circle-container .circle-text span {
  font-size: 1.4rem;
  display: block;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.benefits-container .circle-container .circle-text p {
  font-size: 1.4rem;
  padding-top: 10px;
}

.benefits-container .circle-container .circle-text.text-1 {
  top: 90px;
  left: 50px;
  width: 105px;
}

.benefits-container .circle-container .circle-text.text-2 {
  top: 90px;
  right: 0;
}

.benefits-container .circle-container .circle-text.text-3 {
  bottom: 40px;
  left: 50px;
  width: 122px;
}

.benefits-container .circle-container .circle-text.text-4 {
  bottom: 40px;
  right: 0;
}

/*end benefits*/

.benefits-container
  .benefits-right
  .benefits-right-text-container
  > div.apply:before {
  display: none;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  div.apply
  h2 {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.benefits-container
  .benefits-right
  .benefits-right-text-container
  div.apply
  h1 {
  color: #074dbe;
}

.apply-now {
  position: relative;
  padding-top: 5%;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  visibility: hidden;
}

.apply-now.active {
  opacity: 1;
  visibility: visible;
}

.apply-now .content {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 750px;
  text-align: center;
  /*    min-width: 650px;*/
}

.apply-now .content .apply-header {
  text-align: center;
  padding: 80px 0 20px;
}

.apply-now .content .apply-header h1 {
  font-family: 'FrutigerNextLT-light', Arial, Helvetica, sans-serif;
  font-size: 48px;
  color: #505050;
  text-transform: none;
}

.apply-now .content .apply-header h2 {
  font-family: 'Montserrat Extra', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #ac8250;
}

.apply-now .content .form .input {
  width: 80%;
  max-width: 500px;
  margin: auto;
}

.apply-now .content .form input[type='text'],
.apply-now .content .form input[type='email'],
.apply-now .content .form input[type='date'],
.apply-now .content .form input[type='number'] {
  width: 100%;
  padding: 10px 20px;
  margin: 6px 0;
  display: inline-block;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  border-radius: 25px;
  font-size: 1.9rem;
  outline: 0;
  color: #000000;
  -webkit-appearance: none;
}

input[type='date'] {
  display: block !important;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  height: 2.4em !important;
}

.safari:before {
  color: #000;
  content: 'Date of birth';
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.apply-now .content .form select {
  width: 100%;
  padding: 10px 20px;
  /* height: 45px;*/
  margin: 6px 0;
  display: inline-block;
  background-color: #f3f3f3;
  box-sizing: border-box;
  font-size: 1.9rem;
  outline: 0;
  border-radius: 25px;
  color: #000000;
  border: none;
  -webkit-appearance: none;
}
.apply-now .content .form select option {
  color: #000000;
}

.apply-now .content .form select:focus {
  outline: none;
}

.apply-now .content .form .select-wrapper {
  position: relative;
}

.apply-now .content .form .select-wrapper:after {
  content: '';
  border: solid #000000;
  border-width: 0 1px 1px 0;
  display: block;
  height: 10px;
  width: 10px;
  right: 25px;
  top: 22px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
}

.apply-now-btn {
  -webkit-appearance: none;
  outline: 0;
  position: relative;
  padding: 9px 40px;
  font-size: 1.6rem;
  display: block;
  border-radius: 35px;
  text-align: center;
  margin: auto;
  cursor: pointer;
  color: #fff;
  background: #074dbe;
  border: 1px solid #074dbe;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
  margin-top: 30px;
  text-transform: uppercase;
}

.apply-now-btn:hover {
  background: transparent;
  color: #074dbe;
}

.apply-now .content .form p {
  font-size: 14px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  margin: 0px 0 5px 0;
}

/*end apply*/

#personality-user {
  width: 40%;
  margin: 40px auto;
}

.personality-header {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0px;
  color: #060d57;
  margin-top: 42px;
}

.personality-desc-1 {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #060d57;
  margin-top: 16px;
}

.personality-desc-2 {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 1.6;
  color: #333333;
  margin-top: 16px;
}

.personality-desc-2 ul {
  padding-left: 18px;
}

.personality-test-btn-container {
  padding-bottom: 16px;
  padding-right: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.personality-test-btn {
  -webkit-appearance: none;
  outline: 0;
  position: relative;
  padding: 10px 24px;
  font-size: 1.8rem;
  display: block;
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #060d57;
  border: 1px solid #060d57;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-style: normal;
  margin-top: 16px;
}

.uppercase {
  text-transform: uppercase;
}

#question-logo {
  width: 40%;
}

#personality-test {
  width: 60%;
  margin: 80px auto;
  padding-bottom: 24px;
}

#personality-questions {
  margin-top: 23px;
  /* display: flex;
  justify-content: space-between; */
}

#personality-test-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.question-card {
  box-shadow: 0px 1px 4px #00000029;
  border-radius: 12px;
  padding: 24px;
  /* margin-right: 16px; */
  margin-bottom: 16px;
  flex: 0 0 49%;
  gap: 10px;
  box-sizing: border-box;
}

/* .question-card:nth-child(2) {
  margin-right: 0;
} */

.question-card-answered {
  background: #f1fff1;
}

.question-card-error {
  background: #ffebe9;
  color: #b40c00;
}

.answer-option {
  display: flex;
  height: 4.4rem;
  margin-bottom: 8px;
}

.answer-option:last-of-type {
  margin-bottom: 0px;
}

.option-icon {
  align-self: center;
}

.option-icon .question-answer:first-of-type {
  margin-right: 11px;
}

.option-icon .question-answer {
  margin-right: 18px;
  color: black;
}

#personality-questions .option-icon .question-answer:hover {
  cursor: pointer;
}

.question-answer-most,
.question-answer-least {
  display: inline;
}

.question-answer-most-selected {
  color: #4caf50 !important;
}

.answer-option-most-label-selected {
  font-weight: bold;
  width: calc(100% - 67px) !important;
}

.question-answer-least-selected {
  color: #f44336 !important;
}

.answer-option-least-label-selected {
  text-decoration: line-through;
}

.answer-option-label {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #333333;
  width: calc(100% - 71px);
  align-self: center;
}

.question-answer {
  font-size: 2.4rem !important;
}

.question-answer-radio {
  display: none;
}

.dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
}

.dialog-backdrop {
  opacity: 1;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
}

.dialog-content {
  position: relative;
  z-index: 100;
  border-radius: 4px;
  background: #fff;
  padding: 24px;
  font-size: 1.6rem;
  margin: 0 auto;
}

.dialog-close-btn {
  position: relative;
  top: -12px;
  right: -12px;
  z-index: 101;
  font-size: 1.6rem !important;
  /* margin-top: 22px; */
  display: block;
  float: right;
}

.dialog-close-btn:hover {
  cursor: pointer;
}

.dialog-opened {
  display: block;
}

.personality-result-val {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}

.test-taker-container {
  display: flex;
  flex-direction: column;
}

.test-taker {
  display: flex;
}

.test-taker .personality-desc-2 {
  flex: 0 0 15%;
}

#result-container {
  display: flex;
  flex-direction: column;
}

.tally-container {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333333;
  margin-top: 24px;
  border: 1px solid #d4d4d4;
}

.tally-column:first-of-type {
  display: flex;
  flex: 0 0 18%;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  border-right: 1px solid #d4d4d4;
}

.tally-column:last-of-type {
  display: flex;
  flex-direction: column;
  flex: 0 0 82%;
}

.tally-row {
  display: flex;
  flex: 0 0 50%;
}

.tally-row:first-of-type {
  border-bottom: 1px solid #d4d4d4;
}

.tally-key {
  width: calc(100% / 6);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

.tally-key:not(:last-of-type) {
  border-right: 1px solid #d4d4d4;
}

.tally-key-diff-x {
  width: calc((100% / 6) * 2);
}

.graph-title {
  font-family: 'Proxima Nova Lt', Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1366px) {
  .benefits-container .benefits-right {
    padding-bottom: 10%;
  }

  /* #personality-test{
    width: 60%;
  } */

  .personality-test-btn {
    letter-spacing: 0px;
  }

  .personality-desc-2 {
    line-height: 1.5;
  }

  .personality-header {
    font-size: 2.4rem;
  }

  .answer-option {
    min-height: 4rem;
  }

  .answer-option-label {
    font-size: 1.8rem;
  }

  #personality-test {
  }

  /* .answer-option:not(:last-of-type) { */
  .answer-option {
    height: 4rem !important;
  }

  .question-card {
    padding: 18px 24px;
    flex: 0 0 49%;
  }

  /* .dialog-close-btn{
    right: 35.5vw;
  } */
}

@media (max-width: 999px) {
  .question-card {
    flex: 0 0 48.5%;
  }
}

@media screen and (max-width: 860px) {
  .personality-desc-2 {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  #personality-test {
    width: 85%;
    margin-top: 10vh;
  }

  .personality-test-btn {
    font-size: 1.7rem;
    margin-top: 0px;
  }

  .personality-test-btn {
    letter-spacing: 0px;
    font-size: 1.7rem;
  }

  /* .dialog-close-btn{
    right: 23vw;
  } */
}

@media screen and (max-width: 768px) {
  .personality-desc-2 {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 0px;
  }

  .answer-option-label {
    font-size: 1.5rem;
  }

  .answer-option {
    min-height: 3.6rem;
    height: 3.6rem !important;
  }

  .personality-test-btn {
    font-size: 1.5rem;
    margin-top: 0px;
  }

  #personality-user {
    width: 50%;
    margin: 50px auto;
  }

  .personality-desc-1 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 540px) {
  .question-card {
    flex: 0 0 100%;
  }
  .tally-container {
    font-size: 1.5rem;
  }
  #graph_container {
    margin-top: 40px !important;
  }
  #graph_container canvas,
  #graph_container img {
    height: 400px;
  }
}

@media screen and (max-width: 310px) {
  #question-logo {
    width: 50%;
  }

  .question-card {
    padding: 10px 16px;
    flex: 0 0 100%;
  }

  .answer-option-label {
    font-size: 1.3rem;
  }

  .personality-desc-2 {
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0px;
  }

  .personality-header {
    font-size: 1.8rem;
  }

  .personality-desc-2 {
    margin-top: 8px;
  }

  .question-card {
    margin-right: 0;
  }

  .personality-test-btn-container {
    padding-right: 0;
  }

  .personality-test-btn {
    font-size: 1.3rem;
    margin-top: 0px;
    padding: 8px 16px;
  }

  .dialog-content {
    width: 70%;
  }
  .tally-container {
    font-size: 1.2rem;
  }
}
