body section.breadcrumbs-section {
	max-width: unset;
}

#content > .col-full {
    max-width: 100%;
}

body section.breadcrumbs-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

#content .breadcrumbs-section .col-full {
    max-width: 100% !important;
    padding: 25px 0;
    margin: 0 auto;
    background: var(--gray-light);
}

#content .breadcrumbs-section .col-full .breadcrumbs {
    max-width: 1148px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
    color: var(--primary);
}

#content .breadcrumbs-section .col-full .breadcrumbs a {
    color: #442D25;
}

#wpforms-442 form .wpforms-field-container .wpforms-field.hidden-name {
   display: none;
}

.page-template-notification-form #content {
    padding-top: 35px !important;
}

.br-notification-form__content {
    width: 100%;
}

.page-template-notification-form .breadcrumbs-title {
    display: none;
}

.br-notification-form-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-top: 32px !important;
}

.br-notification-form-info .br-notification-form-info-content {
    background-color: #FCFCFC;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.br-notification-form-info-content-box {
    padding: 41px 72px;
}

.br-notification-form-info img {
    width: 50%;
    object-fit: cover;
}

.br-notification-form-info .br-notification-form-info-content .br-mark-text {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 5px 0;
}

.br-notification-form-info .br-notification-form-info-content .br-title-text {
    color: var(--primary);
    ffont-family: 'Lato', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 5px 0 35px;
}

.br-notification-form-info .br-notification-form-info-content .br-subtitle-text {
    color: #442D25;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 5px 0;
}

.br-notification-form-info .br-notification-form-info-content .br-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}

.br-notification-form-info .br-notification-form-info-content .br-user img {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 100px;
    object-fit: cover;
}

.br-notification-form-info .br-notification-form-info-content .br-user h3 {
    color: #442D25;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    margin-left: 10px;
}

.br-notification-form-info .br-notification-form-info-content .br-notification-info .br-notification-item {
    color: #442D25;
    ffont-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 12px;
    display: flex;
}

.br-notification-form-info .br-notification-form-info-content .br-notification-info .br-notification-item strong {
    margin-right: 10px;
}

.br-notification-star-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
}

.training-coaches {
    margin-bottom: 24px;
}

.training-coach {
    display: flex;
    margin-bottom: 12px;
}

.training-coach-img-wrapper {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.training-coach .placeholder {
    background: var(--gray-40);
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
}

.training-coaches p {
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    color: var(--brown);
    font-size: 20px !important;
    font-weight: 700;
}

.br-notification-form-info .training-coach-img-wrapper img {
    width: 100%;
}

body h4 {
    margin-top: 72px;
    color: var(--primary);
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider {
    border-top: none !important;
}

#wpforms-442 form .wpforms-field-container .wpforms-field input[type="text"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="email"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="tel"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="number"] {
    border: unset !important;
    background-color: var(--gray-light);
    border-radius: 10px;
    width: 100%;
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    min-height: 55px;
}

:is(#wpforms-442 form .wpforms-field-container .wpforms-field input[type="text"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="email"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="tel"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="number"])::placeholder {
    color: var(--brown) !important;
    opacity: 1 !important;
}

:is(#wpforms-442 form .wpforms-field-container .wpforms-field input[type="text"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="email"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="tel"],
#wpforms-442 form .wpforms-field-container .wpforms-field input[type="number"]):focus {
    box-shadow: none;
}

#wpforms-442 form .wpforms-submit-container button[type=submit] {
    border: 1px solid var(--gray-80);
    background: var(--gray-20);
    color: var(--gray-80);
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    height: 60px;
    padding: 0 30px;
}

#wpforms-442 form .wpforms-submit-container {
    display: flex;
    justify-content: flex-end;
}

#wpforms-442 form .wpforms-field-container input[type=checkbox]:before, 
#wpforms-442 form .wpforms-field-container input[type=radio]:before {
    border-color: transparent;
    border-width: 1px;
    border-style: solid;
    background-color: #D9D9D9;
    background-image: none;
    border-radius: 50%;
}

#wpforms-442 form .wpforms-field-container input[type=checkbox]:checked:before, 
#wpforms-442 form .wpforms-field-container input[type=radio]:checked:before {
    margin: 0;
    border-color: var(--primary);
    box-shadow: 0 0 0 1px var(--primary),0px 1px 2px rgba(0,0,0,0.15);
}

#wpforms-442 form .wpforms-field-container .wpforms-field.wpforms-field-radio ul {
    gap: 24px;
}

#wpforms-442 form .wpforms-field-container input[type=checkbox]:checked:after {
    border-top: none;
    border-right: none;
    height: calc(var(--wpforms-field-size-checkbox-size) * 0.6);
    border-left: 4px solid var(--primary);
    border-bottom: 4px solid var(--primary);
    background-color: transparent;
    transform: translate(-1px, 1px) scale(0.5) rotate(-45deg);
}

#wpforms-442 form .wpforms-field-container input[type=radio]:checked:after {
    background-color: var(--primary);
}

#wpforms-442 form .wpforms-field-container  .wpforms-field-label,
#wpforms-442 form .wpforms-field-container .wpforms-field-label-inline {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

#wpforms-442 form .wpforms-field-container  .wpforms-field-label {
    font-size: 20px;
}

#wpforms-442 form .wpforms-field-container .wpforms-field {
    margin-left: 0 !important;
}

#wpforms-442 form .wpforms-field-container .wpforms-field .wpforms-field-medium p {
    width: 100% !important;
    min-width: 100% !important;
    padding: 10px;
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

#wpforms-442 form .wpforms-field-container .wpforms-field .wpforms-field-medium a {
    text-decoration: underline;
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

#wpforms-442 form .wpforms-field-container .wpforms-field h3 {
    text-align: left !important;
    color: var(--primary);
}

#wpforms-442 form .wpforms-field-container .wpforms-field-layout {
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 10px;
}

#wpforms-442 .br-register-form-add-more-users {
    background-color: var(--gray-20);
    border-radius: 10px;
    width: 100%;
    color: black;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: var(--brown);
    margin-top: 10px;
}

div.wpforms-container-full #wpforms-form-442 label.wpforms-error:before, 
div.wpforms-container-full #wpforms-form-442 em.wpforms-error:before {
    -webkit-mask-image: unset;
    mask-image: unset;
    background-color: transparent;
    content: '*'; 
    font-size: 16px;
}

div.wpforms-container-full #wpforms-form-442 label.wpforms-error, 
div.wpforms-container-full #wpforms-form-442 em.wpforms-error {
    padding-left: 10px;
}

#wpforms-442 .br-register-form-add-more-users:hover {
    background-color: white;
    border: 1px solid var(--primary);
    color: var(--primary);
}

#wpforms-442 form .wpforms-field-container .wpforms-field {
    width: 100% !important;
}

#wpforms-442-field_27 {
    max-width: 100%;
}

#wpforms-442 form .wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column-25:last-of-type .wpforms-field-checkbox li {
    min-height: 41px;
}

@media only screen and (max-width: 767px) {
    .page-template-notification-form #content {
        padding-top: 0 !important;
    }
    .br-notification-form-info {
        flex-direction: column;
    }
    .br-notification-form-info img,
    .br-notification-form-info .br-notification-form-info-content {
        width: 100%;
    }
    .br-notification-form-info .br-notification-form-info-content .br-mark-text {
        font-size: 16px;
    }
    .br-notification-form-info .br-notification-form-info-content .br-title-text {
        font-size: 30px;
    }
    .br-notification-form-info .br-notification-form-info-content .br-subtitle-text {
        font-size: 14px;
    }
    .br-notification-form-info .br-notification-form-info-content .br-user img {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }
    .br-notification-form-info .br-notification-form-info-content .br-user h3 {
        font-size: 15px;
    }
    .br-notification-form-info .br-notification-form-info-content .br-notification-info .br-notification-item     {
        font-size: 16px;
    }
    #wpforms-442 form .wpforms-field-layout :is(.wpforms-layout-column-50, .wpforms-layout-column-25) {
        width: 100%;
    }
    #wpforms-442 form .wpforms-field-layout .wpforms-field-layout-columns > .wpforms-layout-column-25:not(:last-of-type) {
        display: flex;
        flex-direction: column-reverse;
    }
    #wpforms-442 form .wpforms-field-layout .wpforms-field-layout-columns {
        flex-direction: column;
    }
    .br-notification-form-info-content-box {
        padding: 22px 22px;
    }
    #wpforms-442 form .wpforms-submit-container button[type=submit] {
        width: 100%;
    }
}