* {
    box-sizing: border-box;
    line-height: normal;
}
.f-s-13 {
    font-size: 13px;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.f-s-18 {
    font-size: 18px;
}

.f-s-20 {
    font-size: 20px;
}

.f-s-22 {
    font-size: 22px;
}

.f-s-24 {
    font-size: 24px;
}

.f-s-26 {
    font-size: 26px;
}

.f-s-28 {
    font-size: 28px;
}

.f-s-30 {
    font-size: 30px;
}

.f-s-32 {
    font-size: 32px;
}
@keyframes flashLite {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}
.cta-container {
    position: fixed;
    width: 36%;
    left: 32%;
    right: 32%;
    bottom: 28px;
    z-index: 10;
}
.cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    margin: auto;
    border-radius: 25px;
    gap: 12px;
    padding: 2px 4px;
}
.cta-wrapper .action-button {
    animation: flashLite 1.5s infinite;
    cursor: pointer;
    border-radius: 99px;
    display: flex;
    align-items: center;
}
.cta-wrapper .action-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.action-button:nth-child(1) {
    animation-delay: 0s;
}

.action-button:nth-child(2) {
    animation-delay: 0.3s;
}
.cta-wrapper .action-button:hover {
    transform: scale(1.02);
}

.button-download-container {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.download-image-bg {
    width: 100%;
}
.btn-download {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: flashLite 0.8s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-download img {
    height: 68px;
}
.btn-download:hover {
    transform: scale(1.02);
    color: #8f0f13 !important;
}

.form-info-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/home/15.png");
    width: 100%;
    aspect-ratio: 7 / 4;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.form-info-content {
    background-image: url("/images/home/form-bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px;
    width: 40%;
    margin: auto;
    margin-top: 0px;
    text-align: center;
}
.form-info-content-title {
    text-align: center;
    animation: flashLite 0.4s infinite;
    width: 80%;
    margin: auto;
}
.form-info-content-title img {
    width: 100%;
}
.form-info-content-title h4 {
    font-weight: 700;
    color: #fff;
}
.form-info {
    padding: 0 40px;
}
.form-title-line {
    width: 40%;
    height: 2px;
    background-image: linear-gradient(to right, #fad169, #c79c39);
    margin: 0 auto;
}
.form-title-des {
    padding: 0 12px;
    margin-top: 12px;
    font-size: 28px;
    font-weight: 800;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.form-title-des div {
    background-image: linear-gradient(to right, #ddae40, #fad169);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.4s ease;
}
.form-info .form-group {
    margin: 16px 0;
}
.form-info .form-group input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0px 20px;
    border-radius: 25px;
    font-weight: 400;
    color: #c0392b;
    background-color: #f8f1e1;
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Crimson";
}
.form-info .form-group select {
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #c0392b;
    background-color: #f8f1e1;
    font-size: 16px;
    font-weight: 600;
    font-family: "Crimson";
}
.form-info .form-group input::placeholder {
    color: #c0392b;
    font-weight: 400;
    font-family: "Crimson";
}
.form-info .form-group select::placeholder {
    color: #c0392b;
    font-weight: 400;
    font-family: "Crimson";
}
.form-info .btn-submit-info {
    z-index: 999;
    width: 80%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 20px;
}
.form-info .btn-submit-info:hover {
    transform: scale(1.05);
    animation: flashLite 0.4s infinite;
    /* box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); */
}
input[type="number"] {
    font-size: inherit;
}
button,
input,
select {
    font-family: "Crimson";
}
select:focus {
    outline: none;
}
select:focus-visible {
    outline: none;
}
select:focus-within {
    outline: none;
}
select:focus-within {
    outline: none;
}
.amount-select.placeholder-shown {
    font-weight: 400 !important;
}
select:invalid {
    font-weight: 400;
}
option[value=""][disabled] {
    display: none;
}
.amount-select-wrapper {
    position: relative;
    width: 100%;
}
.amount-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    padding-left: 20px;
}

.amount-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #c0392b;
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .form-info {
        padding: 0 20px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .cta-container {
        left: 25%;
        width: 50%;
        right: 25%;
        bottom: 12px;
    }
    .button-download-container {
        padding-bottom: 28px;
    }
    .btn-download {
        bottom: 28px;
    }
    .btn-download img {
        height: 52px;
    }
    .form-info {
        padding: 0 28px;
    }
    .form-info-content {
        width: 44%;
    }
    .form-info-content-title {
        width: 68%;
        margin: auto;
        margin-top: 28px;
    }
    .form-info .form-group {
        margin: 12px 0;
    }
    .form-info .btn-submit-info {
        margin-top: 24px;
        margin-bottom: 36px;
    }
    .form-info .btn-submit-info img {
        width: 80%;
        margin: auto;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .cta-container {
        left: 22%;
        right: 22%;
        width: 56%;
        bottom: 8px;
    }
    .button-download-container {
        padding-bottom: 20px;
    }
    .btn-download {
        bottom: 20px;
    }
    .btn-download img {
        height: 48px;
    }
    .form-info {
        padding: 0 20px;
    }
    .form-info-content {
        width: 48%;
    }
    .form-info-content-title {
        width: 68%;
        margin: auto;
        margin-top: 28px;
    }
    .form-info .form-group {
        margin: 12px 0;
    }
    .form-info .btn-submit-info {
        margin-top: 16px;
        margin-bottom: 36px;
    }
    .form-info .btn-submit-info img {
        width: 80%;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .cta-container {
        width: 76%;
        left: 12%;
        right: 12%;
        bottom: 4px !important;
    }
    .button-download-container {
        padding-bottom: 8px;
    }
    .btn-download {
        bottom: 10px;
    }
    .btn-download img {
        height: 40px;
    }
    .download-image-bg {
        aspect-ratio: 375 / 112;
    }
    .form-info {
        padding: 0 32px;
    }
    .form-info-content {
        width: 68%;
    }
    .form-info-content-title {
        width: 68%;
        margin: auto;
        margin-top: 28px;
    }
    .form-info .form-group {
        margin: 12px 0;
    }
    .form-info .btn-submit-info {
        margin-top: 16px;
        margin-bottom: 36px;
    }
    .form-info .btn-submit-info img {
        width: 80%;
        margin: auto;
    }
}
@media (max-width: 576px) {
    .form-info {
        padding: 0 28px;
    }
    .form-info-content {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .form-info {
        padding: 0;
    }
    .form-info-content-title {
        width: 68%;
        margin-top: 30px;
    }
    .form-info-content {
        width: 88%;
        padding: 20px 60px;
    }
    .form-info .btn-submit-info {
        width: 68%;
        margin-top: 0;
        margin-bottom: 32px;
    }
    .form-info .form-group {
        margin: 8px 0;
    }
}
