.contact_sect {
    padding: 6.125em 0;
}
.contact_sect .blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625em;
}
.contact_sect .block {
    margin: 0.625em;
    width: calc(50% - 1.25em);
    flex-grow: 1;
    box-sizing: border-box;
    border: 1px solid #9CA3AF;
    border-radius: 1.25em;
    padding: 2.5em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_sect .sub_block:not(:last-child) {
    margin-bottom: 2.5em;
}
.contact_sect .block_title {
    line-height: 1.2;
    font-size: 1.25em;
    margin: 0 0 1em;
    text-transform: uppercase;
    font-weight: 700;
}
.contact_sect .block_desc {
    line-height: 1.5;
    margin: 0 0 1.25em;
}
.contact_sect .block_items {
    margin: -0.625em;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
.contact_sect .block_item {
    margin: 0.625em;
    width: calc(50% - 1.25em);
    flex-grow: 1;
}
.contact_sect .block_item b {
    font-weight: 600;
}
.contact_sect .contact_items_wrap {
    margin-bottom: 1.25em;
    line-height: 1.5;
}
.contact_sect .contact_items_title {
    font-weight: 600;
    margin: 0 0 0.625em;
}
.contact_sect .contact_items {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    margin: -0.25em -0.5em;
}
.contact_sect .contact_item {
    margin: 0.25em 0.5em;
}
.contact_sect .join_block {
    width: calc(100% - 1.25em);
    flex-direction: row;
    align-items: center;
}
.contact_sect .join_block_title_wrap {
    margin: 0;
    width: 14.5em;
    padding-right: 2.5em;
    box-sizing: border-box;
}
.contact_sect .join_block .block_title {
    margin: 0 0 0.2em;
    line-height: 1.2;
}
.contact_sect .join_block_learn_more {
    width: max-content;
    max-width: 100%;
    position: relative;
}
.contact_sect .join_block_learn_more_label {
    display: inline-block;
    background: linear-gradient(135deg, #F74FAC 0%, #FCB24F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-feature-settings: 'salt' on;
    font-weight: 700;
    font-size: 0.75em;
    cursor: pointer;
}
.contact_sect .join_block_learn_more_label:after {
    content: '›';
    font-size: 1.25em;
}
.contact_sect .join_block_learn_more_text {
    position: absolute;
    padding: 0.75em;
    box-sizing: border-box;
    width: 20em;
    border-radius: 0.5em;
    background-color: #F9FAFB;
    box-shadow: 0 0.75em 1em -0.25em rgba(16, 24, 40, 0.08), 0 0.25em 0.375em -0.125em rgba(16, 24, 40, 0.03);
    top: 50%;
    left: calc(100% + 1em);
    transform: translate(0, -50%);
    opacity: 0;
    visibility: hidden;
    transition-property: visibility, opacity;
    transition-duration: 0.3s;
}
.contact_sect .join_block_learn_more:hover .join_block_learn_more_text {
    opacity: 1;
    visibility: visible;
}
.contact_sect .join_block_learn_more_text:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #F9FAFB;
    position: absolute;
}
.contact_sect .join_block_learn_more_title {
    color: #344054;
    font-weight: 600;
    font-size: 0.75em;
    line-height: 1.5;
    margin: 0 0 0.3em;
}
.contact_sect .join_block_learn_more_desc {
    color: #667085;
    font-weight: 500;
    font-size: 0.75em;
    line-height: 1.5;
}
.contact_sect .join_form_wrap {
    flex-grow: 1;
    align-items: center;
    width: calc(100% - 14.5em);
}
.contact_sect .form_popup {
    display: none;
}
.contact_sect .join_form_wrap .elementor-field {
    padding: 0;
    height: 2.5em;
    border-radius: 0;
}
.contact_sect .join_form_wrap .elementor-field::placeholder {
    color: #9CA3AF;
}
.contact_sect .join_form_wrap .elementor-field:focus {
    box-shadow: none;
}
.contact_sect .join_form_wrap * {
    outline: none;
}
.contact_sect .join_form_wrap .elementor-button {
    padding: 0;
    height: 3.43em;
    min-height: unset;
}
@media(max-width: 1199px) {
    .contact_sect {
        padding: 5em 0;
    }
    .contact_sect .block {
        padding: 1.25em;
    }
    .contact_sect .join_block {
        display: block;
    }
    .contact_sect .join_block_title_wrap {
        margin: 0 0 1em;
        width: 100%;
        padding: 0;
    }
    .contact_sect .join_form_wrap {
        width: 100%;
    }
}