@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  font-family: "Inter", serif !important;
}

.has-ast-global-color-0-color {
	color: var(--eventPrimary) !important;
}

.wp-block-columns.alignfull.has-ast-global-color-6-background-color.has-background.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
  background-color: #ffffff !important;
  max-width: 100% !important;
  width: 100% !important;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, select.wpcf7-text {
  width: 100% !important;
  background-color: #f6f6f6 !important;
}

.wpcf7-form label {
  display: block !important;
}

.wpcf7-submit,
.wpcf7-form-control.wpcf7-submit.has-spinner {
  box-sizing: border-box;
 /* height: 56px;*/
 height: 50px;
  width: 50%;
  border: 0;
  color: #fff;
  gap: 8px;
  border-radius: 8px !important;
  background-color: var(--eventPrimary) !important;
/*  text-align: left; */
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
	margin-top: 10px;
}

 #form_ok {
            width: 506px;
            justify-self: center;
            text-align: left;
        }
        #form_ok h1 {
            font-size: 48px!important;
       /*     text-align: left; */
            color: #141414!important;
            font-weight: 800;
       /*     line-height: 48px; */
       line-height:42px;
        }
        
        #form_ok p {
            font-size: 18px!important;
         /*   text-align: left; */
            color: #858585!important;
            font-weight: 500;
            line-height: 23px;
            margin-top:8px;
        }
        #form_ok img {
            height: 270px;
            width: auto;
            margin-top:10px;
        }