.experience-layouts-text_full_width {
    margin-bottom: 0px !important;
}

.text-full-width {
    background-color: var(--background_color);
    margin-bottom: var(--margin_bottom);
    margin-top: var(--margin_top);
}

.text-full-width-vertical-padding {
    padding: 50px 0;
}

.text-full-width-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    background-color: var(--non_full_width_background_color, transparent);
}

.text-full-width-header-text {
    position: relative;
    text-align: center;
    font-family: var(--header_font_family), sans-serif;
    font-size: calc(var(--header_max_font_size) * 1px);
    font-weight: var(--header_font_weight);
    color: var(--header_text_color, black);
}

.text-full-width-header-text-margin-bottom {
    margin-bottom: 20px;
}

.text-full-width-header-text-with-line span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-full-width-header-text-with-line span:before {
    content: '';
    display: block;
    border-top: solid 1px var(--header_line_color, #e2e2e2);
    width: 60px;
    height: 1px;
    margin-right: 15px;
}

.text-full-width-header-text-with-line span:after {
    content: '';
    display: block;
    border-top: solid 1px var(--header_line_color, #e2e2e2);
    width: 60px;
    height: 1px;
    margin-left: 15px; 
}

.text-full-width-subtext {
    position: relative;
    font-family: var(--subtext_font_family), sans-serif;
    font-size: calc(var(--subtext_max_font_size) * 1px);
    line-height: var(--subtext_line_height);
    font-weight: var(--subtext_font_weight);
    color: var(--subtext_color, black);
    text-align: var(--subtext_text_alignment, 'left');
    max-width: var(--subtext_max_width);
    margin: 0 auto;
}

.text-full-width-subtext-padded {
    margin: 0 auto;
    max-width: 700px;
}

.text-full-width-subtext p:last-child {
    margin-bottom: 0;
}

.italic {
    font-style: italic;
}

.text-full-width-quotes {
    position: relative;
}

.text-full-width mark {
    background-color: #ed560b;
    color: white;
    padding: 0 5px;
}

.text-full-width-link-container {
    margin-top: 10px;
}

.text-full-width-link-container a {
    display: block;
    text-decoration: underline;
    font-family: var(--link_font_family), sans-serif;
    font-size: calc(var(--link_font_size) * 1px);
    line-height: var(--link_line_height);
    font-weight: var(--link_font_weight);
    color: var(--link_color, black);
    text-align: var(--link_text_alignment, 'left');
}

.text-full-width-link-container a:hover {
    color: var(--link_hover_color, black);
}

@media screen and (min-width: 769px) {
    .text-full-width-quotes {
        padding: 0 90px;
    }

    .text-full-width-quotes:before {
        position: absolute;
        display: block;
        top: -20px;
        left: 20px;
        width: 80px;
        height: 70px;
        content: url('data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2270%22%20viewBox%3D%220%200%2080%2070%22%3E%3Cpath%20d%3D%22M72.5%2C37.25H60v-10a10.009%2C10.009%2C0%2C0%2C1%2C10-10h1.25A3.741%2C3.741%2C0%2C0%2C0%2C75%2C13.5V6a3.741%2C3.741%2C0%2C0%2C0-3.75-3.75H70a24.993%2C24.993%2C0%2C0%2C0-25%2C25v37.5a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5h20a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5v-20A7.5%2C7.5%2C0%2C0%2C0%2C72.5%2C37.25Zm-45%2C0H15v-10a10.009%2C10.009%2C0%2C0%2C1%2C10-10h1.25A3.741%2C3.741%2C0%2C0%2C0%2C30%2C13.5V6a3.741%2C3.741%2C0%2C0%2C0-3.75-3.75H25a24.993%2C24.993%2C0%2C0%2C0-25%2C25v37.5a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5h20a7.5%2C7.5%2C0%2C0%2C0%2C7.5-7.5v-20A7.5%2C7.5%2C0%2C0%2C0%2C27.5%2C37.25Z%22%20transform%3D%22translate%280%20-2.25%29%22%20fill%3D%22rgba%28255%2C255%2C255%2C0.34%29%22%2F%3E%3C%2Fsvg%3E');
    }

    .text-full-width-quotes:after {
        position: absolute;
        display: block;
        bottom: -20px;
        right: 20px;
        width: 80px;
        height: 70px;
        content: url('data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2270%22%20viewBox%3D%220%200%2080%2070%22%3E%3Cpath%20d%3D%22M72.5%2C2.25h-20A7.5%2C7.5%2C0%2C0%2C0%2C45%2C9.75v20a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5H65v10a10.009%2C10.009%2C0%2C0%2C1-10%2C10H53.75A3.741%2C3.741%2C0%2C0%2C0%2C50%2C61v7.5a3.741%2C3.741%2C0%2C0%2C0%2C3.75%2C3.75H55a24.993%2C24.993%2C0%2C0%2C0%2C25-25V9.75A7.5%2C7.5%2C0%2C0%2C0%2C72.5%2C2.25Zm-45%2C0H7.5A7.5%2C7.5%2C0%2C0%2C0%2C0%2C9.75v20a7.5%2C7.5%2C0%2C0%2C0%2C7.5%2C7.5H20v10a10.009%2C10.009%2C0%2C0%2C1-10%2C10H8.75A3.741%2C3.741%2C0%2C0%2C0%2C5%2C61v7.5a3.741%2C3.741%2C0%2C0%2C0%2C3.75%2C3.75H10a24.993%2C24.993%2C0%2C0%2C0%2C25-25V9.75A7.5%2C7.5%2C0%2C0%2C0%2C27.5%2C2.25Z%22%20transform%3D%22translate%280%20-2.25%29%22%20fill%3D%22rgba%28255%2C255%2C255%2C0.34%29%22%2F%3E%3C%2Fsvg%3E');
    }

    .text-full-width-left-half {
        width: 50%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1470px) {
    .text-full-width-quotes:before {
        left: calc(20px - 3%);
    }

    .text-full-width-quotes:after {
        right: calc(20px - 3%);
    }
}

@media screen and (max-width: 768px) {
    .text-full-width-quotes {
        padding: 0 60px;
    }

    .text-full-width-quotes:before {
        position: absolute;
        display: block;
        top: -10px;
        left: calc(10px - 3%);
        width: 50px;
        height: 43.75px;
        content: url('data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2243.75%22%20viewBox%3D%220%200%2050%2043.75%22%3E%3Cpath%20d%3D%22M45.313%2C24.125H37.5v-6.25a6.256%2C6.256%2C0%2C0%2C1%2C6.25-6.25h.781a2.338%2C2.338%2C0%2C0%2C0%2C2.344-2.344V4.594A2.338%2C2.338%2C0%2C0%2C0%2C44.531%2C2.25H43.75A15.621%2C15.621%2C0%2C0%2C0%2C28.125%2C17.875V41.312A4.689%2C4.689%2C0%2C0%2C0%2C32.813%2C46h12.5A4.689%2C4.689%2C0%2C0%2C0%2C50%2C41.312v-12.5A4.689%2C4.689%2C0%2C0%2C0%2C45.313%2C24.125Zm-28.125%2C0H9.375v-6.25a6.256%2C6.256%2C0%2C0%2C1%2C6.25-6.25h.781A2.338%2C2.338%2C0%2C0%2C0%2C18.75%2C9.281V4.594A2.338%2C2.338%2C0%2C0%2C0%2C16.406%2C2.25h-.781A15.621%2C15.621%2C0%2C0%2C0%2C0%2C17.875V41.312A4.689%2C4.689%2C0%2C0%2C0%2C4.688%2C46h12.5a4.689%2C4.689%2C0%2C0%2C0%2C4.688-4.687v-12.5A4.689%2C4.689%2C0%2C0%2C0%2C17.188%2C24.125Z%22%20transform%3D%22translate%280%20-2.25%29%22%20fill%3D%22rgba%28255%2C255%2C255%2C0.34%29%22%2F%3E%3C%2Fsvg%3E');
    }

    .text-full-width-quotes:after {
        position: absolute;
        display: block;
        bottom: -10px;
        right: calc(10px - 3%);
        width: 50px;
        height: 43.75px;
        content: url('data:image/svg+xml; utf8, %3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2243.75%22%20viewBox%3D%220%200%2050%2043.75%22%3E%3Cpath%20d%3D%22M45.313%2C2.25h-12.5a4.689%2C4.689%2C0%2C0%2C0-4.688%2C4.687v12.5a4.689%2C4.689%2C0%2C0%2C0%2C4.688%2C4.687h7.812v6.25a6.256%2C6.256%2C0%2C0%2C1-6.25%2C6.25h-.781a2.338%2C2.338%2C0%2C0%2C0-2.344%2C2.344v4.687A2.338%2C2.338%2C0%2C0%2C0%2C33.594%2C46h.781A15.621%2C15.621%2C0%2C0%2C0%2C50%2C30.375V6.937A4.689%2C4.689%2C0%2C0%2C0%2C45.313%2C2.25Zm-28.125%2C0H4.688A4.689%2C4.689%2C0%2C0%2C0%2C0%2C6.937v12.5a4.689%2C4.689%2C0%2C0%2C0%2C4.688%2C4.687H12.5v6.25a6.256%2C6.256%2C0%2C0%2C1-6.25%2C6.25H5.469a2.338%2C2.338%2C0%2C0%2C0-2.344%2C2.344v4.687A2.338%2C2.338%2C0%2C0%2C0%2C5.469%2C46H6.25A15.621%2C15.621%2C0%2C0%2C0%2C21.875%2C30.375V6.937A4.689%2C4.689%2C0%2C0%2C0%2C17.188%2C2.25Z%22%20transform%3D%22translate%280%20-2.25%29%22%20fill%3D%22rgba%28255%2C255%2C255%2C0.34%29%22%2F%3E%3C%2Fsvg%3E');
    }
}

@media screen and (max-width: 1470px) {
    .text-full-width-wrapper {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 768px) {
    .text-full-width-vertical-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .text-full-width-vertical-padding {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .text-full-width-header-text-with-line span:before {
        width: 40px;
        left: -55px;
    }

    .text-full-width-header-text-with-line span:after {
        width: 40px;
        right: -55px;
    }
}

:root {
    --text-min-width: 100;
    --text-max-width: 900;
}

/* SET MIN FONT SIZES */
.text-full-width-header-text {
    font-size: calc(var(--header_min_font_size, 12) * 1px);
}

/* SCALE FONT SIZES */
@media screen and (min-width: 100px) {
    .text-full-width-header-text {
        font-size: calc(
            var(--header_min_font_size, 12) * 1px + (var(--header_max_font_size, 19) - var(--header_min_font_size, 12)) *
                ((100vw - var(--text-min-width) * 1px) / (var(--text-max-width) - var(--text-min-width)))
        );
    }
}

/* SET MAX FONT SIZES */
@media screen and (min-width: 900px) {
    .text-full-width-header-text {
        font-size: calc(var(--header_max_font_size, 19) * 1px);
    }
}
