@charset "UTF-8";

.footer2 {
    letter-spacing: 1px;
}

hr {
    border: 2px solid #eb1b3c;
}

.mbr-embedded-video {
    height: 30rem !important;
    border: 2px solid #92683C;
    border-radius: 30px !important;
}

.logo {
    height: auto;
    width: 19rem;
}

.logo-footer {
    height: auto;
    width: 14rem;
}

.orion-plus {
    font-family: 'Warpen';
}

.orion-plus .red {
    color: #eb1b3c;
}

.orion-mockup {
    width: 42rem !important;
    height: auto;
}

.orion-underline {
    background-color: #92683C;
    border-radius: 20px;
}

.social-icon {
    width: 28px;
    height: auto;
}

.social-icon.tiktok {
    width: 32px;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    /* Firefox */
}

.scroll-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.scroll-item {
    flex: 0 0 auto;
    width: 330px;
    height: 240px;
    margin-right: 1rem;
    background-color: #2b2b2b;
    border-radius: 15px;
}

.scroll-container:hover {
    overflow-x: scroll;
}

.header15,
.cid-uAtBZvAlxA,
.cid-uAtGJ6PQvd {
    min-height: 50vh !important;
}

.cid-uAtBZvAlxA {
    background-image: url(../../images/section-whatis-2000x1001.png);
}

.cid-uAtFwXDIhc .need-help {
    border-radius: 30px !important;
    background: rgb(25, 25, 25);
    background: -moz-linear-gradient(315deg, rgba(25, 25, 25, 0) 50%, rgba(146, 104, 60, 0.5074404761904762) 100%);
    background: -webkit-linear-gradient(315deg, rgba(25, 25, 25, 0) 50%, rgba(146, 104, 60, 0.5074404761904762) 100%);
    background: linear-gradient(315deg, rgba(25, 25, 25, 0) 50%, rgba(146, 104, 60, 0.5074404761904762) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191919", endColorstr="#92683c", GradientType=1);
}

.cid-uAtFwXDIhc .card {
    border: 1px solid #92683C;
    border-radius: 20px !important;
    background: rgb(25, 25, 25);
    background: -moz-linear-gradient(135deg, rgba(25, 25, 25, 0) 40%, rgba(146, 104, 60, 0.4009978991596639) 100%);
    background: -webkit-linear-gradient(135deg, rgba(25, 25, 25, 0) 40%, rgba(146, 104, 60, 0.4009978991596639) 100%);
    background: linear-gradient(135deg, rgba(25, 25, 25, 0) 40%, rgba(146, 104, 60, 0.4009978991596639) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#191919", endColorstr="#92683c", GradientType=1);
}

.cid-uAtFwXDIhc .card .display-7 {
    font-size: 1rem !important;
}

.cid-uAtFwXDIhc .display-5,
.cid-uAtBZvAlxA .display-5,
.cid-uAtGJ6PQvd .display-5 {
    font-size: 2.5rem;
    letter-spacing: 2px;
}

.cid-uAtBZvAlxA .display-7,
.cid-uAtGJ6PQvd .display-7 {
    font-size: 1.875rem;
    line-height: 1.5;
}

.btn.display-7 {
    font-size: 1.25rem !important;
    letter-spacing: 2px;
    padding: 1.5rem 2.5rem !important;
}

.btn.btn-success-outline {
    color: #fff;
}

@media (max-width: 575px) {
    .mbr-embedded-video {
        height: 14rem !important;
    }

    .orion-mockup {
        width: 20rem !important;
        height: auto;

        margin: 0 auto;
    }

    .logo-footer {
        margin: 0 auto;
    }

    .cid-uAtFwXDIhc .card .display-7 {
        font-size: 0.825rem !important;
        line-height: 1.4;
    }

    .cid-uAtFwXDIhc .display-5,
    .cid-uAtBZvAlxA .display-5,
    .cid-uAtGJ6PQvd .display-5 {
        font-size: 1.5rem;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .cid-uAtBZvAlxA .display-7,
    .cid-uAtGJ6PQvd .display-7 {
        font-size: 1.25rem;
        line-height: 1.3;
    }

    .btn.display-7 {
        font-size: 0.875rem !important;
        padding: 1rem 1rem !important;
    }
}

@media (min-width: 576px) and (max-width: 993px) {
    .mbr-embedded-video {
        height: 14rem !important;
    }

    .orion-mockup {
        width: 20rem !important;
        height: auto;

        margin: 0 auto;
    }

    .logo-footer {
        margin: 0 auto;
    }

    .cid-uAtFwXDIhc .card .display-7 {
        font-size: 0.925rem !important;
        line-height: 1.3;
    }

    .cid-uAtFwXDIhc .display-5,
    .cid-uAtBZvAlxA .display-5,
    .cid-uAtGJ6PQvd .display-5 {
        font-size: 2rem;
        letter-spacing: 2px;
        line-height: 1.3;
    }

    .cid-uAtBZvAlxA .display-7,
    .cid-uAtGJ6PQvd .display-7 {
        font-size: 1.35rem;
        line-height: 1.3;
    }

    .btn.display-7 {
        font-size: 1rem !important;
    }
}

@media (max-width: 993px) {
    .orion-underline {
        border-radius: unset;
    }
}