@font-face {
    font-family: 'Poppins-Medium';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-ExtraBold';
    src: url('/fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body {
    background-color: white;
    font-family: Helvetica, sans-serif;
    color: #050607;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    position: relative;
    z-index: 1;
    padding-top: 15px;
}

.container {
    max-width: 1075px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/* Continue Button (for redirect modals) */
.btn-continue {
    color: #2576bb;
    width: 150px;
    border-radius: 32px;
    background-color: #ffffff; 
    border: 2px solid #1b5fa3;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
}

    /* Hover state */
    .btn-continue:hover {
        color: #ffffff;
        background-color: #1b5fa3;
        border-color: #1b5fa3;
    }

    /* Focus / Active state */
    .btn-continue:focus,
    .btn-continue:active:focus {
        outline: none;
        box-shadow: 0 0 0 0.15rem #ffffff, 0 0 0 0.3rem #1b5fa3;
    }

    /* Disabled state (optional but recommended) */
    .btn-continue:disabled {
        color: #7aa6cf;
        background-color: #f0f4f8;
        border-color: #c6d8ea;
    }

img.logo {
    width: 150px;
    height: auto;
}

h1:focus {
    outline: none;
}

h1 {
    font-size: 42px;
    font-weight: 400;
    font-family: 'Poppins-Bold';
}

.hero-header-concise .hero-text-col h2, .hero-text-col h2 {
    font-family: 'Poppins-Medium';
    font-size: 24px; /* 30px*/
    font-weight: 200;
/*    margin-top: -7px;*/
}

.hero-careers .hero-text-col h2 {
    font-size: 32px;
}

.lower-hero-life-at-integon h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 28px;
}

h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 36px;
    line-height: 1.2 !important;
}

.xl-h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 42px;
}
    .left-header-padding {
        padding-right: 7%;
    }
    .right-header-padding {
        padding-left: 7%;
    }

.header-text-col-ready h2 {
    font-family: 'Poppins-Bold';
    font-size: 43px;
}

.header-text-col-ready h3 {
    font-family: 'Helvetica';
    font-size: 23px;
    margin-top: -7px;
}

.header-col-pb h2 {
    font-family: 'Poppins-Bold';
    font-size: 42px;
}

.great-place-font h2 {
    font-family: 'Poppins-Bold';
    font-size: 33px;
}

.benefit-block p {
    font-family: 'Poppins-Medium';
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
}

.lower-hero-customer-support h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 36px;
}

.home-h2-align {
    font-family: 'Poppins-ExtraBold';
    font-size: 45px;
}

h3 {
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.home-h3-align {
    font-family: 'Poppins-ExtraBold';
    font-size: 24px;
    font-weight: 700;
}

.tech-perks-section h2 {
    font-family: 'Poppins-ExtraBold';
    font-size: 31px;
}

.content-display {
    min-height: 400px;
}

.content-reachOut {
    min-height: 200px;
    background-color: #312F87;
    padding: 40px 0;
}

/***    Nav Bar    ***/

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}

.navbar {
    --bs-navbar-brand-padding-y: 15px;
    --bs-navbar-brand-padding-y: 15px;
}

.nav-link {
    color: #fff;
    font-weight: 700;
}
.navbar-toggler {
    color: #fff
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

a.nav-link:hover {
    color: #fff;
    font-weight: 700;
    background-color: #2576bb;
    padding: 6px 15px;
    border-radius: 20px;
}

a.nav-link.active {
    color: #fff;
    background-color: #2576bb;
    padding: 6px 15px;
    border: 3px solid white;
    border-radius: 20px;
}
/***   End Nav Bar    ***/


/***    Colors    ***/
.dark-blue {
background-color: #045195;
}
.dark-blue-text {
    color: #045195;
}

.light-blue {
    background-color: #2576bb;
}

.orange {
    background-color: #ea8425;
}

.grey {
    background-color: #363736;
}

.light-grey {
    background-color: #dadad8;
}

.white-text {
    color: #fff;
}

.border50 {
    border: solid 1px red;
}

/***  End Colors    ***/



.button-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .button-container button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        width: 48px; /* Set a fixed size for the button */
        height: 48px;
    }


/* Layout for icons and labels */
.icon-container, .team-icon-container, .tech-team-icon-container, .benefits-icon-container {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
    .team-icon-container {
        flex-direction: row;
    }

.team-icon-container, .tech-team-icon-container, .benefits-icon-container {
    position: relative;
}

.active-triangle {
    display: none;
    pointer-events: none;
    position: absolute;
    left: 65%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #0B3D91;
}

.team-icon-container.active .active-triangle {
    display: block;
}

.active-tech-triangle {
    display: none;
    pointer-events: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px; /* adjust if needed depending on spacing */
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #2576bb; /* points UP */
}

/* Show only when active */
.tech-team-icon-container.active .active-tech-triangle {
    display: block;
}

.benefits-icon-container.active .active-tech-triangle {
    display: block;
}



/* SVG Base Style */
.icon-container svg {
    width: 50px;
    height: 50px;
    padding-right: 5px;
    transition: fill 0.3s;
}

/* Customer Support Icon and Description */
.cs-roles-icon {
    width: 65px;
    height: 65px;
}
.cs-roles-desc {
    padding-left: 75px;
}

.cs-roles-icon-mobile {
    width: 40px;
    height: 40px;
}

/* Icon Label Style */
.iconlabel, .benefits-label, .culture-label {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 600;
    transition: color 0.3s;
    text-align: left;
    line-height: 22px
}
.benefits-label {
    text-align: center;
}
    

/* Active State (SVG + Label) */
.icon-container.active svg {
    fill: #045195;
}

.icon-container.active .iconlabel {
    color: #045195;
    font-weight: 600;
}

/* Div Content */
.div-content {
    display: none;
    align-content: center;
    pointer-events: none; /* prevents invisible divs from blocking clicks */
}

    .div-content.active {
        display: block;
        pointer-events: auto;
    }

.message-display    {
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* End Icon Label Style */



/***  Buttons - Hero Section   ***/
.hero-btn-row {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}

.hero-btn-search, .hero-btn-app {
    display: table;
    width: 175px;
    border-radius: 32px;
    background-color: #2576bb;
    border: 3px solid #fff;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
}
    .hero-btn-app {
        margin-left: 15px;
    }

    .hero-btn-seach:hover, hero-btn-app:hover {
        background-color: #fff;
        color: #2576bb;
        border: solid 4px #2576bb;
    }

.join-community-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;

}

.hero-paragraph {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
}

.hero-arrow {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-left: 8px;
    position: relative;
    vertical-align: middle;
}

    .hero-arrow::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 8px solid #fff;
    }


/***  Buttons  ***/
.dark-blue-btn, .large-db-btn {
    display: table;
    width: 185px;
    border-radius: 32px;
    background-color: #045195;
    border: solid 3px #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 16px 26px;
    text-decoration: none;
}

.large-db-btn {
    width: 320px;
    border-radius: 32px;
    padding: 16px 12px;
}

    .dark-blue-btn:hover {
        background-color: #fff;
        color: #045195;
        border: solid 3px #045195;
    }
    .large-db-btn:hover {
        background-color: #fff;
        color: #045195;
        border: solid 3px #045195;
    }

.light-blue-btn {
    display: table;
    width: 185px;
    border-radius: 32px;
    background-color: #2576bb;
    border: solid 3px #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 16px 28px;
    text-decoration: none;
    margin-top: 15px;
}
    .light-blue-btn:hover {
        background-color: #fff;
        color: #2576bb;
        border: solid 3px #2576bb;
    }

.btn-top-margin {
    margin-top: -35px;
}

.lower-hero-customer-support .center-btn {
    margin-left: auto;
    margin-right: auto;
}
/***  End Buttons  ***/


/***  Redirect Modal  ***/
.custom-redirect-modal {
    display: flex;
    margin: 0 auto;
    width: 480px;
    max-width: 90%;
    border: 3px solid #fff;
    color: #fff;
    background: #2576bb;
    padding: 20px 0;
    border-radius: 24px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}

.modal-dialog {
    display: flex;
    justify-content: center;
}

.modal-body p {
    margin-bottom: 0;
}

/***  Heros Section  ***/
.hero-section, .lower-hero-section {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.hero-section .container-fluid, .hero-section .row {
    height: 100%; /* Ensure container and row take full height of hero section */
}
.hero-home {
    background-image: url(../images/Home_Hero.jpg);
    background-position: -140px 0;
}

.hero-life-at-integon {
    background-image: url(../images/Life_at_Integon_Hero.jpg);
    background-position: -230px 0;
}

.hero-careers {
    background-image: url(../images/Careers_Hero.jpg);

}

.hero-customer-support {
    background-image: url(../images/Customer_Support_Hero.jpg);
    background-position: -140px 0;
}

.hero-tech-and-engineering {
    background-image: url(../images/tech_Eng_Hero.jpg);
    background-position: -85px 0;
}

.section-lower-hero {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.lower-hero-customer-support {
    background-image: url(../images/Customer_Support_Lower_Hero.jpg);
    background-position: -200px 0;
}

.lower-hero-life-at-integon {
    background-image: url(../images/Life_At_Integon_Lower_Hero.jpg);
}

.lower-hero-life-at-integon-mobile {
    background-image: url(../images/Life_At_Integon_Lower_Hero.jpg);
    display: none;
}

.lower-hero-tech {
    background-image: url(../images/Tech_Lower_Hero.jpg)
}

/***  End Heros Section  ***/




/***   Image and Content Blocks and Padding  ***/


/* Flex container inside the centered wrapper */
.image-content {
    display: flex;
    width: 100%;
    align-content: center;
}

    .image-content.reverse {
        flex-direction: row-reverse;
    }

/* Flipped: image flush right */
.image-content.reverse {
    justify-content: flex-end;
}

.image-col img.content-image, .keep-div {
    height: auto;
    display: block;
}

.lower-hero-left-stack {
    display: flex;
    flex-direction: column;
}

/* Text column */

.hero-text-col {
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    padding: 0;
}
    
.img-text-col, .img-text-col-np {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: left;
    align-items: center;
    padding: 0 0 0 5%;
}
    .img-text-col-np {
        padding: 0;
    }

    .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    align-items: flex-start; /* default: text flush left */
    padding: 15px 5%;
}
    .text-col-x-padding-right {
        padding-right: 12%;
    }
    .text-col-x-padding-left {
        padding-left: 12%;
    }

.our-location-text-col {
    padding: 0 2%;
}

.home-team {
    position: relative;
    z-index: 9999;
}


.home-team .image-content .text-col {
    padding: 0 2% 0 5.5%;
}
.header-text-col-ready .text-col {
    padding: 0 1%;
}

.careers-section .image-content-flip .text-col {
    /*padding: 15px 10.5%;*/
}
.careers-section .image-content .text-col {
    /*padding: 15px 15% 15px 5.5%;*/
}

.customer-support-grey .text-col {
    padding: 0 15%;
}
.customer-support-friendly .text-col {
    padding: 0 4%;
}
.customer-support-perks-summary .text-col {
    padding: 0;
}
.customer-support-remote-work .image-content-flip .text-col {
    padding: 0 5.5% 0 10.5%;
}
.cs-vert-car .header-col {
    padding: 0 0 0 10.5%;
}
.cs-vert-car .text-col {
    padding: 0;
}


.lower-hero-customer-support .text-col {
    display: flex;
    padding: 0 2%;
}
    .lower-hero-customer-support .text-col .text-col-btn {
        align-content: center;
    }

.tech-roles .text-col {
    padding: 0 4% 0 0;
}
.tech-innovation-section .image-content .text-col {
    padding: 20px 3%;
}

.tech-perks-section .image-content-flip .text-col {
    padding: 20px 3%;
}

.btn-col, .header-col, .header-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.htc-padding {
    padding: 0 20px;
}

.header-text-col-ready, .header-text-col-grow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
}
.header-text-col-grow {
    padding-right: 10.5%;
}

.ready-btn-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: -10px;
    margin-left: -20px;

}

.hero-CS-header-text {
    justify-content: start;
    padding-left: 10px;
    width: 350px;
}

.container-border {
    border: solid 1px red;
}

.home-h2-align {
    text-align: left;
}
.home-h3-align {
    text-align: right;
}

.text-col h2 {
    font-weight: 600;
    margin-bottom: 1rem;
}

#benefitsList {
    scroll-margin-top: 95px;
}

.benefits-block-row {
    text-align: center;
}

.benefit-desc-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.benefits-icon-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0;
    justify-content: space-evenly;
    position: relative;
    z-index: 10;
}

.home-benefits .benefit-block {
    margin-top: -21px;
}

.tech-benefits-margin {
    margin: 30px 0;
}

.cs-perks {
    padding-left: 20px;
    padding-right: 20px;
}

.short-icon-col1, .short-icon-col2, .cs-icon-col1, .cs-icon-col2, .btn-icons-row {
    display: contents;
}


.benefit-block {
    background-color: #2576bb;
    padding: 50px 0;
    width: 100%;
}
/***  End Image and Content Blocks   ***/


/***   Icons and Labels   ***/
.team-icon-row {
    display: flex;
}

.integon-icons {
    height: 45px;
    width: auto;
}

.benefits-item, .tech-item {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.culture-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.benefits-icon {
    height: 50px;
    width: auto;
}

.culture-icon {
    height: 50px;
    width: 50px;
    padding-right: 5px;
}

.tech-icon {
    height: 55px;
    width: auto;
}


.tech-label {
    color: #045195;
    font-family: 'Poppins-ExtraBold';
    font-size: 28px;
    /*font-size: 18px;*/
    font-weight: 700;
    padding: 15px;
    min-height: 115px;
    text-align: left;
}

.tech-list-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: white;
    background-color: #045195;
    padding: 20px;
    border-radius: 24px;
    text-align: left;
    height: 185px;
    max-width: 250px;
}

.tech-list-box li {
    margin-left: 15px;
}

.community-logo {
    height: 110px;
    width: auto;
    margin: 0 auto 20px auto;
}
/***   End Icons and Labels   ***/



/*   Carousel Region   */
:root {
    --carousel-arrow-color: #045195;
}


                                                /*   _HomeTeam.razor Carousel  */
/* Desktop Version */
.desktop-team-view {
    display: block;
}

/* Mobile Version */
.mobile-team-view {
    display: none;
}

.carousel-item-review {
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    /* Target the specific classes the carousel uses during its animation */
    .carousel-item-review.active,
    .carousel-item-review-next,
    .carousel-item-review-prev,
    .carousel-item-review.carousel-item-start,
    .carousel-item-review.carousel-item-end {
    display: flex; 
    }

.carousel-inner, .cs-vert-carousel-inner {
    max-width: 500px;
    padding: 40px 30px 40px 30px;
    margin: 30px auto;
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
}
    .carousel-inner-review {
        padding: 0 15px;
        margin: 0 auto 30px;
    }


.ci-border {
    border: 5px solid #dadad8;
}

.icon-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.reviewer {
    padding-bottom: 24px;
    font-weight: 600;
    color: #045195
}

.review {
    text-align: center;
    color: #045195
}

.rating {
    height: 16px;
    width: auto;
}


/*.life-spaces-carousel-inner,*/ 

.cs-mobile-carousel-inner {
    position: relative;
    overflow: hidden;
}

.life-culture-carousel-inner .image-content .text-col {
    padding: 0 4% 0 2%;
    min-height: 400px;
}

.life-spaces-carousel-inner .image-content .text-col {
    padding: 0 4% 0 2%;
    min-height: 400px;
}


.cs-mobile-carousel-inner .text-col {
    margin-top: 20px;
    min-height: 220px;
}

/* Customer Support Vertical Carousel */

.carousel.vertical .carousel-indicators {
    left: -95px; /* your spec */
}

.cs-vert-carousel-inner {
    max-width: 540px;
}


/*End Carousel Region   */


.row > [class="col-6"] {
    padding-left: 0;
    padding-right: 0;
}

.great-place-border {
    padding: 30px;
}

.great-place-badge {
    height: 125px;
    width: auto;
    display: block;
    margin-top: -10px;
    margin-right: 10px;
}

 

.full-col-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop image nicely */
    display: block;
}

.our-location-image {
    width: 96%;
    height: 100%;
    object-fit: cover; /* crop image nicely */
    display: block;
}

.col-max-400 {
    max-height: 400px;
}

.col-h-300, .full-height {
    min-height: 300px;
}
.col-h-250 {
    min-height: 250px;
}

.container-1400 {
    max-width: 1400px;
/*    min-width: 412px;*/
    margin: 0 auto;
}

.row, .row-no-gutter {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.small-row-spacer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.row-spacer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.row-full-border {
    padding: 68px 20px;
}

.careers-jobs-images {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}


.section-blue-test {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 0 1rem;
}

.header-text-col-grow-padding {
    padding: 20px 20px;
}

/***    Footer    ***/
.footer-text {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.footer-pc, .footer-mobile {
    width: 100%;
    color: #fff;
    background-color: #363736;
    padding: 30px 0;
}

.footer-right, .footer-bottom-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    flex: 1;
}
    .footer-right {
        padding-left: 20px;
    }

.footer-social {
    margin: 20px 0;
}

.social-icon {
    height: 32px;
    width: auto;
    padding-right: 18px;
}

.social-integon {
    height: 40px;
    width: auto;
    padding-right: 20px;
    padding-left: 10px;
}

.footer-left, .footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 265px;
}

.footer-list {
    list-style: none!important;
    margin-left: 0;
    padding-left: 0;
}

.footer-link {
    color: #fff;
    text-decoration: none;
}
    .footer-link:hover {
        text-decoration: underline;
    }

.footer-list li {
    margin-bottom: 5px;
}


.footer-bottom {
    margin-top: 20px;
}

.footer-address {
    margin-top: 1rem;
}
/***    End Footer    ***/


.mobile-visible {
    display: none;
}
.cs-carousel-mobile {
    display: none;
}
.great-place-mobile {
    display: none;
}
.life-spaces-carousel-mobile {
    display: none;
}
.footer-mobile {
    display: none;
}



/* override Bootstrap defaults */
.carousel-control-prev-icon {
    background-size: 20px 20px;
}
.carousel-control-next-icon {
    background-size: 20px 20px;
}


/***    Begin Media Widths    ***/
@media (max-width: 1250px) {
    .hero-home, .hero-tech-and-engineering {
        min-height: 550px;
    }
    .life-spaces-carousel-indicators {
        margin-left: 19%;
    }

}

@media (max-width: 1200px) {
    .lower-hero-customer-support {
        background-position: -260px 0;
    }

    .header-text-col-ready h2 {
        font-size: 38px;
    }
    .ready-btn-col {
        margin-left: 0;
        align-items: center;
    }

    .carousel.vertical .carousel-indicators {
        left: -70px;
    }


    .footer-right {
        padding-left: 150px;
    }
    .footer-bottom-right {
        padding-left: 15px;
    }
}

@media (max-width: 1150px) {

    .hero-home {
        background-position: -230px 0;
    }
    .hero-careers {
        background-position: -200px 0;
    }
    .hero-customer-support {
        background-position: -300px 0;
    }
    .hero-tech-and-engineering {
        background-position: -250px 0;
    }
    .lower-hero-life-at-integon {
        background-position: -220px 0;
    }
    .lower-hero-tech {
        background-position: -270px 0;
    }

    .cs-vert-car .header-col {
        padding: 0 0 0 7%;
    }

    .cs-vert-car h2  {
        font-size: 34px
    }

    .carousel.vertical .carousel-indicators {
        left: -50px;
    }

    .cs-vert-carousel-inner {
        max-width: 480px;
        padding: 0 0 0 30px
    }

    .footer-right {
        padding-left: 100px;
    }
}

@media (max-width: 1075px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .footer-right {
        padding-left: 20px;
    }
    .social-icon {
        padding-right: 12px;
    }
    .lower-hero-life-at-integon {
        background-position: -285px 0px;
    }

    .lower-hero-customer-support {
        background-position: -275px 0;
    }

    .lower-hero-tech {
        background-position: -340px 0;
    }

    .life-culture-carousel-inner .image-content .text-col {
        padding: 0 5.5% 0 5.5%;
        min-height: 420px;
    }
}

@media (max-width: 992px) {
    .hero-header-concise h1, h1 {
        font-size: 40px; /*36px;*/
    }


    .hero-header-medium h1, .hero-header-wordy h1 {
        font-size: 36px;
    }
    .hero-careers p {
        font-size: 19px;
    }

    .hero-btn-row {
        flex-direction: column;
    }

    .hero-btn-app {
        margin: 15px 0 0 0;
    }

    h2 {
        font-size: 32px;
    }

    .home-h2-align {
        font-size: 32px;
    }

    .home-h3-align, h3 {
        font-size: 22px;
    }

    .xl-h2, .header-col-pb h2 {
        font-size: 32px;
    }

    .great-place-font h2 {
        font-size: 28px;
    }
    .header-text-col-ready h2 {
        font-size: 32px;
    }

    .hero-home {
        background-position: -300px 0;
    }
    .hero-life-at-integon {
        background-position: -360px 0;
    }
    .hero-careers {
        background-position: -230px 0;
    }
    .hero-customer-support {
        background-position: -410px 0;
    }
    .hero-tech-and-engineering {
        background-position: -340px 0;
    }

    .lower-hero-customer-support {
        background-position: -370px 0;
    }
    .lower-hero-life-at-integon {
        background-position: -390px 0;
    }
    .lower-hero-tech {
        background-position: -390px 0;
    }

    .home-benefits-container {
        max-width: 1000px;
    }

    .cs-perks {
        padding-left: 0;
        padding-right: 0;
    }

    .cs-vert-car .header-col {
        padding: 0 0 0 5%;
    }

    .carousel.vertical .carousel-indicators {
        left: -40px;
    }

    .cs-vert-carousel-inner {
        max-width: 430px;
        padding: 0;
    }

    .cs-vert-car h2 {
        font-size: 32px
    }

    .cs-roles-icon {
        height: 60px;
        width: 60px;
    }

    .iconlabel, .benefits-label, .culture-label {
        font-size: 16px;
        line-height: 20px;
    }

    .benefits-icon, .tech-icon {
        height: 45px;
        width: auto;
    }

    .culture-icon {
        height: 45px;
        width: 45px;
    }

    .tech-label {
        font-size: 18px;
    }

    .tech-list-box {
        width: 185px;
        font-size: 16px;
    }

    .social-integon {
        padding-right: 15px;
    }
}

@media (max-width: 895px) {
    .hero-careers {
        background-position: -260px 0;
    }

    .cs-vert-car .header-col {
        padding: 0 0 0 2%;
    }

    .carousel.vertical .carousel-indicators {
        left: -40px;
    }

    .cs-vert-carousel-inner {
        max-width: 440px;
    }

    .cs-vert-car h2 {
        font-size: 30px
    }

    .cs-roles-icon {
        height: 55px;
        width: 55px;
    }

    .lower-hero-customer-support {
        background-position: -475px 0;
    }
    .lower-hero-tech {
        background-position: -475px 0;
    }

}

@media (max-width: 820px) {
    .benefit-block p, .footer-text {
        font-size: 18px;
    }

    .hero-header-concise h1 {
        font-size: 40px;
    }

    .hero-header-wordy h1 {
        font-size: 36px;
    }

    .hero-life-at-integon h1 {
        margin-top: unset;
    }

    .hero-header-wordy .hero-text-col {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-careers p {
        margin-left: auto;
        margin-right: auto;
        max-width: 94%
    }

    .lower-hero-customer-support .text-col h2 {
        font-size: 32px;
        max-width: 500px;
        margin-top: 30px;
    }

    .benefits-block-row h2 {
        font-size: 32px;
    }

    .customer-support-grey .text-col {
        padding: 30px 0;
    }

    .header-col-pb h2 {
        font-size: 32px;
    }

    .header-text-col-ready h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .header-text-col-ready h3 {
        font-size: 22px;
    }

    .home-h3-align, h3 {
        font-size: 24px;
    }

    .header-text-col-ready, .ready-btn-col {
        width: 100%;
        align-items: center;
        padding-left: 0;
        margin-left: 0;
    }

    .hero-btn-row, .join-community-row {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .hero-paragraph {
        margin-left: 0;
    }

    .hero-btn-app {
        margin: 0 0 0 15px;
    }

    .header-text-col-grow-padding {
        padding: 30px 20px;
    }

    .header-text-col-grow {
        padding-right: 0;
    }

    .ready-btn-col {
        margin-top: 10px;
    }

    .row {
        --bs-gutter-x: 0!important;
    }

    .row-spacer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .col-h-300 {
        min-height: unset;
    }

    .text-col h2 {
        text-align:center
    }

    .hero-section, .lower-hero-section {
        background-size: cover;
        background-position: center bottom!important;
        background-repeat: no-repeat;
        position: relative;
        overflow: hidden;
        height: 850px;
    }

    .lower-hero-section .text-col-btn {
        margin: 10px auto;
    }

    .hero-home {
        background-image: url(../images/hero_home_mobile.jpg);
    }

    .hero-life-at-integon {
        background-image: url(../images/Life_At_Integon_Hero_Mobile.jpg);
    }

    .hero-careers {
        background-image: url(../images/Careers_Hero_Mobile.jpg);
    }

    .hero-customer-support {
        background-image: url(../images/Customer_Support_Hero_Mobile.jpg);
    }

    .hero-tech-and-engineering {
        background-image: url(../images/Tech_Eng_Hero_Mobile.jpg);
        height: 800px;
    }

    .hero-careers, .hero-customer-support, .hero-tech-and-engineering, .hero-life-at-integon, .hero-home {
        align-items: flex-start;
    }

    .hero-text-col {
        text-align: center;
    }


    .lower-hero-customer-support {
        background-image: url(../images/Customer_Support_Lower_Hero_Mobile.jpg);
    }

    .lower-hero-life-at-integon {
        display: none;
    }

    .lower-hero-life-at-integon-mobile {
        background-image: url(../images/Life_At_Integon_Lower_Hero_Mobile.jpg);
        display: block;
        padding-top: 30px;
    }

    .lower-hero-tech {
        background-image: url(../images/Tech_Lower_Hero_Mobile.jpg);
        height: 900px; 
    }

    .community-logo {
        height: 90px;
        width: auto;
        margin-top: 10px;
    }

    .team-icon-container.active .active-triangle {
        display: none;
    }

    .tech-team-icon-container.active .active-tech-triangle {
        display: none;
    }

    .benefits-icon-container.active .active-tech-triangle {
        display: none;
    }

    .home-benefits .benefit-block {
        margin-top: 20px;
        padding: 30px 0;
    }

    .tech-team .benefit-block {
        margin-top: 20px;
        padding: 30px 0;
    }


    .team-icon-container {
        align-items: center;
        cursor: pointer;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
    }
    .image-col {
        display: none;
    }
    .keep-div {
        height: auto;
        display: block;
    }

    .careers-section .image-content-flip .text-col {
        padding: 20px 13.5px;
    }

    .careers-section .image-content .text-col {
        padding: 20px 13.5px;
    }

    .customer-support-perks-summary .header-col {
        margin-top: 30px
    }

    .life-at-integon .benefits-icon-row {
        margin: 30px 0;
    }

    .life-at-integon-headset .col-h-250 {
        min-height: unset;
    }

    .life-culture-carousel-inner .image-content .text-col {
        padding: 0 20px;
        min-height: 300px;
    }

    .life-spaces-carousel-inner .image-content .text-col {
        padding: 0;
        min-height: 0;
    }

    .life-spaces-carousel-inner .text-col p {
        padding: 20px 20px 0 20px;
        min-height: 130px;
    }

    .ls-carousel-indicators {
        display: none
    }

    .cs-mobile-carousel-inner .text-col {
        min-height: 260px;
    }

    .technologies-row h2 {
        padding-top: 50px;
        margin-bottom: -15px;
    }

    .tech-innovation-section .image-content .text-col {
        padding: 20px 0;
    }

    .tech-perks-section .image-content-flip .text-col {
        padding: 20px 0;
    }

    .mobile-vanish {
        display: none;
    }

    .mobile-visible {
        display: block;
    }
    .label-vanish {
        display: none;
    }

    .cs-carousel-mobile {
        display: block;
    }
    .cs-vertical-carousel {
        display: none;
    }

    .great-place {
        display: none;
    }
    .great-place-mobile {
        display: block;
    }
    .great-place-font .h2-text-center {
        max-width: 460px;
    }
    .great-place-badge {
        height: 250px;
        width: auto;
        margin: 20px 0 0 0;
    }
    .great-place-font h2 {
        font-size: 30px;
    }

    .lower-hero-customer-support .hero-text-col {
        margin-top: 30px;
    }

    .lower-hero-left-stack-top {
        display: flex;
        align-items: center;
    }

    .home-h2-align, .home-h3-align {
        text-align: center;
    }

    .left-header-padding {
        padding-right: 0;
    }

    .right-header-padding {
        padding-left: 0;
    }

    .short-icon-col1, .short-icon-col2, .btn-icons-row {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        width: 100%;
    }
    .btn-icons-row {
        justify-content: space-evenly;
    }

    .image-content {
        flex-direction: column;
    }

    .image-content-flip {
        flex-direction:column-reverse;
    }

    .col-h-300, .col-h-250 {
        width: 100%;
    }

    .full-height {
        min-height: unset;
        margin-bottom: 20px;
    }

    .hero-text-col {
        padding: 20px 0 0 0;
        width: 100%;
    }

    .header-text-col {
        padding: 20px;
    }
    .htc-remove-padding {
        padding: 0;
    }
    .great-place-mobile .img-text-col {
        padding: 20px;
    }
    .image-text-col {
        padding: 20px;
    }

    .tech-roles .text-col {
        padding: 20px 0 0 0;
    }

    .text-col {
        width: 100%;
        padding: 0 0;
    }

    .home-team .image-content .text-col {
        padding: 0 15px;
    }

    .h2-text-center {
        text-align: center;
    }

    .short-icon-col1 {
        margin-bottom: 30px;
    }

    .benefits-icon {
        height: 40px;
        width: auto;
    }

    .btn-col {
        width: 100%;
    }
    .text-col-btn {
        margin: 1rem auto;
    }
    .text-col h2 {
        margin: 1rem auto;
    }
    .text-col h3 {
        margin: 1rem auto;
    }


    /* Home Our Location */
    .row-full-border {
        padding: 0;
    }
    .our-location-image {
        width: 100%;
        height: auto;
    }

    .our-loc-col-h-300 {
        min-height: unset;
    }

    .mobile-top-padding {
        padding: 30px 0 0 0;
    }

    .mobile-bottom-padding {
        padding: 0 0 30px 0;
    }
    /* End Home Our Location */


    .header-col, .header-text-col {
        width: 100%;
    }

    .tech-item {
        margin-bottom: 20px;
    }

    .tech-label {
        min-height: unset;
    }

    .footer-pc {
        display: none;
    }

    .footer-mobile {
        display: block;
        text-align: center;
    }

    .mobile-integon-icon {
        height: 35px;
        width: auto;
    }

    .social-icon {
        height: 35px;
        width: auto;
        padding-right: 12px;
    }

    .si-col2-margin {
        margin-left: -25px;
    }
    
    .events-col2-margin {
        margin-left: 15px;
    }

    .home-benefits-container {
        max-width: unset;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }

    .hero-header-medium .hero-text-col, .hero-text-col h1 {
        font-size: 40px;
        max-width: 100%;
    }

    .hero-header-wordy h1 {
        font-size: 28px;
    }

    .hero-header-wordy .hero-text-col {
        max-width: 94%;
    }

    .hero-careers p {
        max-width: 85%;
        font-size: 18px;
    }

    .home-team .text-col h2 {
        font-size: 28px;
    }
    .home-team .benefits-icon-row {
        margin: 30px 0;
    }
    .benefits-block-row h2 {
        font-size: 28px;
    }

    .header-col-pb h2 {
        font-size: 28px;
    }

    .great-place-font h2 {
        font-size: 28px;
    }

    .header-text-col-ready h2 {
        font-size: 28px;
    }

    .header-text-col-ready h3 {
        font-size: 20px;
    }

    .lower-hero-customer-support .text-col h2 {
        max-width: 400px;
        font-size: 28px;
    }

    .lower-hero-life-at-integon-mobile {
        height: 800px;
    }

    .lower-hero-tech {
        background-image: url(../images/Tech_Lower_Hero_Mobile.jpg);
        height: 850px;
    }

    .tech-perks-section h2 {
        font-size: 28px;
    }

    p, .benefit-block p, .footer-text {
        font-size: 16px;
    }

    .hero-careers {
        height: 750px;
    }

    .hero-tech-and-engineering {
        height: 750px;
    }

    .icon-container svg {
        width: 45px;
        height: 45px;
    }

    .carousel-item-review.active, .carousel-item-review-next, .carousel-item-review-prev {
        min-height: 300px;
    }

    .life-spaces-carousel-inner .text-col p {
        min-height: 160px;
    }

    .tech-list-box {
        max-width: 170px;
        padding: 20px 15px;
    }

    .footer-bottom-left, .footer-bottom-right {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 576px) {

    .hero-section {
        height: 700px;
    }

    .hero-life-at-integon {
        height: 750px;
    }

    .hero-customer-support h2 {
        display: none;
    }

    .iconlabel, .benefits-label, .culture-label {
        font-size: 15px;
        line-height: 19px;
    }

    .lower-hero-customer-support {
        height: 750px;
    }

    .lower-hero-life-at-integon-mobile {
        height: 750px;
    }

    .lower-hero-tech {
        height: 800px;
    }


@media (max-width: 479px) {
    .hero-header-concise h1 {
        font-size: 36px;
    }

    h1 {
        font-size: 36px;
        text-align: center;
    }

    .hero-header-medium .hero-text-col, .hero-text-col h1 {
        font-size: 36px;
    }

    .hero-careers .hero-text-col h2 {
        font-size: 28px;
    }

    .hero-header-wordy h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 24px;
        text-align: center;
    }
    .benefits-block-row h2 {
        font-size: 24px;
    }
    .home-team .text-col h2 {
        font-size: 24px;
    }
    .header-col-pb h2 {
        font-size: 24px;
    }
    .great-place-font h2 {
        font-size: 24px;
    }
    .tech-perks-section h2 {
        font-size: 24px;
    }

    .header-text-col-ready h2 {
        font-size: 28px;
    }
    .header-text-col-ready h3 {
        font-size: 20px;
    }

    .lower-hero-customer-support .text-col h2 {
        max-width: 400px;
        font-size: 24px;
        margin-top: 40px;
        margin-bottom: 0;
    }

    h3 {
        font-size: 20px;
        text-align: center;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .iconlabel, .benefits-label, .culture-label {
        font-size: 13px;
        line-height: 17px;
    }

    .hero-careers {
        height: 650px;
    }

    .hero-tech-and-engineering {
        height: 650px;
    }

    .lower-hero-customer-support {
        height: 675px;
    }

    .lower-hero-life-at-integon-mobile {
        height: 675px;
    }

    .lower-hero-tech {
        height: 775px;
    }

    .lower-hero-tech .hero-text-col {
        margin-top: 0;
    }


    .desktop-team-view {
        display: none !important;
    }

    .mobile-team-view {
        display: block !important;
    }

    /* Carousel Specific Styling */
    .carousel-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .carousel-icons {
        display: flex;
        overflow: hidden;
        gap: 15px;
    }

    .carousel-item-review.active, .carousel-item-review-next, .carousel-item-review-prev {
        min-height: 350px;
    }

    .life-culture-carousel-inner .image-content .text-col {
        min-height: 350px;
    }

    .cs-carousel-mobile .text-col {
        padding: 20px 0;
    }

    .cs-mobile-carousel-inner .text-col {
        min-height: 275px;
    }

    .cs-mobile-carousel-inner .text-col {
        min-height: 275px;
    }

    .tech-label {
        font-size:16px;
    }

    .tiny-icon-col {
        justify-content: center;
    }

    #benefitsList .benefits-icon {
        height: 35px;
        width: auto;
    }

    #benefitsList .benefits-label {
        font-size: 13px;
    }

    .culture-item {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: unset;
        align-items: center;
        padding-left: 0;
    }

    .culture-icon {
        padding-right: 0;
    }

    .culture-label {
        text-align: center;
    }

    .community-h2 {
        font-size: 24px;
    }

    .community-logo {
        height: 90px;
        width: auto;
    }


@media (max-width: 375px) {
    .hero-header-concise h1 {
        font-size: 30px;
    }
    .hero-header-medium .hero-text-col, .hero-text-col h1 {
        font-size: 30px;
    }

    .hero-header-concise .hero-text-col h2 {
        font-size: 22px;
    }

    .hero-careers .hero-text-col h2 {
        font-size: 24px;
    }

    .hero-header-wordy h1 {
        font-size: 23px;
    }

    .hero-careers p {
        max-width: 100%;
        font-size: 15px;
    }

    .benefits-block-row h2 {
        font-size: 22px;
    }
    .home-team .text-col h2 {
        font-size: 22px;
    }

    .header-text-col-ready h2 {
        font-size: 20px;
    }

    .header-text-col-ready h3 {
        font-size: 18px;
        font-family: Helvetica, sans-serif;
        font-weight: 500;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .hero-btn-row {
        flex-direction: column;
    }

    .hero-btn-app {
        margin: 15px 0 0 0;
    }

    .hero-paragraph {
        font-size: 15px;
    }

    .hero-arrow {
        width: 25px;
    }

    .lower-hero-customer-support {
        height: 750px;
    }

    .lower-hero-tech {
        height: 850px;
        background-position: -115px 0!important;
    }

    .community-h2 {
        font-size: 22px;
    }

    .community-logo {
        height: 80px;
        width: auto;
    }

    .iconlabel, .benefits-label, .culture-label {
        font-size: 13px;
        line-height: 17px;
    }

    .benefits-item {
        padding-left: 0;
    }

    .carousel-item-review.active, .carousel-item-review-next, .carousel-item-review-prev {
        min-height: 400px;
    }

    .life-culture-carousel-inner .image-content .text-col {
        min-height: 350px;
    }

    .life-spaces-carousel-inner .text-col p {
        min-height: 180px;
    }


    .cs-carousel-mobile .text-col {
        padding: 0;
    }

    .cs-mobile-carousel-inner .text-col {
        min-height: 275px;
    }

    .cs-mobile-carousel-inner .text-col {
        min-height: 315px;
    }

    .tech-label {
        font-size: 15px;
    }

    .tech-list-box {
        max-width: 150px;
        font-size: 15px;
        padding: 15px 10px
    }

    .footer-text {
        font-size: 14px;
    }
}

@media (max-width: 320px) {

    .hero-header-concise h1 {
        font-size: 28px;
    }

    .hero-header-concise .hero-text-col h2 {
        font-size: 20px;
    }

    .hero-careers .hero-text-col h2 {
        font-size: 24px;
    }

    .header-text-col-ready h2 {
        font-size: 19px;
    }

    .header-text-col-ready h3 {
        font-size: 15px;
        font-family: Helvetica, sans-serif;
        font-weight: 500;
    }

    .hero-tech-and-engineering {
        height: 675px;
    }

    .lower-hero-customer-support {
        height: 775px;
    }

    .lower-hero-tech {
        height: 875px;
        background-position: -150px 0 !important;
    }

    .carousel-item-review.active, .carousel-item-review-next, .carousel-item-review-prev {
        min-height: 450px;
    }

    .life-spaces-carousel-inner .text-col p {
        min-height: 210px;
    }

    .tech-list-box {
        max-width: 130px;
    }

}


/***    Blazor Error    ***/
#blazor-error-ui {
    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 {
        cursor: pointer;
        position: relative;
        right: 3.5rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred.";
    }

/***    End Blazor Error    ***/

}