:root {
    --heading-color: #2e1b58;
    --primary-color: #5c3f9b;
}

.txt-col-accent {
    color: #ffbee2;
}

.my-logo {
    max-height: 55px;
}

.ud-hero {
    background: #9c8fb9;
}

.ud-hero-content h1, .ud-hero-content p, .ud-hero-content ul{
    opacity: 0.9;
}

.ud-hero-content .ud-hero-title {
    font-size: 36px;
    line-height: 1.5;
}

.store-dl-label {
    margin-bottom: 8px;
    text-align: center;
    color: #2e1b58;
    font-size: 20px;
    font-weight: 600;
}

.store-dl-btn img {
    max-height: 60px;
    transition: opacity 300ms ease;
}
.store-dl-btn img:hover {
    opacity: .7;
}

.ud-hero-buttons li:not(:last-child) {
    margin-right: 16px;
}

.sticky {
    background: #d3c6ef;
}

.ud-about-content ol {
    list-style-type: decimal;
    margin-left: 24px;
    margin-bottom: 16px;
}

.ud-about-content p {
    margin-bottom: 8px;
}


.product-images {
    margin: 16px 0 16px 16px;
    min-height: 540px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.product-images>img {
    flex: 1;
    max-width: 200px;
    height: 400px;
}

.partners-main-info {
    display: flex;
}

.partners-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.partners-footer {
    padding: 0 70px 70px;
}

.partners-images {
    margin: 16px 0 16px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.partners-images > img {
    flex: 1;
    max-width: 350px;
}

.my-ud-about-content {
    max-width: 600px;
}

.my-ud-about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding: 16px 70px 16px 0;
}

.my-about-image {
    max-width: 400px;
}

.my-ud-about {
    padding-top: 0;
}

.my-logo-footer {
    max-height: 120px;
}

.ud-footer{
    padding-top: 50px;
}
.ud-footer-bottom-left a {
    padding-bottom: 16px;
    color: var(--white);

    &:hover {
      color: #9c8fb9;
    }
}

@media (max-width: 1024px) {
    .partners-images {
        width: auto;
    }

    .partners-images > img {
        flex: 1;
        max-width: 250px;
    }
}

@media (max-width: 767px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ud-hero-content .ud-hero-title {
        font-size: 30px;
    }
    
    .my-ud-about-image {
        padding: 0;
    }

    .my-about-image {
        max-width: 100%;
    }

    .product-images>img {
        max-width: 100%;
        height: unset;
        max-height: 90vh;
    }

    .ud-about-wrapper.product-info-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .partners-main-info {
        display: initial;
    }

    .partners-images > img {
        flex: 1;
        max-width: 200px;
    }
}

.faq-header {
    background-color: #9c8fb9;
}

.faq-page-main-section {
    min-height: calc(100vh - 220px);
}

.policy-section {
    background: #f3f4fe;
    padding: 120px 0;
    min-height: calc(100vh - 74px - 146px);
}

#send-us-submit-button.loading > .spinner-border-sm {
    display: inline-block !important;
}

.video-section {
    background: #f3f4fe;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background: no-repeat center;
    user-select: none;
    pointer-events: none;
    filter: blur(1.5rem);
    min-height: 200vh;
    min-width: 300vw;
}

.policy-container {
    text-align: justify;
}

.policy-container .inline {
    display: inline;
}

.list-padding {
    padding-left: 20px;
}