a:hover {
  text-decoration: none;
}

.flex-container {
  flex-direction: column;
  flex-wrap: nowrap;
  display: flex;
  height: 100%;
  aspect-ratio: 16 / 9!important;
}

.white-haze {
  background-color: rgba(245,245,245,0.8);
}

.video-container {
  width: 74%;
  height: 50%;
  position: relative;
  left: 13%;
  top: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
}

.video {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.video-title {
  display: flex;
  font-family: interstatebold!important;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  width: 100%!important;
  color: white!important;
  background: #FF8C01!important;
  font-size: 0.8rem!important;
  padding: 0.6rem 0.5rem!important;
  border-radius: 0.125vw 1.25vw!important;
  border-radius: 3vw!important;
  text-align: center;
}

.video-preview {
  font-family: interstateregular!important;
  width: 100%!important;
  aspect-ratio: 16 / 9!important;
  color: white!important;
  font-size: 0.9rem!important;
  cursor: pointer;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2vw 0 0 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.33);
}

.play-icon-ic {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.2s ease;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}

.video-preview:hover .play-icon {
  transform: scale(1.15);
}

.button-next {
  font-family: interstateregular!important;
  background: #FF8C01!important;
  color: white;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: fit-content;
  border: 0rem solid black;
  font-size: 0.88rem;
  padding: 0.4rem 0.625em;
  border-radius: 1.25vw;
  cursor: pointer;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 0.5vw;
}
/*
.button-next::after {
  content: '▶';
  color: white;
  font-size: 2.5vw;
  padding-left: 0.33rem;
}*/

.button-next:hover {
  transform: scale(1.1);
}
.frank3 {
    background-image: url(698d01a2/images/still_s3.jpg)!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.doneer-en-draag-bij {
  	background-image: url(698d01a2/images/wat-doen-frank-en-zijn-collegas.png)!important;
}

.direct-contact {
    background-image: url(698d01a2/images/direct-contact-16-9.jpg)!important;
}

.logo {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 8vw;
  aspect-ratio: 16 / 9; /* or use 16 / 9 if you want standard ratio */
  background-image: url(698d01a2/images/logo-als-transparant_small_no_text.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
button{
  all: unset;
}
.content-container {
    display: flex!important;
    gap: 1rem!important;
    padding: 1rem!important;
    flex-direction: row!important;
    background: #F5F5F5!important;
}

.visible-hidden {
  display: none;
}

.go-back {
  position: relative;
}
.form-container {
  	padding: 1.5rem 0;
    flex: 1 1 60%;
    max-width: 60%;
}

form {
    display: flex;
    flex-direction: column!important;
    gap: 0.66rem!important;
    width: 100% !important;
    height: 100% !important;
}

.form-row {
    display: flex;
    flex-direction: row!important;
    gap: 0.5rem!important;
    max-width: 100%;
    height: fit-content;
}

input::placeholder,
textarea::placeholder {
    color: gray;
    opacity: 0.5;
}

.form-row input,
.form-row textarea,
.form-row select {
    padding: 0.5rem!important;
    border-radius: 0.5rem!important;
    border: 2px solid #E7E7E7;
    font-size: 0.7rem!important;
    font-family: sans-serif;
    outline: none;
    transition: border-color 0.3s ease;
  	font-family: interstateregular!important;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
    border: 2px solid #FF8C01!important;
    outline: none;
}

.form-row textarea {
    padding: 0.5rem!important;
    resize: none!important;
}

.form-row input[type=submit] {
    background: #FF8C01!important;
    border-radius: 0.75rem!important;
    color: white!important;
    outline: none!important;
    border: none!important;
    cursor: pointer!important;
  	font-family: interstatebold!important;
}

input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 0.3rem!important;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem!important;
  	background: white;
}

input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    top: calc(50% - 0.3rem);
    left: calc(50% - 0.3rem);
    width: 0.6rem;
    height: 0.6rem;
    background-color: #FF8C01;
    border-radius: 0.2rem;
}

.checkbox-text {
  font-size: 0.6rem;
  width: 90%;
  font-family: interstatelight!important;
}

.grow {
    flex-grow: 1!important;
}

.form-row *._24 {
    width: calc(24% - 0.5rem)!important;
}

.form-row *._38 {
    width: calc(38% - 0.25rem)!important;
}

.form-row *._62 {
    width: calc(62% - 0.25rem)!important;
}

.form-row *._100 {
    width: 100%!important;
}

.social-container {
    flex: 1 1 40%!important;
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 1.5rem!important;
}

.social-logo-als {
    height: 4rem!important;
    width: 9rem!important;
    display: block;
}

.social-sharing-text {
    font-size: 1.25rem!important;
  	line-height: 1.5rem!important;
  	text-align: center!important;
}

.social-sharing-container {
    display: flex!important;
    flex-direction: row!important;
    align-items: center!important;
    justify-content: center!important;
    gap: 1rem!important;
}

.share {
    cursor: pointer;
    display: block;
    width: 1.8rem;
    height: 1.8rem;
}
.title{
  font-family: "precisionsans_bold";
  position: absolute;
  width: auto!important;
  line-height: 0.9rem;
}

#als-logo {
  height: 1.25rem;
  display: inline;
  margin-top: -4px;
}
button {
  all: unset;
  border: 0px !important;
  background: none;
}

.center {
  background: #ff8c00!important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white!important;
}

.fs {
  height: calc(100vh - 30px)!important;
  height: 100vh!important;
  width: 100wh!important;
  min-height: calc(100vh - 30px)!important;
  min-height: 100vh!important;
  min-width: 100wh!important;
  max-height: calc(100vh - 30px)!important;
  max-height: 100vh!important;
  max-width: 100wh!important;
  padding-bottom: 30px!important;
}

.thank-you {
  font-size: 1.8rem!important;
  line-height: 2.5rem!important;
  text-align: center!important;
  margin-top: 0rem;
}

.footnote {
  position:fixed;
  top: calc(30px + 2rem);
  top: 1rem;
  font-size: 1rem;
  width: 100vw;
  text-align: center;
  color: white;
  font-family: interstatelight!important;
}

.b {
  font-family: interstatebold!important;
}

.go-back {
    position: absolute;
    right: 1rem;
    font-family: 'interstatebold';
    bottom: 1rem;
    outline: none!important;
    border: none!important;
    cursor: pointer!important;
  	font-family: interstateregular!important;
  font-size: 0.88rem;
  padding: 0.4rem 0.625em;
  border-radius: 1.25vw;
  display: flex;
  align-items: center; 
}

div[data-step="1"] .go-back {
    background: #FF8C01!important;
    color: white!important;
}

div[data-step="2"] .go-back {
    background: #000000!important;
    color: white!important;
}

.tiny {
  font-family: interstateregular!important;
  font-size: 0.4rem;
}
.frank2 {
    background-image: url(bd4f8f32/images/still_s2.jpg)!important;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}

.samen-sterk {
  background-image: url(bd4f8f32/images/als-bedrijf-samen-sterker-16-9.jpg);
}

.direct-contact {
    background-image: url(bd4f8f32/images/direct-contact-16-9.jpg)!important;
}

.logo {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 8vw;
  aspect-ratio: 16 / 9; /* or use 16 / 9 if you want standard ratio */
  background-image: url(bd4f8f32/images/logo-als-transparant_small_no_text.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
button{
  all: unset;
}
.video-preview {
  margin-top: 0.5rem;
}
.frank1 {
  background-image: url(fdf43870/images/still_s1.jpg)!important;
  background-size: cover!important;
  background-position: center!important;
  background-repeat: no-repeat!important;
}

.video-preview.wat-is-als {
  background-image: url(fdf43870/images/wat-is-als.png)!important;
}

.video-preview.laatste-ontwikkelingen-onderzoek {
  background-image: url(fdf43870/images/laatste-ontwikkelingen-onderzoek-2.jpg)!important;
}

.video-title {
  cursor: pointer;
}

.logo {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 8vw;
  aspect-ratio: 16 / 9; /* or use 16 / 9 if you want standard ratio */
  background-image: url(fdf43870/images/logo-als-transparant_small_no_text.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}