.elementor-21 .elementor-element.elementor-element-2b2379f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-21 .elementor-element.elementor-element-3ed014b{--display:flex;--justify-content:center;}.elementor-21 .elementor-element.elementor-element-ef1353a{--display:flex;}.elementor-21 .elementor-element.elementor-element-d859e51 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}@media(min-width:768px){.elementor-21 .elementor-element.elementor-element-2b2379f{--content-width:1300px;}.elementor-21 .elementor-element.elementor-element-3ed014b{--width:50%;}.elementor-21 .elementor-element.elementor-element-ef1353a{--width:50%;}}/* Start custom CSS for fluent-form-widget, class: .elementor-element-d859e51 *//* ============================================================
   MEDGEN PEPTIDES — FLUENT FORM DESIGN
   Website: medgenpeptides.com
   Support: support@medgenpeptides.com
   Updated: August 22, 2026
   Fluent Form ID: #fluentform_1
   Wrapper: .fluentform_wrapper_1

   Brand:
   Deep Navy / Aqua Cyan / Gold / Pearl / White / Silver
============================================================ */


/* ============================================================
   BOX SIZING
============================================================ */

body .fluentform_wrapper_1,
body .fluentform_wrapper_1 * {
    box-sizing: border-box;
}


/* ============================================================
   MAIN FORM CARD
============================================================ */

body .fluentform_wrapper_1 {

    /* ========================================================
       MEDGEN PEPTIDES — MOCKUP COLORS
    ======================================================== */

    --mg-navy: #26384F;
    --mg-navy-deep: #182738;
    --mg-navy-soft: #344D67;

    --mg-blue: #299DBD;
    --mg-cyan: #35BED7;
    --mg-cyan-light: #8ADDEB;

    --mg-gold: #DDAF4C;
    --mg-gold-light: #F1CD78;
    --mg-gold-dark: #C79635;

    --mg-pearl-pink: #F1D9E2;
    --mg-pearl-blue: #DEF2F4;
    --mg-pearl-mint: #E3EEDB;
    --mg-pearl-lilac: #E9DFF0;
    --mg-pearl-cream: #FBF5DA;

    --mg-white: #FFFFFF;
    --mg-off-white: #FAFCFC;
    --mg-silver: #DCE4E8;
    --mg-silver-light: #F0F4F6;

    --mg-text: #536675;
    --mg-muted: #788995;
    --mg-placeholder: #98A5AF;

    --mg-border: rgba(41,157,189,.16);
    --mg-border-strong: rgba(41,157,189,.26);
    --mg-border-gold: rgba(221,175,76,.26);
    --mg-border-blue: rgba(41,157,189,.26);


    position: relative;

    isolation: isolate;

    overflow: hidden;

    width: 100%;
    max-width: 720px;

    margin: 0 auto !important;

    padding:
        clamp(26px, 3.2vw, 40px) !important;


    /* ========================================================
       MEDGEN PEARLESCENT BACKGROUND
    ======================================================== */

    background:

        radial-gradient(
            circle at 92% 7%,
            rgba(241,217,226,.72),
            transparent 31%
        ),

        radial-gradient(
            circle at 100% 100%,
            rgba(222,242,244,.78),
            transparent 37%
        ),

        radial-gradient(
            circle at 0% 100%,
            rgba(227,238,219,.46),
            transparent 38%
        ),

        radial-gradient(
            circle at 45% -10%,
            rgba(241,205,120,.10),
            transparent 34%
        ),

        linear-gradient(
            145deg,
            #FFFFFF 0%,
            #FAFCFC 48%,
            #F5FAFA 100%
        );


    border:
        1px solid var(--mg-border-blue);

    border-radius:
        18px;


    box-shadow:

        0 24px 60px
        rgba(38,56,79,.11),

        0 0 0 1px
        rgba(255,255,255,.72),

        inset 0 1px 0
        rgba(255,255,255,.95);


    font-family:
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif;


    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}


/* ============================================================
   CARD HOVER
============================================================ */

body .fluentform_wrapper_1:hover {

    transform:
        translateY(-5px);

    border-color:
        rgba(41,157,189,.38);

    box-shadow:

        0 32px 76px
        rgba(38,56,79,.15),

        0 0 35px
        rgba(53,190,215,.07),

        0 0 28px
        rgba(221,175,76,.045),

        inset 0 1px 0
        rgba(255,255,255,.98);
}


/* ============================================================
   DECORATIVE PEARL GLOW
============================================================ */

body .fluentform_wrapper_1::after {

    content: "";

    position: absolute;

    top: -120px;
    right: -105px;

    z-index: -1;

    width: 280px;
    height: 280px;

    border-radius: 50%;

    background:

        radial-gradient(
            circle,
            rgba(241,217,226,.72),
            rgba(241,217,226,0) 68%
        );

    pointer-events: none;
}


/* ============================================================
   MEDGEN SUPPORT KICKER
============================================================ */

body .fluentform_wrapper_1::before {

    content:
        "●  MEDGEN PEPTIDES SUPPORT";

    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    margin:
        0 0 14px;

    padding:
        8px 13px;

    color:
        var(--mg-blue);

    background:

        linear-gradient(
            135deg,
            rgba(222,242,244,.76),
            rgba(241,217,226,.38)
        );

    border:
        1px solid rgba(41,157,189,.20);

    border-radius:
        7px;

    font-family:
        var(--e-global-typography-primary-font-family),
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif;

    font-size:
        12px;

    font-weight:
        800;

    line-height:
        1;

    letter-spacing:
        .12em;

    text-transform:
        uppercase;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.82);
}


/* ============================================================
   FORM RESET
============================================================ */

body .fluentform_wrapper_1 #fluentform_1 {

    width:
        100%;

    margin:
        0 !important;

    padding:
        0 !important;
}


/* ============================================================
   FORM TITLE
============================================================ */

body .fluentform_wrapper_1 #fluentform_1::before {

    content:
        "Send MedGen Peptides a Message";

    display:
        block;

    margin:
        0 0 17px;

    padding:
        0 0 18px;

    color:
        var(--mg-navy);


    background-image:

        linear-gradient(
            90deg,
            var(--mg-gold) 0%,
            var(--mg-blue) 50%,
            var(--mg-cyan) 78%,
            var(--mg-pearl-pink) 100%
        );

    background-repeat:
        no-repeat;

    background-position:
        left bottom;

    background-size:
        112px 3px;


    font-family:
        var(--e-global-typography-primary-font-family),
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif;

    font-size:
        clamp(30px, 4vw, 38px);

    font-weight:
        800;

    line-height:
        1.08;

    letter-spacing:
        -.025em;
}


/* ============================================================
   VERTICAL FORM LAYOUT
============================================================ */

body .fluentform_wrapper_1
#fluentform_1 fieldset {

    display:
        grid !important;

    grid-template-columns:
        minmax(0, 1fr) !important;

    gap:
        16px !important;

    width:
        100%;

    min-width:
        0;

    margin:
        0 !important;

    padding:
        0 !important;

    border:
        none !important;

    outline:
        none !important;

    background:
        transparent !important;

    box-shadow:
        none !important;
}


/* ============================================================
   FORM DESCRIPTION
============================================================ */

body .fluentform_wrapper_1
#fluentform_1 fieldset::before {

    content:
        "Have a question about MedGen Peptides research compounds, your account, shipping, product documentation, or an existing order? Send us a message or email support@medgenpeptides.com and our support team will assist you.";

    display:
        block;

    grid-column:
        1 !important;

    width:
        100%;

    max-width:
        640px;

    margin:
        0 0 12px;

    color:
        var(--mg-text);

    font-family:
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif;

    font-size:
        15.5px;

    font-weight:
        400;

    line-height:
        1.72;
}


/* ============================================================
   FORCE EVERY FIELD FULL WIDTH
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
fieldset > .ff-name-field-wrapper,

body .fluentform_wrapper_1 #fluentform_1
fieldset > .ff-el-group,

body .fluentform_wrapper_1 #fluentform_1
fieldset > .ff-field_container,

body .fluentform_wrapper_1 #fluentform_1
fieldset > div {

    grid-column:
        1 !important;

    width:
        100% !important;

    min-width:
        0 !important;
}


/* ============================================================
   RESET FLUENT FORMS SPACING
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
.ff-field_container,

body .fluentform_wrapper_1 #fluentform_1
.ff-name-field-wrapper,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-group,

body .fluentform_wrapper_1 #fluentform_1
.ff-t-container,

body .fluentform_wrapper_1 #fluentform_1
.ff-t-cell,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-input--content {

    width:
        100%;

    min-width:
        0;

    margin:
        0 !important;

    padding:
        0 !important;
}


/* ============================================================
   NAME INPUTS VERTICAL
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
.ff-name-field-wrapper .ff-t-container {

    display:
        grid !important;

    grid-template-columns:
        1fr !important;

    gap:
        16px !important;
}


/* ============================================================
   FORCE ALL ROWS ONE COLUMN
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
.ff-t-container {

    grid-template-columns:
        1fr !important;

    flex-direction:
        column !important;
}


/* ============================================================
   HIDE BROWSER EXTENSION MIRROR
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
csext-root-mirror {

    display:
        none !important;
}


/* ============================================================
   HIDE FIELD LABELS VISUALLY
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
.ff-el-input--label {

    position:
        absolute !important;

    width:
        1px !important;

    height:
        1px !important;

    margin:
        -1px !important;

    padding:
        0 !important;

    overflow:
        hidden !important;

    clip:
        rect(0, 0, 0, 0) !important;

    clip-path:
        inset(50%) !important;

    border:
        0 !important;

    white-space:
        nowrap !important;
}


/* ============================================================
   SCREEN READER LEGEND
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
legend.ff_screen_reader_title {

    position:
        absolute !important;

    width:
        1px !important;

    height:
        1px !important;

    margin:
        -1px !important;

    padding:
        0 !important;

    overflow:
        hidden !important;

    clip:
        rect(0, 0, 0, 0) !important;

    clip-path:
        inset(50%) !important;

    white-space:
        nowrap !important;
}


/* ============================================================
   INPUTS / SELECTS / TEXTAREA
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control {

    display:
        block;

    width:
        100% !important;

    max-width:
        100% !important;

    margin:
        0 !important;

    padding:
        17px 18px !important;

    color:
        var(--mg-navy) !important;

    background:

        linear-gradient(
            135deg,
            rgba(255,255,255,.94),
            rgba(247,251,252,.92)
        ) !important;

    border:
        1px solid rgba(41,157,189,.17) !important;

    border-radius:
        10px !important;

    outline:
        none !important;

    font-family:
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif !important;

    font-size:
        15px !important;

    font-weight:
        500 !important;

    line-height:
        1.5 !important;

    box-shadow:

        inset 0 1px 0
        rgba(255,255,255,.95),

        0 8px 20px
        rgba(38,56,79,.045) !important;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease,
        transform .25s ease !important;
}


/* ============================================================
   INPUT HOVER
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control:hover,

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control:hover,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control:hover {

    border-color:
        rgba(41,157,189,.30) !important;

    background:

        linear-gradient(
            135deg,
            #FFFFFF,
            #F7FBFC
        ) !important;
}


/* ============================================================
   PLACEHOLDER
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control::placeholder,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control::placeholder {

    color:
        var(--mg-placeholder) !important;

    opacity:
        1 !important;
}


/* ============================================================
   FOCUS STATE — MEDGEN AQUA
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
input.ff-el-form-control:focus,

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control:focus,

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control:focus {

    color:
        var(--mg-navy) !important;

    background:
        #FFFFFF !important;

    border-color:
        var(--mg-blue) !important;

    box-shadow:

        0 0 0 3px
        rgba(41,157,189,.10),

        0 0 22px
        rgba(53,190,215,.08),

        inset 0 1px 0
        rgba(255,255,255,.95) !important;
}


/* ============================================================
   TEXTAREA
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
textarea.ff-el-form-control {

    min-height:
        180px !important;

    resize:
        vertical !important;
}


/* ============================================================
   SELECT OPTIONS
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
select.ff-el-form-control option {

    color:
        var(--mg-navy);

    background:
        #FFFFFF;
}


/* ============================================================
   BROWSER AUTOFILL
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
input:-webkit-autofill,

body .fluentform_wrapper_1 #fluentform_1
input:-webkit-autofill:hover,

body .fluentform_wrapper_1 #fluentform_1
input:-webkit-autofill:focus {

    -webkit-text-fill-color:
        var(--mg-navy) !important;

    caret-color:
        var(--mg-navy) !important;

    -webkit-box-shadow:
        0 0 0 1000px
        #FFFFFF inset !important;

    border-color:
        var(--mg-blue) !important;
}


/* ============================================================
   CHECKBOXES / RADIO BUTTONS
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
input[type="checkbox"],

body .fluentform_wrapper_1 #fluentform_1
input[type="radio"] {

    accent-color:
        var(--mg-blue) !important;
}


/* ============================================================
   SUBMIT BUTTON WRAPPER
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
.ff_submit_btn_wrapper {

    width:
        100%;

    margin:
        0 !important;

    padding:
        0 !important;
}


/* ============================================================
   SUBMIT BUTTON
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit {

    position:
        relative !important;

    overflow:
        hidden !important;

    display:
        inline-flex !important;

    align-items:
        center !important;

    justify-content:
        center !important;

    width:
        100% !important;

    min-height:
        56px !important;

    margin:
        0 !important;

    padding:
        16px 28px !important;

    color:
        #FFFFFF !important;

    background:

        linear-gradient(
            135deg,
            var(--mg-navy) 0%,
            var(--mg-blue) 55%,
            var(--mg-cyan) 100%
        ) !important;

    border:
        1px solid rgba(41,157,189,.25) !important;

    border-radius:
        10px !important;

    font-family:
        var(--e-global-typography-primary-font-family),
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif !important;

    font-size:
        0 !important;

    font-weight:
        800 !important;

    line-height:
        1.2 !important;

    letter-spacing:
        .05em !important;

    text-align:
        center !important;

    text-transform:
        uppercase !important;

    cursor:
        pointer !important;

    box-shadow:

        0 14px 30px
        rgba(41,157,189,.20),

        0 0 18px
        rgba(53,190,215,.07),

        inset 0 1px 0
        rgba(255,255,255,.23) !important;

    transition:
        transform .25s ease,
        filter .25s ease,
        box-shadow .25s ease,
        background .25s ease !important;
}


/* ============================================================
   BUTTON TEXT
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit::after {

    content:
        "Send Message";

    position:
        relative;

    z-index:
        2;

    color:
        #FFFFFF;

    font-family:
        var(--e-global-typography-primary-font-family),
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif;

    font-size:
        16px;

    font-weight:
        800;

    line-height:
        1.2;

    letter-spacing:
        .05em;

    text-transform:
        uppercase;
}


/* ============================================================
   BUTTON HOVER
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:hover {

    color:
        #FFFFFF !important;

    background:

        linear-gradient(
            135deg,
            var(--mg-navy-deep) 0%,
            var(--mg-blue) 48%,
            var(--mg-cyan) 100%
        ) !important;

    transform:
        translateY(-2px);

    filter:
        brightness(1.05);

    box-shadow:

        0 18px 40px
        rgba(38,56,79,.16),

        0 10px 30px
        rgba(41,157,189,.25),

        0 0 25px
        rgba(53,190,215,.10) !important;
}


body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:active {

    transform:
        translateY(0);
}


body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit:focus-visible {

    outline:
        3px solid
        rgba(221,175,76,.26) !important;

    outline-offset:
        3px !important;
}


/* ============================================================
   LOADING STATE
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
button.ff-btn-submit.ff-working {

    opacity:
        .72 !important;

    cursor:
        wait !important;
}


/* ============================================================
   VALIDATION ERRORS
============================================================ */

body .fluentform_wrapper_1 #fluentform_1
.ff-el-is-error input.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-is-error select.ff-el-form-control,

body .fluentform_wrapper_1 #fluentform_1
.ff-el-is-error textarea.ff-el-form-control {

    border-color:
        #D95C64 !important;

    box-shadow:

        0 0 0 3px
        rgba(217,92,100,.09) !important;
}


body .fluentform_wrapper_1 #fluentform_1
.text-danger,

body .fluentform_wrapper_1 #fluentform_1
.error {

    display:
        block;

    margin:
        7px 0 0 !important;

    color:
        #C64F57 !important;

    font-family:
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif !important;

    font-size:
        13px !important;

    font-weight:
        700 !important;

    line-height:
        1.4 !important;
}


/* ============================================================
   SUCCESS MESSAGE
============================================================ */

body .fluentform_wrapper_1
.ff-message-success {

    margin:
        18px 0 0 !important;

    padding:
        16px 18px !important;

    color:
        var(--mg-text) !important;

    background:

        radial-gradient(
            circle at 100% 100%,
            rgba(222,242,244,.80),
            transparent 45%
        ),

        radial-gradient(
            circle at 0% 0%,
            rgba(227,238,219,.48),
            transparent 45%
        ),

        linear-gradient(
            135deg,
            #FFFFFF,
            #F7FBFC
        ) !important;

    border:
        1px solid
        rgba(41,157,189,.21) !important;

    border-left:
        4px solid
        var(--mg-cyan) !important;

    border-radius:
        10px !important;

    font-family:
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif !important;

    font-size:
        14px !important;

    line-height:
        1.6 !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.90) !important;
}


/* ============================================================
   MEDGEN PEPTIDES INFORMATION LINE
============================================================ */

body .fluentform_wrapper_1
#fluentform_1::after {

    content:
        "MedGen Peptides • medgenpeptides.com • support@medgenpeptides.com • Updated August 22, 2026";

    display:
        block;

    width:
        100%;

    margin:
        19px 0 0;

    padding:
        15px 16px 0;

    border-top:
        1px solid rgba(41,157,189,.16);

    color:
        var(--mg-muted);

    font-family:
        var(--e-global-typography-text-font-family),
        Arial,
        sans-serif;

    font-size:
        11px;

    font-weight:
        600;

    line-height:
        1.6;

    letter-spacing:
        .025em;

    text-align:
        center;
}


/* ============================================================
   TABLET
============================================================ */

@media only screen and (max-width: 768px) {

    body .fluentform_wrapper_1 {

        padding:
            24px 20px !important;

        border-radius:
            15px;
    }


    body .fluentform_wrapper_1
    #fluentform_1::before {

        margin-bottom:
            16px;

        padding-bottom:
            16px;

        font-size:
            29px;
    }


    body .fluentform_wrapper_1
    #fluentform_1 fieldset {

        grid-template-columns:
            1fr !important;
    }


    body .fluentform_wrapper_1
    #fluentform_1 fieldset::before {

        grid-column:
            1 !important;

        margin-bottom:
            8px;

        font-size:
            14.5px;

        line-height:
            1.68;
    }


    body .fluentform_wrapper_1 #fluentform_1
    input.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    select.ff-el-form-control,

    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control {

        padding:
            15px 16px !important;

        border-radius:
            9px !important;
    }


    body .fluentform_wrapper_1 #fluentform_1
    textarea.ff-el-form-control {

        min-height:
            160px !important;
    }


    body .fluentform_wrapper_1 #fluentform_1
    button.ff-btn-submit {

        width:
            100% !important;

        min-height:
            54px !important;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media only screen and (max-width: 480px) {

    body .fluentform_wrapper_1 {

        padding:
            21px 17px !important;

        border-radius:
            13px;
    }


    body .fluentform_wrapper_1::before {

        margin-bottom:
            12px;

        padding:
            7px 11px;

        font-size:
            10px;

        letter-spacing:
            .09em;
    }


    body .fluentform_wrapper_1
    #fluentform_1::before {

        font-size:
            26px;
    }


    body .fluentform_wrapper_1
    #fluentform_1 fieldset::before {

        font-size:
            14px;
    }


    body .fluentform_wrapper_1
    #fluentform_1::after {

        padding-left:
            4px;

        padding-right:
            4px;

        font-size:
            10px;

        line-height:
            1.55;
    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    body .fluentform_wrapper_1,

    body .fluentform_wrapper_1
    input.ff-el-form-control,

    body .fluentform_wrapper_1
    select.ff-el-form-control,

    body .fluentform_wrapper_1
    textarea.ff-el-form-control,

    body .fluentform_wrapper_1
    button.ff-btn-submit {

        transition:
            none !important;
    }

}/* End custom CSS */