html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.form,
.wpcf7-form {
	position: relative;
}
.wpcf7-submit,
.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after,
.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	display: none;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: 0;
}
.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.wpcf7-not-valid-tip,
.popup-require-error {
	position: absolute;
	top: 4px;
	right: 4px;
}
.wpcf7-list-item {
	margin: 0;
}
.no-scroll-body {
	--pl_courses-scroll-top: 0;
	position: fixed;
	inset: 0;
	top: calc(var(--pl_courses-scroll-top) * -1px);
}
.custom-checkbox-container {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.spinner-button-container {
	position: relative;
}
.button.waiting + .wpcf7-spinner {
	visibility: visible;
}
.wpcf7-form.wpcf7-form-invalid .form__button {
	opacity: 0.7;
	pointer-events: none;
}
.popup-require-error_container {
	position: relative;
}
.popup-require-error {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: inline-block;
}
.custom-checkbox.popup-require-error_container {
	display: block;
}
.custom-checkbox.popup-require-error_container .popup-require-error {
	position: static;
}
.payment-popup-step {
	display: none;
}
.popup-payment input[readonly] {
	color: #38329780;
}
.payment-popup-reset-step {
	margin-bottom: 1em;
}
.payment-popup-reset-step:hover {
	opacity: 0.7;
}
.payment-option .logos {
	white-space: nowrap;
}
.payment-option {
	flex-wrap: wrap;
}