.wyrqrcode {
display: none; }

#gform_5 .gfield_radio {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
}

/* Hide Question Title */
#gform_5 .gfield_label {
display: none;
}

/* Radio buttons to Buttons */
#gform_5 label {
display: inline-block;
width: 525px;
padding: 20px;
border-radius: 15px;
transition: all 0.3s;
height: 100%;
color: white;
font-size: 23px;
cursor: pointer;
}
/*hide Required on field*/
#gform_wrapper_5 .gform_body .gform_fields .gfield .gfield_required{
display: none;
}
/*hide radios*/
#gform_5 input[type="radio"] {
  display: none;
}

#gform_5 input[type="radio"]:checked + label {
border: solid 3px white;
box-shadow: 3px 3px 3px 3px #696c75;
}

/*#gform_4 input[type="radio"]:hover + label {
border: solid 3px black;
}*/

#gform_5 input[type="button"] {
font-size: 25px;
font-weight: 600;
text-transform: uppercase;
background: #009fd2;
color: white;
border: none;
padding: 5px;
}
#gform_5 input[type="submit"] {
font-size: 25px;
font-weight: 600;
text-transform: uppercase;
background: #009fd2;
color: white;
padding: 1%;
}

#gform_5 .gform_page_footer {
text-align: right;
}

#gform_5 .wyr-quiz-divider {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 25px;
}

#gform_5 .wyr-quiz-divider-innertext {
  width: 50px;
  text-align: center;
  font-size: 2em;
  color: #234761;
}

.all-path-closing{
padding-top: 2%;
padding-bottom: 5%;
}

.all-path-closing .btn {
font-size: 20px;
border-radius: unset;
}

.wyr_path_text {
padding-top: 2%;}

.wyr_winner_closing {
font-family: Montserrat,sans-serif;
font-weight: 500;
color: #696c75;
font-size: 22px;
}

/* background color buttons */
#gform_5 .gfield-choice-input + label {
background: #005696 !important; }

@media screen and (max-width: 1200px) {
#gform_5 .gfield_radio {
    flex-direction: column;
    align-items: center;
    row-gap: 1em;
}
#gform_5 .gfield_radio .gchoice {width:100%;}

#gform_5 .gfield_radio .gchoice label {width:100%;text-align:center;}

/* Buttons */
#gform_5 label {
font-size: 20px;
    width: fit-content;
}

#gform_confirmation_wrapper_5  {
display: none !important;
}
