@font-face {
    font-family: 'Monotype-VAGRoundedNextMedium';
    src: url('fonts/Monotype-VAGRoundedNextMedium.eot');
    src: url('fonts/Monotype-VAGRoundedNextMedium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Monotype-VAGRoundedNextMedium.woff2') format('woff2'),
        url('fonts/Monotype-VAGRoundedNextMedium.woff') format('woff'),
        url('fonts/Monotype-VAGRoundedNextMedium.ttf') format('truetype'),
        url('fonts/Monotype-VAGRoundedNextMedium.svg#Monotype-VAGRoundedNextMedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Monotype-VAGRoundedNextBold';
    src: url('fonts/Monotype-VAGRoundedNextBold.eot');
    src: url('fonts/Monotype-VAGRoundedNextBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Monotype-VAGRoundedNextBold.woff2') format('woff2'),
        url('fonts/Monotype-VAGRoundedNextBold.woff') format('woff'),
        url('fonts/Monotype-VAGRoundedNextBold.ttf') format('truetype'),
        url('fonts/Monotype-VAGRoundedNextBold.svg#Monotype-VAGRoundedNextBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Monotype-VAGRoundedNextSemiBold';
    src: url('fonts/Monotype-VAGRoundedNextSemiBold.eot');
    src: url('fonts/Monotype-VAGRoundedNextSemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Monotype-VAGRoundedNextSemiBold.woff2') format('woff2'),
        url('fonts/Monotype-VAGRoundedNextSemiBold.woff') format('woff'),
        url('fonts/Monotype-VAGRoundedNextSemiBold.ttf') format('truetype'),
        url('fonts/Monotype-VAGRoundedNextSemiBold.svg#Monotype-VAGRoundedNextSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'Monotype-VAGRoundedNextMedium';
	font-weight: 400;
}
a {
    font-family: 'Monotype-VAGRoundedNextBold';
    font-weight: normal !important;
}
a:hover, a:focus {
    font-family: 'Monotype-VAGRoundedNextBold';
    font-weight: normal !important;
	text-decoration: none;
}
.fw-medium {
    font-family: 'Monotype-VAGRoundedNextMedium';
    font-weight: normal !important;
}
.fw-bold {
    font-family: 'Monotype-VAGRoundedNextBold';
    font-weight: normal !important;
}
.img-responsive {
    width: 100%;
  }

@media (min-width: 992px) {
    .img-responsive {
      width: 75%;
    }
  }
@media (min-width: 1200px) {
	.newspaper {
		column-count: 2;
		column-gap: 1rem;
	}
}
/* Range slider */
.range {
  position: relative;
  width: 100%;
  height: 5px;
}

.range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #DD1379;
  cursor: pointer;
  border: 0 !important;
}
.range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #DD1379;
  cursor: pointer;
  border: 0 !important;
}
.range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #DD1379;
  cursor: pointer;
  border: 0 !important;
}
.range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #b2b2b2;
}
.range input:focus {
  background: none;
  outline: none;
}
.range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
}
.range-labels li {
  position: relative;
  float: left;
  width: 10%;
  text-align: center;
  color: #b2b2b2;
  cursor: pointer;
}
.range-labels li::before {
  position: absolute;
  top: -26px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background: #b2b2b2;
  border-radius: 50%;
}
.range-labels .active {
  color: #DD1379;
}
.range-labels .selected::before {
  background: #DD1379;
}
.range-labels .active.selected::before {
  display: none;
}
/* end of Range Slider */
/* 5 star rating */
.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
}
.rating > input {
  display:none;
}
.rating > label {
  position: relative;
  width: 1.1em;
  font-size: 3rem;
  line-height:3rem;
  color: #DD1379;
  cursor: pointer;
}
.rating > label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before {
  opacity: 1 !important;
}
.rating > input:checked ~ label:before{
  opacity:1;
}
.rating:hover > input:checked ~ label:before{
  opacity: 0.4;
}
/* end of 5 star rating */

.btn-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 999;
}
.overflow-hidden {overflow: hidden;}
.mt-0 {margin-top: 0;}

.no-scroll {overflow: hidden;}
.no-scroll .img-logo, .no-scroll .img-banner {
	max-height: 6vh !important;
	margin-top: 1rem;
	margin-bottom: -1rem;
}
.qrcode-container {width: 15vh !important; height: 15vh !important;}
.qrcode-container img, .qrcode-container canvas {width: 15vh; height: 15vh;}
.question-container {height: 60vh; overflow: auto;}
#homepage, #result {height: 66vh; overflow: auto; margin-top: 0;}

#result {height: unset; overflow: visible;}

::-webkit-scrollbar {width: 0px;}
.scroll-auto {overflow-y: auto}
.w-100.h-100.text-center {width: 100%; height: 100%; text-align: center;}
.govtech-logo {display: block; width: 100%; max-width: 300px; margin: 2rem auto;}

@media (min-width: 1080px) {
	h2, h3 {font-size: 40px !important;}
	p {font-size: 30px;}
	div {font-size: 30px;}
	button {font-size: 30px;}
	#SurveyFormId .fs-5 {font-size: 2.5rem !important;}
	#SurveyFormId .form-check {font-size: 20px; font-weight: 500;}
	.col-lg-8.mx-auto {width: 100% !important; padding: 0 2rem;}
}


@font-face {
    font-family: 'MonotypeMobile';
    src: url('fonts/Monotype.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.language-bg {
    font-family: 'MonotypeMobile';
	font-weight: 400;
}
.language-bg {background-image: url(../images/choose-language.webp); background-size: 100% 100vh;}
.language-bg button {font-size: 1.5rem;}
.language-bg .form-signin {padding-bottom: 15vh;}

@media (min-width: 1080px) {
	.language-bg button {font-size: 5rem;}
	.language-bg .form-signin {max-width: 70vw;}
}