
.d-mob {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

.border-top {
    border-top: 1px solid #e7e7e7;
}

.border-right {
    border-right: 1px solid #e7e7e7;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.border-left {
    border-left: 1px solid #e7e7e7;
}

.margin-top {
    margin-top: 1em;
}

.margin-right {
    margin-right: 1em;
}

.margin-bottom {
    margin-bottom: 1em;
}

.margin-left {
    margin-left: 1em;
}

.margin-top-x2 {
    margin-top: 2em;
}

.margin-right-x2 {
    margin-right: 2em;
}

.margin-bottom-x2 {
    margin-bottom: 2em;
}

.margin-left-x2 {
    margin-left: 2em;
}

.padding-top {
    padding-top: 1em;
}

.padding-right {
    padding-right: 1em;
}

.padding-bottom {
    padding-bottom: 1em;
}

.padding-left {
    padding-left: 1em;
}

.padding-top-x2 {
    padding-top: 2em;
}

.padding-right-x2 {
    padding-right: 2em;
}

.padding-bottom-x2 {
    padding-bottom: 2em;
}

.padding-left-x2 {
    padding-left: 2em;
}

.fl-right {
    float: right;
}

.fl-left {
    float: left;
}

.center {
    text-align: center;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.show-mob {
    display: none;
}



.horizontal-list li {
    display: table-cell;
}

    .horizontal-list li a {
        display: block;
        margin: 0 .75em;
        text-align: center;
    }

.vertical-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .vertical-list li {
        display: block;
    }


.to-edge {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
}

    .cookie-alert > div {
        margin: 0 auto;
        max-width: 1640px;
        padding: 15px;
    }

        .cookie-alert > div > p {
            display: inline-block;
        }

#btnacceptcookie {
    float: right;
}

.basket-table2 {
    margin: 0 0 3%;
    background: #FFF;
}

    .basket-table2 td {
        border-bottom: 1px solid #e3e3e3;
        padding: .5em;
        font-size: .8em;
    }

    .basket-table2 thead {
        background-color: #000;
        color: #FFF;
        font-size: 0.8em;
    }

    .basket-table2 th {
        padding: .5rem;
        font-weight: 200;
        height: 50px;
        text-align: left;
    }

.basket2-qty {
    width: 40px;
    text-align: center;
    margin: 0 5px;
}

.show-mob {
    display: none;
}

.hidden {
    display: none;
}

@media (max-width: 1010px) {

    .basket-table2 td:before {
        content: attr(data-th);
        font-weight: 700;
        display: inline-block;
        /*width:22%;*/
        min-width: 130px;
        float: left;
        text-align: left;
        white-space: nowrap;
        line-height: 33px;
    }

    .basket-table2 td > a.d-mob {
        width: 12%;
        display: inline-block;
    }

    .basket-table2 td:nth-child(2):before {
        padding-top: .25em
    }

    .basket-table2 thead {
        display: none;
    }

    .basket-table2 td {
        display: block;
        padding: .5em;
        width: 100% !important;
        border: 0;
    }

    .basket-table2 tr:first-child > td {
        padding-top: inherit;
    }

    .basket-table2 td:nth-child(5) {
        text-align: left;
    }

    .basket-table2 td:nth-child(3),
    .basket-table2 td:nth-child(4) {
        clear: left;
    }

        .basket-table2 td:nth-child(3) > input {
            width: 200px;
        }

    .basket2-qty {
        width: 40px;
        text-align: center;
        margin: 0;
    }

    .basket-table2 select, .basket-table2 input[type='text'] {
        padding: .6em;
    }

    .basket2-product {
        border: #DEDEDE solid 1px;
        padding-top: 6px;
        margin-bottom: 4px;
    }

    .hidden {
        display: none;
    }

    .d-mob {
        display: inline;
    }

    .show-mob {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        font-weight: 600;
        float: left;
        text-align: left;
    }

    .hidden {
        display: none;
    }
}

@media (max-width: 767px) {
    .basket-table2 select, .basket-table2 input[type='text'] {
        padding: .6em;
    }




    .basket-table2 td:before {
        content: attr(data-th);
        font-weight: 700;
        display: inline-block;
        /*width:22%;*/
        min-width: 130px;
        float: left;
        text-align: left;
        white-space: nowrap;
    }

    .basket-table2 td > a.d-mob {
        width: 6%;
        display: inline-block;
    }

    .basket-table2 td:nth-child(2):before {
        padding-top: .25em
    }

    .basket-table2 td {
        display: block;
        padding: .5em;
        width: 100% !important;
        border: 0;
    }

    .basket-table2 tr:first-child > td {
        padding-top: inherit;
    }

    .basket-table2 td:nth-child(5) {
        text-align: left;
    }



    .basket-table2 td:nth-child(3) {
        clear: left;
    }

        .basket-table2 td:nth-child(3) > input {
            width: 200px;
        }

    .basket2-qty {
        width: 40px;
        text-align: center;
        margin: 0;
    }

    .savedoc {
        content: 'Save';
        color: #FFF !important;
        text-decoration: none !important;
        background-color: #2d8e3c;
        display: inline-block;
        width: 50%;
        cursor: pointer;
        padding: .75em 1.5em;
        padding-left: 1.5em;
        border: 0;
        position: relative;
        vertical-align: middle;
        transition: background-color 0.3s ease;
        -webkit-appearance: none;
        border-radius: 1px;
        white-space: nowrap;
        text-align: center;
    }

    .d-mob {
        display: inline;
    }

    .deletedoc {
        color: #FFF !important;
        text-decoration: none !important;
        background-color: #8e2d2d;
        display: inline-block;
        width: 49%;
        cursor: pointer;
        padding: .75em 1.5em;
        padding-left: 1.5em;
        border: 0;
        position: relative;
        vertical-align: middle;
        transition: background-color 0.3s ease;
        -webkit-appearance: none;
        border-radius: 1px;
        white-space: nowrap;
        text-align: center;
    }

    .show-mob {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        font-weight: 600;
        float: left;
        text-align: left;
    }


    .basket-table2 select {
        margin-right: 0;
    }



    .hidden {
        display: none;
    }
}


@media (max-width: 524px) {
    .editdoc {
        width: 100%;
    }

    .savedoc, .deletedoc {
        width: 100%;
    }

    .deletedoc {
        margin-top: 4px;
    }
}


/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }
}


.basket-table2 thead tr th a .fa {
    color: white !important;
}

.form-error {
    color: rgb(185, 74, 72);
    font-size: 0.875rem;
    font-weight: 500;
}

@media screen and (max-width: 849px) {
    .footer-copyright, .footer-e2e {
        text-align: center;
    }

    .footer-copyright {
        padding-bottom: .25em;
    }
}

@media (max-width: 649px) {

    .form-error {
        margin-left: 0;
        margin-bottom: 0;
        line-height: 1;
    }
}

.footer-copyright, .footer-e2e {
}

.footer-copyright {
    padding-bottom: .25em;
}

.footer-social,
.footer-payment-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2em
}

.footer-social {
    margin-bottom: 25px;
}

    .footer-social li,
    .footer-payment-icons li {
        display: inline-block;
    }

    .footer-social li {
        margin: 0 3px;
    }

        .footer-social li span,
        .footer-payment-icons li span {
            font-size: 0;
        }



.blw-ftr-wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

    .blw-ftr-wrapper > div {
        padding-top: .75em;
        padding-bottom: .75em;
        color: #FFF;
    }

.footer-e2e a {
    color: #FFF;
}

.e2e_logo:before {
    font-family: e2e;
    content: "\e83d";
    font-size: .9em;
    padding: 0 .125em;
}


.top-bar-wrapper {
    background: #29aae0;
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
}


.top-bar {
    text-align: right;
    font-size: 0.889em;
}

    .top-bar ul {
        padding-bottom: 0px;
        margin-bottom: 0px;
        text-align: right;
        align-items: flex-end;
        align-content: flex-end;
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .top-bar a {
        color: #FFF;
        transition: all 0.3s ease;
        border-bottom: 2px solid transparent;
        padding: .35em 0;
    }

        .top-bar a:hover {
            border-bottom: 2px solid #b3d3e7;
        }

.horizontal-list li {
    display: table-cell;
}

    .horizontal-list li a {
        display: block;
        margin: 0 .75em;
        text-align: center;
    }

@media (max-width: 649px) {
    .horizontal-list li a.header-basket {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .top-bar-wrapper {
        display: none;
    }
}

.bg-theme {
    --bs-bg-opacity: 1;
    background-color: #29aae0 !important;
}

.minifigured-banner {
    overflow: hidden;
    width: 100%;
}

.minifigured-banner-bg {
    background-color: #29abe1;
}

.minifigured-banner h1 {
    font-size: 4em;
    text-align: center;
    align-content: center;
}

.minifigured-banner h2 {
    font-size: 3.5em;
    text-align: center;
    align-content: center;
}

.minifigured-banner h3 {
    font-size: 3.2em;
    text-align: center;
    align-content: center;
}

.minifigured-banner h4 {
    text-align: center;
    align-content: center;
    font-size: 3em;
}

.minifigured-banner a {
    text-align: center;
    align-content: center;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;
}

.minifigured-banner p {
    text-align: center;
    align-content: center;
    color: #FFFFFF;
    font-size: 1.5em;
}

.minifigured-banner .col-1,
.minifigured-banner .col-2,
.minifigured-banner .col-3,
.minifigured-banner .col-4,
.minifigured-banner .col-5,
.minifigured-banner .col-6,
.minifigured-banner .col-7,
.minifigured-banner .col-8,
.minifigured-banner .col-9,
.minifigured-banner .col-10,
.minifigured-banner .col-11,
.minifigured-banner .col-12 {
    align-content: center;
    text-align: center;
    align-items: center;
}

.minifigured-banner .row {
    min-height: 700px;
}

.minifigured-banner a:hover {
    background-color: inherit;
    opacity: 1;
}


sub,
sup,
.carousel-wrapper .product-information h2,
.carousel-wrapper .product-information .button {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline content: "";
    display: table;
    clear: both display: block;
    position: absolute;
    text-align: center;
    transition: 200ms
}

.carousel-wrapper {
    position: relative
}

    .carousel-wrapper .carousel__background {
        background: url("../images/carousel-background.jpg");
        background: url("../images/carousel-background.jpg");
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 700px;
        width: 100%;
        max-width: inherit;
        background-color: #fcbb01;
        background-position: 50% 100%;
        background-size: cover
    }

    .carousel-wrapper .swiper-container .swiper-wrapper {
        list-style: none
    }

    .carousel-wrapper .swiper-pagination {
        position: static
    }

        .carousel-wrapper .swiper-pagination i {
            display: block;
            position: static;
            width: 36px;
            height: 40px;
            top: 5px;
            transition: 300ms
        }

        .carousel-wrapper .swiper-pagination.hidden {
            opacity: 0
        }

        .carousel-wrapper .swiper-pagination.next {
            right: 0
        }

            .carousel-wrapper .swiper-pagination.next i {
                background-position: -124px 0;
                right: 8px
            }

            .carousel-wrapper .swiper-pagination.next:hover i {
                right: 4px
            }

        .carousel-wrapper .swiper-pagination.prev {
            left: 0
        }

            .carousel-wrapper .swiper-pagination.prev i {
                background-position: -88px 0;
                left: 8px
            }

            .carousel-wrapper .swiper-pagination.prev:hover i {
                left: 4px
            }

        .carousel-wrapper .swiper-pagination:active {
            opacity: .8
        }

            .carousel-wrapper .swiper-pagination:active i {
                top: 7px
            }

    .carousel-wrapper .swiper-pagination-container {
        position: absolute;
        text-align: center;
        bottom: -15px;
        display: block;
        height: 30px;
        width: 100%;
        z-index: 90;
        left: 0
    }

    .carousel-wrapper .swiper-pagination {
        display: inline-block;
        height: 30px;
        background: #fff;
        padding: 0 10px;
        border-top-right-radius: 15px;
        border-top-left-radius: 15px
    }

        .carousel-wrapper .swiper-pagination span {
            display: inline-block;
            width: 14px;
            height: 14px;
            border-radius: 50px;
            background-clip: padding-box;
            margin: 13px 3px;
            background: #fcbb01
        }

            .carousel-wrapper .swiper-pagination span.swiper-active-switch {
                background: #2598d7
            }

    .carousel-wrapper .swiper-container {
        height: 420px;
        overflow: visible;
        text-align: center;
        display: block !important
    }

        .carousel-wrapper .swiper-container .swiper-button-prev,
        .carousel-wrapper .swiper-container .swiper-button-next {
            background: url("../images/sprite.png");
            background: url("../images/sprite.png");
            height: 40px;
            width: 36px
        }

        .carousel-wrapper .swiper-container .swiper-button-prev {
            background-position: -88px 0px
        }

        .carousel-wrapper .swiper-container .swiper-button-next {
            background-position: -124px 0px
        }

    .carousel-wrapper .image-container {
        height: 142.85714285714px;
        width: 92.857142857143px;
        margin: 30px auto 0;
        transition: 500ms
    }

    .carousel-wrapper .product-information {
        position: relative;
        opacity: 0;
        visibility: hidden
    }

        .carousel-wrapper .product-information h2 {
            font-size: 24px;
            line-height: 40px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-family: 'bemio', sans-serif;
            color: #000;
            left: -85px;
            right: -85px;
            top: 30px
        }

            .carousel-wrapper .product-information h2 a {
                color: #000
            }

                .carousel-wrapper .product-information h2 a:hover {
                    text-decoration: none
                }

        .carousel-wrapper .product-information .button {
            top: 70px;
            width: 220px;
            left: 50%;
            margin-left: -110px
        }

    .carousel-wrapper .carousel__product {
        height: 220px;
        margin: 0 auto;
        opacity: 0;
        position: relative;
        transition: 300ms
    }

        .carousel-wrapper .carousel__product .button {
            background-color: #2598d7;
            height: 40px;
            line-height: 1;
            font-size: 20px !important;
            border-radius: 20px
        }

    .carousel-wrapper .product--inner {
        padding: 10px;
        display: block;
        margin: 0;
        position: relative;
        width: 150px;
        height: 220px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -75px;
        transition: 300ms
    }

    .carousel-wrapper .product-image {
        display: block
    }

    .carousel-wrapper .swiper-slide-current .carousel__product {
        opacity: .5
    }

    .carousel-wrapper .swiper-slide-current.swiper-slide-next .carousel__product {
        opacity: 1
    }

    .carousel-wrapper .swiper-slide-current.swiper-slide-prev .carousel__product {
        opacity: 1
    }

    .carousel-wrapper .swiper-slide-current.swiper-slide-active .carousel__product {
        opacity: 1;
        z-index: 10
    }

    .carousel-wrapper .swiper-slide-active .image-container {
        height: 200px;
        width: 130px;
        margin-top: 0
    }

    .carousel-wrapper .swiper-slide-active .product-information {
        opacity: 1;
        visibility: visible
    }

    .carousel-wrapper .swiper-slide-active .carousel__product {
        top: 0;
        opacity: 1
    }

        .carousel-wrapper .swiper-slide-active .carousel__product .not-active-cover {
            display: none
        }

    .carousel-wrapper .swiper-slide-next .image-container {
        height: 142.85714px;
        width: 92.85714px;
        margin: 30px auto 0
    }

    .carousel-wrapper .swiper-slide-prev .image-container {
        height: 142.85714px;
        width: 92.85714px;
        margin: 30px auto 0
    }

@media all and (min-width: 480px) {
    .carousel-wrapper {
        padding: 20px 0 160px
    }

        .carousel-wrapper .carousel-navigation {
            bottom: 50%;
            margin-bottom: -20px
        }

        .carousel-wrapper .swiper-container {
            height: 420px
        }

        .carousel-wrapper .image-container {
            height: 200px;
            width: 130px;
            margin: 110px auto 0
        }

        .carousel-wrapper .carousel__product {
            height: 420px
        }

        .carousel-wrapper .product--inner {
            width: 280px;
            height: 420px;
            margin-left: -150px
        }

        .carousel-wrapper .product-information h2 {
            font-size: 36px;
            text-transform: none
        }

        .carousel-wrapper .product-information .button {
            top: 80px
        }

        .carousel-wrapper .swiper-slide-next .image-container {
            height: 285.71429px;
            width: 185.71429px;
            margin: 80px auto 0
        }

        .carousel-wrapper .swiper-slide-next .carousel__product {
            margin-right: -45px
        }

        .carousel-wrapper .swiper-slide-prev .image-container {
            height: 285.71429px;
            width: 185.71429px;
            margin: 80px auto 0
        }

        .carousel-wrapper .swiper-slide-prev .carousel__product {
            margin-left: -45px
        }

        .carousel-wrapper .swiper-slide-next-next .image-container {
            height: 200px;
            width: 130px;
            margin: 110px auto 0
        }

        .carousel-wrapper .swiper-slide-prev-prev .image-container {
            height: 200px;
            width: 130px;
            margin: 110px auto 0
        }

        .carousel-wrapper .swiper-slide-active .image-container {
            height: 400px;
            width: 260px
        }
}

@media all and (min-width: 770px) {
    .carousel-wrapper {
        padding: 0 0 160px;
        margin-top: -30px
    }
}

@media only screen and (max-width: 1000px) {
    .carousel-wrapper .wrap {
        max-width: 100%;
        display: block
    }
}

.mini-figures-container {
    display: none;
    position: absolute;
    top: 110px;
    width: 1900px;
    margin-left: -950px;
    left: 50%
}

    .mini-figures-container .mini-figure {
        position: absolute;
        transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1)
    }

    .mini-figures-container .top-left {
        top: 300px;
        left: -400px
    }

        .mini-figures-container .top-left.active {
            left: 0
        }

    .mini-figures-container .top-right {
        display: none;
        top: 100px;
        right: -400px
    }

        .mini-figures-container .top-right.active {
            right: 0;
            display: block
        }

    .mini-figures-container .bottom-left {
        top: 1940px;
        left: -400px
    }

        .mini-figures-container .bottom-left.active {
            left: 0
        }

    .mini-figures-container .bottom-right {
        display: none;
        top: 1120px;
        right: -400px
    }

        .mini-figures-container .bottom-right.active {
            right: 0;
            display: block
        }

@media all and (min-width: 1900px) {
    .mini-figures-container {
        display: block;
        width: 100%;
        margin-left: 0;
        left: 0
    }
}

@media only screen and (max-width: 599px) {
    .carousel-wrapper .swiper-pagination span {
        height: 1.25em;
        width: 1.25em
    }
}

.carousel-wrapper {
    position: relative
}

    .carousel-wrapper:before {
        content: "";
        display: block;
        height: 200px;
        width: 100%;
        position: absolute;
        top: -200px;
        background-color: #fcbb01
    }

    .carousel-wrapper .carousel__background {
        background: url("../images/carousel-background.jpg");
        background: url("../images/carousel-background.jpg");
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 700px;
        width: 100%;
        max-width: inherit;
        background-color: #fcbb01;
        background-position: 50% 100%;
        background-size: cover
    }

.FAQsAccordion {
    list-style: none;
}

.li_pane {
    line-height: 34px;
}

    .li_pane p {
        font-size: 0.9em;
        line-height: 1.7em;
    }

.expanded .mobile-nav-wrap .mobile-nav form button {
    display: block;
}

.li_top_element h3 {
    background: #29aae0 url(/images/faq-chevron-bk.svg) no-repeat right .5em center;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none;
    color: #000000;
    font-size: 1em;
    background-color: transparent;
    border-top: none;
}

.section-title {
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .li_top_element h3 {
        font-size: 1.2em;
        line-height: 1.5em;
    }

    .li_pane p {
        font-size: 0.8em;
        line-height: 1.8em;
    }

    .FAQsAccordion {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .li_top_element h3 {
        font-size: 1em;
        line-height: 1.2em;
    }
}


.card-header {
    background-color: #29aae0;
    color: #ffffff;
    font-weight: bold;
}

.create-or-login {
    align-items: baseline;
    align-content: center;
    justify-content: space-evenly;
}

.flex-content-distribution {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.accordion-body .nav-link.active {
    background-color: #29aae0 !important;
    color: #fff;
}

header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 999;
}

@media (max-width: 990px) {
    header.isEditing {
        display: none;
    }

    footer.isEditing {
        display: none;
    }

    .nav-content-mobile.isEditing {
        display: none;
    }
}

.complete-flex-center {
    justify-content: center;
    align-items: center;
    background-color: #29aae0;
    color: #ffffff;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.flex-left-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.flex-right-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#newsletter-subscribe {
    width: 75% !important;
}

@media (min-width: 576px) {
    #newsletter-subscribe {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    #newsletter-subscribe {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    #newsletter-subscribe {
        width: 100% !important;
    }
}

.ProjectCard {
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
}

    .ProjectCard img {
        width: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

.testimonials {
    justify-content: center;
}

    .testimonials .card {
        display: flex;
        align-items: center;
        border: 4px solid #eeeeee;
        background-color: #ffffff;
        padding: 0;
        min-width: 380px;
        min-height: 300px;
    }

    .testimonials .card-body {
        flex: initial;
    }

    .testimonials .card-img-top {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: rgb(214,214,214);
        background: radial-gradient(circle, rgba(214,214,214,1) 99%, rgba(163,163,163,1) 100%);
    }

    .testimonials .top-img-wrapper {
        width: 100%;
        min-height: 236px;
        margin: 0;
        padding: 0;
        border: 0;
        background: rgb(214,214,214);
        background: radial-gradient(circle, rgba(214,214,214,1) 99%, rgba(163,163,163,1) 100%);
        min-width: 300px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .testimonials .card-body-logo {
        width: 100%;
        display: flex;
        height: auto;
        justify-content: flex-end;
        align-items: center;
        min-height: 86px;
    }

        .testimonials .card-body-logo img {
            height: auto;
            max-width: 100px;
            width: 100%;
        }

    .testimonials .card-text {
        font-size: 0.9em;
        text-align: justify;
        padding: 0.5em;
        margin: 0;
    }


.BannerH1 {
    text-align: center;
    font-size: 10vh;
}

.BannerH2 {
    text-align: center;
    font-size: 8.4vh;
}

.BannerH3 {
    text-align: center;
    font-size: 6.8vh;
}

.BannerH4 {
    text-align: center;
    font-size: 5.2vh;
}

.BannerH5 {
    text-align: center;
    font-size: 3.6vh;
}

.BannerH6 {
    text-align: center;
    font-size: 2vh;
}

.HtmlBanner .lead,
.HtmlBanner .btn,
.HtmlSplitBanner .lead,
.HtmlBanner .btn,
.CarouselHtmlBanner .btn {
    text-align: center;
    font-size: 2.5vh;
}

.HtmlSplitBanner {
    width: 100%;
    height: auto;
    min-height: 450px;
    overflow:hidden;
}

    .HtmlSplitBanner .left-column, .CarouselHtmlBanner .left-column {
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .HtmlSplitBanner .left-column {
        flex: 1;
    }

    .HtmlSplitBanner .right-column, .CarouselHtmlBanner .right-column {
        background-size: auto;
        background-position: right;
        background-repeat: no-repeat;
    }

    .HtmlSplitBanner.BannerLeft, .CarouselHtmlBanner.BannerLeft {
        flex-direction: row-reverse;
    }

    .HtmlSplitBanner.BannerRight, .CarouselHtmlBanner.BannerRight {
        flex-direction: row;
    }

.HtmlBanner {
    width: 100%;
    position: relative;
    overflow:hidden;
}

    .HtmlBanner img {
        width: 100%;
        height: auto;
    }


    .HtmlBanner .BannerContentWrapper, .CarouselHtmlBanner .BannerContentWrapper {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
    }


.CarouselHtmlBanner .row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.HtmlBanner .BannerLeft, .CarouselHtmlBanner .BannerLeft {
    justify-content: flex-start;
}

.HtmlBanner .BannerRight, .CarouselHtmlBanner .BannerRight {
    justify-content: flex-end;
}

.HtmlBanner .BannerCenter, .CarouselHtmlBanner .BannerCenter {
    justify-content: center;
}

.HtmlBanner .BannerContent {
    padding: 2%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 4%;
    font-size: 5em;
    color: #ffffff;
}

.BannerImageMobile {
    display: none;
}

.BannerImageDesktop {
    display: block;
}

@media (max-width: 575px) {
    .BannerImageMobile {
        display: block;
    }

    .BannerImageDesktop {
        display: none;
    }
}

@media (max-width: 753px) {
    .HtmlBanner .btn, .HtmlSplitBanner .btn, .CarouselHtmlBanner .btn {
        font-size: 2vh;
        padding: 2vh;
    }

.BannerH1 {
        font-size: 6vh;
    }

.BannerH2 {
        font-size: 5vh;
    }

.BannerH3 {
        font-size: 4vh;
    }

.BannerH4 {
        font-size: 3vh;
    }

.BannerH5 {
        font-size: 2vh;
    }

.BannerH6 {
        font-size: 1vh;
    }
}


@media (min-width: 1200px) {
    .HtmlBanner .btn, .HtmlSplitBanner .btn, .CarouselHtmlBanner .btn {
        font-size: 3vh;
    }
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    opacity: 0.5;
}

.ColorBtn {
    width: 25px;
    height: 25px;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    padding: 0;
    background-color: transparent;
    margin: 5px;
    border-radius: 45px;
}

.ColorBtnOutline {
    border-color: #000;
    border-width: 3px;
}

.ColorBtn.active {
    border-color: #f00;
    border-width: 3px;
}

.BTNFace, .BTNHairStyle {
    background-size: contain;
    padding: 15px;
    border-radius: 0px;
    background-repeat: no-repeat;
}

.BTNHairStyle {
    width: 50px;
    height: 50px;
}

.nohair {
    background-size: contain;
    border-color: #000;
    border-width: 1px;
}

.imageEditor {
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #000;
}

#container {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
}

.force-hide {
    display: none !important;
}

.ImageGallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

    .ImageGallery div {
        margin-right: 10px;
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .ImageGallery div img {
            height: auto;
            width: fit-content;
        }

.myFiguresRegion {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: flex-start;
}

.MyFiguresPreviewThumb {
}

    .MyFiguresPreviewThumb img {
    }

#loadingfigureRegionOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: auto;
}

    #loadingfigureRegionOverlay.hidden {
        display: none;
    }

#loadingText {
    color: white;
    font-size: 24px;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    text-align: center;
}

#spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-bottom: 20px;
}

#progressContainer {
    width: 100%;
    max-width: 300px;
    background-color: #ddd;
    border-radius: 25px;
    overflow: hidden;
}

#progressBar {
    width: 0%;
    height: 30px;
    background-color: #3498db;
}

.ToggleView {
    position: Absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 0px;
}

    .ToggleView svg, .DownloadIconButton svg {
        fill: #a2a2a2;
    }

    .ToggleView.active, .DownloadIconButton.active {
    }

        .ToggleView.active svg, .DownloadIconButton.active svg {
            fill: #000000;
        }

.DownloadIconButton {
    position: Absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border: 0px;
}

.btn-figure {
    background-color: #0d6efd;
    border: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
}

.AcceptableMaterial {
    padding: 0.2em;
}

    .AcceptableMaterial li {
        list-style: none;
        padding-left: 25px;
        background-image: url('/images/tick.svg');
        background-size: 16px 16px;
        background-position: left 0.2em;
        background-repeat: no-repeat;
        line-height: 1.9em;
    }



.RejectableMaterial {
    padding: 0.2em;
}

    .RejectableMaterial li {
        list-style: none;
        padding-left: 25px;
        background-image: url('/images/cross.svg');
        background-size: 16px 16px;
        background-position: left 0.2em;
        background-repeat: no-repeat;
        line-height: 1.9em;
    }

#ErrorCopyrightWarningModal .modal-body {
    font-size: 0.7em;
}

.FigureBuilder.isEditing .accordion {
    display: none;
}




.BuilderHeading .col-8 {
    display: flex;
    align-items: center;
}

@media (max-width: 1200px) {
    .FigureBuilderContainer.container {
        max-width: 100%;
    }
}


@media (max-width: 1024px) {

    .FigureBuilder h2 {
        font-size: 1.4em;
    }

    .accordion-button {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
        font-size: 0.7em;
    }

    .fs-sm {
        font-size: .8rem;
    }

    .logo img {
        max-height: 40px;
    }

    #newBtn svg {
        display: none;
    }

    .addCustomImageBtn svg {
        display: none;
    }

    #downloadBtn {
        display: none;
    }

        #downloadBtn svg {
            display: none;
        }

    .btn-small {
        font-size: 0.9em;
    }

    .ImageGallery div {
        width: 75px;
        height: auto;
        margin-bottom: 5px;
    }

        .ImageGallery div img {
            height: auto;
            width: 100%;
        }
}

@media (max-width: 995px) {
    .FigureBuilder h2 {
        font-size: 1em;
    }
}

@media (min-width: 975px) {
    .FigureBuilder .ShowIfSpace {
        display: none;
    }
}

@media (max-width: 975px) {
    .FigureBuilder .HideWhenSpace {
        display: none;
    }
}

@media (max-width: 768px) {
    .FigureBuilder.isEditing .FigureRegionWrapper {
        display: none;
    }
}

@media (max-height: 670px) {
    #ErrorCopyrightWarningModal .modal-body {
        font-size: 0.6em;
    }
}

#DesignNotes {
    padding: 0.5em;
    min-height: 5em;
    display: flex;
    align-items: flex-end;
}

    #DesignNotes::placeholder {
        text-align: left;
    }

.fullscreen-lightbox .modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.fullscreen-lightbox .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(41, 171, 226, 0.2);
}

    .fullscreen-lightbox .modal-content img {
        max-width: 90%;
        max-height: 90%;
    }

.fullscreen-lightbox .btn-close {
    z-index: 1050;
    position: absolute;
    top: 10px;
    right: 10px;
}

.fullscreen-lightbox .carousel-control-prev,
.fullscreen-lightbox .carousel-control-next {
    width: 5%;
    top: 50%;
    transform: translateY(-50%);
}

#FileTable img, #FileTable svg {
    width: 50px;
    height: auto;
}

#FileTable .text-left {
    text-align: left;
}

#FileTable .text-center {
    text-align: center;
}

#FileTable .text-right {
    text-align: right;
}

.btn-minifigured {
    color: #fff;
    background-color: #000;
    border-color: #000;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 15px;
    border-radius: 8px;
    padding: 0.8em;
}

    .btn-minifigured:hover,
    .btn-minifigured:focus,
    .btn-minifigured.focus,
    .btn-minifigured:active,
    .btn-minifigured.active {
        color: #fff;
        background-color: #000;
        border-color: #000;
    }


.section-header, .section-header-h1 {
    font-size: 1.44em;
    text-transform: uppercase;
}

.section-header-h2 {
    font-size: 1.26em;
    text-transform: uppercase;
}

.section-header-h3 {
    font-size: 1.13em;
    text-transform: uppercase;
}

.section-header-h4 {
    font-size: 1.07em;
    text-transform: uppercase;
}

.section-header-h5 {
    font-size: 0.95em;
    text-transform: uppercase;
}

.section-header-h6 {
    font-size: 0.88em;
    text-transform: uppercase;
}

.btn-primary {
    border-radius: 14px;
}

.btn-small {
    border-radius: 8px;
}

.horizontal-accordion {
    display: flex;
    flex-direction: row;
}

    .horizontal-accordion .accordion-item {
        flex: 1;
        border: 1px solid #ddd;
    }

    .horizontal-accordion .accordion-header {
        display: flex;
        align-items: center;
        justify-content: center;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
        padding: 1rem;
    }

    .horizontal-accordion .accordion-collapse {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        background-color: #fff;
    }

    .horizontal-accordion .accordion-button {
        display: block;
        width: 100%;
        border: none;
    }

    .horizontal-accordion .accordion-body {
        height: 100%;
        overflow-y: auto;
    }


    .horizontal-accordion-overlayed .accordion-collapse {
        display: none;
    }

        .horizontal-accordion-overlayed .accordion-collapse.show {
            display: block;
        }

.horizontal-accordion-overlayed .accordion-item {
    position: relative;
}

.object-shadow-black, .object-shadow-mob, .object-shadow-dt {
    box-shadow: 5px 4px 5px 0 #666666, 0px 0px 6px rgba(0, 0, 0, 1);
}

.object-shadow-black-25 .object-shadow-25-mob, .object-shadow-25-dt {
    box-shadow: 5px 4px 5px 0 #666666, 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.object-shadow-black-50, .object-shadow-50-mob, .object-shadow-50-dt {
    box-shadow: 5px 4px 5px 0 #666666, 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.object-shadow-black-75, .object-shadow-75-mob, .object-shadow-75-dt {
    box-shadow: 5px 4px 5px 0 #666666, 0px 0px 6px rgba(0, 0, 0, 0.75);
}

.text-shadow-drop,
.text-shadow-drop-mob,
.text-shadow-drop-dt {
    text-shadow: 4px 3px 0 #000000;
}

.text-shadow-glow,
.text-shadow-glow-mob,
.text-shadow-glow-dt {
    text-shadow: 2px 2px 0 #000000, 0px 0px 6px rgba(0,0,0,1);
}

.background-shadow-white-25,
.background-shadow-white-25-mob,
.background-shadow-white-25-dt {
    background-color: rgba(255, 255, 255, 0.25);
}

.background-shadow-black-25,
.background-shadow-black-25-mob,
.background-shadow-black-25-dt {
    background-color: rgba(0, 0, 0, 0.25);
}

.background-shadow-white,
.background-shadow-white-50,
.background-shadow-white-mob,
.background-shadow-white-50-mob,
.background-shadow-white-dt,
.background-shadow-white-50-dt {
    background-color: rgba(255, 255, 255, 0.50);
}

.background-shadow-black,
.background-shadow-black-50,
.background-shadow-black-mob,
.background-shadow-black-50-mob,
.background-shadow-black-dt,
.background-shadow-black-50-dt {
    background-color: rgba(0, 0, 0, 0.50);
}

.background-shadow-white-75,
.background-shadow-white-75-mob,
.background-shadow-white-75-dt {
    background-color: rgba(255, 255, 255, 0.75);
}

.background-shadow-black-75,
.background-shadow-black-75-mob,
.background-shadow-black-75-dt {
    background-color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 575px) {
    .text-shadow-drop-dt {
        text-shadow: unset;
    }

    .text-shadow-glow-dt {
        text-shadow: unset;
    }

    .background-shadow-white-25-dt {
        background-color: unset;
    }

    .background-shadow-black-25-dt {
        background-color: unset;
    }

    .background-shadow-white-dt,
    .background-shadow-white-50-dt {
        background-color: unset;
    }

    .background-shadow-black-dt,
    .background-shadow-black-50-dt {
        background-color: unset;
    }

    .background-shadow-white-75-dt {
        background-color: unset;
    }

    .background-shadow-black-75-dt {
        background-color: unset;
    }

    .object-shadow-dt {
        box-shadow: unset;
    }

    .object-shadow-25-dt {
        box-shadow: unset;
    }

    .object-shadow-50-dt {
        box-shadow: unset;
    }

    .object-shadow-75-dt {
        box-shadow: unset;
    }
}

@media (min-width: 576px) {
    .text-shadow-drop-mob {
        text-shadow: unset;
    }

    .text-shadow-glow-mob {
        text-shadow: unset;
    }

    .background-shadow-white-25-mob {
        background-color: unset;
    }

    .background-shadow-black-25-mob {
        background-color: unset;
    }

    .background-shadow-white-mob,
    .background-shadow-white-50-mob {
        background-color: unset;
    }

    .background-shadow-black-mob,
    .background-shadow-black-50-mob {
        background-color: unset;
    }

    .background-shadow-white-75-mob {
        background-color: unset;
    }

    .background-shadow-black-75-mob {
        background-color: unset;
    }

    .object-shadow-mob {
        box-shadow: unset;
    }

    .object-shadow-25-mob {
        box-shadow: unset;
    }

    .object-shadow-50-mob {
        box-shadow: unset;
    }

    .object-shadow-75-mob {
        box-shadow: unset;
    }

}


.force-fw {
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.testimonial-banner {
    overflow: visible;
}

    .testimonial-banner .fs-1 {
        text-align: center;
        line-height: calc(1.375rem + 1.5vw) !important;
    }

    .testimonial-banner .fs-4 {
        text-align: center;
        line-height: calc(1.275rem + 0.3vw) !important;
    }

    .testimonial-banner .BannerContent {
        justify-content: unset;
    }

    .testimonial-banner .testimonial {
        min-height: 150px;
    }

        .testimonial-banner .testimonial p {
            text-align: center;
            font-size: 0.8rem;
        }

    .testimonial-banner .heading {
        text-align: center;
        font-size: calc(1.375rem + 1.5vw) !important;
        line-height: calc(1.375rem + 1.5vw) !important;
    }

    .testimonial-banner .text {
        text-align: center;
        font-size: 1.25rem !important;
        line-height: calc(1.275rem + 0.3vw) !important;
    }

@media (max-width: 900px) {
    .testimonial-banner .testimonial {
        min-height: 84px;
    }
        .testimonial-banner .testimonial p {
            font-size: 0.7rem;
        }

    .testimonial-banner .heading {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }

    .testimonial-banner .text {
        font-size: 1rem !important;
        line-height: 1.2rem !important;
    }
}


@media (max-width: 610px) {
    .testimonial-banner .testimonial {
        min-height: 70px;
    }

        .testimonial-banner .testimonial p {
            font-size: 0.6rem;
        }

    .testimonial-banner .heading {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }

    .testimonial-banner .text {
        font-size: 0.9rem !important;
        line-height: 1.1rem !important;
    }
}

@media (max-width: 605px) {
    .testimonial-banner .testimonial {
        min-height: 70px;
    }

        .testimonial-banner .testimonial p {
            font-size: 0.4rem;
        }

    .testimonial-banner .heading {
        font-size: 1.8rem !important;
        line-height: 1.8rem !important;
    }

    .testimonial-banner .text {
        font-size: 0.9rem !important;
        line-height: 1.1rem !important;
    }

    .p-3 {
        padding: .5rem !important;
    }
}

@media (max-width: 575px) {
    .testimonial-banner .testimonial {
        margin-right: .5rem !important;
        margin-top: .5rem !important;
    }
}

#msgSub {
	text-align:center;
	background-color: #29aae0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

#newsletter-subscribe {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

#newsletter-subscribe p {
	display: inline-block;
}

#newsletter-subscribe input {
	display: inline-block;
	width: 30%;
}

#newsletter-subscribe button {
	display: inline-block;
}

@media (max-width: 760px) {
	#newsletter-subscribe {
		flex-direction: column;
		width: 100% !important;
	}

	#newsletter-subscribe p {
		margin-bottom: 0.5em !important;
	}

	#newsletter-subscribe input {
		width: 75%;
	}

	#newsletter-subscribe button {
		margin-top: 0.5em !important;
	}
}