.btn.qa-btn {
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 8px;
  position: relative;
  white-space: initial;
  transition: all 0.5s; }
  
.btn-primary:disabled{
  background-color: #bf2c25;
    border-color: #bf2c25;
	opacity: 0.35;
}
  
.btn.qa-btn:hover {
    transform: scale(1.07); background-color: #fff; box-shadow: inset 0px 0px 0px 2px #bf2c25;
  }
  
.qa-elements.element-type-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; }

.qa-elements.element-type-2 > * {
    height: 240px;
    width: calc(25% - 15px); }

@media screen and (max-width: 768px) {.qa-elements.element-type-2 > * {height: 31.25vw;width: calc(50% - 20px)}}
        
.qa-elements.element-type-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; }

.qa-elements.element-type-6 > button {
    border: 1px solid #dddddd;
    border-radius: 8px;
    background-color: #fff;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: inherit;
    font-weight: inherit;
    text-align: left;
	padding-left: 50px;
    width: calc(50% - 15px); }  
    
@media screen and (max-width: 768px) {.qa-elements.element-type-6 > button {width: 100%}}

.qa-elements.element-type-6 > button:hover {
      background-color: #e6e6e6; }

.qa-btn-label {
  background-color: #bf2c25;
  border-radius: 0 0 8px 8px;
  left: 0;
  bottom: -1px;
  padding: 6px;
  position: absolute;
  width: 100%; }

.qa-form .checkbox, .qa-form24 .checkbox  {
  position: relative; }
  
.qa-form .checkbox label, .qa-form24 .checkbox label {
    display: block;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 14px;
    height: 50px; }
    
.qa-form .checkbox .cbx-element, .qa-form24 .checkbox .cbx-element {
    border-radius: 2px;
    border: 1px solid #999999;
    right: 10px;
    top: 15px;
    position: absolute;
    height: 30px;
    width: 30px; }
    
    
.qa-form .checkbox input, .qa-form24 .checkbox input  {
    display: none;
    right: 8px; }

.qa-form .checkbox input:checked + .shadow-cbx,  .qa-form24 .checkbox input:checked + .shadow-cbx{
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), inset 0 0 0 2px #000; }

.qa-form .checkbox input:checked + .shadow-cbx .cbx-element:after, .qa-form24 .checkbox input:checked + .shadow-cbx .cbx-element:after  {
        background-color: #bf2c25;
        content: '';
        height: 10px;
        left: 9px;
        position: absolute;
        top: 9px;
        width: 10px; }

.qa-form .checkbox .shadow-cbx, .qa-form24 .checkbox .shadow-cbx  {
    border: 1px solid #dddddd;
    border-radius: 8px;
    box-sizing: border-box;
    color: initial;
    text-transform: initial;
    height: 60px;
    left: 0;
    padding: 11px 50px;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    width: 100%; }
    
.qa-form .checkbox .shadow-cbx:hover, .qa-form24 .checkbox .shadow-cbx:hover {
    background-color: rgba(0, 0, 0, 0.05); 
	}
	
.qa-form .checkbox .form-helper, .qa-form24 .checkbox .form-helper {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    left: 10px;
    top: 15px;
    position: absolute;
    background-size: cover;
    background-position: center center; }

.qa-form .checkbox + .checkbox, .qa-form24 .checkbox + .checkbox {
    margin-top: 20px; }

.qa-form .qa-text, .qa-form24 .qa-text {
  position: relative;
  padding:  4px 0;}
  
.qa-form .qa-text input, .qa-form24 .qa-text input {
    padding-left: 50px;
    height: 50px; }
    
.qa-form .qa-text label, .qa-form24 .qa-text label {
    top: 10px;
    background-size: cover;
    background-position: center center;
    height: 30px;
    left: 10px;
    position: absolute;
    width: 30px; }

.qa-form .btn.btn-primary, .qa-form24 .btn.btn-primary {
  margin-top: 40px; }

.qa-container {
  padding-top: 3vw;
  padding-bottom: 3vw; 
  padding-left: 15vw;
  padding-right: 15vw;
}

@media screen and (max-width: 768px) {.qa-container {padding: 6vw;}}

input[type=text] + .required {
  right: 10px;
  top: 14px;
  position: absolute; }

input:required + .required:before {
  background-color: #bf2c25;
  border-radius: 50%;
  content: "!";
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 20px; }

input:required:valid + .required:before {
  display: none;
  content: ""; }

.w-100 {
  width: 100%;
  min-width: 100%; }

 
.qa-form24 {
}
    
.qa-form24 .qa-radio-field {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%; }

.qa-form24 .qa-radio-field .radio {
      color: black;
      height: 240px;
      position: relative;
      text-align: center;
      transition: all 0.5s;
      width: calc(25% - 15px);
	  background-color: #eee;
            &:hover {transform: scale(0.95)}
      }
      
      
@media screen and (max-width: 850px) {
  .qa-form24 .qa-radio-field .radio {
  width: calc(50% - 20px)
  }
  
.qa-form24 button+button {
	margin-left: 120px !important;
}
  
  .qa-form24 .btn.btn-primary {
  margin-top: 20px;
  }
}

.qa-form24 .qa-radio-field .radio.is-checked label {
	box-shadow: inset 0 0 0 5px #bf2c25;
}

.qa-form24 .qa-radio-field .radio input {
	display: none;
}

.qa-form24 .qa-radio-field .radio input:checked ~ .form-helper {
	background-color: #bf2c25;
}

.qa-form24 .qa-radio-field .radio label {
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.qa-form24 .qa-radio-field .radio label:hover {
	cursor: pointer;
}

.qa-form24 .qa-radio-field .radio .form-helper {
	background-color: #bf2c25;
	border-radius: 0 0 10px 10px;
	color: #ffffff;
	left: 0;
	bottom: -1px;
	padding: 6px;
	position: absolute;
	width: 100%;
	font-style: normal;
}

.qa-form24 button + button {
	margin-left: 20px;
}

.qa-form24 .slick-slide {
	align-self: flex-start;
}

.qa-form24 .checkbox .cbx-element {
	border-radius: 2px;
	border: 1px solid #999;
	right: 10px;
	top: 15px;
	position: absolute;
	height: 30px;
	width: 30px;
}


.qa-form24 .checkbox input:checked + .shadow-cbx .cbx-element::after {
	background-color: #bf2c25;
	content: '';
	height: 10px;
	left: 9px;
	position: absolute;
	top: 9px;
	width: 10px;
}

.qa-form24 .slick-list {
	padding-bottom: 60px;
	margin: 0;
}


@media screen and (min-width: 1440px) {
  .qa-form24 .form-check-group,
  .qa-form24 .qa24-text-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
  }
  
  .qa-form24 .checkbox .shadow-cbx p {
	margin-top: 5px ;
}

  .qa-form24 .form-check-group > .checkbox,
  .qa-form24 .qa24-text-group .qa-text {
    margin-top: 0;
    width: calc(50% - 11px);
  }
}

@media screen and (min-width: 600px) {
  
  .qa-form24 .checkbox .shadow-cbx p {
	margin-top: 5px ;
}
}