﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

img {
    vertical-align: middle;
}
bricks-form__input input-phone-custom
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 41px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.bricks--page {
    width: 100%;
}

.bricks--section {
    width: 100%;
}

    .bricks--section > div {
        margin-left: auto;
        margin-right: auto;
    }

.bricks--row {
    display: flex;
    flex-flow: column nowrap;
}

.bricks--column > div {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.bricks--component-box {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .bricks--row {
        flex-flow: row nowrap;
    }
}

.bricks-form {
    height: auto;
    width: 100%;
}

.bricks-form__fieldset {
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.bricks-form__field {
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
}

.bricks-form__field--hidden {
    display: none;
}

.bricks-form__label {
    position: relative !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0.4em;
    line-height: 1.25;
    vertical-align: middle;
}

.bricks-form__input {
    display: block;
    width: 100%;
    padding: 0 0.5em;
    line-height: 1.42857;
}

    .bricks-form__input.error {
        border: 1px solid red !important;
    }

.bricks-form__field__option .bricks-form__label {
    padding-left: 1.33em;
    margin-bottom: 0.2em;
}

    .bricks-form__field__option .bricks-form__label input[type="checkbox"],
    .bricks-form__field__option .bricks-form__label input[type="radio"] {
        margin: 0px 0px 0px -1.33em;
    }

.bricks-form__submit {
    position: relative;
}


.bricks--component-video div {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    line-height: 0;
    box-sizing: border-box;
}

.bricks--component-video div iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bricks--component-text {
    color: #333;
    line-height: 1.42;
    overflow: hidden;
    word-wrap: break-word;
}

.bricks--component-text a {
    color: #31a2ff;
    text-decoration: none;
}

.bricks--component-text sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.bricks--component-text sub {
    bottom: -0.25em;
}

.bricks--component-text sup {
    top: -0.5em;
}

.bricks--component-text ol,
.bricks--component-text ul {
    padding-left: 1.5em;
}

    .bricks--component-text ol > li,
    .bricks--component-text ul > li {
        list-style-type: none;
    }

        .bricks--component-text ul > li::before {
            content: '\2022';
        }

.bricks--component-text li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}

.bricks--component-text li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
}

.bricks--component-text li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
}

.bricks--component-text ol li:not(.ql-direction-rtl),
.bricks--component-text ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
}

.bricks--component-text ol li.ql-direction-rtl,
.bricks--component-text ul li.ql-direction-rtl {
    padding-right: 1.5em;
}

.bricks--component-text ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

    .bricks--component-text ol li:before {
        content: counter(list-0, decimal) '. ';
    }

    .bricks--component-text ol li.ql-indent-1 {
        counter-increment: list-1;
    }

        .bricks--component-text ol li.ql-indent-1:before {
            content: counter(list-1, lower-alpha) '. ';
        }

    .bricks--component-text ol li.ql-indent-1 {
        counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-2 {
        counter-increment: list-2;
    }

        .bricks--component-text ol li.ql-indent-2:before {
            content: counter(list-2, lower-roman) '. ';
        }

    .bricks--component-text ol li.ql-indent-2 {
        counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-3 {
        counter-increment: list-3;
    }

        .bricks--component-text ol li.ql-indent-3:before {
            content: counter(list-3, decimal) '. ';
        }

    .bricks--component-text ol li.ql-indent-3 {
        counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-4 {
        counter-increment: list-4;
    }

        .bricks--component-text ol li.ql-indent-4:before {
            content: counter(list-4, lower-alpha) '. ';
        }

    .bricks--component-text ol li.ql-indent-4 {
        counter-reset: list-5 list-6 list-7 list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-5 {
        counter-increment: list-5;
    }

        .bricks--component-text ol li.ql-indent-5:before {
            content: counter(list-5, lower-roman) '. ';
        }

    .bricks--component-text ol li.ql-indent-5 {
        counter-reset: list-6 list-7 list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-6 {
        counter-increment: list-6;
    }

        .bricks--component-text ol li.ql-indent-6:before {
            content: counter(list-6, decimal) '. ';
        }

    .bricks--component-text ol li.ql-indent-6 {
        counter-reset: list-7 list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-7 {
        counter-increment: list-7;
    }

        .bricks--component-text ol li.ql-indent-7:before {
            content: counter(list-7, lower-alpha) '. ';
        }

    .bricks--component-text ol li.ql-indent-7 {
        counter-reset: list-8 list-9;
    }

    .bricks--component-text ol li.ql-indent-8 {
        counter-increment: list-8;
    }

        .bricks--component-text ol li.ql-indent-8:before {
            content: counter(list-8, lower-roman) '. ';
        }

    .bricks--component-text ol li.ql-indent-8 {
        counter-reset: list-9;
    }

    .bricks--component-text ol li.ql-indent-9 {
        counter-increment: list-9;
    }

        .bricks--component-text ol li.ql-indent-9:before {
            content: counter(list-9, decimal) '. ';
        }

.bricks--component-text .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.bricks--component-text li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}

.bricks--component-text .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}

.bricks--component-text li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}

.bricks--component-text .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.bricks--component-text li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}

.bricks--component-text .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}

.bricks--component-text li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}

.bricks--component-text .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}

.bricks--component-text li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}

.bricks--component-text .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}

.bricks--component-text li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}

.bricks--component-text .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.bricks--component-text li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}

.bricks--component-text .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}

.bricks--component-text li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}

.bricks--component-text .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.bricks--component-text li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}

.bricks--component-text .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}

.bricks--component-text li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}

.bricks--component-text .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.bricks--component-text li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}

.bricks--component-text .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}

.bricks--component-text li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}

.bricks--component-text .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.bricks--component-text li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}

.bricks--component-text .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}

.bricks--component-text li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}

.bricks--component-text .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}

.bricks--component-text li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}

.bricks--component-text .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}

.bricks--component-text li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}

.bricks--component-text .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}

.bricks--component-text li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}

.bricks--component-text .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}

.bricks--component-text li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}

.bricks--component-text .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}

.bricks--section > div {
    max-width: 1400px;
}

.choices {
    position: relative;
}

.rd-choices {
    margin-bottom: 24px;
    font-size: 16px;
    background-color: #FFF;
    height: 38px;
}

[class^="rdstation-popup-position"]:not(.floating-button) .choices {
    height: 45px;
}

.choices:focus {
    outline: none;
}

.choices:last-child {
    margin-bottom: 0;
}

.choices.rd-is-disabled .rd-choices__inner,
.choices.rd-is-disabled .rd-choices__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    user-select: none;
}

.choices.rd-is-disabled .rd-choices__item {
    cursor: not-allowed;
}

.choices[data-type*="select-one"] {
    cursor: pointer;
}

    .choices[data-type*="select-one"] .rd-choices__inner {
        padding-bottom: 7.5px;
    }

    .choices[data-type*="select-one"] .rd-choices__input {
        display: block;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #DDDDDD;
        background-color: #FFFFFF;
        margin: 0;
    }

    .choices[data-type*="select-one"] .rd-choices__button {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
        padding: 0;
        background-size: 8px;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;
        margin-right: 25px;
        height: 20px;
        width: 20px;
        border-radius: 10em;
        opacity: .5;
    }

        .choices[data-type*="select-one"] .rd-choices__button:hover, .choices[data-type*="select-one"] .rd-choices__button:focus {
            opacity: 1;
        }

        .choices[data-type*="select-one"] .rd-choices__button:focus {
            box-shadow: 0px 0px 0px 2px #00BCD4;
        }

    .choices[data-type*="select-one"]:after {
        content: "";
        height: 0;
        width: 0;
        border-style: solid;
        border-color: #333333 transparent transparent transparent;
        border-width: 5px;
        position: absolute;
        right: 11.5px;
        top: 50%;
        margin-top: -2.5px;
        pointer-events: none;
    }

    .choices[data-type*="select-one"].rd-is-open:after {
        border-color: transparent transparent #333333 transparent;
        margin-top: -7.5px;
    }

    .choices[data-type*="select-one"][dir="rtl"]:after {
        left: 11.5px;
        right: auto;
    }

    .choices[data-type*="select-one"][dir="rtl"] .rd-choices__button {
        right: auto;
        left: 0;
        margin-left: 25px;
        margin-right: 0;
    }

.choices[data-type*="select-multiple"] .rd-choices__inner,
.choices[data-type*="text"] .rd-choices__inner {
    cursor: text;
}

.choices[data-type*="select-multiple"] .rd-choices__button,
.choices[data-type*="text"] .rd-choices__button {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-right: -4px;
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0;
}

    .choices[data-type*="select-multiple"] .rd-choices__button:hover, .choices[data-type*="select-multiple"] .rd-choices__button:focus,
    .choices[data-type*="text"] .rd-choices__button:hover,
    .choices[data-type*="text"] .rd-choices__button:focus {
        opacity: 1;
    }

.rd-choices__inner {
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 38px;
    border: 1px solid #5897fb;
}

.rd-is-focused .rd-choices__inner,
.rd-is-open .rd-choices__inner {
    border-color: #5897fb !important;
}

.rd-is-open .rd-choices__inner {
    border-radius: 2.5px 2.5px 0 0 !important;
    border-bottom: none !important;
}

.rd-is-flipped.rd-is-open .rd-choices__inner {
    border-radius: 0 0 2.5px 2.5px !important;
    border-bottom: 1px solid #5897fb !important;
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.rd-choices__list {
    padding: 4px !important;
}

.rd-choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%;
    line-height: 28px !important;
}

[class^="rdstation-popup-position"]:not(.floating-button) .rd-choices__list--single {
    line-height: 35px !important;
}

[dir="rtl"] .rd-choices__list--single {
    padding-right: 4px;
    padding-left: 16px;
}

.rd-choices__list--single .rd-choices__item {
    width: 100%;
}

.rd-choices__list--multiple {
    display: inline;
}

    .rd-choices__list--multiple .rd-choices__item {
        display: inline-block;
        vertical-align: middle;
        border-radius: 20px;
        padding: 4px 10px;
        font-size: 12px;
        font-weight: 500;
        margin-right: 3.75px;
        margin-bottom: 3.75px;
        background-color: #00BCD4;
        border: 1px solid #00a5bb;
        color: #FFFFFF;
        word-break: break-all;
    }

        .rd-choices__list--multiple .rd-choices__item[data-deletable] {
            padding-right: 5px;
        }

[dir="rtl"] .rd-choices__list--multiple .rd-choices__item {
    margin-right: 0;
    margin-left: 3.75px;
}

.rd-choices__list--multiple .rd-choices__item.rd-is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1;
}

.rd-is-disabled .rd-choices__list--multiple .rd-choices__item {
    background-color: #aaaaaa;
    border: 1px solid #919191;
}

.choices__list--dropdown {
    position: absolute;
    width: 100%;
    top: 100%;
    margin-top: -1px;
    overflow: hidden;
    word-break: break-all;
}

.rd-choices__list--dropdown {
    display: none;
    z-index: 999999 !important;
    background-color: #FFFFFF;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    border-bottom: 1px solid #cacaca !important;
    border-left: 1px solid #cacaca !important;
    border-right: 1px solid #cacaca !important;
}

    .rd-choices__list--dropdown.rd-is-active {
        display: block;
        border-bottom: 1px solid #5897fb !important;
        border-left: 1px solid #5897fb !important;
        border-right: 1px solid #5897fb !important;
        margin-top: -1px !important;
    }

.rd-is-open .rd-choices__list--dropdown {
    border-color: #b7b7b7;
}

.rd-is-flipped .rd-choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px !important;
    border-radius: .25rem .25rem 0 0;
    border-top: 1px solid #5897fb !important;
    border-bottom: none !important;
}

.rd-choices__list--dropdown .rd-choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.rd-choices__list--dropdown .rd-choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px;
    padding: 5px !important;
}

[dir="rtl"] .rd-choices__list--dropdown .rd-choices__item {
    text-align: right;
}

@media (min-width: 640px) {
    .rd-choices__list--dropdown .rd-choices__item--selectable {
        padding-right: 100px;
    }

        .rd-choices__list--dropdown .rd-choices__item--selectable:after {
            content: attr(data-select-text);
            font-size: 12px;
            opacity: 0;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

    [dir="rtl"] .rd-choices__list--dropdown .rd-choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px;
    }

        [dir="rtl"] .rd-choices__list--dropdown .rd-choices__item--selectable:after {
            right: auto;
            left: 10px;
        }
}

.rd-choices__list--dropdown .rd-choices__item--selectable.rd-is-highlighted {
    background-color: #3875d7 !important;
    color: #fff !important;
}

    .rd-choices__list--dropdown .rd-choices__item--selectable.rd-is-highlighted:after {
        opacity: .5;
    }

.rd-choices__item {
    cursor: default;
}

    .rd-choices__item img {
        width: 26px;
        display: unset;
    }

.rd-choices__item--selectable {
    cursor: pointer;
}

.rd-choices__item--disabled {
    cursor: not-allowed;
    user-select: none;
    opacity: .5;
}

.choices__heading {
    font-weight: 600;
    padding: 10px;
}

.rd-choices__heading {
    font-size: 12px;
    border-bottom: 1px solid #f7f7f7;
    color: gray;
}

.rd-choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

    .rd-choices__button:focus {
        outline: none;
    }

.rd-choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    border: 1px solid #aaa !important;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px;
    margin-top: 6px;
    height: 28px !important;
}

    .rd-choices__input:focus {
        outline: 0;
    }

[dir="rtl"] .rd-choices__input {
    padding-right: 2px;
    padding-left: 0;
}

.rd-choices__placeholder {
    opacity: .5;
}

.rd-choices__input.is-hidden,
.choices[data-type*="select-one"] .rd-choices__input.is-hidden,
.choices[data-type*="select-multiple"] .rd-choices__input.is-hidden {
    display: none !important;
}


/*
.##.....##..#######...#######..########
.###...###.##.....##.##.....##.##......
.####.####........##.##........##......
.##.###.##..#######..########..#######.
.##.....##........##.##.....##.......##
.##.....##.##.....##.##.....##.##....##
.##.....##..#######...#######...######.
*/

#rd-section-joq3m2lv {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%), url(https://d335luupugsy2.cloudfront.net/cms/files/898718/1735573658/$1futpdi7okh);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #BBBBBB;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 200px;
}

#rd-section-joq3m2lv > div:not(.bricks--row) {
    min-height: 0px;
}

@media (max-width: 480px) {
    #rd-section-joq3m2lv {
        border-bottom-style: none;
        border-color: #BBBBBB;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 200px;
    }
}

#rd-section-joq3m2lv > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-joq3m2lw {
    min-height: 960px;
}

#rd-row-joq3m2lw .bricks--column > div {
    min-height: 960px;
}

@media (max-width: 480px) {
    #rd-row-joq3m2lw.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-joq3m2lw.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-joq3m2m1 {
    flex: 12 0 0;
}

#rd-column-joq3m2m1 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    #rd-column-joq3m2m1 > div {
        min-height: auto !important;
    }
}


@media (max-width: 480px) {
    #rd-column-joq3m2m1 > div {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

#rd-image-m48kq5nj {
    margin-top: 60px;
    margin-bottom: 75px;
    align-self: center;
    max-width: 295px;
}

#rd-image-m48kq5nj a,
#rd-image-m48kq5nj img {
    width: 295px;
    max-width: 100%;
    height: auto;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

@media screen and (max-width: 767px) {
    #rd-image-m48kq5nj {
        align-self: center;
    }
}




@media (max-width: 480px) {
    #rd-image-m48kq5nj {
        margin-top: 0px;
        margin-bottom: 75px;
        align-self: center;
        max-width: 203px;
    }

        #rd-image-m48kq5nj a,
        #rd-image-m48kq5nj img {
            width: 203px;
            max-width: 100%;
            height: auto;
            border-bottom-style: none;
            border-color: #000000;
            border-left-style: none;
            border-radius: 0px;
            border-right-style: none;
            border-top-style: none;
            border-width: 1px;
        }
}

#rd-text-joq3m2lz {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-60px;
    max-width: 967px;
    margin-top: -50px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-joq3m2lz.mobile {
    display: none;
}

@media (max-width: 480px) {
    #rd-text-joq3m2lz {
        display: none;
    }

    #rd-text-joq3m2lz.mobile {
        display: block;
        max-width: 526px;
        margin-top: -100px;
        margin-bottom: 20px;
    }
}

#rd-text-m56yv5vr {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 878px;
    margin-top: -10px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-m56yv5vr.mobile {
    display: none;
}

@media (max-width: 480px) {
    #rd-text-m56yv5vr {
        display: none;
    }

    #rd-text-m56yv5vr.mobile {
        display: block;
        max-width: 600px;
        margin-top: -20px;
        margin-bottom: 20px;
    }
}

#rd-text-joq3m2m0 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-71px;
    max-width: 736px;
    margin-top: 20px;
    margin-bottom: 100px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

    #rd-text-joq3m2m0.mobile {
        display: none;
    }

@media (max-width: 480px) {
    #rd-text-joq3m2m0 {
        display: none;
    }

        #rd-text-joq3m2m0.mobile {
            display: block;
            max-width: 736px;
            margin-top: 20px;
            margin-bottom: 100px;
        }
}

/*
.########..##..........###....##....##.########..######.
.##.....##.##.........##.##...###...##.##.......##....##
.##.....##.##........##...##..####..##.##.......##......
.########..##.......##.....##.##.##.##.######....######.
.##........##.......#########.##..####.##.............##
.##........##.......##.....##.##...###.##.......##....##
.##........########.##.....##.##....##.########..######.
*/

#rd-section-m4sndlz5 {
    background-color: #fefdfb;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-m4sndlz5 > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-m4sndlz6 {
    min-height: 50px;
}

    #rd-row-m4sndlz6 .bricks--column > div {
        min-height: 50px;
    }

@media (max-width: 480px) {
    #rd-row-m4sndlz6.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m4sndlz6.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m4sndlz7 {
    flex: 12 0 0;
}

    #rd-column-m4sndlz7 > div {
        background-color: transparent;
        justify-content: center;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }

@media screen and (max-width: 767px) {
    #rd-column-m4sndlz7 > div {
        min-height: auto !important;
    }
}

#rd-text-m4sndudb {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-37px;
    max-width: 711px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

    #rd-text-m4sndudb.mobile {
        display: none;
    }

@media (max-width: 480px) {
    #rd-text-m4sndudb {
        display: none;
    }

    #rd-text-m4sndudb.mobile {
        display: block;
        max-width: 440px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


/*
.########..##..........###....##....##.########..######.
.##.....##.##.........##.##...###...##.##.......##....##
.##.....##.##........##...##..####..##.##.......##......
.########..##.......##.....##.##.##.##.######....######.
.##........##.......#########.##..####.##.............##
.##........##.......##.....##.##...###.##.......##....##
.##........########.##.....##.##....##.########..######.
*/

#rd-section-m4snhd2q {
    background-color: #fefdfb;
    border: none;
    border-radius: 0;
}

    /* Asegura que los elementos no tengan altura mínima innecesaria */
    #rd-section-m4snhd2q > div:not(.bricks--row) {
        min-height: 0;
    }

#rd-row-m4snhd2r {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    /* Columnas responsivas */
    #rd-row-m4snhd2r .bricks--column {
        max-width: 320px;
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
    }

    /* Imágenes pequeñas y centradas */
    #rd-row-m4snhd2r .bricks--component-image {
        margin: 10px auto;
        max-width: 275px;
    }

    #rd-row-m4snhd2r img {
        width: 100%;
        height: auto;
        object-fit: contain;
        border: none;
        border-radius: 0;
    }

    /* Títulos */
    #rd-row-m4snhd2r h1 strong,
    #rd-row-m4snhd2r h2 strong {
        font-size: 26px !important;
    }

    /* Texto general */
    #rd-row-m4snhd2r p span,
    #rd-row-m4snhd2r p strong,
    #rd-row-m4snhd2r p {
        font-size: 15px !important;
        line-height: 1.4;
        color: #000;
        font-family: Raleway, sans-serif;
        text-align: center;
        margin: 4px 0;
    }

/* Responsive para móviles */
@media screen and (max-width: 767px) {
    #rd-row-m4snhd2r .bricks--column {
        max-width: 95%;
    }
}

/*
..######...#######..########..####.##........#######..########
.##....##.##.....##.##.....##..##..##.......##.....##....##...
.##.......##.....##.##.....##..##..##.......##.....##....##...
.##.......##.....##.########...##..##.......##.....##....##...
.##.......##.....##.##.........##..##.......##.....##....##...
.##....##.##.....##.##.........##..##.......##.....##....##...
..######...#######..##........####.########..#######.....##...
*/

#rd-section-m4bkp596 {
    background-color: #fefdfb;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-m4bkp596 > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-m4bkp597 {
    min-height: 566px;
}

    #rd-row-m4bkp597 .bricks--column > div {
        min-height: 566px;
    }

@media (max-width: 480px) {
    #rd-row-m4bkp597.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m4bkp597.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m4bkp598 {
    flex: 12 0 0;
}

    #rd-column-m4bkp598 > div {
        background-color: transparent;
        justify-content: center;
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }

@media screen and (max-width: 767px) {
    #rd-column-m4bkp598 > div {
        min-height: auto !important;
    }
}




@media (max-width: 480px) {
    #rd-column-m4bkp598 > div {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }
}

#rd-video-m4bkpfg8 {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 932px;
    max-width: 100%;
}

#rd-video-m4bkpfg8 iframe {
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

@media (max-width: 480px) {
    #rd-video-m4bkpfg8 {
        margin-top: 10px;
        margin-bottom: 10px;
        align-self: center;
        width: 400px;
    }

        #rd-video-m4bkpfg8 iframe {
            border-bottom-style: none;
            border-color: #000000;
            border-left-style: none;
            border-radius: 0px;
            border-right-style: none;
            border-top-style: none;
            border-width: 1px;
        }
}

#rd-section-jsc2catv {
    background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/898718/1735573658/$mvp3jcxjsek), linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-jsc2catv > div:not(.bricks--row) {
    min-height: 0px;
}

/*
....###.....######..########..######...#######..########..####....###...
...##.##...##....##.##.......##....##.##.....##.##.....##..##....##.##..
..##...##..##.......##.......##.......##.....##.##.....##..##...##...##.
.##.....##..######..######....######..##.....##.########...##..##.....##
.#########.......##.##.............##.##.....##.##...##....##..#########
.##.....##.##....##.##.......##....##.##.....##.##....##...##..##.....##
.##.....##..######..########..######...#######..##.....##.####.##.....##
*/

#rd-row-jsc2catw {
    min-height: 630px;
}

    #rd-row-jsc2catw .bricks--column > div {
        min-height: 630px;
    }

@media (max-width: 480px) {
    #rd-row-jsc2catw.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-jsc2catw.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-jsc2cjzv {
    flex: 6 0 0;
}

    #rd-column-jsc2cjzv > div {
        background-color: transparent;
        justify-content: center;
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }

@media screen and (max-width: 767px) {
    #rd-column-jsc2cjzv > div {
        min-height: auto !important;
    }
}

#rd-text-jsc2coku {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 440px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

    #rd-text-jsc2coku.mobile {
        display: none;
    }

@media (max-width: 480px) {
    #rd-text-jsc2coku {
        display: none;
    }

        #rd-text-jsc2coku.mobile {
            display: block;
            max-width: 440px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
}

a#rd-button-m4swb3kj {
    display: flex;
    flex-direction: column;
}

#rd-button-m4swb3kj.bricks--component-button {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: center;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-color: #ffffff;
    border-left-style: solid;
    border-radius: 15px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    ;
    color: #081c28;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    height: 65px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 295px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-button-m4swb3kj {
        height: auto;
        padding-top: 0.66em;
        padding-bottom: 0.66em;
    }
}

@media (max-width: 480px) {
    #rd-button-m4swb3kj.bricks--component-button {
        # max-width: 295px;
        # margin-top: 10px;
        # margin-bottom: 10px;
        align-self: center;
        background-color: #ffffff;
        border-bottom-style: solid;
        border-color: #ffffff;
        border-left-style: solid;
        border-radius: 15px;
        border-right-style: solid;
        border-top-style: solid;
        border-width: 1px;
        box-shadow: 0px 0px 0px 0px #cccccc;
        ;
        color: #081c28;
        font-family: Raleway, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: normal;
        margin-bottom: 10px;
        margin-top: 10px;
        max-width: 295px;
        text-align: center;
        text-decoration: none;
    }
}

#rd-column-m5bf5a12 {
    flex: 6 0 0;
}

#rd-column-m5bf5a12 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-m5bf5a12 > div {
        min-height: auto !important;
    }
}


/*
....###.....######..########..######...#######..########..####....###...
...##.##...##....##.##.......##....##.##.....##.##.....##..##....##.##..
..##...##..##.......##.......##.......##.....##.##.....##..##...##...##.
.##.....##..######..######....######..##.....##.########...##..##.....##
.#########.......##.##.............##.##.....##.##...##....##..#########
.##.....##.##....##.##.......##....##.##.....##.##....##...##..##.....##
.##.....##..######..########..######...#######..##.....##.####.##.....##
*/

#rd-section-jsc2mi5z {
    background-color: #fefdfb;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-jsc2mi5z > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-jsc2mi60 {
    min-height: 489px;
}

    #rd-row-jsc2mi60 .bricks--column > div {
        min-height: 489px;
    }

@media (max-width: 480px) {
    #rd-row-jsc2mi60.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-jsc2mi60.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-jsc2mlsa {
    flex: 6 0 0;
}

    #rd-column-jsc2mlsa > div {
        justify-content: center;
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }

@media screen and (max-width: 767px) {
    #rd-column-jsc2mlsa > div {
        min-height: auto !important;
    }
}

#rd-text-jsc2nboh {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-56px;
    max-width: 841px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-jsc2ompx {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 775px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: flex-end;
    width: 100%;
    word-break: break-word;
}

#rd-column-jsc2mi61 {
    flex: 6 0 0;
}

#rd-column-jsc2mi61 > div {
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-jsc2mi61 > div {
        min-height: auto !important;
    }
}

#rd-text-m48nkpc0 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-56px;
    max-width: 841px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-form-joq3m2m5 {
    display: flex;
    flex-direction: column;
    align-self: center;
    max-width: 425px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#rd-form-joq3m2m5 .bricks-form__fieldset {
    flex-flow: column nowrap;
    align-items: flex-start;
}

#rd-form-joq3m2m5 .bricks-form__field {
    margin-bottom: 15px;
    padding: 0;
    width: 100.0%;
}

    #rd-form-joq3m2m5 .bricks-form__field.bricks-form__privacy,
    #rd-form-joq3m2m5 .bricks-form__field.bricks-form__terms {
        width: 100%;
    }

@media screen and (max-width: 768px) {
    #rd-form-joq3m2m5 .bricks-form__field {
        width: 100%;
        padding: 0;
    }
}

#rd-form-joq3m2m5 .bricks-form__static {
    color: #000000;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
}

    #rd-form-joq3m2m5 .bricks-form__static a {
        color: #000000;
        text-decoration: underline;
    }

#rd-form-joq3m2m5 .bricks-form__label {
    color: #ffffff;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

#rd-form-joq3m2m5 label.error {
    color: #dcdc35;
    font-size: 12px;
    line-height: 1.1;
    padding: 2px 0 0 4px;
}

#rd-form-joq3m2m5 .bricks-form__label.always-visible,
#rd-form-joq3m2m5 .bricks-form__field__option .bricks-form__label {
    display: inline-block;
}

#rd-form-joq3m2m5 .bricks-form__field[data-step].step-hidden {
    display: none;
}

#rd-form-joq3m2m5 .bricks-form__input {
    color: #000000;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-color: #000000;
    border-radius: 20px;
    border-width: 1px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    box-shadow: inset 0px 2px 3px #ddd;
    -webkit-box-shadow: inset 0px 2px 3px #ddd;
    -moz-box-shadow: inset 0px 2px 3px #ddd;
    ;
}

    #rd-form-joq3m2m5 .bricks-form__input::placeholder {
        color: transparent;
    }

    #rd-form-joq3m2m5 .bricks-form__input.select2-container {
        padding: 0 !important;
    }

#rd-form-joq3m2m5 .select2-container .select2-choice {
    height: 40px !important;
    line-height: 40px !important;
    color: #000000 !important;
    font-family: Raleway, sans-serif !important;
    font-size: 16px !important;
    background: #ffffff;
}

    #rd-form-joq3m2m5 .select2-container .select2-choice .select2-arrow b {
        background-position: 0 5px !important;
    }

    #rd-form-joq3m2m5 .select2-container .select2-choice .select2-arrow {
        background: none;
        border: none;
    }

#rd-form-joq3m2m5 .bricks-form__input:not(textarea) {
    height: 40px;
}

#rd-form-joq3m2m5 .bricks-form__submit {
    display: flex;
    flex-direction: column;
}

#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .select2-container > .select2-choice {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-style: none;
}

    #rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen {
        margin-right: 0px;
    }

        #rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .select2-container > .select2-choice > .select2-chosen > .flag {
            vertical-align: middle;
        }

#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .phone {
    width: calc(100% - 55px);
    height: auto;
    display: inline-block;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#rd-form-joq3m2m5 .with-select-flags > .phone-country {
    display: inline-block;
}

#rd-form-joq3m2m5 .with-select-flags > .phone-input-group {
    display: flex;
}

#rd-form-joq3m2m5 .with-select-flags > .phone-input-group > .phone-country {
    width: 80px;
    display: inline-block;
}


#rd-form-joq3m2m5 input[type="date"] {
    -webkit-appearance: none;
}


/* Estilo base */
.btn-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 0 0 #ccc;
    color: #fff;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 1.42857;
    margin: 15px auto 0 auto;
    max-width: 425px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0 10px;
}

/* Para pantallas pequeñas */
@media screen and (max-width: 767px) {
    .btn-custom {
        height: auto;
        padding-top: 0.66em;
        padding-bottom: 0.66em;
    }
}

@media (max-width: 480px) {
    .btn-custom {
        font-size: 22px;
        max-width: 347px;
    }
}

.input-phone-custom {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    padding: 0.5em;
    width: 100%;
    box-shadow: inset 0px 2px 3px #ddd;
}

/*
.########.....###....##....##.##....##.########.########........##..
.##.....##...##.##...###...##.###...##.##.......##.....##.....####..
.##.....##..##...##..####..##.####..##.##.......##.....##.......##..
.########..##.....##.##.##.##.##.##.##.######...########........##..
.##.....##.#########.##..####.##..####.##.......##...##.........##..
.##.....##.##.....##.##...###.##...###.##.......##....##........##..
.########..##.....##.##....##.##....##.########.##.....##.....######
*/

#rd-section-jsc3dnf3 {
    background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/898718/1735573658/$whdxdzmckwi), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: transparent;
    border-left-style: none;
    border-radius: 1px;
    border-right-style: none;
    border-top-style: none;
    border-width: 110px;
}

#rd-section-jsc3dnf3 > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-jsc3dnf4 {
    min-height: 576px;
}

    #rd-row-jsc3dnf4 .bricks--column > div {
        min-height: 576px;
    }

@media (max-width: 480px) {
    #rd-row-jsc3dnf4.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-jsc3dnf4.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-jsc3dpzm {
    flex: 12 0 0;
}

#rd-column-jsc3dpzm > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    #rd-column-jsc3dpzm > div {
        min-height: auto !important;
    }
}

#rd-text-jsc3edkn {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 894px;
    margin-top: 60px;
    margin-bottom: 10px;
    align-self: flex-start;
    width: 100%;
    word-break: break-word;
}

#rd-text-jsc3fjjl {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 787px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
    width: 100%;
    word-break: break-word;
}

#rd-text-m48nvxxo {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 787px;
    margin-top: 0px;
    margin-bottom: 10px;
    align-self: flex-start;
    width: 100%;
    word-break: break-word;
}

/*
.########....###....########........##.########.########....###.....######......#######...#######..########
....##......##.##...##.....##.......##.##..........##......##.##...##....##....##.....##.##.....##.##......
....##.....##...##..##.....##.......##.##..........##.....##...##..##.................##.##........##......
....##....##.....##.########........##.######......##....##.....##..######......#######..########..#######.
....##....#########.##...##...##....##.##..........##....#########.......##...........##.##.....##.......##
....##....##.....##.##....##..##....##.##..........##....##.....##.##....##....##.....##.##.....##.##....##
....##....##.....##.##.....##..######..########....##....##.....##..######......#######...#######...######.
*/

#rd-row-m57bmaim {
    min-height: 50px;
}

#rd-row-m57bmaim .bricks--column > div {
    min-height: 50px;
}

@media (max-width: 480px) {
    #rd-row-m57bmaim.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m57bmaim.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m57bmain {
    flex: 12 0 0;
}

#rd-column-m57bmain > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-column-m57bmain > div {
        min-height: auto !important;
    }
}

#rd-text-jsc3l3ns {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 894px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-m57bng3s {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-142px;
    max-width: 636px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-section-m579qgpw {
    background-color: #fefdfb;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

    /* Nuevos estilos para reducir y hacer responsivas las cards */
    #rd-section-m579qgpw .rd-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px; /* espacio entre columnas */
    }

    #rd-section-m579qgpw .rd-column {
        max-width: 300px;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

        #rd-section-m579qgpw .rd-column img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }

    #rd-section-m579qgpw h3 strong {
        font-size: 18px !important;
    }

    #rd-section-m579qgpw p span {
        font-size: 15px !important;
    }

/* Responsive para móviles */
@media screen and (max-width: 768px) {
    #rd-section-m579qgpw .rd-column {
        max-width: 90%;
    }
}

#rd-section-m579qgpw > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-m579qgpx {
    min-height: 436px;
}

    #rd-row-m579qgpx .bricks--column > div {
        min-height: 436px;
    }

@media (max-width: 480px) {
    #rd-row-m579qgpx.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m579qgpx.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m579qps4 {
    flex: 4 0 0;
}

#rd-column-m579qps4 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-m579qps4 > div {
        min-height: auto !important;
    }
}

@media (max-width: 480px) {
    #rd-column-m579qps4 > div {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

#rd-image-m57beo8s {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 406px;
}

#rd-image-m57beo8s a,
#rd-image-m57beo8s img {
    width: 406px;
    max-width: 75%;
    height: auto;
    margin-left: 10%;
}

@media screen and (max-width: 767px) {
    #rd-image-m57beo8s {
        align-self: center;
    }
}

#rd-text-m579rhql {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 407px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    word-break: break-word;
}

#rd-text-m579sgyc {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-29px;
    max-width: 407px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-column-m57akr7q {
    flex: 4 0 0;
}

#rd-column-m57akr7q > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-m57akr7q > div {
        min-height: auto !important;
    }
}

@media (max-width: 480px) {
    #rd-column-m57akr7q > div {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

#rd-image-m57bgs9g {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 406px;
}

 #rd-image-m57bgs9g a,
 #rd-image-m57bgs9g img {
     width: 406px;
     max-width: 75%;
     height: auto;
     margin-left: 10%;
 }

@media screen and (max-width: 767px) {
    #rd-image-m57bgs9g {
        align-self: center;
    }
}

#rd-text-m57akr7s {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 407px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    word-break: break-word;
}

#rd-text-m57akr7t {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-29px;
    max-width: 407px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-column-m57al382 {
    flex: 4 0 0;
}

#rd-column-m57al382 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-m57al382 > div {
        min-height: auto !important;
    }
}

@media (max-width: 480px) {
    #rd-column-m57al382 > div {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

#rd-image-m57bilfg {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    max-width: 406px;
}

#rd-image-m57bilfg a,
#rd-image-m57bilfg img {
    width: 406px;
    max-width: 75%;
    height: auto;
    margin-left: 10%;
}

@media screen and (max-width: 767px) {
    #rd-image-m57bilfg {
        align-self: center;
    }
}

#rd-text-m57al383 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 407px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    word-break: break-word;
}

#rd-text-m57al384 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-29px;
    max-width: 407px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-section-m57bpfcu {
    background-color: #fefdfb;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-m57bpfcu > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-m57bpfcv {
    min-height: 149px;
}

#rd-row-m57bpfcv .bricks--column > div {
    min-height: 149px;
}

@media (max-width: 480px) {
    #rd-row-m57bpfcv.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m57bpfcv.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m57bpfcw {
    flex: 12 0 0;
}

#rd-column-m57bpfcw > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-column-m57bpfcw > div {
        min-height: auto !important;
    }
}


a#rd-button-m48o03o3 {
    display: flex;
    flex-direction: column;
}

#rd-button-m48o03o3.bricks--component-button {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: center;
    background-color: #000000;
    border-bottom-style: solid;
    border-color: #000000;
    border-left-style: solid;
    border-radius: 15px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #ffffff;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    height: 65px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 579px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-button-m48o03o3 {
        height: auto;
        padding-top: 0.66em;
        padding-bottom: 0.66em;
    }
}

@media (max-width: 480px) {
    #rd-button-m48o03o3.bricks--component-button {
        # max-width: 387px;
        # margin-top: 10px;
        # margin-bottom: 10px;
        align-self: center;
        background-color: #000000;
        border-bottom-style: solid;
        border-color: #ffffff;
        border-left-style: solid;
        border-radius: 15px;
        border-right-style: solid;
        border-top-style: solid;
        border-width: 1px;
        box-shadow: 0px 0px 0px 0px #cccccc;
        color: #ffffff;
        font-family: Raleway, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
        max-width: 387px;
        text-align: center;
        text-decoration: none;
    }
}

/*
.########.....###....##....##.##....##.########.########......#######.
.##.....##...##.##...###...##.###...##.##.......##.....##....##.....##
.##.....##..##...##..####..##.####..##.##.......##.....##...........##
.########..##.....##.##.##.##.##.##.##.######...########......#######.
.##.....##.#########.##..####.##..####.##.......##...##......##.......
.##.....##.##.....##.##...###.##...###.##.......##....##.....##.......
.########..##.....##.##....##.##....##.########.##.....##....#########
*/

#rd-section-m48owskq {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url(https://d335luupugsy2.cloudfront.net/cms/files/898718/1735573658/$lsup0492a2);
    background-position-x: 0%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: transparent;
    border-left-style: none;
    border-radius: 1px;
    border-right-style: none;
    border-top-style: none;
    border-width: 110px;
}

#rd-section-m48owskq > div:not(.bricks--row) {
    min-height: 0px;
}

@media (max-width: 480px) {
    #rd-section-m48owskq {
        border-bottom-style: none;
        border-color: transparent;
        border-left-style: none;
        border-radius: 1px;
        border-right-style: none;
        border-top-style: none;
        border-width: 110px;
    }
}

#rd-section-m48owskq > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-m48owskr {
    min-height: 687px;
}

#rd-row-m48owskr .bricks--column > div {
    min-height: 687px;
}

@media (max-width: 480px) {
    #rd-row-m48owskr.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m48owskr.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m48owsks {
    flex: 6 0 0;
}

#rd-column-m48owsks > div {
    background-color: transparent;
    justify-content: flex-end;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-m48owsks > div {
        min-height: auto !important;
    }
}

#rd-column-m48owskx {
    flex: 6 0 0;
}

#rd-column-m48owskx > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    #rd-column-m48owskx > div {
        min-height: auto !important;
    }
}

@media (max-width: 480px) {
    #rd-column-m48owskx > div {
        padding-top: 0px;
        padding-right: 30px;
        padding-bottom: 0px;
        padding-left: 30px;
    }
}

#rd-text-m48owskt {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 894px;
    margin-top: 60px;
    margin-bottom: 10px;
    align-self: flex-end;
    width: 100%;
    word-break: break-word;
}

#rd-text-m48owskt.mobile {
    display: none;
}

@media (max-width: 480px) {
    #rd-text-m48owskt {
        display: none;
    }

    #rd-text-m48owskt.mobile {
        display: block;
        max-width: 894px;
        margin-top: 60px;
        margin-bottom: 10px;
    }
}

#rd-text-m48owsku {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 744px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: flex-end;
    width: 100%;
    word-break: break-word;
}
#rd-image-m4sykq3e {
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: flex-start;
    max-width: 299px;
}

#rd-image-m4sykq3e a,
#rd-image-m4sykq3e img {
    width: 299px;
    max-width: 100%;
    height: auto;
    border-bottom-style: solid;
    border-color: #e0dfdf;
    border-left-style: solid;
    border-radius: 20px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
}

@media screen and (max-width: 767px) {
    #rd-image-m4sykq3e {
        align-self: center;
    }
}


/*
.########.....###....##....##.##....##.########.########......#######.
.##.....##...##.##...###...##.###...##.##.......##.....##....##.....##
.##.....##..##...##..####..##.####..##.##.......##.....##...........##
.########..##.....##.##.##.##.##.##.##.######...########......#######.
.##.....##.#########.##..####.##..####.##.......##...##.............##
.##.....##.##.....##.##...###.##...###.##.......##....##.....##.....##
.########..##.....##.##....##.##....##.########.##.....##.....#######.
*/

#rd-section-m4sysm40 {
    background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/898718/1735573658/$cv65jszsyit), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-m4sysm40 > div:not(.bricks--row) {
    min-height: 0px;
}


@media (max-width: 480px) {
    #rd-section-m4sysm40 {
        border-bottom-style: none;
        border-color: #000000;
        border-left-style: none;
        border-radius: 0px;
        border-right-style: none;
        border-top-style: none;
        border-width: 1px;
    }
}

#rd-section-m4sysm40 > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-row-m4sysm41 {
    min-height: 774px;
}

#rd-row-m4sysm41 .bricks--column > div {
    min-height: 774px;
}

@media (max-width: 480px) {
    #rd-row-m4sysm41.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m4sysm41.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m4sysrle {
    flex: 6 0 0;
}

#rd-column-m4sysrle > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-column-m4sysrle > div {
        min-height: auto !important;
    }
}

#rd-text-m4syt1ab {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-23px;
    max-width: 680px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-m4syt1ab.mobile {
    display: none;
}

@media (max-width: 480px) {
    #rd-text-m4syt1ab {
        display: none;
    }

    #rd-text-m4syt1ab.mobile {
        display: block;
        max-width: 680px;
        margin-top: 60px;
        margin-bottom: 10px;
    }
}

#rd-text-m4syu3rh {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto-204px;
    max-width: 680px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-m4syu3rh.mobile {
    display: none;
}

@media (max-width: 480px) {
    #rd-text-m4syu3rh {
        display: none;
    }

    #rd-text-m4syu3rh.mobile {
        display: block;
        max-width: 680px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#rd-text-m4syvfl7 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 680px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-m4syvfl7.mobile {
    display: none;
}

@media (max-width: 480px) {
    #rd-text-m4syvfl7 {
        display: none;
    }

    #rd-text-m4syvfl7.mobile {
        display: block;
        max-width: 680px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

#rd-column-m4sysm42 {
    flex: 6 0 0;
}

#rd-column-m4sysm42 > div {
    background-color: transparent;
    justify-content: center;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-column-m4sysm42 > div {
        min-height: auto !important;
    }
}

@media (max-width: 480px) {
    #rd-column-m4sysm42 > div {
        padding-top: 0px;
        padding-right: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
    }
}

#rd-section-m48p5rwz {
    background-image: url(https://d335luupugsy2.cloudfront.net/cms/files/898718/1733236293/$dgkx4zh3q38), linear-gradient(to bottom, rgba(74,144,226,0) 0%, rgba(74,144,226,0) 100%);
    background-position-x: 50%;
    background-position-y: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-m48p5rwz > div:not(.bricks--row) {
    min-height: 0px;
}


/*
.########.....###....##....##.##....##.########.########.....##.......
.##.....##...##.##...###...##.###...##.##.......##.....##....##....##.
.##.....##..##...##..####..##.####..##.##.......##.....##....##....##.
.########..##.....##.##.##.##.##.##.##.######...########.....##....##.
.##.....##.#########.##..####.##..####.##.......##...##......#########
.##.....##.##.....##.##...###.##...###.##.......##....##...........##.
.########..##.....##.##....##.##....##.########.##.....##..........##.
*/

#rd-row-m48p5rx0 {
    min-height: 512px;
}

#rd-row-m48p5rx0 .bricks--column > div {
    min-height: 512px;
}

@media (max-width: 480px) {
    #rd-row-m48p5rx0.bricks--row {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    #rd-row-m48p5rx0.bricks--row.rd-row {
        min-height: auto;
    }
}

#rd-column-m48p5rx1 {
    flex: 12 0 0;
}

#rd-column-m48p5rx1 > div {
    background-color: transparent;
    justify-content: flex-end;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
    #rd-column-m48p5rx1 > div {
        min-height: auto !important;
    }
}

@media (max-width: 480px) {
    #rd-column-m48p5rx1 > div {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

#rd-text-m48p5rx2 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 894px;
    margin-top: 60px;
    margin-bottom: 20px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

#rd-text-m48p5rx3 {
    display: block;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
    min-height: auto0px;
    max-width: 775px;
    margin-top: 20px;
    margin-bottom: 40px;
    align-self: center;
    width: 100%;
    word-break: break-word;
}

a#rd-button-m48p5rx4 {
    display: flex;
    flex-direction: column;
}

#rd-button-m48p5rx4.bricks--component-button {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    align-self: center;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-color: #ffffff;
    border-left-style: solid;
    border-radius: 15px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #000000;
    cursor: pointer;
    font-family: Raleway, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    height: 57px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 120px;
    margin-top: 0px;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    #rd-button-m48p5rx4 {
        height: auto;
        padding-top: 0.66em;
        padding-bottom: 0.66em;
    }
}

@media (max-width: 480px) {
    #rd-button-m48p5rx4.bricks--component-button {
        # max-width: 368px;
        # margin-top: 0px;
        # margin-bottom: 120px;
        align-self: center;
        background-color: #ffffff;
        border-bottom-style: solid;
        border-color: #ffffff;
        border-left-style: solid;
        border-radius: 15px;
        border-right-style: solid;
        border-top-style: solid;
        border-width: 1px;
        box-shadow: 0px 0px 0px 0px #cccccc;
        color: #000000;
        font-family: Raleway, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: bold;
        margin-bottom: 120px;
        margin-top: 0px;
        max-width: 368px;
        text-align: center;
        text-decoration: none;
    }
}

#rd-section-jspxq9mi {
    background-color: rgba(14,14,14,1);
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 0px;
    border-right-style: none;
    border-top-style: none;
    border-width: 1px;
}

#rd-section-jspxq9mi > div:not(.bricks--row) {
    min-height: 0px;
}

#rd-column-m4snhd2s {
    border: 2px solid #cbcbcb; /* Borde de 4px de color negro */
    border-radius: 20px; /* Esquinas redondeadas de 20px */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra: desplazada 0px en X, 4px en Y, con un difuminado de 10px y opacidad de 0.3 */
    margin-right: 20px; /* Espacio a la derecha de la columna */
    margin-bottom: 20px; /* Espacio debajo de la columna (para dispositivos móviles) */
    background-color: #fff;
}

#rd-column-m4snhilb {
    border: 2px solid #cbcbcb; /* Borde de 4px de color negro */
    border-radius: 20px; /* Esquinas redondeadas de 20px */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra: desplazada 0px en X, 4px en Y, con un difuminado de 10px y opacidad de 0.3 */
    margin-right: 20px; /* Espacio a la derecha de la columna */
    margin-bottom: 20px; /* Espacio debajo de la columna (para dispositivos móviles) */
    background-color: #fff;
}

#rd-column-m4sp1lmf {
    border: 2px solid #cbcbcb; /* Borde de 4px de color negro */
    border-radius: 20px; /* Esquinas redondeadas de 20px */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra: desplazada 0px en X, 4px en Y, con un difuminado de 10px y opacidad de 0.3 */
    margin-left: 0px; /* Espacio a la izquierda de la última columna */
    margin-bottom: 20px; /* Espacio debajo de la columna (para dispositivos móviles) */
    background-color: #fff;
}

/* Media Queries: */
@media (max-width: 768px) {
    /* En dispositivos móviles, las columnas se apilan una debajo de la otra */
    #rd-column-m4snhd2s, #rd-column-m4snhilb, #rd-column-m4sp1lmf {
        width: 100%; /* Las columnas toman el 100% de ancho en dispositivos móviles */
        margin-right: 0; /* Eliminar margen derecho en dispositivos móviles */
        margin-left: 0; /* Eliminar margen izquierdo en dispositivos móviles */
    }

    /* Espacio entre las columnas cuando se apilan */
    #rd-column-m4snhd2s, #rd-column-m4snhilb, #rd-column-m4sp1lmf {
        margin-bottom: 20px; /* Espacio debajo de cada columna */
    }
}

@media (min-width: 769px) {
    /* En pantallas de escritorio, las columnas se mantienen en línea y con separación */
    #rd-column-m4snhd2s, #rd-column-m4snhilb, #rd-column-m4sp1lmf {
        width: 32%; /* Las columnas ocupan el 32% del ancho (ajustado para 3 columnas) */
        margin-bottom: 0; /* Eliminar espacio inferior cuando están en línea */
    }
}

#rd-section-jsc2catv {
    margin-top: 25px;
    margin-bottom: 25px;
}


#rd-image-m4sww4o7 {
    position: relative;
    width: 100%; /* Ajusta según el tamaño deseado */
    height: auto;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.3)); /* Añade una sombra difusa si deseas */
    /* Gradientes para el difuminado */
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), /* Difuminado en la parte superior */
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), /* Difuminado en la parte inferior */
    linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), /* Difuminado en la izquierda */
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%); /* Difuminado en la derecha */
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%), linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 20%);
    mask-composite: intersect; /* Combina los gradientes */
    -webkit-mask-composite: destination-in; /* Requiere ajuste según navegador */
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}


#rd-column-m579qps4 {
    border: 2px solid #cbcbcb; /* Borde de 4px de color negro */
    border-radius: 20px; /* Esquinas redondeadas de 20px */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra: desplazada 0px en X, 4px en Y, con un difuminado de 10px y opacidad de 0.3 */
    margin-right: 20px; /* Espacio a la derecha de la columna */
    margin-bottom: 20px; /* Espacio debajo de la columna (para dispositivos móviles) */
    background-color: #fff;
    margin-top: 20px;
    padding-top: 25px;
}

#rd-column-m57akr7q {
    border: 2px solid #cbcbcb; /* Borde de 4px de color negro */
    border-radius: 20px; /* Esquinas redondeadas de 20px */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra: desplazada 0px en X, 4px en Y, con un difuminado de 10px y opacidad de 0.3 */
    margin-right: 20px; /* Espacio a la derecha de la columna */
    margin-bottom: 20px; /* Espacio debajo de la columna (para dispositivos móviles) */
    background-color: #fff;
    margin-top: 20px;
}

#rd-column-m57al382 {
    border: 2px solid #cbcbcb; /* Borde de 4px de color negro */
    border-radius: 20px; /* Esquinas redondeadas de 20px */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Sombra: desplazada 0px en X, 4px en Y, con un difuminado de 10px y opacidad de 0.3 */
    margin-right: 20px; /* Espacio a la derecha de la columna */
    margin-bottom: 20px; /* Espacio debajo de la columna (para dispositivos móviles) */
    background-color: #fff;
    margin-top: 20px;
}

#rd-section-m579qgpw {
    margin-top: 50px;
    margin-bottom: 50px;
}



/* Ajuste para tablets */
@media (max-width: 768px) {
    #rd-section-joq3m2lv {
        flex-direction: column; /* Cambia a diseño de una sola columna */
        align-items: center; /* Centra los elementos si es necesario */
    }
}

/* Ajuste para móviles */
@media (max-width: 480px) {
    #rd-section-joq3m2lv {
        padding: 10px;
        font-size: 14px; /* Reduce el tamaño de fuente si es necesario */
    }

        #rd-section-joq3m2lv div {
            width: 100%; /* Asegúrate de que los elementos se expandan al ancho completo */
        }
}

/* Estilo general para la sección */
#rd-section-joq3m2lv {
    background-size: cover; /* Cubre el contenedor */
    background-position: center center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita repeticiones */
    background-attachment: scroll; /* Desactiva el efecto de parallax */
}

/* Ajustes para tablets */
@media (max-width: 768px) {
    #rd-section-joq3m2lv {
        background-size: cover; /* Mantiene el tamaño proporcional */
        background-position: center center; /* Mantiene el foco centrado */
        background-repeat: no-repeat;
        height: auto; /* Ajusta la altura automáticamente */
    }
}

/* Ajustes para móviles */
@media (max-width: 480px) {
    #rd-section-joq3m2lv {
        background-size: cover; /* La imagen cubre todo el área */
        background-position: center; /* Centra la parte superior de la imagen */
        height: 600px; /* Ajusta la altura manualmente */
        background-repeat: no-repeat;
    }
}

/* Estilo general para la sección */
#rd-section-m4sysm40 {
    background-size: cover; /* Cubre el contenedor */
    background-position: center center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita repeticiones */
    background-attachment: scroll; /* Desactiva el efecto de parallax */
}

/* Ajustes para tablets */
@media (max-width: 768px) {
    #rd-section-m4sysm40 {
        background-size: cover; /* Mantiene el tamaño proporcional */
        background-position: center center; /* Mantiene el foco centrado */
        background-repeat: no-repeat;
        height: auto; /* Ajusta la altura automáticamente */
    }
}

/* Ajustes para móviles */
@media (max-width: 480px) {
    #rd-section-m4sysm40 {
        background-size: cover; /* La imagen cubre todo el área */
        background-position: center; /* Centra la parte superior de la imagen */
        height: 500px; /* Ajusta la altura manualmente */
        background-repeat: no-repeat;
    }
}

  