/* _content/Tilt.Brochureware/Components/Atoms/Banner.razor.rz.scp.css */

[b-n47t9fjvmm] .ai-announcement {
    border-radius: 16px !important;
    position: relative;
    padding: 24px 0;
}

[b-n47t9fjvmm] .ai-announcement .text-content {
    padding: 24px;
    color: var(--text-primary);
}

[b-n47t9fjvmm] .banner--primary {
    background-color: var(--surface-primary);
}

[b-n47t9fjvmm] .banner--secondary {
    background-color: var(--surface-secondary);
}

[b-n47t9fjvmm] .banner--inactive {
    background-color: var(--surface-inactive);
}

[b-n47t9fjvmm] .banner--brand {
    background-color: var(--surface-brand);
}

[b-n47t9fjvmm] .banner--brand-blue {
    background-color: var(--surface-brand-blue);
}

[b-n47t9fjvmm] .banner--alert-red {
    background-color: var(--surface-alert-red);
}

[b-n47t9fjvmm] .banner--alert-green {
    background-color: var(--surface-alert-green);
}

[b-n47t9fjvmm] .banner--alert-amber {
    background-color: var(--surface-alert-amber);
}

[b-n47t9fjvmm] .banner--brand-midnight {
    background-color: var(--surface-brand-midnight);
}

[b-n47t9fjvmm] .banner--brand-daynight {
    background-color: var(--surface-brand-daynight);
}

[b-n47t9fjvmm] .banner--brand-shadow {
    background-color: var(--surface-brand-shadow);
}

[b-n47t9fjvmm] .banner--inverted {
    background-color: var(--surface-inverted);
}

[b-n47t9fjvmm] .banner--inverted-primary {
    background-color: var(--surface-inverted-primary);
}

[b-n47t9fjvmm] .hero-text {
    font-size: 52px;
    font-weight: 600;
    line-height: 85%;
}
/* _content/Tilt.Brochureware/Components/Atoms/Button.razor.rz.scp.css */
/* Size Padding */
.button--sm[b-ptinhem2cn]  button.mud-button {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

.button--md[b-ptinhem2cn]  button.mud-button {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.button--lg[b-ptinhem2cn]  button.mud-button {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

/* Primary */
.button--primary[b-ptinhem2cn]  button.mud-button-filled {
    background-color: var(--button-primary);
    color: var(--text-inverted-primary);
}

.button--primary[b-ptinhem2cn]  button.mud-button-filled:hover {
    background-color: var(--button-primary-hover);
    color: var(--text-inverted-primary);
}

.button--primary[b-ptinhem2cn]  button.mud-button-filled:focus {
    background-color: var(--button-primary-focus);
    color: var(--text-inverted-primary);
}

.button--primary[b-ptinhem2cn]  button.mud-button-filled:active {
    background-color: var(--button-primary-active);
    color: var(--text-inverted-primary);
}

.button--primary[b-ptinhem2cn]  button.mud-button-filled:disabled {
    background-color: var(--button-primary-disabled);
    color: var(--text-inverted-primary);
}

/* Secondary */
.button--secondary[b-ptinhem2cn]  button.mud-button-filled,
.button--secondary[b-ptinhem2cn]  button.mud-button-outlined {
    background-color: var(--button-secondary);
    color: var(--text-secondary);
}

.button--secondary[b-ptinhem2cn]  button.mud-button-filled:hover,
.button--secondary[b-ptinhem2cn]  button.mud-button-outlined:hover{
    background-color: var(--button-secondary-hover);
    color: var(--text-secondary);
}

.button--secondary[b-ptinhem2cn]  button.mud-button-filled:focus,
.button--secondary[b-ptinhem2cn]  button.mud-button-outlined:focus{
    background-color: var(--button-secondary-focus);
    color: var(--text-secondary);
}

.button--secondary[b-ptinhem2cn]  button.mud-button-filled:active,
.button--secondary[b-ptinhem2cn]  button.mud-button-outlined:active{
    background-color: var(--button-secondary-active);
    color: var(--text-secondary);
}

.button--secondary[b-ptinhem2cn]  button.mud-button-filled:disabled,
.button--secondary[b-ptinhem2cn]  button.mud-button-outlined:disabled{
    background-color: var(--button-secondary-disabled);
    color: var(--text-secondary);
}
/* _content/Tilt.Brochureware/Components/Atoms/Slider.razor.rz.scp.css */
.slider-div[b-00d8wg2lm0] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

    .slider-div[b-00d8wg2lm0] ::-webkit-slider-thumb {
        background-color: white !important;
        border: 1px solid var(--mud-palette-primary) !important;
    }

.slider-div[b-00d8wg2lm0] .slider-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.slider-div[b-00d8wg2lm0] .min-value {
    margin-right: auto;
}

.slider-div[b-00d8wg2lm0] .mud-input-control-input-container {
    width: 100px;
    margin: 0;
    flex: none;
}

.slider-div[b-00d8wg2lm0] .max-value {
    margin-left: auto;
}

.input-container[b-00d8wg2lm0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.slider-div[b-00d8wg2lm0] .gap-3 {
    gap: 0px;
}
    .value-span[b-00d8wg2lm0] {
    color: #1C1C2A;
    font-size: 14px;
    font-weight: 600;
}
/* _content/Tilt.Brochureware/Components/Atoms/Toggle.razor.rz.scp.css */
div[b-3jpyjyvq3a]  .mud-switch-track {
    background-color: var(--primary100);
}

div[b-3jpyjyvq3a]  .mud-switch-button span {
    background-color: var(--text-inverted-primary);
}
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/GlobalComponents/Footer.razor.rz.scp.css */
.footer[b-a4yh3xcts2] {
    background-color: #1030B4; /* Blue background */
    color: #FFFFFF; /* White text */
    padding: 48px 16px;
    position: relative;
}

.footer[b-a4yh3xcts2]  .footer-container {
    margin: 0 auto;
}

.footer[b-a4yh3xcts2]  .footer-grid {
    margin-bottom: 32px;
}

    .footer[b-a4yh3xcts2]  .footer-list .mud-list-item-text p {
        font-family: 'soleil', sans-serif !important;
        font-weight: 300 !important;
        font-size: 16px !important;
    }

.footer[b-a4yh3xcts2]  .footer-column {
    margin-bottom: 24px;
}

.footer[b-a4yh3xcts2]  .footer-logo {
    margin-bottom: 24px;
}

    .footer[b-a4yh3xcts2]  .footer-heading {
        font-weight: 500;
        margin-bottom: 16px;
        font-family: 'NeulisSans', sans-serif;
        font-size: 18px;
    }

.footer[b-a4yh3xcts2]  .footer-list {
    list-style: none;
    padding: 0;
    margin-left:-15px;
}

.footer[b-a4yh3xcts2]  .footer-list .mud-list-item {
    margin-bottom: 8px;
    color: #FFFFFF;
}

.footer[b-a4yh3xcts2]  .email-input {
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
    background-color: white;
}

.footer[b-a4yh3xcts2]  .join-button {
    background-color: #000000; /* Black button */
    color: #FFFFFF; /* White text */
    text-transform: none;
    width: 100%;
}

.footer[b-a4yh3xcts2]  .footer-note {
    margin-top: 8px;
    color: #D3D3D3; /* Light grey text */
}

.footer[b-a4yh3xcts2]  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    text-underline-offset: 5px;
}

.footer[b-a4yh3xcts2]  .footer-bottom a {
    font-family: 'neulis-sans',"Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    line-height: 18px;
    text-underline-offset: 5px;
}

.footer[b-a4yh3xcts2]  .footer-left {
    display: flex;
    gap: 8px;
}

.footer[b-a4yh3xcts2]  .footer-copyright {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    font-family: 'soleil', sans-serif !important;
}

.footer[b-a4yh3xcts2]  .legal {
    font-size:14px;
    font-weight:300;
    padding-top:30px;
}

@media screen and (max-width: 820px) {
    .footer[b-a4yh3xcts2]  .social-icons {
        display: flex !important;
        gap: 16px !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

.footer[b-a4yh3xcts2]  .footer-links {
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
    margin-left: -24px;
}

.footer[b-a4yh3xcts2]  .footer-link {
    color: #FFFFFF !important;
    text-decoration: underline;
    font-size: 14px;
    font-family: 'NeulisSans', sans-serif;
}

.footer[b-a4yh3xcts2]  .footer-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
}

.footer[b-a4yh3xcts2]  .footer-icons .mud-icon-button {
    color: #FFFFFF;
    font-size: 20px;
}

.footerLegal[b-a4yh3xcts2] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 40px;
}

.footerLegal__left[b-a4yh3xcts2] {
    display: flex;
    flex-direction:column;
}

.footerLegal__left .copyright[b-a4yh3xcts2] {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'soleil', sans-serif;
    margin-right:50px;
}

.footerLegal__right[b-a4yh3xcts2] {
    display: flex;
}

[b-a4yh3xcts2] .footerLegal__left .links a {
    font-family: 'neulis-sans', "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    line-height: 18px;
    text-underline-offset: 5px;
}

.footerLegal__left .links ul[b-a4yh3xcts2] {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footerLegal__left .links li[b-a4yh3xcts2] {
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .footerLegal[b-a4yh3xcts2] {
        flex-direction: row;
    }

    .footerLegal__left[b-a4yh3xcts2] {
        flex-direction: row;
    }

    .footerLegal__left .links ul[b-a4yh3xcts2] {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footerLegal__left .links li[b-a4yh3xcts2] {
        margin-bottom: 0px;
        margin-right: 10px;
        display:inline-block;
    }
}
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/GlobalComponents/Header.razor.rz.scp.css */
/* Header Styles */
.header-div[b-v2n5yxdk6m] .header-section {
    background-color: #365BF6;
    width: 100%;
    z-index: 999;
    transition: background-color 0.3s ease-in-out;
}

.header-div[b-v2n5yxdk6m] .header-section:hover {
    background-color: white !important;
}

    .header-div[b-v2n5yxdk6m] .header-section:hover .dropdown-arrow svg path {
        fill: #000;
    }

    .header-div[b-v2n5yxdk6m] .header-section:hover .logo-image {
        filter: brightness(0) invert(0);
    }

.header-div[b-v2n5yxdk6m] .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 0;
}

.header-div[b-v2n5yxdk6m] .header-logo {
    position: relative;
}

    .header-div[b-v2n5yxdk6m] .header-logo .logo-image {
        filter: brightness(0) invert(1);
        max-height: 40px;
        margin: 8px 0;
        display: block;
        transition: filter 0.3s ease;
    }

.header-div[b-v2n5yxdk6m] .header-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.header-div[b-v2n5yxdk6m] .nav-link {
    display: inline-flex;
    align-items: center; /* Vertically center text and arrow */
    gap: 0.75rem;
    font-family: 'soleil', sans-serif;
    font-size: 16px;
    color: white !important;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.header-div[b-v2n5yxdk6m] .header-section:hover .nav-link {
    color: #000 !important;
}

.header-div[b-v2n5yxdk6m] .phone-number-section {
    display: inline-flex;
    align-items: center; /* Vertically center text and arrow */
    gap: 4px;
    color: white !important;
    transition: color 0.3s ease-in-out;
    padding-right:8px;
}

.header-div[b-v2n5yxdk6m] .header-section:hover .phone-number-section {
    color: #000 !important;
}

.header-div .phone-number[b-v2n5yxdk6m] {
    font-family: 'soleil', sans-serif !important;
    font-size: 16px !important;
    font-weight: 300;
    text-decoration: none;
}

.header-div .phone-number-section a[b-v2n5yxdk6m] {
    color: white;
    transition: color 0.3s ease-in-out;
}

.header-div .phone-number-section a:visited[b-v2n5yxdk6m] {
    color: white;
    transition: color 0.3s ease-in-out;
}

.header-div .header-section:hover .phone-number-section a[b-v2n5yxdk6m] {
    color: #000 !important;
}

.header-div .header-section:hover .phone-number-section a:visited[b-v2n5yxdk6m] {
    color: #000 !important;
}

.header-div[b-v2n5yxdk6m] .header-buttons {
    display: flex;
    right: 40px;
    top: 12px;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.header-div[b-v2n5yxdk6m] .retrieve-quote-button {
    border: none;
    font-size: 16px;
    font-weight: 300;
    background: none;
    color: white !important;
    transition: color 0.3s ease-in-out;
}

.header-div[b-v2n5yxdk6m] .header-section:hover .retrieve-quote-button {
    color: #000 !important;
}

.header-div[b-v2n5yxdk6m] .get-quote-button {
    font-size: 16px;
    border: 1px solid white !important;
    background: none !important;
    color: white !important;
    transition: color 0.3s ease-in-out;
    padding: 10px;
    border-radius: 4px;
}

.header-div[b-v2n5yxdk6m] .header-section:hover .get-quote-button {
    border-color: #000 !important;
    color: #000 !important;
}

/* Burger Menu Styles */
.header-div[b-v2n5yxdk6m] .burger-menu-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    max-width: 100% !important;
}

    .header-div[b-v2n5yxdk6m] .burger-menu-button .burger-icon {
        width: 40px; /* Updated from 50px to 40px */
        height: 40px; /* Updated from 32px to 40px */
        color: #FFFEFB !important;
        background-color: #1C1C2A; /* Matches the background color in the image */
        border-radius: 8px; /* Rounded corners */
        padding: 10px 16px; /* Add padding for spacing */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a floating effect */
    }

/* Drawer Header */
.header-div[b-v2n5yxdk6m] .drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    position: sticky; /* Makes it stay at the bottom as you scroll */
    z-index: 10; /* Ensures it stays above the rest of the content */
}

.header-div[b-v2n5yxdk6m] .mobile-phone-section {
    display: flex;
    align-items: center; /* Vertically center the icon and text */
    justify-content: center; /* Center the entire phone number section */
    gap: 8px; /* Add spacing between the icon and the text */
    width: 100%; /* Ensure it spans the full width to appear below the buttons */
    margin-top: 16px; /* Add more spacing above the phone section */
    color: #365BF6 !important; /* Use the blue heading color */
}

.header-div[b-v2n5yxdk6m] .mobile-phone-section a {
    color: #365BF6 !important; /* Use the blue heading color */
    text-decoration: none;
    font-weight: 400; /* Make it slightly bolder */
}

    .header-div[b-v2n5yxdk6m] .drawer-header .drawer-logo {
        filter: brightness(0) invert(0);
        height: 40px;
    }

    .header-div[b-v2n5yxdk6m] .drawer-header .close-icon {
        min-width: 40px;
        height: 40px;
        padding: 0;
        margin: 0;
        font-size: 24px;
        color: #FFFEFB;
        background-color: #1C1C2A;
    }

/* Drawer List Styles */
.header-div[b-v2n5yxdk6m] .drawer-list {
    padding: 16px;
    background-color: #f9f9f9;
    height:100%;
}

.header-div[b-v2n5yxdk6m] .drawer-list .mud-list.mud-nested-list {
    border-radius: 16px;
    background-color: #fff;
    padding: 8px 16px;
    margin-top: 10px;
}

    .header-div[b-v2n5yxdk6m] .drawer-list .mud-nested-list > .mud-list-item {
        padding-left: 0;
        padding-inline-start: 0;
        padding-inline-end: unset;
    }

    .header-div[b-v2n5yxdk6m] .drawer-list .mud-list-item-clickable:focus:not(.mud-selected-item) {
        background-color: inherit !important;
    }

    .header-div[b-v2n5yxdk6m] .drawer-list .mud-list-item-clickable:active {
        background-color: inherit !important;
    }

.header-div[b-v2n5yxdk6m] .drawer-link {
    color: #1C1C2A !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 100% */
    font-family: 'NeulisSans', sans-serif;
}

.header-div[b-v2n5yxdk6m] .drawer-expandable {
color: #1C1C2A !important;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 100% */
}

.header-div[b-v2n5yxdk6m] .drawer-link:hover {
    text-decoration: underline;
}

/* Drawer Buttons (Sticky at the Bottom) */
.header-div[b-v2n5yxdk6m] .drawer-buttons {
    justify-content: space-between;
    padding: 16px;
    background-color: white; /* Ensure the button section has a white background */
    border-top: 1px solid #e0e0e0;
    position: sticky; /* Makes it stay at the bottom as you scroll */
    bottom: -2px; /* Anchors it to the bottom */
    z-index: 10; /* Ensures it stays above the rest of the content */
}

.header-div[b-v2n5yxdk6m] .drawer-quote-button {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    height: 48px;
    width: 48%;
}

    .header-div[b-v2n5yxdk6m] .drawer-quote-button.retrieve {
        border: 1px solid #a9a9ab !important;
        color: #1C1C2A;
    }

.header-div[b-v2n5yxdk6m] .drawer-quote-button.get-quote {
    background-color: #1C1C2A !important;
}
 
.header-div[b-v2n5yxdk6m] .mud-drawer {
    height: 100%;
}

.header-div[b-v2n5yxdk6m] .sub-drawer-link {
    color: #1C1C2A !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    font-family: 'NeulisSans', sans-serif;
}

.header[b-v2n5yxdk6m] .drawer-div{
    height:100vh;
    overflow-y:scroll;
}



.header-div[b-v2n5yxdk6m] .dropdown-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.header-div[b-v2n5yxdk6m] .dropdown-arrow svg {
    width: 100%;
    height: 100%;
}

.header-div[b-v2n5yxdk6m] .dropdown-arrow svg path {
    fill: #fff;
    transition: fill 0.3s ease;
}

.header-div[b-v2n5yxdk6m] .nav-link:hover .dropdown-arrow {
    transform: rotate(180deg);
}

.header-div[b-v2n5yxdk6m] .nav-link:hover .dropdown-arrow svg path {
    fill: #000;
}

/* Mega Menu Styles */
.header-div[b-v2n5yxdk6m] .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
}

.header-div[b-v2n5yxdk6m] .nav-link:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-div[b-v2n5yxdk6m] .mega-menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.header-div[b-v2n5yxdk6m] .mega-menu-title {
    margin-bottom: 30px;
    color: #1C1C2A;
    font-family: 'NeulisSans';
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
}

.header-div[b-v2n5yxdk6m] .mega-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.header-div[b-v2n5yxdk6m] .mega-menu-column h3 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.header-div[b-v2n5yxdk6m] .mega-menu-items {
    list-style: none;
}

    .header-div[b-v2n5yxdk6m] .mega-menu-items li {
        margin-bottom: 12px;
    }

    .header-div[b-v2n5yxdk6m] .mega-menu-items a {
        color: #666;
        text-decoration: none;
        font-size: 16px;
        transition: color 0.3s ease;
        display: block;
        padding: 5px 0;
    }

        .header-div[b-v2n5yxdk6m] .mega-menu-items a:hover {
            text-decoration: underline;
        }
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/HomeComponents/HowItWorks.razor.rz.scp.css */
.insurance-cards[b-eknc8pexxs] {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
}

.insurance-card[b-eknc8pexxs] {
    background: #E8E6F7;
    border-radius: 20px;
    padding: 32px;
    flex: 1;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card-icon[b-eknc8pexxs] {
    margin-bottom: 20px;
    color: #000;
}

.card-title[b-eknc8pexxs] {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin: 0 0 16px 0;
    color: #000;
}

.card-description[b-eknc8pexxs] {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    margin: 0;
    font-weight: 400;
}

@media (max-width: 768px) {
    .insurance-cards[b-eknc8pexxs] {
        flex-direction: column;
        padding: 0 20px;
        gap: 20px;
    }
    
    .insurance-card[b-eknc8pexxs] {
        min-width: unset;
        width: 100%;
        padding: 24px;
    }
    
    .card-title[b-eknc8pexxs] {
        font-size: 24px;
        line-height: 30px;
    }
    
    .card-description[b-eknc8pexxs] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .insurance-cards[b-eknc8pexxs] {
        padding: 0 16px;
        gap: 16px;
    }
    
    .insurance-card[b-eknc8pexxs] {
        padding: 20px;
        border-radius: 16px;
    }
}
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/HomeComponents/MainContent.razor.rz.scp.css */
/* Main Content Styles */
.main-content-div[b-rlbbm9p6xy] {
    width: 100%;
    background-color: var(--primary200) !important;
    background-image: url('/images/brochureware/HomeHeroBackgroundMobile.svg'); /* Default for <768px */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .main-content-div[b-rlbbm9p6xy] {
        background-image: url('/images/brochureware/HomeHeroBackgroundDesktop.svg'); /* For >=768px */
    }
}

.main-content-div[b-rlbbm9p6xy] .main-container {
    background-color: rgba(var(--text-brand-rgb), 0.85) !important; /* semi-transparent */
}

.main-content-div[b-rlbbm9p6xy] .hero-section {
    background-color: rgba(var(--surface-brand-blue-rgb), 0.85) !important; /* semi-transparent */
    color: white;
    text-align: center;
    padding: 0px 16px 115px 16px;
}

.main-content-div[b-rlbbm9p6xy] .hero-title {
    margin-top: 120px;
    font-weight: bold;
    line-height: 96px;
    font-size: 96px;
    color: white;
}

.main-content-div[b-rlbbm9p6xy] .hero-decorator .under-title-line {
    margin: 16px auto;
    width: 80px;
    height: 4px;
    background-color: #ffea00;
    border-radius: 2px;
}

.main-content-div[b-rlbbm9p6xy] .form-container {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    gap: 12px; /* Reduce the space between the input and button */
    margin-top: 32px; /* Add space above the form */
}

.main-content-div[b-rlbbm9p6xy] .trade-input.full-width,
.main-content-div[b-rlbbm9p6xy] .get-quote-button.full-width {
    width: 100%; /* Ensure both components are the same width */
    max-width: 400px; /* Limit the width for consistency */
}

.main-content-div[b-rlbbm9p6xy] .trade-input {
    text-align: center;
    font-family: Satoshi, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}

.main-content-div[b-rlbbm9p6xy] .get-quote-button {
    background-color: #000000;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    font-size: 1rem;
    text-transform: none; /* Prevent uppercase text */
}

.main-content-div[b-rlbbm9p6xy] .button--primary,
.main-content-div[b-rlbbm9p6xy] .power-search-div {
    width: 100% !important; /* Ensure both components are the same width */
    max-width: 400px !important; /* Limit the width for consistency */
}

.main-content-div[b-rlbbm9p6xy] .trade-input input {
    text-align: center !important;
}

.main-content-div[b-rlbbm9p6xy] .hero-button {
    padding: 16px 0px 16px 0px !important;
}

@media screen and (max-width: 768px) {
    .main-content-div[b-rlbbm9p6xy] .hero-title {
        margin-top: 30px;
        font-size: 56px; /* Adjust for mobile */
        line-height: 56px; /* Ensure proper spacing */
    }
}
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/HomeComponents/PartnerLogos.razor.rz.scp.css */
.partner-logos[b-hncrkpgd1f] {
    background-color: var(--surface-secondary);
    padding: 32px 16px;
}

.partner-container[b-hncrkpgd1f] {
    padding: 0;
}

.partner-logos[b-hncrkpgd1f]  .partner-logos-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 20px 0;
}

.partner-logos[b-hncrkpgd1f]  .partner-logos-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    min-width: max-content;
}

.partner-logos[b-hncrkpgd1f]  .partner-heading {
    font-weight: 300;
    font-size: 20px;
    color: var(--text-primary) !important;
    margin-bottom: 32px;
    font-family: 'soleil', sans-serif !important;
}

.partner-logos[b-hncrkpgd1f]  .logo-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.partner-logos[b-hncrkpgd1f]  .logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.partner-logos[b-hncrkpgd1f]  .logo-image {
    max-width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    width: auto;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.partner-logos[b-hncrkpgd1f]  .extra-image {
    display: none;
}

.partner-logos[b-hncrkpgd1f]  .partner-logos-scroll-container::-webkit-scrollbar {
    display: none;
}

@media (min-width: 960px) {
    .partner-logos[b-hncrkpgd1f]  .logo-grid {
        padding: 0 100px;
    }

    .partner-logos[b-hncrkpgd1f]  .partner-logos-flex {
        justify-content: center !important;
        animation: none !important;
    }
}

@media (max-width: 959px) {
        .partner-logos[b-hncrkpgd1f]  .partner-logos-flex {
            justify-content: flex-start !important;
            animation: scroll-logos-b-hncrkpgd1f 40s linear infinite;
        }

        .partner-logos[b-hncrkpgd1f]  .partner-logos-scroll-container {
            scroll-snap-type: x mandatory;
        }

        .partner-logos[b-hncrkpgd1f]  .logo-image {
            scroll-snap-align: center;
        }

        .partner-logos[b-hncrkpgd1f]  .extra-image {
            display: block;
        }

        .partner-logos[b-hncrkpgd1f]  .partner-logos-flex:hover {
            animation-play-state: paused;
        }
    }

    @keyframes scroll-logos-b-hncrkpgd1f {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-50%);
        }
    }
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/HomeComponents/WhoWeCover.razor.rz.scp.css */
.who-we-cover[b-54ia8g8mxw] {
    padding-top: 32px;
    padding-bottom: 32px; /* Space below the component */
}

    .who-we-cover[b-54ia8g8mxw] .title {
        margin-bottom: 32px;
        font-size: 56px;
        font-weight: 500;
        line-height: 56px;
        color: #222222; /* Dark text */
        text-align: center;
        font-family: 'NeulisSans', sans-serif;
    }

.who-we-cover[b-54ia8g8mxw] .cover-options {
    display: flex;
    justify-content: center !important; /* Center all bubbles */
    align-items: center;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    gap: 32px; /* Space between bubbles */
    
}

.who-we-cover[b-54ia8g8mxw] .cover-item {
    display: flex;
    justify-content: center;
}

.who-we-cover[b-54ia8g8mxw] .cover-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0B0D17; /* Dark background for the pill */
    padding: 8px 16px; /* Space inside the bubble */
    border-radius: 50px; /* Rounded pill-shaped design */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    width: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    gap: 8px; /* Reduced spacing between icon and text */
}

    .who-we-cover[b-54ia8g8mxw] .cover-card:hover {
        transform: translateY(-5px); /* Lift effect on hover */
        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.15); /* Enhanced shadow */
    }

.who-we-cover[b-54ia8g8mxw] .icon-text-container {
    display: flex;
    align-items: center; /* Align icon and text on the same line */
}

.who-we-cover[b-54ia8g8mxw] .icon-container {
    margin-left: -10px;
    background-color: #365BF6; /* Blue background for icons */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Circular icon background */
}

    .who-we-cover[b-54ia8g8mxw] .cover-text {
        color: #FFFFFF; /* White text for contrast */
        font-weight: 500;
        font-size: 18px;
        text-align: left; /* Align text to the left of the bubble */
        font-family: 'soleil', sans-serif !important;
    }

@media (max-width: 600px) {
    .who-we-cover[b-54ia8g8mxw] .cover-options {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 16px;
    }

    .who-we-cover[b-54ia8g8mxw] .cover-item {
        min-width: 220px;
        flex: 0 0 auto;
    }
}
/* _content/Tilt.Brochureware/Components/BrochurewareComponents/HomeComponents/WhyChooseTilt.razor.rz.scp.css */
.why-choose-tilt[b-0dicln56ed] {
    background-color: var(--text-primary) !important;
    padding: 32px 16px;
}

    .why-choose-tilt[b-0dicln56ed]  .header-section {
        margin-bottom: 24px;
    }

    .why-choose-tilt[b-0dicln56ed]  .title {
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 8px;
        
    }

    .why-choose-tilt[b-0dicln56ed]  .tab-buttons {
        display: flex;
        gap: 16px;
        font-family: 'NeulisSans', sans-serif;
    }

    .why-choose-tilt[b-0dicln56ed]  .tab-button {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        text-transform: none;
        border-radius: 10px; /* Rounded edges */
        padding: 8px 16px;
        color: #FFFFFF;
        background-color: transparent;
        border: 2px solid #FFFFFF; /* Outline for unselected buttons */
    }
@media screen and (min-width: 768px) {
    .why-choose-tilt[b-0dicln56ed]  .tab-button {
        padding: 16px 16px 16px 16px;
    }
}

        .why-choose-tilt[b-0dicln56ed]  .tab-button.active {
            background-color: #FFFFFF; /* Selected button background */
            color: #000000; /* Selected button text color */
            border: none; /* No border for selected button */
        }

        .why-choose-tilt[b-0dicln56ed]  .tab-button .progress-fill {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            background-color: #1c1c2a;
            opacity: 0.2;
            width: 0%;
            z-index: 0;
            transition: width linear;
        }

        .why-choose-tilt[b-0dicln56ed]  .tab-button span {
            position: relative;
            z-index: 1;
        }

    .why-choose-tilt[b-0dicln56ed]  .content-section {
        display: flex;
        align-items: center; /* Align image and text vertically */
        justify-content: space-between; /* Place image on left and text on right */
        gap: 24px;
    }

    .why-choose-tilt[b-0dicln56ed]  .image-container {
        max-width: 100%;
    }

    .why-choose-tilt[b-0dicln56ed]  .tilt-image {
        height: auto;
        border-radius: 16px;
    }

    .why-choose-tilt[b-0dicln56ed]  .text-container {
        display: flex;
        align-items: center; /* Vertically center the text */
        justify-content: flex-start; /* Align text to the left inside the container */
        height: 100%;
        padding-top:56px;

    }

    .why-choose-tilt[b-0dicln56ed]  .text-content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        text-align: left;
    }

    .why-choose-tilt[b-0dicln56ed]  .subheading {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
    }

    .why-choose-tilt[b-0dicln56ed]  .get-quote-button {
        align-self: start;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 16px 12px 16px;
        color: #000000; /* Black text for the button */
        background-color: #FFFFFF; /* White background */
        border-radius: 10px; /* Rounded edges */
    }
/* _content/Tilt.Brochureware/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-qhi3m9o81t] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qhi3m9o81t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Tilt.Brochureware/Components/Molecules/DataField.razor.rz.scp.css */
.data-field .data-field_left-icon[b-66hcgmjvwi] {
    background-color: var(--surface-secondary);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/Tilt.Brochureware/Components/Molecules/IconList.razor.rz.scp.css */
.icon-list[b-25dswkoohi]  .mud-list-item-icon {
    min-width: max-content;
    padding-right: 8px;
}

.icon-list--primary[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-primary);
}

.icon-list--secondary[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-secondary);
}

.icon-list--inverted[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-inverted);
}

.icon-list--brand[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-brand);
}

.icon-list--brand-blue[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-brand-blue);
}

.icon-list--error[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-alert-red);
}

.icon-list--success[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-alert-green);
}

.icon-list--warning[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-alert-amber);
}

.icon-list--disabled[b-25dswkoohi]  .mud-list-item-icon {
    color: var(--icon-disabled);
}
/* _content/Tilt.Brochureware/Components/Molecules/ModalDialog.razor.rz.scp.css */
.modal-popup[b-ua2c3566d8] {
	margin: auto;
	border-radius: 16px;
	border: 1px solid grey;
	background: #fff;
	box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.modal-popup-body[b-ua2c3566d8] {
	display: flex;
	flex-direction: column;
	padding-bottom: 24px;
	padding-top: 24px;
	gap: 24px;
	position: relative;
	width: 100%;
}

.modal-actions[b-ua2c3566d8] {
	display: flex;
	gap: 16px;
	padding-left: 24px;
	padding-right: 24px;
	margin-top: auto;
}

	.modal-actions[b-ua2c3566d8]  > div {
		flex: 1 1 0;
		min-width: 0;
	}

.modal-popup.large[b-ua2c3566d8] {
	height: 100%;
}

@media only screen and (min-width: 768px) {
	.modal-popup[b-ua2c3566d8] {
		width: 600px;
	}

	.modal-popup.large[b-ua2c3566d8] {
		height: 805px;
	}
}

.modal-heading[b-ua2c3566d8] {
	border-bottom: 1px solid lightgrey;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
}

.modal-body[b-ua2c3566d8] {
	padding-left: 24px;
	padding-right: 24px;
	overflow-y: auto;
}
/* _content/Tilt.Brochureware/Components/Molecules/TextBanner.razor.rz.scp.css */

[b-3tiatsqoc9] .banner--brand-blue .hero-text,
[b-3tiatsqoc9] .banner--brand-midnight .hero-text,
[b-3tiatsqoc9] .banner--inverted .hero-text,
[b-3tiatsqoc9] .banner--brand-shadow .hero-text {
    color: var(--text-inverted-primary);
}

