<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bot-gen-section {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 48px auto;
    border-radius: 16px;
    background-color: #073B4E;
    box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}
.bot-gen-section .img-page-desktop {
    display: inline-block;
}
.bot-gen-section .img-page-mobile {
    display: none;
}
.bot-gen-section .left {
    width: 25%;
    min-height: 1px;
    float: left;
}
.bot-gen-section .middle {
    width: 50%;
    min-height: 1px;
    float: left;
}
.bot-gen-section .right {
    width: 25%;
    min-height: 1px;
    float: left;
}
.bot-gen-section .left img {
    width: 100%;
    transform: scale(1.2) translate(-20px, 0);
}
.bot-gen-section .right img {
    position: absolute;
    width: 183px;
    transform: translate(20px, -12px);
}
.bot-gen-section .middle .step-wrapper {
    padding: 48px 0;
}
.bot-gen-section .middle .step-wrapper.step-2 {
    display: none;
}
.bot-gen-section .middle .step-wrapper.step-3 {
    display: none;
}
.bot-gen-section .middle .step-wrapper p {
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.6em;
}
.bot-gen-section .middle .step-wrapper p.title {
    padding-bottom: 8px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 28px !important;
    font-weight: 900;
    line-height: 1.2em;
    color: #ffffff;
    text-align: center;
}
.bot-gen-section .middle .step-wrapper p.small-title {
    position: absolute;
    right: 100px;
    top: -24px;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #FF3E0E;
    line-height: 1em;
    padding: 35px 12px;
    text-align: center;
    font-size: 16px !important;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}
.bot-gen-section .middle .step-wrapper .form-wrapper {
    width: 100%;
    max-width: 320px;
    margin: 24px auto 0;
}
.bot-gen-section .middle .step-wrapper .form-wrapper.hs-form {
    display: none;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field {
    margin-bottom: 12px;
}
.bot-gen-section .middle .step-wrapper .form-wrapper form.hs-form .hs-form-field {
    margin-bottom: 12px;
}
.bot-gen-section .middle .step-wrapper .form-wrapper form.hs-form .hs-form-field label {
    font-size: 12px;
    color: #ffffff;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field label {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field input,
        .bot-gen-section .middle .step-wrapper .form-wrapper form.hs-form input {
    height: auto !important;
    padding: 8px !important;
    border: 1px solid #16535e !important;
    border-radius: 32px !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field input.error {
    box-shadow: inset 0 0 0 2px #ff6666;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field select,
        .bot-gen-section .middle .step-wrapper .form-wrapper form.hs-form select {
    width: 100%;
    height: auto;
    padding: 12px;
    border: 1px solid #16535e;
    border-radius: 32px;
    background-color: #ffffff;
    font-size: 16px;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtPrice],
        .bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtSales],
        .bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtFname],
        .bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtLname],
        .bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtEmail],
        .bot-gen-section .middle .step-wrapper .form-wrapper form.hs-form input {
    width: 100%;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtPhone] {
    width: 100%;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-field input[name=txtRoyalty] {
    width: 100%;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-button {
    text-align: center;
}
.bot-gen-section .middle .step-wrapper .form-wrapper .form-button button,
        .bot-gen-section .middle .step-wrapper .form-wrapper form.hs-form input[type=submit] {
    width: 100%;
    padding: 12px 32px;
    border: 0;
    border-radius: 32px;
    background-color: #FF3E0E !important;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}
.bot-gen-section .middle .step-wrapper .result-wrapper {
    padding: 32px 0;
}
.bot-gen-section .middle .step-wrapper .result-wrapper p {
    font-size: 16px !important;
}
.bot-gen-section .middle .step-wrapper .result-wrapper .result-button {
    margin-top: 12px;
    text-align: center;
}
.bot-gen-section .middle .step-wrapper .result-wrapper .result-button a.btn-join {
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 32px;
    border: 0;
    border-radius: 32px;
    background-color: #FF3E0E;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
.bot-gen-section .middle .step-wrapper .result-wrapper .result-button button.btn-goback {
    border: 0;
    border-bottom: 1px solid #FF3E0E;
    font-size: 12px;
    background-color: transparent;
    color: #ffffff;
}
@media screen and (max-width:540px) {
    .bot-gen-section .img-page-desktop {
        display: none;
    }
    .bot-gen-section .img-page-mobile {
        display: inline-block;
    }
    .bot-gen-section {
        padding: 64px 32px;
    }
    .bot-gen-section .left {
        width: 100%;
        text-align: center;
        float: none;
    }
    .bot-gen-section .middle {
        width: 100%;
        float: none;
    }
    .bot-gen-section .right {
        display: none;
    }
    .bot-gen-section .left img {
        position: relative;
        width: 100%;
        transform: none;
    }
    .bot-gen-section .right .step-wrapper {
        padding: 64px 32px;
    }
    .bot-gen-section .right .step-wrapper .form-wrapper .form-field  {
        margin-bottom: 0;
    }
    .bot-gen-section .right .step-wrapper .form-wrapper .form-field input[name=txtFname],
            .bot-gen-section .right .step-wrapper .form-wrapper .form-field input[name=txtLname],
            .bot-gen-section .right .step-wrapper .form-wrapper .form-field input[name=txtEmail],
            .bot-gen-section .right .step-wrapper .form-wrapper .form-field input[name=txtPhone] {
        width: 100%;
        margin-bottom: 16px;
    }
}
</pre></body></html>