.registration-section {
        background: #FAFBFD;
    }
    .registration-section .registration-section-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .registration-section .registration-section-wrapper .registration-section-content {
        width: 100%;
        max-width: 42%;
    }
    .registration-section .registration-section-wrapper .registration-section-form {
        width: 100%;
        max-width: 50%;
        padding: 30px;
        background: #fff;
    }
    .registration-section .registration-section-wrapper .registration-section-image img {
        width: 100%;
    }
    .registration-section .registration-section-wrapper .registration-section-content h2 {
        font-size: 32px;
        line-height: 42px;
        color: #032169;
        font-weight: 700;
        margin-bottom: 22px;
    }
    .registration-section .registration-section-wrapper .registration-section-content p {
        font-size: 18px;
        line-height: 31px;
        color: #555555;
    }
    .registration-section-form h2 {
        font-size: 30px;
        line-height: 42px;
        color: #3a3e50;
    }
    .hbspt-form fieldset .hs-fieldtype-text,
    .hbspt-form fieldset .hs-fieldtype-textarea {
        width: 100% !important;
    }
    .hbspt-form .hs-fieldtype-text:before {
        content: "" !important;
        position: absolute !important;
        top: 0 !important;
        border-left: 5px solid #e9e9e9 !important;
        height: 100%;
        left: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        transition: -webkit-transform 500ms;
        transition: transform 500ms;
        transition: transform 500ms, -webkit-transform 500ms;
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    .hbspt-form .hs-fieldtype-text input {
        width: 100% !important;
        font-size: 16px !important;
        line-height: 21px !important;
        font-weight: 400 !important;
        color: #222 !important;
        letter-spacing: .005em !important;
        font-family: "Roboto" !important;
        background: #ffffff !important;
        background: var(--bb-theme-child_white) !important;
        border: 1px solid #e9e9e9 !important;
        border-radius: 4px !important;
        outline: none;
    }
    .hbspt-form .input {
        margin-right: 0 !important;
    }
    .hbspt-form .hs-fieldtype-text>label {
        font-family: "Roboto" !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: .005em !important;
        color: #555 !important;
        position: absolute !important;
        top: 50% !important;
        left: 16px !important;
        -webkit-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        pointer-events: none !important;
        transition: all .2s cubic-bezier(0, 0.84, 0.64, 0.69) 0s !important;
    }
    .hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
    .hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        box-sizing: border-box;
        padding: 18px 15px 15px !important;
    }
    .hbspt-form .hs-form-field {
        width: 100% !important;
        position: relative;
        margin-bottom: 20px;
    }
    input[type=text],
    input[type=password],
    input[type=email],
    input[type=tel],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=number],
    input[type=search],
    input[type=url],
    textarea {
        display: block;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #3a3e50;
        vertical-align: middle;
        background-color: #fcfcfc;
        background-image: none;
        border: 1px solid #e6e6e6;
        -moz-transition: all ease-in-out .15s;
        -webkit-transition: all ease-in-out .15s;
        transition: all ease-in-out .15s;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    .hs-custom-style .hs-input,
    .hs-custom-style fieldset {
        max-width: 100%;
    }
    .hbspt-form fieldset .hs-fieldtype-text,
    .hbspt-form fieldset .hs-fieldtype-textarea {
        margin-bottom: 20px !important;
    }
    .hbspt-form .hs-fieldtype-select>label {
        font-family: "Roboto" !important;
        font-style: normal;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: .005em !important;
        color: #000000;
    }
    .hbspt-form .form-columns-2 {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, 1fr);
    }
    .hbspt-form fieldset {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .hbspt-form fieldset {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .hbspt-form .hs-fieldtype-select select {
        margin-top: .5rem;
        width: 100% !important;
        font-size: 16px !important;
        line-height: 21px !important;
        font-weight: 400 !important;
        color: #555 !important;
        font-family: "Roboto" !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        cursor: pointer;
        appearance: none;
        background-image: url(/wp-content/themes/bb-theme-child/assets/svgs/Vector.svg) !important;
        background-repeat: no-repeat, repeat !important;
        background-position: right .7em top 50%, 0 0 !important;
        background-size: .65em auto, 100% !important;
        background-color: #ffffff !important;
        background-color: var(--bb-theme-child_white) !important;
        border: 1px solid #e9e9e9 !important;
        border-radius: 4px !important;
        padding: 0 20px;
        min-height: 50px;
        outline: none;
    }
    .hbspt-form .hs-richtext {
        font-size: 16px;
        line-height: 116%;
        font-weight: 400;
        color: var(--bb-theme-child_raisin_black);
        font-family: "Roboto";
        margin-bottom: 20px;
    }
    .legal-consent-container .hs-form-booleancheckbox-display>span {
        display: block;
        margin-left: 20px;
    }
    .wp-singular .hbspt-form .inputs-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .hbspt-form .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox] {
        width: 20px;
        height: 20px;
        border-radius: 3px;
        padding: 0;
        margin-top: 0;
        position: relative;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-right: 12px;
    }
    .hbspt-form .inputs-list .hs-form-booleancheckbox .hs-form-booleancheckbox-display input[type=checkbox]::after {
        content: "✔";
        position: absolute;
        top: 50%;
        left: 50%;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 15px;
        width: 15px;
        cursor: pointer;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity 300ms;
    }
    .hbspt-form .hs-submit .hs-button {
        text-decoration: none;
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.8rem;
        color: #ffffff;
        max-width: 100%;
        text-align: center;
        transition-duration: 500ms;
        margin-bottom: 0;
        background-color: #032169;
        border: 1px solid #032169;
        border-radius: 3px;
        padding: 1.1rem 2.2rem;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        cursor: pointer;
        text-transform: capitalize;
        position: relative;
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    .hbspt-form .actions .hs-button {
        font-size: 20px;
        line-height: 160%;
        font-weight: 500;
        color: #fff;
        font-family: "Roboto";
        background: #032169 !important;
        min-width: 230px;
        padding: 10px;
        border: none !important;
        border-radius: .4rem;
    }
    .hbspt-form .hs-fieldtype-text.focused>label {
        top: 2px !important;
        font-size: 14px !important;
        line-height: 21px !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
    }
    .wp-singular .hbspt-form .hs-error-msg {
        display: block !important;
        position: absolute !important;
        top: 101% !important;
        left: 2% !important;
        color: darkred !important;
        font-size: 12px !important;
        line-height: 18px !important;
        clear: both !important;
        font-family: "Roboto" !important;
        font-weight: 400 !important;
        opacity: 1 !important;
    }
    .hbspt-form .hs-fieldtype-text.focused:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    @media screen and (max-width: 768px) {
        .registration-section .registration-section-wrapper .registration-section-content h2 {
            font-size: 30px;
            line-height: 38px;
        }
    }
    @media screen and (max-width: 768px) {
        .registration-section .registration-section-wrapper .registration-section-content,
        .registration-section .registration-section-wrapper .registration-section-form {
            max-width: 100%;
        }
        .registration-section .registration-section-wrapper .registration-section-content h2 {
            font-size: 26px;
            line-height: 34px;
            margin-bottom: 15px;
        }
        .registration-section .registration-section-wrapper .registration-section-content p {
            font-size: 16px;
            line-height: 24px;
        }
        .registration-section .registration-section-wrapper .registration-section-form {
            padding: 30px 20px;
            margin-top: 20px;
        }
    }
    @media screen and (max-width: 576px) {
        .hbspt-form .form-columns-2 {
            grid-template-columns: repeat(1, 1fr);
        }
    }