.prhform__wrapper.prhform__type_competition {
    max-width: 69rem !important;
    margin: auto;
}

.prhform__form.competitions fieldset{
	gap: 0px;
}

.prhform__field_competitions_title{
	width: 100%;
	position: relative;
	font-size: 24px !important;
	letter-spacing: 2px;
	line-height: 32px !important;
	font-family: "Caslon";
	color: #000;
	text-align: left;
	display: inline-block;
	height: auto;
	margin-bottom: 24px;
	font-weight: 600;
}

.prhform__form.competitions .prhform__field-wrapper-input{
	width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-family: "Caslon";
	margin-bottom: 24px;
}


.prhform__form.competitions .prhform__field-wrapper-input input {
    padding: 10px;
    width: 100%;
	align-self: stretch;
	position: relative;
	background-color: #fff;
	border: 1px solid #0b0c0c;
	box-sizing: border-box;
	height: 47px;
	font-family: "Caslon";
}

.prhform__form.competitions .prhform__field-wrapper-input .prhform__label {
    margin: 0;
    align-self: stretch;
    position: relative;
    letter-spacing: 0.3px;
    line-height: 26px;
    font-weight: 500;
	font-family: "Caslon";
}

.prhform__field-input {
	padding: 10px 40px;
}

.prhform__type_competition .prhform__field-wrapper-checkbox {
	display: flex;
	align-items: start;
	gap: 8px;
	margin-bottom: 16px;
}

.prhform__type_competition .prhform__field-wrapper-checkbox:last-of-type {
	margin-bottom: 24px;
}

.prhform__type_competition .prhform__field-wrapper-checkbox input[type="checkbox"] {
	order: 0;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
	background-color: #fff;
	appearance: none;
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #0b0c0c;
	border-radius: 0px;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	display: grid;
	place-content: center;
	padding: 0;
	margin-top: 2px;
}

.prhform__type_competition .prhform__field-wrapper-checkbox input[type="checkbox"]::before {
	content: "";
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #000000;
    clip-path: polygon(14% 35%, 0 64%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.prhform__type_competition .prhform__field-wrapper-checkbox input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.prhform__type_competition .prhform__field-wrapper-checkbox input[type="checkbox"]:focus-visible {
	outline: 2px solid #6b6b6b;
	outline-offset: 2px;
}
  
.prhform__type_competition .prhform__field-wrapper-checkbox label {
	order: 1;
	flex: 1;
	width: 100%;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	font-family: "Caslon";
	color: #000;
	text-align: left;
	display: inline-block;
	letter-spacing: 0;
    font-weight: normal;
	margin: 0;
}

.prhform__type_competition .prhform__field-wrapper-button {
	position: relative;
	border-radius: 31px;
	background-color: #002855;
	height: 45px;
	display: block;
	align-items: center;
	padding: 15px 26px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: "Caslon";
}
.prhform__type_competition .prhform__field-wrapper-button:focus {
	outline-color: #ffc107;
}

.prhform__type_competition .prhform__html_bottom {
    max-width: 100% !important;
    margin-top: 16px !important;
}

.prhform__type_competition .prhform__html_bottom p {
	width: 100%;
	position: relative;
	font-size: 12px !important;
	line-height: 21px !important;
	font-family: "Caslon";
	color: #3e3e3e;
	text-align: left;
	display: inline-block;
	font-weight: 700;
}

.prhform__type_competition .prhform__html_bottom a {
    color: #3e3e3e !important;
    font-weight: 700 !important;
}

.prhform--success .prhform__success {
	margin-top: 25px;
}

@media (max-width: 768px) {
	.prhform__wrapper.prhform__type_competition {
		padding: 0 !important;
	}

	.prhform__type_competition .prhform__field-wrapper-button {
		width: 100%;
	}
}