.hystmodal--simple .hystmodal__window{
  position: relative;
  overflow: visible;
  border-radius: 1rem;
  padding: 2.5rem;
}
.hystmodal--simple .hystmodal__close{
  position: absolute;
  z-index: 10;
  top:0;
  right: -40px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  border: none;
  font-size: 0;
  cursor: pointer;
}
*:focus {
  outline: 2px dotted #afb3b9;
  outline-offset:2px;
}
@media all and (max-width:767px){
  .hystmodal--simple .hystmodal__close{
    top:10px;
    right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
  }
  .hystmodal--simple .hystmodal__window{
    margin: 0;
  }
}

/* CA */
.hystmodal--active {
  background: #002f42e3;
}

.gchoice {
  width: 45%;
}
.gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  width: 45%;
}


.gform-theme--framework .gfield--type-choice .gfield_checkbox, .gform-theme--framework .gfield--type-choice .gfield_radio {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
}

h2.gform_title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex,
label.gfield_label.gform-field-label {
  font-weight: bold;
  font-size: 1rem;
}

input#gform_submit_button_1 {
  width: 100%;
  background: #0891CB;
  color: #FFF;
  font-family: Lato;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: flex;
  padding: 19px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 360px;
}
input#gform_submit_button_1:hover {
  background: #00A6EC;
}

.gform_footer.top_label {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #c4c4c4;
}