@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format('opentype'),
         url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),
         url(../fonts/Roboto-Regular.svg) format('svg'); 
    }
@font-face {
    font-family: QuickSandBold;
    src: url(../fonts/Quicksand-Bold.ttf) format('truetype');
}
/*header#MainNavigation {
    padding: 10px 10vw 0;
    box-sizing: border-box !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    height: 117px;
}
    header#MainNavigation:before {
        display: block;
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        pointer-events: none;
        background-color: #fff;
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
        z-index: -1;
    }

    header#MainNavigation:before {
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
    }

    header#MainNavigation:hover:before,
    header#MainNavigation.fixed:before {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
    }
    
    header#MainNavigation.fixed:before {
        box-shadow: 0px 3px 3px 0px #d9d9e3;
    }
.template_header {
    display: grid;
    padding: 10px 0 0;
    margin: 0;
    width: 100%;
    grid-template-columns: 20vw auto 600px;
}
    .template_header .logo {
        display: block;
        width: 20vw;
        text-align: left;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

.template_header .logo img {
    width: 100%;
    height: auto;
}
.template_header ul,
.template_header li {
    list-style-type: none;
}
.template_header ul {
    text-align: center;
}
.template_header li {
    padding: 20px 0 25px;
    margin: 0 5px;
}
.template_header li .search {
    display: none;
}
    .template_header nav,
    .template_header,
    .template_header a,
    .template_header nav ul li a {
        font-family: "QuickSandBold" !important;
        font-size: 16px;
        color: #02548f;
        text-decoration: none;
    }
        .template_header nav {
            position: unset;
            padding: 0 !important;
        }

        .template_header ul.contact {
            display: grid;
            margin: 0 !important;
            grid-template-columns: 50px auto auto 140px 50px;
        }
    .template_header ul.contact li {
        text-align: right;
        padding: 20px 0 25px;
    }
        .template_header a,
        .template_header span {
            padding: 16px 5px;
            display: inline-block;
        }
        .template_header .logo a {
            display:block;
            padding: 5px 0 0 !important;
        }
        .template_header a.icon_button {
            display: block;
            width: 100%;
            max-width: 40px;
            font-size: 0;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 30px auto;
            position: relative;
        }
            .template_header a.icon_button {
                top: 10px;
            }
            .template_header a.icon_button.alert {
                background-image: url(../components/icon_notification.svg);
            }
            .template_header a.call_button,
            .template_header a.chat_button {
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 30px auto;
                padding-left: 36px;
                background-image: url(../icons/icon-chat.svg);
            }
            .template_header a.call_button {
                background-image: url(../icons/icon-call.svg);
                pointer-events: none;
            }
            .template_header a.chat_button {
                background-image: url(../icons/icon-chat.svg);
            }
            .template_header a.account_button {
                background-color: #f5f5f9;
                border-radius: 30px;
                display: inline-block;
                padding-right: 50px;
                padding-left: 20px;
                background-size: 34px auto;
                background-repeat: no-repeat;
                background-position: right 8px center;
                background-image: url(../icons/icon-account.svg);
            }

            .template_header nav .menu_panel {
                display: none;
                flex-direction: row;
                position: absolute;
                left: 0;
                right: 0;
                top: 100%;
                text-align: center;
                align-content: center;
                justify-content: center;
                background-color: #f5f5f9;
                box-shadow: 0px 3px 3px 0px #d9d9e3;
                box-sizing: border-box;
                overflow: hidden;
                opacity: 0;
                max-height: 0;
                padding: 0 0 20px
            }
            .template_header nav li:hover .menu_panel {
                display: flex;
                opacity: 1;
                max-height: 60vh;
                -webkit-transition: opacity 0.5s ease 0s;
                -moz-transition: opacity 0.5s ease 0s;
                -o-transition: opacity 0.5s ease 0s;
                transition: opacity 0.5s ease 0s;
            }
            .template_header nav li:hover .menu_panel:before {
                display: block;
                content: "";
                z-index: -1;
                position: fixed;
                top: 200px;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,0.5);
            }
        .template_header nav .menu_panel div 
        {
            text-align: left;
        }
        .template_header nav .menu_panel strong {
            display: block;
            padding: 20px 0 20px;
        }
                .template_header nav .menu_panel ul,
                .template_header nav .menu_panel li,
                .template_header nav .menu_panel li a {
                    display: block;
                    box-shadow: none !important;
                    position: relative !important;
                    background: transparent;
                    border: none;
                    padding: 0;
                    font-size: 14px;
                    color: #3c3c64;
                    background-color: transparent !important;
                    font-family: Quicksand !important;
                    font-weight: 500;
                }
                    .template_header nav .menu_panel li a:hover,
                    .template_header nav .menu_panel li a:active,
                    .template_header nav .menu_panel li a:focus {
                        color: #0185cd;
                    }
                .template_header nav .menu_panel li a:hover, 
            .template_header nav .menu_panel li a{
                padding: 6px 0;
            }*/

            .template_2025 {
                display: block;
                padding: 0 0;
                color: #02548f;
            }

    .template_2025 p a {
        color: #0185cd;
    }

    .template_2025 section,
    .template_2025 section.generic .section_content div {
        padding: 14vh 0 16vh;
        text-align: center;
    }

        .template_2025 section.main-content,
        .template_2025 section.generic section:first-of-type,
        .template_2025 section.generic section:first-of-type h2 {
            padding-top: 0 !important;
        }

        .template_2025 section.map {
            padding-bottom: 0 !important;
            padding-top: 0 !important;
        }

    .template_2025 .thumbs_up,
    .template_2025 .thumbs_down {
        position: relative;
        padding-left: 50px !important;
        list-style-type: none;
        position: relative;
    }

        .template_2025 .thumbs_up:before,
        .template_2025 .thumbs_down:before {
            content: "";
            display: block;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            background-repeat: no-repeat;
            background-size: 25px auto;
            background-position: left center;
        }

        .template_2025 .thumbs_up:before {
            background-image: url(../components/icon_thumbs-up-blue.svg);
        }

        .template_2025 .thumbs_up.dark:before {
            background-image: url(../components/icon_thumbs-up-dark-blue.svg);
        }

        .template_2025 .thumbs_down:before {
            background-image: url(../components/icon_thumbs-down-pink.svg);
        }

    .template_2025 section h1,
    .template_2025 section h2,
    .template_2025 section h3,
    .template_2025 section h4,
    .template_2025 section h5,
    .template_2025 #social_media h5,
    .template_2025 .map_container h3 {
        color: #02548f !important;
        padding: 0 0 20px !important;
        margin: 0 !important;
        line-height: 1.7em;
    }

    .template_2025 section.main-content h1 {
        font-size: 50px;
    }

    .template_2025 .map_container h3 {
        text-shadow: 0px 2px 1px #fff;
    }

    .template_2025 h1,
    .template_2025 h2,
    .template_2025 h3,
    .template_2025 h4,
    .template_2025 h5,
    .template_2025 h1.title,
    .template_2025 h1.title span,
    .template_2025 .button,
    .template_2025 .sub-heading,
    .template_2025 .skip_menu ul a,
    .template_2025 section.three_panel ul li,
    .template_2025 .highlight_list li {
        font-family: "QuickSandBold", "Roboto", Arial !important;
    }

    .template_2025 section p,
    .template_2025 section li {
        font-family: "Roboto";
        color: #333;
        line-height: 1.9em;
        font-size: 17px;
    }
        .template_2025 section li a {
            color: #0185cd;
        }
    .template_2025 .features.white h5,
    .template_2025 .map_container h3 {
        text-align: center;
        font-size: 40px;
    }

    .template_2025 .features.white p,
    .template_2025 .features.white p strong {
        text-align: center;
        color: #02548f !important;
        font-size: 22px;
        font-family: "Roboto" !important;
        font-weight: 500 !important;
    }

    .template_2025 .features li {
        text-align: center;
        color: #02548f !important;
        padding: 70px 30px 30px;
    }

    .template_2025 .skip_menu {
        display: block;
        position: relative;
        transform: translateY(-50%);
        z-index: 1;
    }

        .template_2025 .skip_menu ul {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            background-color: #fff;
            position: relative;
            box-shadow: 0 4px 9px #d9d9e3;
            border-radius: 20px;
            -webkit-transition: transform 0.5s ease 0s;
            -moz-transition: transform 0.5s ease 0s;
            -o-transition: transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s;
        }

            .template_2025 .skip_menu ul a {
                display: block;
                padding: 40px 0;
                font-size: 18px;
                position: relative;
            }

                .template_2025 .skip_menu ul a:before {
                    display: inline-block;
                    color: #fff;
                    margin-right: 10px;
                    background: #146dbf;
                    text-transform: uppercase;
                    font-size: 11px;
                    padding: 7px 16px;
                }

            .template_2025 .skip_menu ul #LinkAutomation a:before {
                content: "New";
            }

            .template_2025 .skip_menu ul a:after {
                display: block;
                width: 1px;
                height: 40px;
                content: "";
                border-right: 1px solid #d9d9e3;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translate(50%, -50%);
            }

            .template_2025 .skip_menu ul li:last-of-type a:after {
                display: none;
            }

        .template_2025 .skip_menu.fixed {
            position: sticky;
            transform: translateY(0);
            top: 0;
            opacity: 0;
            background-color: #fff;
            box-shadow: 0 4px 9px #d9d9e3;
            animation: 0.5s ease-out 0s 1 NavTopSlideIn;
            animation-fill-mode: forwards;
            animation-delay: .5s;
            transform: translateY(-200%);
            opacity: 0;
            z-index: 15;
        }

            .template_2025 .skip_menu.fixed ul {
                width: 100%;
                transform: none;
                box-shadow: none;
            }

    .template_2025 .sub-heading {
        display: block;
        font-size: 26px;
        font-family: "Roboto";
        padding: 30px 0;
    }

    .template_2025 .button {
        padding: 19px 40px 19px !important;
        display: inline-block;
        text-shadow: none !important;
        font-size: 22px;
        border-radius: 3px !important;
        margin-top: 40px;
    }

        .template_2025 .button.arrow,
        .template_2025 .button.light-blue {
            padding-right: 80px !important;
            background-repeat: no-repeat;
            background-position: right 30px center;
            background-size: 30px auto;
        }

        .template_2025 .button.light-blue, .template_2025 .button.arrow {
            background-image: url(../components/icon_arrowhead_right_white.svg);
        }

    .template_2025 .hero .button.arrow {
        background-image: url(../components/icon_arrowhead_right_blue.svg);
    }

    .template_2025 .button:hover {
        opacity: 0.8;
    }

    .template_2025 .white .button,
    .template_2025 .popup-info .button,
    .template_2025 .grey .button,
    .template_2025 .map_container .button {
        background-color: #247bcb;
        background-color: #015cb0;
        /*box-shadow: 0px 8px 8px 0px #d9d9e3;*/
        font-size: 22px;
        margin-top: 60px;
        border-radius: 3px;
    }

    .template_2025 .popup-info .button {
        margin-top: 0 !important;
    }

    .template_2025 .white .button.light-blue,
    .template_2025 .white .button.light-blue:hover,
    .template_2025 a.button.light-blue:hover {
        background-color: #015cb0 !important;
        border-radius: 3px;
    }

    .template_2025 .centered_content {
        display: block;
        max-width: 1600px;
        margin: auto;
    }


        .template_2025 .centered_content.center {
            text-align: center !important;
            padding: 40px 0 0;
        }

    .template_2025 .left-align {
        display: block;
        max-width: 1600px;
        margin: auto;
    }

        .template_2025 .left-align p {
            text-align: left !important;
        }

        .template_2025 .left-align h2,
        .template_2025 .left-align h3,
        .template_2025 .left-align h4,
        .template_2025 .left-align h5 {
            padding-top: 50px !important;
        }

    .template_2025 .hero p {
        font-family: "Roboto";
    }

    .template_2025 .hero h1 {
        font-size: 46px;
        line-height: 1.1em;
    }

    .template_2025 .hero {
        display: block;
        position: relative;
        overflow: hidden;
        background: linear-gradient(to right bottom,#146dbf,#5cadf8)
    }

    .template_2025 .hero,
    .template_2025 section.quote_banner {
        padding: 10vh 0 14vh;
        /*padding: 16vh 0 14vh;*/
    }

        .template_2025 .hero:before {
            content: "";
            display: block;
            width: 50%;
            height: 100%;
            background-size: 160% auto;
            background-position: left 95%;
            background-repeat: no-repeat;
            position: absolute;
            top: 50%;
            right: 0;
            opacity: .2;
            transform: translateY(-50%);
            background-image: url(../components/icon_proship.svg);
        }

        .template_2025 .hero .image {
            position: absolute;
            top: 47%;
            right: 0;
            width: 50%;
            text-align: center;
            transform: translateY(-50%);
        }

            .template_2025 .hero .image img {
                width: 90%;
                height: auto;
                max-width: 775px;
            }

        .template_2025 .hero .content {
            display: block;
            max-width: 50%;
            box-sizing: border-box;
            padding-left: 8vw !important;
            background-color: transparent !important;
            background: transparent !important;
        }

        .template_2025 .hero .button {
            background-color: #fff;
            color: #146dbf !important;
            box-shadow: 0px 2px 0px 0px #146dbf;
        }

        .template_2025 .hero p,
        .template_2025 .hero h1,
        .template_2025 .hero h2,
        .template_2025 .hero .content {
            color: #fff !important;
            text-shadow: 1px 1px #064e90;
            padding: 0;
            margin: 0 !important;
            text-align: left;
        }

        .template_2025 .hero h1 {
            padding-bottom: 10px !important;
        }

        .template_2025 .hero h2 {
            font-size: 26px;
            padding: 10px 0 !important;
        }

        .template_2025 .hero p {
            font-size: 19px;
            padding: 10px 0;
        }

        .template_2025 .hero .blue_dot {
            color: #8dceff;
            font-size: 60px;
        }

    .template_2025 .highlight_list {
        display: block;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
        max-width: 700px;
        width: 100%;
        margin-top: 50px;
    }

        .template_2025 .highlight_list li {
            display: inline-block;
            margin-right: 40px;
            font-weight: 900;
            padding: 3px 0 3px 30px !important;
            background-size: 25px auto;
            background-repeat: no-repeat;
            background-position: left center;
            text-rendering: geometricPrecision;
            letter-spacing: 1px;
            font-size: 16px;
            color: #fff;
        }

    .template_2025 .grey .highlight_list li {
        background-image: url(../components/icon_quality_dark-blue.svg);
        margin-right: 25px !important;
    }

    .template_2025 .hero .highlight_list li {
        text-shadow: 1px 1px #064e90;
        color: #fff !important;
        background-image: url(../components/icon_quality_white.svg);
    }

    .template_2025 .quote_banner {
        position: relative;
        text-align: center;
        color: #fff !important;
        position: relative;
        margin-bottom: 85px;
        padding-bottom: 0 !important;
        background-repeat: no-repeat;
        /*background-size: cover !important;
        background-image: url(../layout/images/) !important;*/
    }

        .template_2025 .quote_banner.country:before {
            content: "";
            display: block;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: -30px;
            background-size: 100% auto;
            /*background-size: 30vw auto;*/
            background-repeat: no-repeat;
            background-position: center bottom;
            z-index: 1;
        }


        /*        .template_2025 .quote_banner:after {
            display: block;
            content: "";
            width: 100%;
            height: 70px;
            background-color: #fff;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -khtml-border-radius: 50%;
            position: absolute;
            bottom: -40px;
            left: 0;
            z-index: 0;
        }*/
        .template_2025 .quote_banner:before {
            display: block;
            width: 30%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .template_2025 .quote_banner.usps:before {
            content: "";
            background-image: url(../images/img-usps-courier.png);
            background-position: right top;
        }

        .template_2025 .quote_banner.worldwide_delivery:before {
            content: "";
            background-size: 100% auto;
            background-image: url(../images/img-globe-parcels.png);
            background-position: left bottom;
        }

        .template_2025 .quote_banner.transglobalvan:before {
            content: "";
            width: 26%;
            background-size: 110% auto;
            background-position: right bottom;
            background-image: url(../images/transglobal_van.png);
            background-image: url(../images/img-transglobal-courier.png);
        }

        .template_2025 .quote_banner h1 {
            font-size: 55px;
            line-height: 1.6em;
            margin: 0 !important;
            padding: 0 !important;
        }

            .template_2025 .quote_banner h1 .small {
                font-size: 26px;
                display: block;
            }

        .template_2025 .quote_banner #MetricSelector {
            display: inline-block;
            position: absolute;
            top: -20px;
            right: 0;
            transform: translateY(-100%);
            color: #02548f;
        }

        .template_2025 .quote_banner .form_tabs {
            text-align: left;
            width: 100%;
            position: absolute;
        }

            .template_2025 .quote_banner .form_tabs a {
                padding: 18px 30px 12px;
                box-sizing: border-box;
                transform: translateY(-100%);
            }

            .template_2025 .quote_banner #QuotePanel,
            .template_2025 .quote_banner .form_tabs a {
                color: #fff;
                position: relative;
            }

            .template_2025 .quote_banner .form_tabs a {
                font-family: QuickSandBold;
                text-decoration: none;
                display: inline-block;
                border-top-right-radius: 7px;
                border-top-left-radius: 7px;
                background: #0155a3;
                /*box-shadow: inset #014e95 0px -7px 3px 0px;*/
                /*background-image: linear-gradient(to top in oklab, #0257a6, #015cb0);*/
            }

                .template_2025 .quote_banner .form_tabs a.active {
                    background-image: none;
                    cursor: default;
                    box-shadow: none;
                    background: #015cb0;
                }

                .template_2025 .quote_banner .form_tabs a.icons {
                    background-repeat: no-repeat;
                    background-position: 18px center;
                    background-size: 18px auto;
                    padding: 15px 30px 15px 50px;
                }

                    .template_2025 .quote_banner .form_tabs a.icons.parcel {
                        background-image: url(../components/icon-parcel.svg);
                        background-size: 24px auto;
                    }

                    .template_2025 .quote_banner .form_tabs a.icons.air {
                        background-image: url(../components/icon-aeroplane.svg);
                    }

                    .template_2025 .quote_banner .form_tabs a.icons.sea {
                        background-image: url(../components/icon-ship.svg);
                    }

        .template_2025 .quote_banner .quote_container {
            width: 100%;
            overflow-x: hidden;
        }

        .template_2025 .quote_banner #QuotePanel {
            box-sizing: border-box;
            width: 90%;
            max-width: 1190px;
            margin: auto;
            position: relative;
            top: 60px;
        }

            .template_2025 .quote_banner #QuotePanel form {
                display: block;
                margin: auto;
                padding: 50px 50px;
                border-radius: 20px;
                position: relative;
                background-color: #015cb0;
                z-index: 2;
                -webkit-border-top-left-radius: 0 !important;
                -moz-border-radius-topleft: 0 !important;
                border-top-left-radius: 0 !important;
            }

            .template_2025 .quote_banner #QuotePanel label {
                display: block;
            }

            .template_2025 .quote_banner #QuotePanel .row.additional label {
                display: none;
            }

            .template_2025 .quote_banner .form_footer,
            .template_2025 .quote_banner #QuotePanel .quote_form_container {
                display: grid;
                grid-gap: 40px;
                grid-template-columns: 1fr 1fr;
            }

                .template_2025 .quote_banner #QuotePanel .quote_form_container.two_row {
                    grid-template-columns: 1fr;
                    grid-gap: 10px;
                }

        .template_2025 .quote_banner #CountrySelector,
        .template_2025 .quote_banner #PackageDimensions {
            display: grid;
            /*grid-gap: 20px;*/
            grid-template-columns: 1fr;
        }

        .template_2025 .quote_banner .quote_form_container.two_row #CountrySelector .option_container,
        .template_2025 .quote_banner .quote_form_container.two_row #PackageDimensions {
            display: grid;
            grid-gap: 30px;
            grid-template-columns: 1fr 1fr;
        }

        .template_2025 .quote_banner #PackageType .group {
            display: grid;
            grid-template-columns: 50% 50%;
        }

        .template_2025 .quote_banner #QuotePanel .group {
            background-color: #fff;
            margin: 0 0 10px;
            text-align: left;
            position: relative;
            border-radius: 5px;
            overflow: hidden;
        }

            .template_2025 .quote_banner #QuotePanel .group label,
            .template_2025 .quote_banner #QuotePanel .additional.row label {
                position: absolute;
                font-size: 12px;
                top: 8px;
                left: 8px;
                padding: 0 !important;
                color: #02548f;
                letter-spacing: 0.5px;
            }

            .template_2025 .quote_banner #QuotePanel .group input,
            .template_2025 .quote_banner #QuotePanel .group select,
            .template_2025 .quote_banner #QuotePanel .package_group input,
            .template_2025 .quote_banner #QuotePanel .package_group select {
                border: none !important;
                padding: 36px 26px 16px 8px;
                width: 100%;
                box-sizing: border-box;
            }

        .template_2025 .quote_banner #QuotePanel input.required-error {
            background-color: #ffd7d7;
        }

            .template_2025 .quote_banner label.required-error,
            .template_2025 .quote_banner #QuotePanel input.required-error::-webkit-input-placeholder {
                color: #8e0254 !important;
            }

            .template_2025 .quote_banner #QuotePanel input.required-error::-moz-placeholder {
                color: #8e0254 !important;
            }

            .template_2025 .quote_banner #QuotePanel input.required-error:-ms-input-placeholder {
                color: #8e0254 !important;
            }

            .template_2025 .quote_banner #QuotePanel input.required-error:-moz-placeholder {
                color: #8e0254 !important;
            }

        .template_2025 .quote_banner #QuotePanel .package_group input,
        .template_2025 .quote_banner #QuotePanel .package_group select {
            padding-top: 16px !important;
        }

        .template_2025 .quote_banner #QuotePanel #baseRow input,
        .template_2025 .quote_banner #QuotePanel #baseRow select {
            padding-top: 35px !important;
        }

        .template_2025 .quote_banner #QuotePanel #CountrySelector .group {
            display: grid;
            grid-template-columns: 2fr 1fr;
        }

            .template_2025 .quote_banner #QuotePanel #CountrySelector .group div {
                position: relative;
            }

        .template_2025 .quote_banner #QuotePanel #CountrySelector .input_data {
            display: grid;
            grid-gap: 20px;
            grid-template-columns: 2fr 1fr;
        }

        .template_2025 .quote_banner #QuotePanel #PackageDimensions {
            /*margin-bottom: 5px;*/
        }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions #PackageSummary div {
                position: relative;
            }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions #parcelRows {
                display: block;
            }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions #PackageData {
                display: block;
            }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group {
                display: grid;
                grid-template-columns: 120px 1fr 1fr 1fr 1fr 40px;
            }

                .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div {
                    position: relative;
                }

                    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div.copyDims {
                        background-color: #fff;
                    }

                    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div a {
                        position: absolute;
                        top: 50%;
                        right: 6px;
                        transform: translateY(-50%);
                        width: 30px;
                        height: 30px;
                        text-align: center;
                        vertical-align: middle;
                        box-sizing: border-box;
                    }

                        .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div a img {
                            width: 20px;
                            height: auto;
                            margin-top: 5px;
                        }

            .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row {
                margin-bottom: 8px;
            }

                .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.weight {
                    -webkit-border-top-left-radius: 5px;
                    -moz-border-radius-topleft: 5px;
                    border-top-left-radius: 5px;
                    -webkit-border-bottom-left-radius: 5px;
                    -moz-border-radius-bottomleft: 5px;
                    border-bottom-left-radius: 5px;
                    overflow: hidden;
                }

                .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.copyDims {
                    -webkit-border-top-right-radius: 5px;
                    -moz-border-radius-topright: 5px;
                    border-top-right-radius: 5px;
                    -webkit-border-bottom-right-radius: 5px;
                    -moz-border-radius-bottomright: 5px;
                    border-bottom-right-radius: 5px;
                    overflow: hidden;
                }

        .template_2025 .quote_banner ul,
        .template_2025 .quote_banner li {
            list-style-type: none;
            display: block;
            padding: 4px 0;
        }

            .template_2025 .quote_banner ul.horizontal {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                margin: 30px auto 30px;
                max-width: 750px;
            }

            .template_2025 .quote_banner ul li span {
                padding-left: 30px;
                margin: auto;
                display: inline-block;
                position: relative;
            }

            .template_2025 .quote_banner ul.horizontal li span {
                font-family: QuickSandBold;
            }

            .template_2025 .quote_banner ul li span:before {
                content: "";
                display: inline-block;
                /*width: 0;
                height: 0;
                border-top: 7px solid transparent;
                border-bottom: 7px solid transparent;
                border-left: 10px solid #015cb0;*/
                position: absolute;
                top: 5px;
                left: 0;
                width: 22px;
                height: 22px;
                background-image: url(../components/icon_quality_dark-blue.svg);
            }

        .template_2025 .quote_banner .pitch {
            padding: 0 24% 0 24%;
            position: relative;
            margin: auto;
        }


        .template_2025 .quote_banner.country .pitch {
            padding: 0 15% 0 15%;
        }

        .template_2025 .quote_banner.homepage .pitch {
            max-width: 760px;
            padding: 0 300px 0 300px;
        }

        .template_2025 .quote_banner .pitch.padding_bottom {
            padding-bottom: 140px !important;
        }

    .template_2025#ServiceUpdates .quote_banner {
        min-height: 260px;
    }

    .template_2025 .quote_banner .pitch p {
        text-align: center !important;
    }

                .template_2025#ServiceUpdates .quote_banner .pitch p {
                    padding-bottom: 60px;
                }

    .template_2025 .quote_banner .form_footer .rating {
        text-align: left;
    }

        .template_2025 .quote_banner .form_footer .rating iframe,
        .template_2025 .quote_banner .form_footer .rating .trustpilot-widget {
            max-width: 450px;
            width: 100%;
        }

    .template_2025 .quote_banner .form_footer .cta {
        display: grid;
        grid-template-columns: 120px auto;
    }

    .template_2025 .quote_banner .form_footer .cta,
    .template_2025 .quote_banner .form_footer .rating {
        margin-top: 15px !important;
    }

        .template_2025 .quote_banner .form_footer .cta .btn {
            display: block;
            font-size: 20px;
            padding: 18px 16px;
            background-color: #fff;
            font-family: QuicksandBold;
            color: #015cb0;
            position: relative;
        }

            .template_2025 .quote_banner .form_footer .cta .btn:after {
                content: "";
                display: block;
                background-image: linear-gradient(to bottom, #f5f5f9, #fff);
                width: auto;
                height: 20px;
                position: absolute;
                bottom: 15px;
                left: 10px;
                right: 10px;
                border-radius: 10px;
            }

            .template_2025 .quote_banner .form_footer .cta .btn:hover,
            .template_2025 .quote_banner .form_footer .cta .btn:focus {
                opacity: 0.9;
            }

            .template_2025 .quote_banner .form_footer .cta .btn span {
                display: inline-block;
                box-sizing: border-box;
                text-align: center;
                padding-right: 50px;
                z-index: 1;
                position: relative;
                background-size: 30px auto;
                background-repeat: no-repeat;
                background-position: right 10px center;
                background-image: url(../components/icon_arrowhead_right_blue.svg);
            }

                .template_2025 .quote_banner .form_footer .cta .btn span.themed {
                    display: none;
                }

    .template_2025 section.price_table table {
        max-width: 880px;
        width: 80% !important;
        margin: auto auto 30px;
    }

        .template_2025 #social_media h5,
        .template_2025 section.price_table table th,
        .template_2025 section.price_table table td.price,
        .template_2025 section.price_table table td.price b,
        .template_2025 section.price_table table td a.page_link {
            font-family: QuickSandBold !important;
        }

        .template_2025 section.price_table table td th,
        .template_2025 section.price_table table td a.page_link {
            font-size: 16px;
        }

        .template_2025 section.price_table table td a.page_link {
            color: #02548f;
            cursor: default;
            text-decoration: none;
        }

        .template_2025 section.price_table table td.weight,
        .template_2025 section.price_table table td.price {
            font-size: 11px;
        }

            .template_2025 section.price_table table td.weight b,
            .template_2025 section.price_table table td.price b {
                font-size: 18px;
                color: #02548f !important;
                display: block;
            }

        .template_2025 section.price_table table th,
        .template_2025 section.price_table table.standard th {
            background-color: #02548f !important;
        }

        .template_2025 section.price_table table th,
        .template_2025 section.price_table table.standard th,
        .template_2025 section.price_table table td,
        .template_2025 section.price_table table.standard td {
            padding: 20px 10px !important;
            text-align: left;
            border-top: 7px solid #f5f5f9 !important;
        }

    .template_2025 section.price_table.white table td,
    .template_2025 section.price_table.white table.standard td,
    .template_2025 section.price_table.white table.standard tr {
        background-color: #f5f5f9 !important;
    }

    .template_2025 section.price_table.grey table td,
    .template_2025 section.price_table.grey table.standard td,
    .template_2025 section.price_table.grey table.standard tr {
        background-color: #fff !important;
    }

    .template_2025 section.price_table table td.flag_cell {
        width: 60px;
    }

    .template_2025 .flag_circle,
    .template_2025 section.price_table table td span.flag {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

    .template_2025 .quote_banner .flag_circle {
        width: 60px;
        height: 60px;
    }

    .template_2025 section.price_table table td span.flag:after {
        display: none;
    }

    .template_2025 .flag_circle img,
    .template_2025 section.price_table table td span.flag img {
        height: 166%;
        width: auto;
        overflow: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 .flag_circle {
        position: absolute;
        left: 0;
    }

    .template_2025 h1 .flag_circle {
        top: 10px;
    }

    .template_2025 section p,
    .template_2025 section li {
        color: #02548f !important;
    }

    .template_2025 section p {
        font-size: 17px !important;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .template_2025 section.center p,
    .template_2025 section.features p {
        text-align: center;
    }

    .template_2025 section.compare,
    .template_2025 section.three_panel,
    .template_2025 section.four_panel {
        text-align: center;
    }

    .template_2025 section.features,
    .template_2025 section.four_panel,
    .template_2025 section.three_panel {
        background-color: #fff;
        text-align: center;
    }

    .template_2025 section h2 {
        font-size: 42px;
    }

    .template_2025 section h3 {
        font-size: 30px;
    }

        .template_2025 section h2 a,
        .template_2025 section h3 a,
        .template_2025 section h4 a,
        .template_2025 section h5 a {
            color: #02548f !important;
            text-decoration: none;
        }

    .template_2025 section.compare h4,
    .template_2025 section.about h5,
    .template_2025 section.features h2,
    .template_2025 section.features h3,
    .template_2025 section.features h4 {
        font-size: 36px;
        padding: 80px 0 30px;
    }

        .template_2025 section.features h2.sub,
        .template_2025 section.features h3.sub,
        .template_2025 section.features h4.sub {
            font-size: 22px;
            padding: 80px 0 30px;
        }

    .template_2025 section.four_panel p,
    .template_2025 section.three_panel p,
    .template_2025 section .four-column-grid p {
        font-size: 15px !important;
        text-align: center;
    }

    .template_2025 section.compare h5 {
        font-size: 22px;
        padding: 20px 0 10px;
    }

    .template_2025 section.four_panel p,
    .template_2025 section.three_panel p {
        font-size: 16px !important;
        font-weight: 500;
        text-align: center;
        color: #02548f;
    }

    .template_2025 section.four_panel ul,
    .template_2025 section.three_panel ul {
        display: grid;
        max-width: 1400px;
        margin: 40px auto 0;
        list-style-type: none;
        grid-gap: 50px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .template_2025 section.four_panel ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

        .template_2025 section.four_panel ul.offset_up,
        .template_2025 section.three_panel ul.offset_up {
            transform: translateY(-40px);
        }

        .template_2025 section.four_panel ul li,
        .template_2025 section.three_panel ul li {
            /*box-shadow: 0px 4px 9px 0px #d9d9e3;*/
            padding: 40px 40px 40px;
            font-weight: 900;
            font-size: 18px;
            color: #02548f;
            display: block;
            position: relative;
        }

    .template_2025 section.four_panel.icon ul li,
    .template_2025 section.three_panel.icon ul li {
        text-align: left !important;
        padding-left: 85px;
        background-color: #fff;
        align-content: center;
    }

                .template_2025 ul.transparent li,
                .template_2025 section.four_panel ul.transparent li,
                .template_2025 section.three_panel ul.transparent li {
                    background-color: transparent !important;
                }

    .template_2025 section.four_panel ul li img,
    .template_2025 section.three_panel ul li img {
        width: 80%;
        max-width: 220px;
        height: auto;
    }

    .template_2025 section.three_panel.image_150 ul li img {
        max-width: 150px;
    }

    .template_2025 section.three_panel.image_120 ul li img {
        max-width: 120px;
    }

    .template_2025 section.four_panel.icon ul li img,
    .template_2025 section.three_panel.icon ul li img {
        width: 70px;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .template_2025 section.four_panel.icon ul li strong,
    .template_2025 section.three_panel.icon ul li strong,
    .template_2025 section.four_panel.icon ul li span,
    .template_2025 section.three_panel.icon ul li span {
        display: block;
    }
    .template_2025 section.three_panel.icon ul li span {
        font-family: "Roboto" !important;
        font-weight: 500 !important;
        font-size: 14px;
    }
    .template_2025 section.grey,
    .template_2025 .accordion_container,
    .template_2025 section.generic .section_content div:nth-of-type(even) {
        background-color: #f5f5f9 !important;
    }

    .template_2025 section.generic h2,
    .template_2025 section.generic h3,
    .template_2025 section.generic h4,
    .template_2025 section.generic h6 {
        padding-top: 120px !important;
    }

    .template_2025 section.generic .section_content h2,
    .template_2025 section.generic .section_content h3,
    .template_2025 section.generic .section_content h4,
    .template_2025 section.generic .section_content h6 {
        padding-top: 0 !important;
    }

    .template_2025 ul.list,
    .template_2025 ul.bullet,
    .template_2025 ol.list,
    .template_2025 ol.bullet {
        padding-left: 50px !important;
        list-style-type: none;
    }

        .template_2025 ul.list li,
        .template_2025 ul.bullet li,
        .template_2025 ol.list li,
        .template_2025 ol.bullet li {
            text-align: left;
            padding-left: 40px;
            position: relative;
            background-image: none !important;
            list-style-type: none;
        }

            .template_2025 ul.list li:before,
            .template_2025 ul.bullet li:before,
            .template_2025 ol.list li:before,
            .template_2025 ol.bullet li:before {
                display: inline-block;
                content: "";
                width: 26px;
                height: 26px;
                border-radius: 50%;
                /*background-color: #fff;*/
                position: absolute;
                left: 0;
                top: 2px;
                background-image: url(../components/icon-arrow-right.svg);
                background-repeat: no-repeat;
                background-position: center center;
                background-size: 60% auto;
            }

    .template_2025 section.generic .ContentPage_Content,
    .template_2025 section.generic .ContentPage_Content .no-padding-top {
        padding-top: 0 !important;
    }

    .template_2025 section.generic.full_width .ContentPage_Content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .template_2025 .sub-section {
        text-align: center;
        display: block;
        padding: 130px 0 0;
    }

        .template_2025 .sub-section h5 {
            font-size: 45px;
        }

    .template_2025 section .two-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 70px;
        max-width: 800px;
        margin: 40px auto 0;
    }

    .template_2025 section.rules .two-column-grid,
    .template_2025 section.carriers .two-column-grid {
        max-width: 1500px;
        margin-top: 0 !important;
    }

        .template_2025 section.rules .two-column-grid p,
        .template_2025 section.carriers .two-column-grid p {
            margin: 0 !important;
            max-width: unset !important;
            color: #02548f;
            text-align: left;
        }

    .template_2025 section .two-column-grid div {
        text-align: left;
    }

    .template_2025 section .two-column-grid ul,
    .template_2025 section .two-column-grid ul li {
        list-style-type: none;
        text-align: left;
        padding: 14px 0;
        color: #02548f;
        font-size: 15px;
    }

    .template_2025 section .four-column-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 50px;
        width: 94%;
        max-width: 1600px;
        margin: 0 auto 50px;
    }

        .template_2025 section .four-column-grid,
        .template_2025 section .four-column-grid li {
            list-style-type: none;
        }

    .template_2025 section.grey .four-column-grid.panelled {
        margin-top: 70px;
    }

        .template_2025 section.grey .four-column-grid.panelled li,
        .template_2025 section.features .four-column-grid.panelled li {
            background-color: #fff !important;
            box-shadow: 0 4px 9px #d9d9e3;
            border-radius: 9px;
            padding: 30px !important;
        }

        .template_2025 section.grey .four-column-grid.panelled.left li,
        .template_2025 section.grey .four-column-grid.panelled.left li p {
            text-align: left !important;
        }

    .template_2025 section .four-column-grid li strong {
        display: block;
    }

    .template_2025 section .four-column-grid li img {
        max-width: 60px;
        height: auto;
        position: relative;
        top: -30px;
    }

    .template_2025 section .four-column-grid.process li img {
        top: 0;
    }

    .template_2025 section .four-column-grid.panelled.icon li img {
        max-width: 60px;
        height: auto;
        float: right;
        position: relative;
        top: -5px !important;
        width: 40px;
        height: 40px;
        right: -15px;
    }

    .template_2025 section .centered_content p a,
    .template_2025 section .two-column-grid p a {
        color: #0185cd !important;
    }


    .template_2025 .accordion_container,
    .template_2025 .accordion_container p,
    .template_2025 .accordion_container h3,
    .template_2025 .accordion_container h4,
    .template_2025 .accordion_container h5,
    .template_2025 .accordion_container li,
    .template_2025 .accordion_container div {
        display: block;
        text-align: left;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box;
    }
    .template_2025 .accordion_container p {
        padding-bottom: 15px !important;
    }
    .template_2025 .accordion_container,
    .template_2025 .nested_accordion_container {
        border-radius: 8px;
        max-width: 1150px;
        position: relative;
        padding: 20px 20px !important;
        margin: 15px auto !important;
        -webkit-transition: padding 1s ease 0s;
        -moz-transition: padding 1s ease 0s;
        -o-transition: padding 1s ease 0s;
        transition: padding 1s ease 0s;
        clear: both;
    }


        .template_2025 .nested_accordion_container,
        .template_2025 .accordion_container div.nested_accordion_container {
            background-color: #fff;
            margin: 16px auto !important;
        }

            .template_2025 .accordion_container div.nested_accordion_container:first-of-type {
                margin-top: 30px !important;
            }
            .template_2025 div .arrows li:before,
            .template_2025 .accordion_container:before,
            .template_2025 .nested_accordion_container:before,
            .template_2025 .accordion_container div ul li:before {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border-width: 0 4px 4px 0;
                border-style: solid;
                border-color: #004a8a;
                transform: rotate(-45deg);
                position: absolute;
                top: 45px;
                -webkit-transition: transform 0.5s ease 0s;
                -moz-transition: transform 0.5s ease 0s;
                -o-transition: transform 0.5s ease 0s;
                transition: transform 0.5s ease 0s;
            }
            .template_2025 div .arrows li:before,
            .template_2025 .accordion_container div ul li:before {
                left: 6px;
                top: 12px;
                transform: scale(80%) rotate(-45deg);
            }

    .template_2025 .popup-info .accordion_container:before,
    .template_2025 section.generic .popup-info .nested_accordion_container:before {
        top: 30px !important;
    }

    .template_2025 .nested_accordion_container:before {
        top: 25px !important;
    }

    .template_2025 .accordion_container.active:before,
    .template_2025 .nested_accordion_container.active:before {
        transform: rotate(45deg);
    }

    .template_2025 .accordion_container h3,
    .template_2025 .accordion_container h4,
    .template_2025 section.generic .accordion_container h3,
    .template_2025 sectio.generic .accordion_container h4 {
        margin-top: 0 !important;
        padding: 16px 40px !important;
        font-size: 20px !important;
        cursor: pointer;
        position: relative;
    }

        .template_2025 .accordion_container h3:after,
        .template_2025 .accordion_container h4:after,
        .template_2025 .accordion_container h3:before,
        .template_2025 .accordion_container h4:before {
            display: inline-block;
            content: "";
            width: 18px;
            height: 3px;
            background-color: #004a8a;
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transition: transform 0.5s ease 0s;
            -moz-transition: transform 0.5s ease 0s;
            -o-transition: transform 0.5s ease 0s;
            transition: transform 0.5s ease 0s;
        }

        .template_2025 .accordion_container h3:after,
        .template_2025 .accordion_container h4:after {
            transform: translateY(-50%);
        }

        .template_2025 .accordion_container h3:before,
        .template_2025 .accordion_container h4:before,
        .template_2025 .nested_accordion_container h3:after,
        .template_2025 .nested_accordion_container h4:after {
            transform: translateY(-50%) rotate(90deg);
        }

    .template_2025 .accordion_container.active h3:after,
    .template_2025 .accordion_container.active h4:after {
        transform: translateY(-50%) rotate(135deg);
    }

    .template_2025 .accordion_container.active h3:before,
    .template_2025 .accordion_container.active h4:before {
        transform: translateY(-50%) rotate(225deg);
    }

    .template_2025 .accordion_container.active .nested_accordion_container.inactive h3:after,
    .template_2025 .accordion_container.active .nested_accordion_container.inactive h4:after {
        transform: translateY(-50%) rotate(90deg) !important;
    }

    .template_2025 .accordion_container .nested_accordion_container.inactive h3:before,
    .template_2025 .accordion_container .nested_accordion_container.inactive h4:before {
        transform: translateY(-50%) rotate(0deg);
    }

    .template_2025 .accordion_container.active .nested_accordion_container.active h3:after,
    .template_2025 .accordion_container.active .nested_accordion_container.active h4:after {
        transform: translateY(-50%) rotate(225deg) !important;
    }

    .template_2025 .accordion_container.active .nested_accordion_container.active h3:before,
    .template_2025 .accordion_container.active .nested_accordion_container.active h4:before {
        transform: translateY(-50%) rotate(135deg);
    }
    .template_2025 .accordion_container h5,
    .template_2025 .nested_accordion_container h5 {
        padding: 50px 0 15px !important;
    }
    .template_2025 .accordion_container div,
    .template_2025 .accordion_container div.active {
        padding: 0 40px 0 !important;
        -webkit-transition: max-height 1s ease 0s;
        -moz-transition: max-height 1s ease 0s;
        -o-transition: max-height 1s ease 0s;
        transition: max-height 1s ease 0s;
    }

        .template_2025 .accordion_container div.active,
        .template_2025 .nested_accordion_container div.active {
            padding-right: 60px !important;
            padding-left: 40px !important;
        }

        .template_2025 .accordion_container div.inactive,
        .template_2025 .nested_accordion_container div.inactive {
            padding: 0 60px 0 40px !important;
            overflow: hidden;
            max-height: 0;
        }

        .template_2025 .accordion_container div.active,
        .template_2025 .accordion_container.active .nested_accordion_container.inactive,
        .template_2025 .nested_accordion_container div.active {
            max-height: 1000px;
        }

    .template_2025 .nested_accordion_container div:after {
        content: "";
        display: block;
        width: 100%;
        height: 30px;
        clear: both;
        -webkit-transition: height 1s ease 0s;
        -moz-transition: height 1s ease 0s;
        -o-transition: height 1s ease 0s;
        transition: height 1s ease 0s;
    }

    .template_2025 .nested_accordion_container div.active:after {
        height: 30px;
    }

    .template_2025 .accordion_container div ul {
        padding: 10px 0 20px 20px;
    }

        .template_2025 .accordion_container div ul li {
            padding: 3px 0 3px 36px !important;
            display: block;
            position: relative;
        }

    .template_2025 .accordion_container .note {
        /*padding-left: 40px;
                padding-right: 40px;*/
    }

    .template_2025 .index_list {
        display: block;
        background-color: #015cb0;
        position: relative;
        z-index: 2;
        padding: 20px 36px;
        box-sizing: border-box;
        border-radius: 20px;
        max-width: 600px;
        margin: auto;
        top: 0;
    }

        .template_2025 .index_list div,
        .template_2025 .index_list div span {
            display: block;
            background-color: #fff;
            position: relative;
            border-radius: 5px;
        }

            .template_2025 .index_list div span {
                padding: 20px 40px 20px 20px;
                color: #687e9a;
                text-align: left;
                font-size: 14px;
                font-family: QuickSandBold;
                position: relative;
            }

                .template_2025 .index_list div span:after {
                    content: "";
                    display: block;
                    width: 20px;
                    height: 20px;
                    background-repeat: no-repeat;
                    background-position: center center;
                    background-size: 14px auto;
                    background-image: url(../components/icon_arrowhead_right_dark-grey.svg);
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%) rotate(90deg);
                    right: 20px;
                }

            .template_2025 .index_list div ul,
            .template_2025 .index_list div ol {
                position: absolute;
                width: 98%;
                left: 1%;
                top: 100%;
                text-align: left;
                background-color: #fff;
                box-shadow: 0 4px 9px #d9d9e3;
                overflow: hidden auto;
                padding: 0 !important;
                max-height: 0;
                -webkit-transition: max-height 1s ease 0s;
                -moz-transition: max-height 1s ease 0s;
                -o-transition: max-height 1s ease 0s;
                transition: max-height 1s ease 0s;
            }

        .template_2025 .index_list:hover div ul,
        .template_2025 .index_list:hover div ol {
            max-height: 50vh;
        }

        .template_2025 .index_list div li {
            padding: 0px 14px;
        }

            .template_2025 .index_list div li.search {
                padding-top: 10px;
                padding-bottom: 10px;
                position: sticky;
                top: 0;
                background-color: #fff;
                /*box-shadow: 0 4px 9px #d9d9e3;*/
            }

            .template_2025 .index_list div li a {
                display: block;
                width: 100%;
                font-size: 14px;
                letter-spacing: 0.5px;
                padding: 11px 30px 11px 40px;
                box-sizing: border-box;
                background-color: #f5f5f9;
                color: #687e9a;
                color: #02548f;
                text-decoration: none;
                margin-bottom: 14px;
                white-space: nowrap;
                overflow: hidden;
                background-size: 16px auto;
                background-repeat: no-repeat;
                background-position: 10px center;
                background-image: url(../components/icon-arrow-down-right-blue.svg);
            }

                .template_2025 .index_list div li a:hover {
                    opacity: 0.9;
                }

            .template_2025 .index_list div li input {
                display: block;
                width: 100%;
                font-size: 14px;
                box-sizing: border-box;
                padding: 14px 20px 14px 30px;
                border: 1px solid #b1becf;
                background-size: 20px auto;
                background-repeat: no-repeat;
                background-position: 5px center;
                background-image: url(../components/icon_search.svg);
            }

    .template_2025 ul.integrations_grid {
        display: grid !important;
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        text-align: center;
        padding: 0 !important;
        box-sizing: border-box;
        margin: 60px auto 30px;
        justify-items: center;
        list-style-type: none;
        width: 90%;
        max-width: 900px;
    }

        .template_2025 ul.integrations_grid li {
            display: block;
            overflow: hidden;
            border-radius: 9px;
            box-shadow: 0px 3px 3px 0px #d9d9e3;
            position: relative;
            height: 100px;
            width: 120px;
            text-align: center;
            background-color: #fff;
        }

            .template_2025 .brand_etsy,
            .template_2025 .brand_magento,
            .template_2025 ul.integrations_grid li.etsy,
            .template_2025 ul.integrations_grid li.magento {
                background-color: #f45800;
            }

            .template_2025 .brand_shopify,
            .template_2025 ul.integrations_grid li.shopify {
                background-color: #95bf47;
            }

            .template_2025 .brand_woo,
            .template_2025 ul.integrations_grid li.woo {
                background-color: #7f54b3;
            }

            .template_2025 ul.integrations_grid li img {
                width: 70%;
                height: auto;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

    .template_2025 ul.carrier_grid {
        display: grid !important;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        text-align: center;
        max-width: 650px;
        padding: 0 !important;
        box-sizing: border-box;
        margin: auto;
        justify-items: center;
    }

    .template_2025 .centered_content.center ul.carrier_grid {
        max-width: 850px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .template_2025 td .flag_container {
        text-align: center !important;
        padding: 0 !important;
        background-color: #fff;
        box-sizing: border-box;
        display: block;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        position: relative;
        box-shadow: 0px 3px 3px 0px #d9d9e3;
        overflow: hidden;
        position: relative;
        margin: 20px 0 20px 20px;
    }

    .template_2025 .flag img {
        width: 170%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 .badge,
    .template_2025 ul.carrier_grid li,
    .template_2025 ul.badges li .image {
        text-align: center !important;
        padding: 10px 0 !important;
        background-color: #fff;
        box-sizing: border-box;
        display: block;
        border-radius: 9px;
        height: 110px;
        width: 110px;
        position: relative;
        box-shadow: 0px 3px 3px 0px #d9d9e3;
    }

    .template_2025 ul.badges li .image {
        margin: 0 auto 20px;
    }

    .template_2025 .invert .badge {
        box-shadow: none;
    }

    .template_2025 .badge.ups,
    .template_2025 ul.carrier_grid li.ups,
    .template_2025 ul.badges li .image.ups {
        background-color: #301506;
    }

    .template_2025 .badge.dhl,
    .template_2025 ul.carrier_grid li.dhl,
    .template_2025 ul.badges li .image.dhl {
        background-color: #FFCD00;
    }

    .template_2025 ul.carrier_grid strong {
        text-indent: -9999px;
        display: inline-block;
    }

    .template_2025 ul.carrier_grid img {
        width: 60%;
        max-width: 60px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .template_2025 ul.carrier_grid li.ups img {
        width: 70%;
        max-width: 70px;
    }

    .template_2025 section.generic section:first-of-type .carrier_grid {
        margin-top: 14vh;
    }

    .template_2025 .two_col_panels.badges li a.button,
    .template_2025 section.four_panel ul.badges li a.button,
    .template_2025 section.three_panel ul.badges li a.button,
    .template_2025 section.grey.three_panel ul.badges li a.button {
        font-size: 14px !important;
        padding: 16px 22px !important;
    }

    .template_2025 section.three_panel ul.badges li .image {
        width: 110px;
        margin: 0 auto 30px;
        overflow: hidden;
    }

        .template_2025 section.three_panel ul.badges li .image img {
            width: auto;
            max-height: 100%;
            position: relative;
            top: 5px;
        }

        .template_2025 section.three_panel ul.badges li .image.no-offset img {
            top: 0;
        }

        .template_2025 section.three_panel ul.badges li .image img {
            width: auto;
            max-height: 100%;
            position: relative;
            top: 5px;
        }

    .template_2025 .two_col_panels {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-gap: 50px;
    }

        .template_2025 .two_col_panels,
        .template_2025 .two_col_panels li,
        .template_2025 .two_col_panels li p {
            list-style-type: none;
            text-align: left;
            position: relative;
        }

            .template_2025 .two_col_panels li {
                display: block;
                padding: 20px 0;
            }

            .template_2025 .two_col_panels.badges li {
                padding: 20px 50px 20px 140px !important;
                background-color: #fff;
                box-shadow: 0 4px 9px #d9d9e3;
                border-radius: 9px;
            }

                .template_2025 .two_col_panels.badges li strong,
                .template_2025 .four_panel .badges li strong {
                    font-family: Quicksand;
                }

                .template_2025 .two_col_panels.badges li .image {
                    position: absolute;
                    top: 20px;
                    left: 0;
                    width: 110px;
                    box-shadow: none;
                }

    .template_2025 .alternating_list,
    .template_2025 .alternating_list li {
        list-style-type: none;
        position: relative;
        max-width: 800px;
    }

        .template_2025 .alternating_list li {
            display: block;
            padding: 20px 130px;
            text-align: left;
        }

            .template_2025 .alternating_list li a.button {
                font-size: 14px !important;
            }

            .template_2025 .alternating_list li .image {
                width: 110px;
                position: absolute !important;
                top: 20px;
            }

            .template_2025 .alternating_list li:nth-of-type(odd) .image {
                left: 0;
            }

            .template_2025 .alternating_list li:nth-of-type(even) .image {
                left: 0;
            }

    .template_2025 .numbered li strong {
        display: inline-block !important;
        padding-left: 55px;
    }

        .template_2025 .numbered li strong:before {
            display: block;
            color: #02548f !important;
            border: 2px solid #02548f;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
        }

    .template_2025 .numbered li:nth-of-type(1) strong:before {
        content: "1";
    }

    .template_2025 .numbered li:nth-of-type(2) strong:before {
        content: "2";
    }

    .template_2025 .numbered li:nth-of-type(3) strong:before {
        content: "3";
    }

    .template_2025 .numbered li:nth-of-type(4) strong:before {
        content: "4";
    }

    .template_2025 .numbered li:nth-of-type(5) strong:before {
        content: "5";
    }

    .template_2025 .numbered li:nth-of-type(6) strong:before {
        content: "6";
    }

    .template_2025 .process li strong {
        display: block;
        position: relative;
    }

        .template_2025 .process li strong:after {
            content: "";
            display: block;
            width: 150px;
            height: 150px;
            position: absolute;
            top: 50%;
            right: -55px;
            opacity: 0.3;
            transform: translate(50%, -50%);
            background-size: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../components/icon_double-arrowhead_right_blue.svg);
            background-image: url(../components/icon_arrowhead_right_grey.svg);
        }
                .template_2025 section.grey .process li strong:after {
                    opacity: 0.6;
                }
                .template_2025 section#ShippingProcess .process li strong:after {
                    transform: translate(40px, 0);
                    top: 0px;
                    width: 110px;
                    height: 110px;
                }
    .template_2025 .process li:last-of-type strong:after {
        display: none;
        content: none;
    }

    .template_2025 .video_button {
        display: block;
        box-sizing: border-box;
        background-color: #fff;
        padding: 10px;
        width: 95%;
        position: relative;
        box-shadow: 0 4px 9px #d9d9e3;
    }

        .template_2025 .video_button:before {
            content: "";
            display: block;
            width: 100px;
            height: 70px;
            background-color: #fff;
            background-repeat: no-repeat;
            background-size: 115% auto;
            background-position: center;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            background-image: url(../components/icon_video_player_blue.svg);
            border-radius: 20px;
        }

        .template_2025 .video_button:hover:before {
            opacity: 0.95;
            transform: translate(-50%, -50%) scale(110%);
        }

        .template_2025 .video_button img {
            width: 100% !important;
            height: auto;
        }

        .template_2025 .video_button:hover .image {
            opacity: 0.9;
        }

    .template_2025 .product_highlight .image .video_button {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        width: 75%;
    }

    .template_2025 section.grey {
        background-position: left 60%;
        background-repeat: no-repeat;
        background-size: 300% auto;
        background-image: url(../components/icon_proship_light-grey.svg);
    }

    .template_2025 section.product_highlight {
        display: block;
        position: relative;
    }

        .template_2025 section.product_highlight,
        .template_2025 section.product_highlight.left {
            display: block;
            padding-right: 40%;
        }

            .template_2025 section.product_highlight.right {
                padding-left: 33%;
                padding-right: 0;
            }

            .template_2025 section.product_highlight .information,
            .template_2025 section.product_highlight.left .information {
                padding-left: 15vw;
            }

            .template_2025 section.product_highlight.right .information {
                padding-right: 15vw;
            }

            .template_2025 section.product_highlight .information {
                padding: 0;
            }

                .template_2025 section.product_highlight .information h2.padding_top,
                .template_2025 section.product_highlight .information h3.padding_top,
                .template_2025 section.product_highlight .information h4.padding_top,
                .template_2025 section.product_highlight .information h5.padding_top {
                    padding-top: 50px !important;
                }

            .template_2025 section.product_highlight .image {
                padding: 0;
                position: absolute;
                height: 100%;
                width: 40%;
                top: 0;
                bottom: 0;
                overflow: hidden;
            }

                .template_2025 section.product_highlight .image.bottom img {
                    position: absolute;
                    bottom: 0;
                }

                .template_2025 section.product_highlight .image.right img {
                    right: 0;
                }

                .template_2025 section.product_highlight .image.center {
                    text-align: center;
                }

            .template_2025 section.product_highlight .image,
            .template_2025 section.product_highlight.left .image {
                right: 0;
            }

            .template_2025 section.product_highlight.right .image {
                left: 0;
                right: unset;
            }

            .template_2025 section.product_highlight .image img {
                height: auto;
                width: 95%;
            }

            .template_2025 section.product_highlight.by-your-side .image img {
                height: auto;
                width: 85%;
                max-width: 600px;
            }

    .template_2025 .US .capitalise {
        text-transform: uppercase !important;
    }

    .template_2025 .map_container,
    .template_2025 .map_container iframe {
        width: 100%;
        text-align: center;
        position: relative;
        height: 55vh;
    }

        .template_2025 .map_container .map-overlay {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            opacity: 0.8;
            background-color: #f5f5f9;
            background-position: left 60%;
            background-repeat: no-repeat;
            background-size: 300% auto;
            background-image: url(../components/icon_proship_light-grey.svg);
        }

        .template_2025 .map_container iframe {
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);
            filter: gray; /* IE 6-9 */
        }

        .template_2025 .map_container .content-container {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            width: 100%;
            z-index: 2;
            transform: translateY(-50%);
        }

    .template_2025 .quote_banner .pitch h1.flag,
    .template_2025 .quote_banner .pitch h2.flag {
        position: relative;
        display: inline-block !important;
        padding-left: 80px !important;
        padding-right: 80px !important;
        width: unset !important;
    }

    .template_2025 .template_content_overlay,
    .template_2025 .template_video_container {
        width: 100%;
        display: block;
    }

        .template_2025 .template_content_overlay .content-container {
            max-height: 80vh !important;
            min-height: 20vh !important;
            overflow-y: auto;
            overflow-x: hidden;
            position: relative;
        }

        .template_2025 .template_content_overlay .content-container,
        .template_2025 .template_video_container video,
        .template_2025 .template_video_container iframe {
            position: fixed;
            z-index: 10001;
            top: 50%;
            left: 50%;
            width: 90%;
            width: 70vw;
            height: auto;
            background-color: #fff;
            transform: translate(-50%, -50%);
            max-width: unset;
            border: 1vw solid #fff;
            box-shadow: 0px 4px 9px 0px #d9d9e3;
            animation-delay: 1s;
            -moz-border-radius: 0 !important;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
            -khtml-border-radius: 0 !important;
        }

            .template_2025 .template_content_overlay .content-container .gallery {
                width: 100%;
                display: block;
                height: 80vh;
                overflow: hidden;
            }

                .template_2025 .template_content_overlay .content-container .gallery .slide {
                    width: 90%;
                    height: 90%;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    text-align: center;
                    transform: translate(-50%, -50%);
                    -webkit-transition: all 1s ease 0s;
                    -moz-transition: all 1s ease 0s;
                    -o-transition: all 1s ease 0s;
                    transition: all 1s ease 0s;
                    opacity: 0;
                }

                    .template_2025 .template_content_overlay .content-container .gallery .slide.active {
                        opacity: 1;
                    }

                    .template_2025 .template_content_overlay .content-container .gallery .slide img,
                    .template_2025 .template_content_overlay .content-container .gallery .slide svg {
                        width: auto;
                        height: auto;
                        max-width: 100%;
                        max-height: 100%;
                        object-fit: cover;
                        pointer-events: none;
                    }

                .template_2025 .template_content_overlay .content-container .gallery .controls {
                    display: inline-block;
                    position: absolute;
                    white-space: nowrap;
                    top: 0;
                    left: 50%;
                    padding: 16px;
                    transform: translateX(-50%);
                    list-style-type: none;
                    text-align: right;
                    background-color: #ededf2;
                    border-radius: 5px;
                    max-width: unset !important;
                    border: 3px solid #fff;
                }

                    .template_2025 .template_content_overlay .content-container .gallery .controls li {
                        display: inline-block;
                    }

                        .template_2025 .template_content_overlay .content-container .gallery .controls li a {
                            display: block;
                            padding: 8px 24px;
                            color: #fff;
                            background-color: #004a8a;
                            border-radius: 4px;
                            margin: 0 5px;
                            text-decoration: none;
                            font-size: 12px;
                            user-select: none;
                            background-repeat: no-repeat;
                            background-position: right 14px center;
                            background-size: 20px auto;
                        }

                            .template_2025 .template_content_overlay .content-container .gallery .controls li a.location {
                                background-image: url(../components/icon_geo-location_white.svg);
                                padding-right: 40px;
                            }

                                .template_2025 .template_content_overlay .content-container .gallery .controls li a.location.active {
                                    background-image: url(../components/icon_geo-location_blue.svg);
                                    padding-right: 40px;
                                }

                            .template_2025 .template_content_overlay .content-container .gallery .controls li a.active {
                                pointer-events: none;
                                color: #004a8a;
                                background-color: #fff;
                            }

        .template_2025 .template_video_container iframe {
        }

        .template_2025 .template_video_container .close_video,
        .template_2025 .template_content_overlay .close_popup,
        .template_2025 .popup-info .close-popup-info {
            display: none;
            position: fixed;
            right: 20px;
            top: 20px;
            width: 35px;
            height: 35px;
            border: none;
            outline: none;
            z-index: 1000002;
            animation-delay: 2s !important;
            text-indent: -9999px;
        }

    .template_2025 .accordion_container .popup-info .close-popup-info {
        right: 40px;
        top: 30px;
    }

    .template_2025 .popup-info .close-popup-info,
    .template_2025 .template_video_container.active .close_video,
    .template_2025 .template_content_overlay.active .close_popup {
        display: block;
    }

    .template_2025 .popup-info h3:after,
    .template_2025 .popup-info h4:after,
    .template_2025 .popup-info h5:after,
    .template_2025 .popup-info h3:before,
    .template_2025 .popup-info h4:before,
    .template_2025 .popup-info h5:before {
        display: none !important;
    }

    .template_2025 .popup-info .accordion_container h3:after,
    .template_2025 .popup-info .accordion_container h4:after,
    .template_2025 .popup-info .accordion_container h5:after,
    .template_2025 .popup-info .accordion_container h3:before,
    .template_2025 .popup-info .accordion_container h4:before,
    .template_2025 .popup-info .accordion_container h5:before {
        display: block !important;
    }

    .template_2025 .template_video_container .close_video:after,
    .template_2025 .template_video_container .close_video:before,
    .template_2025 .template_content_overlay.active .close_popup:before,
    .template_2025 .template_content_overlay.active .close_popup:after {
        position: absolute;
        top: 2px;
        left: 15px;
        content: " ";
        height: 38px;
        width: 7px;
        background-color: #004a8a;
        display: block;
    }

    .template_2025 .popup-info .close-popup-info:after,
    .template_2025 .popup-info .close-popup-info:before {
        content: "";
        position: absolute;
        top: 5px;
        right: 15px;
        content: " ";
        height: 20px;
        width: 5px;
        background-color: #02548f;
        display: block;
        cursor: pointer;
    }

    .template_2025 .accordion_container .close-popup-info:after,
    .template_2025 .accordion_container .close-popup-info:before {
        top: -25px;
        right: -25px;
    }

    .template_2025 .template_video_container .close_video:after,
    .template_2025 .template_content_overlay.active .close_popup:after,
    .template_2025 .popup-info .close-popup-info:after {
        transform: rotate(45deg);
    }

    .template_2025 .template_video_container .close_video:before,
    .template_2025 .template_content_overlay.active .close_popup:before,
    .template_2025 .popup-info .close-popup-info:before {
        transform: rotate(-45deg);
    }

    #templateoverlay.active,
    .template_2025 .template_video_container .overlay,
    .template_2025 .template_content_overlay .overlay {
        content: "";
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #f5f5f9;
        z-index: 9998;
        background-position: left 60%;
        background-repeat: no-repeat;
        background-size: 300% auto;
        background-image: url(../components/icon_proship_light-grey.svg);
    }

    .template_2025 .template_video_container video,
    .template_2025 .template_video_container iframe,
    .template_2025 .template_video_container .overlay,
    .template_2025 .template_content_overlay .content-container {
        display: none;
        opacity: 0;
    }

    #templateoverlay.active,
    .template_2025 .template_video_container.active video,
    .template_2025 .template_video_container.active iframe,
    .template_2025 .template_video_container.active .overlay,
    .template_2025 .template_content_overlay.active .content-container,
    .template_2025 .template_content_overlay.active .overlay {
        display: block;
        opacity: 1;
        animation: 0.5s ease-in Transition_Fade_In;
        animation-fill-mode: forwards;
    }

    .template_2025 .curved_footer {
        width: 100%;
        overflow: hidden;
        position: relative;
        position: absolute;
        bottom: -80px;
        left: 0;
        z-index: 0;
    }

        .template_2025 .curved_footer,
        .template_2025 .curved_footer:after {
            height: 140px;
            display: block;
        }

            .template_2025 .curved_footer:after {
                content: "";
                width: 120%;
                background-color: #fff;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                -khtml-border-radius: 50%;
                position: absolute;
                top: 0;
                left: -10%;
            }

    .template_2025 .shadow_footer {
        position: relative;
        display: block;
        z-index: 1;
    }

        .template_2025 .shadow_footer:after,
        .template_2025 .shadow_footer:before {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            left: 10px;
            width: 50%;
            top: 80%;
            max-width: 300px;
            max-width: 850px;
            background: #777;
            -webkit-box-shadow: 0 15px 10px #777;
            -moz-box-shadow: 0 15px 10px #777;
            box-shadow: 0 15px 10px #777;
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
        }

        .template_2025 .shadow_footer:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            transform: rotate(3deg);
            right: 10px;
            left: auto;
        }


    .template_2025 section#RegularShipping {
        padding-bottom: 400px;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
        background-image: url(../images/img_boxes-divider.jpg);
    }

    .template_2025 .quote_banner .switcher,
    .template_2025 .quote_banner .selector {
        display: block;
        text-align: left;
        padding: 18px 10px;
        box-sizing: border-box;
    }

    .template_2025 .quote_banner .selector {
        padding: 18px 0;
    }

        .template_2025 .quote_banner .switcher span,
        .template_2025 .quote_banner .selector span {
            display: inline-block;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-size: 12px;
            font-family: QuickSandBold;
        }

            .template_2025 .quote_banner .selector span.slider,
            .template_2025 .quote_banner .selector span.slider:before {
                display: inline-block;
                width: 40px;
                height: 20px;
                background-color: #fff;
                border-radius: 15px;
                margin: 0;
                position: relative;
                box-sizing: border-box;
            }

            .template_2025 .quote_banner .selector span.slider {
                margin: 0 12px;
                top: 5px;
            }

        .template_2025 .quote_banner .selector input {
            display: none;
        }

        .template_2025 .quote_banner .selector span.slider:after,
        .template_2025 .quote_banner .selector span.slider:before {
            content: "";
        }

        .template_2025 .quote_banner .selector span.slider:after {
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 3px;
            background-color: #c6c6d4;
            transform: translateY(-50%);
            -webkit-transition: all 100ms ease 0s;
            -moz-transition: all 100ms ease 0s;
            -o-transition: all 100ms ease 0s;
            transition: all 100ms ease 0s;
            box-sizing: border-box;
            background-repeat: no-repeat;
            background-size: 60% auto;
            background-position: center center;
            background-image: url(../components/icon_cross_white.svg);
        }

        .template_2025 .quote_banner .selector input:checked + label span:after,
        .template_2025 .quote_banner .selector input:checked ~ label span:after {
            left: 22px;
            background-color: #003885;
            background-image: url(../components/icon_tick__thick_white.svg);
        }

    .template_2025 .quote_banner .switcher {
        text-align: right;
    }

    .template_2025 .quote_banner .quote_tag .item {
    }


    .template_2025 .quote_banner .switcher span.inactive,
    .template_2025 .quote_banner .switcher input:checked + label span.active,
    .template_2025 .quote_banner .switcher input:checked ~ label span.active {
        display: none;
    }

    .template_2025 .quote_banner .switcher input:checked + label span.inactive,
    .template_2025 .quote_banner .switcher input:checked ~ label span.inactive {
        display: block !important;
    }

    .template_2025 .trustpilot-widget {
        pointer-events: none;
        position: relative;
        display: block;
    }

    .template_2025 #QuotePanel .trustpilot-widget {
        margin-top: 20px;
    }

    .template_2025 .trustpilot-widget:after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .template_2025 section div.sectioned,
    .template_2025 section div.max-500,
    .template_2025 section.max-500 {
        width: 100% !important;
        max-width: unset !important;
        padding-bottom: 20px !important;
    }

    .template_2025 .popup-info.loading,
    .template_2025 .accordion_container .popup-info.loading,
    .template_2025 .nested_accordion_container .popup-info.loading {
        transform: translate(-50%,250vh);
    }

    .template_2025 .popup-info,
    .template_2025 .accordion_container .popup-info,
    .template_2025 .nested_accordion_container .popup-info {
        display: none;
        text-align: left;
        padding: 40px !important;
        width: 80vw !important;
        margin: auto;
        max-width: 1100px !important;
        box-sizing: border-box;
        background-color: #fff;
        border: 10px solid #fff;
        box-shadow: 0 4px 9px #d9d9e3;
        position: fixed;
        z-index: 9999;
        top: 50%;
        left: 50%;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;
        transform: translate(-50%,-50%);
    }

        .template_2025 .popup-info.full-width {
            max-width: 96vw !important;
        }

        .template_2025 .popup-info.active {
            display: block;
        }

        .template_2025 .popup-info h3,
        .template_2025 .popup-info h4,
        .template_2025 .popup-info h5,
        .template_2025 section.generic .popup-info h3,
        .template_2025 section.generic .popup-info h4,
        .template_2025 section.generic .popup-info h5 {
            padding-top: 0 !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .template_2025 .popup-info .accordion_container h3,
        .template_2025 .popup-info .accordion_container h4,
        .template_2025 .popup-info .accordion_container h5,
        .template_2025 section.generic .popup-info .accordion_container h3,
        .template_2025 section.generic .popup-info .accordion_container h4,
        .template_2025 section.generic .popup-info .accordion_container h5 {
            padding-left: 30px !important;
        }

    .template_2025 .expandPanels,
    .template_2025 button.expandPanels {
        display: inline-block;
        border-radius: 5px !important;
        padding: 30px 60px 30px 30px !important;
        background-color: #ededf2;
        color: #687e9a !important;
        font-size: 14px !important;
        font-family: QuickSandBold !important;
        cursor: pointer;
        float: right;
        border: none;
        text-decoration: none;
        margin: 0 0 30px 10px;
        line-height: 14px !important;
        background-size: 26px auto;
        background-repeat: no-repeat;
        background-position: right 20px center;
        background-image: url(../components/icon_expand_all_plus.svg);
    }

        .template_2025 .expandPanels:hover {
            opacity: 0.9;
        }

        .template_2025 .expandPanels.true {
            background-image: url(../components/icon_expand_all_minus.svg);
        }

    .template_2025 .popup-info table,
    .template_2025 section.main-content table {
        width: 100%;
        margin: 40px auto;
        max-width: 1400px;
    }

        .template_2025 .button.xsmall,
        .template_2025 .popup-info table,
        .template_2025 section.main-content table .button {
            font-size: 14px !important;
        }

            .template_2025 .button.xsmall.arrow {
                background-size: 18px auto !important;
                padding-right: 65px !important;
            }

            .template_2025 .popup-info table .button,
            .template_2025 section.main-content table .button {
                margin-top: 0 !important;
            }


            .template_2025 .popup-info table tbody tr,
            .template_2025 section.main-content table tbody tr {
                background-color: #f5f5f9;
                border-radius: 5px;
                overflow: hidden;
                border-bottom: 10px solid #fff;
            }

            .template_2025 .popup-info table table.invert tbody tr,
            .template_2025 section.main-content table.invert tbody tr {
                background-color: #fff;
                border-bottom: 10px solid #f5f5f9;
            }

            .template_2025 .popup-info table th,
            .template_2025 .popup-info table td,
            .template_2025 section.main-content table th,
            .template_2025 section.main-content table td {
                padding: 20px;
                text-align: left;
            }

                .template_2025 .popup-info table td.logo.flag {
                    width: 80px;
                }

                .template_2025 .popup-info table th,
                .template_2025 .popup-info table td strong,
                .template_2025 .popup-info table td.description strong,
                .template_2025 .popup-info table td .summary_info strong,
                .template_2025 section.main-content table th,
                .template_2025 section.main-content table td .summary_info strong {
                    font-family: QuickSandBold;
                    font-size: 15px;
                    color: #02548f;
                }

                .template_2025 .popup-info table td .summary_info strong,
                .template_2025 section.main-content table td .summary_info strong {
                    display: block;
                    padding-bottom: 5px;
                }

                .template_2025 .popup-info table td.cta {
                    text-align: right;
                }

                .template_2025 .popup-info table td.cta .button {
                    padding: 10px 20px !important;
                }

                .template_2025 .popup-info table td.price strong {
                    display: block;
                    font-size: 18px;
                }

    .template_2025 .popup-info h2,
    .template_2025 .popup-info h3,
    .template_2025 .popup-info h4,
    .template_2025 .popup-info h5 {
        color: #02548f !important;
        font-size: 22px !important;
    }

    .template_2025 .popup-info p {
        width: 100% !important;
        max-width: unset !important;
        padding: 15px 0 !important;
        font-size: 16px;
        font-family: Roboto;
    }

    .template_2025 section.main-content table td .summary_info a {
        text-decoration: none;
    }

    .template_2025 .insights h4 {
        display: block;
        font-size: 48px !important;
    }

    .template_2025 .insights ul,
    .template_2025 .insights ul li,
    .template_2025 .insights ul li p,
    .template_2025 .insights ul li h4,
    .template_2025 .insights ul li h5 {
        list-style-type: none;
        text-align: left;
        box-sizing: border-box;
    }

    .template_2025 .insights ul {
        display: block;
        font-size: 0;
        padding: 40px;
        max-width: 1700px !important;
    }

        .template_2025 .insights ul,
        .template_2025 .insights ul li {
        }

            .template_2025 .insights ul li {
                width: 30%;
                margin: 0 1.5% 40px;
                padding: 25px;
                display: inline-block;
                vertical-align: top;
                min-height: 590px;
                border-radius: 5px;
            }

    .template_2025 .grey.insights ul li {
        /*background-color: #fff;
                    box-shadow: 0 4px 9px #d9d9e3*/
    }

    .template_2025 .insights ul li .image-container {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden;
        background-color: #cfcfe0;
        border-radius: 6px;
        margin-bottom: 25px;
        background-size: 30px auto;
        background-repeat: no-repeat;
        background-image: url(../components/icon-broken-image-light-grey.svg);
        background-position: center center;
        position: relative;
    }

        .template_2025 .insights ul li .image-container span {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            z-index: 1;
        }


    .template_2025 .insights ul li h4,
    .template_2025 .insights ul li h5 {
        font-size: 20px !important;
        display: block;
        min-height: 88px;
        padding-bottom: 10px !important;
    }

    .template_2025 .insights ul li p {
        font-size: 16px !important;
        display: block;
        width: 100%;
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .template_2025 .quote_banner .price-tag {
        display: inline-block;
        text-align: center;
        color: #fff;
        background-color: #015cb0;
        border-color: #015cb0;
        color: #015cb0;
        background-color: #fff;
        width: 250px;
        height: 250px;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        font-family: Quicksand;
        border-width: 3px;
        border-style: solid;
        padding-top: 80px;
        box-sizing: border-box;
        line-height: 1.8em;
        box-shadow: 0px 0px 0px 6px #fff;
        overflow: hidden;
        padding: 0 !important;
    }
        /*.template_2025 .quote_banner .price-tag:after {
            content: "";
            display: block;
            background-image: linear-gradient(to bottom, #f5f5f9, #fff);
            width: auto;
            height: 50px;
            position: absolute;
            bottom: 75px;
            left: 0;
            right: 0;
            border-radius: 10px;
        }*/
        .template_2025 .quote_banner .price-tag ul {
            padding: 0 !important;
            margin: 0 !important;
            width: 100% !important;
            height: 100%;
            display: block;
            z-index: 1;
            position: relative;
        }

        .template_2025 .quote_banner .price-tag li {
            display: block;
            height: 100%;
            width: 100%;
            padding: 0 !important;
        }

            .template_2025 .quote_banner .price-tag li a,
            .template_2025 .quote_banner .price-tag li .price_badge {
                display: block;
                font-family: Quicksand;
                width: 100%;
                text-align: center;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                text-decoration: none;
                color: #02548f !important;
                font-size: 22px;
            }

                .template_2025 .quote_banner .price-tag li a span,
                .template_2025 .quote_banner .price-tag li .price_badge span {
                    display: block;
                    padding: 0 !important;
                }

                    .template_2025 .quote_banner .price-tag li a span.price,
                    .template_2025 .quote_banner .price-tag li .price_badge span.price {
                        font-size: 50px;
                        font-family: QuicksandBold !important;
                        color: #02548f !important;
                        display: block;
                        padding-top: 10px !important;
                    }

                    .template_2025 .quote_banner .price-tag li a span.small,
                    .template_2025 .quote_banner .price-tag li .price_badge span.small {
                        font-size: 14px;
                    }

                        .template_2025 .quote_banner .price-tag li a span.small.vat,
                        .template_2025 .quote_banner .price-tag li .price_badge span.small.vat {
                            padding-top: 10px !important;
                        }

                    .template_2025 .quote_banner .price-tag li a span:before,
                    .template_2025 .quote_banner .price-tag li .price_badge span:before {
                        display: none;
                        content: none;
                    }

    .template_2025 .price_rotation {
        position: relative;
    }

        .template_2025 .price_rotation .first {
            animation: 10s ease-out 0s 1 FadeInTextRotation;
            animation-fill-mode: both;
            animation-iteration-count: infinite;
        }

        .template_2025 .price_rotation .second {
            animation: 10s ease-out 0s 1 FadeInTextRotation2;
            animation-fill-mode: both;
            animation-iteration-count: infinite;
            position: absolute;
            top: 0;
        }


section.quote_banner.country:before {
    background-image: url(../layout/images/clp-banner-boxes.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.quote_banner.homepage {
    background-image: url(../images/parcel_labelling.jpg) ;
    background-repeat: no-repeat;
    background-position: left bottom !important;
    background-size: 100% auto;
}


@keyframes Transition_Fade_In {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 1600px) {
    .template_2025 section .four-column-grid.panelled {
        grid-template-columns: 1fr 1fr;
        max-width: 1000px;
    }

    .template_2025 .quote_banner .quote_tag {
        right: 30px !important;
    }
}

@media screen and (max-width: 1400px) {
    .template_2025 section.product_highlight .information,
    .template_2025 section.product_highlight.left .information {
        padding-left: 80px;
    }

    .template_2025 .insights ul {
        padding-left: 0;
        padding-right: 0;
    }

    .template_2025 section ul.carrier_grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 1200px) {
    .template_2025 .insights ul li {
        width: 47%;
    }

        .template_2025 .insights ul li h4,
        .template_2025 .insights ul li h5 {
            font-size: 20px !important;
            min-height: unset;
        }

    .template_2025 .insights ul li {
        padding: 40px !important;
    }

    .template_2025 section ul.carrier_grids {
        transform: scale(80%);
        grid-template-columns: 1fr 1fr 1fr;
    }

    .template_2025 section.carriers .two-column-grid,
    .template_2025 .accordion_container {
        width: 90%;
    }
}

@media screen and (max-width: 1100px) {
    .template_2025 .hero .content {
        max-width: 100% !important;
        padding-right: 30px;
        text-align: left !important;
    }

    .template_2025 .hero .image {
        display: none !important;
    }

    .template_2025 section .two-column-grid {
        grid-gap: 40px;
        padding: 0 40px;
    }

    .template_2025 section .four-column-grid, .template_2025 section .four-column-grid li {
        grid-gap: 20px;
    }

    .template_2025 section.three_panel ul {
        grid-gap: 30px;
    }

        .template_2025 section.three_panel ul li {
            padding: 20px;
        }

    .template_2025 section#RegularShipping {
        padding-bottom: 300px !important;
    }
}

@media screen and (min-width: 1000px) {
    .template_2025 .quote_banner .quote_tag {
        display: inline-block;
        font-size: 22px;
        text-align: center;
        color: #fff;
        background-color: #015cb0;
        border-color: #015cb0;
        color: #015cb0;
        background-color: #fff;
        width: 250px;
        height: 250px;
        position: absolute;
        top: -50px;
        right: 10%;
        border-radius: 50%;
        font-family: Quicksand;
        border-width: 3px;
        border-style: solid;
        padding-top: 80px;
        box-sizing: border-box;
        line-height: 1.8em;
        box-shadow: 0px 0px 0px 6px #fff;
    }

        .template_2025 .quote_banner .quote_tag strong {
            display: block;
            font-family: QuickSandBold;
            font-size: 50px;
            padding: 5px 0;
        }

        .template_2025 .quote_banner .quote_tag .inner {
            display: block;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
}

@media screen and (max-width: 999px) {
    .template_2025 .quote_banner .quote_tag {
        font-size: 26px;
        display: block;
        line-height: 1.8em !important;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions {
        display: block;
    }
}

@media screen and (max-width: 910px) {
    .template_2025 .skip_menu {
        display: none;
    }

    .template_2025 section.carriers .two-column-grid {
        display: block;
    }

    .template_2025 ul.carrier_grid {
        transform: scale(80%);
    }

    .template_2025 section {
        padding-left: 50px;
        padding-right: 50px;
    }

        .template_2025 section.full_width {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .template_2025 section.rules .two-column-grid {
            display: block !important;
        }

        .template_2025 section.rules .video_button {
            margin-bottom: 70px;
        }


    .template_2025 .insights ul li {
        width: 97%;
    }
}

@media screen and (max-width: 865px) {
    .template_2025 .quote_banner .pitch {
        padding: 0 7%;
    }

    .template_2025 section .four-column-grid, .template_2025 section .four-column-grid li {
        display: block;
    }

    .template_2025 .quote_banner #QuotePanel {
        max-width: 600px;
    }

    .template_2025 .quote_banner .quote_form_container.two_row #CountrySelector .option_container {
        display: block;
    }

    .template_2025 section .four-column-grid li {
        margin-bottom: 50px;
    }

    .template_2025 .four-column-grid li strong:after {
        transform: translate(50%, 0%) rotate(90deg);
        right: 50%;
        bottom: unset;
        top: 100%;
    }

    .template_2025 section .four-column-grid.panelled {
        max-width: 500px;
    }
}

@media screen and (max-width: 740px) {
    .template_2025 .quote_banner:before {
        display: none !important;
    }

    .template_2025 .quote_banner .pitch,
    .template_2025 .quote_banner.country .pitch {
        padding: 0 40px !important;
    }

    .template_2025 .quote_banner #CountrySelector {
        display: block;
    }

    .template_2025 .hero .highlight_list li {
        display: block;
        text-align: left;
    }

    .template_2025 section.three_panel ul {
        display: block;
        text-align: center;
    }

    .template_2025 section.three_panel.icon ul {
        display: block;
        max-width: 400px;
        text-align: center;
    }

    .template_2025 section.three_panel ul li {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }

    .template_2025 section.product_highlight {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }

        .template_2025 section.product_highlight .information {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .template_2025 section.product_highlight .image {
            position: relative;
            width: 100%;
            height: auto;
            text-align: center !important;
        }

    .template_2025 section#RegularShipping {
        padding-bottom: 200px !important;
    }
}

@media screen and (max-width: 650px) {
    .template_2025 .quote_banner h1 {
        font-size: 40px !important;
    }

    .template_2025 section .two-column-grid {
        display: block;
    }

    .template_2025 section.compare .two-column-grid {
        padding-left: 15vw;
    }

    .template_2025 section.carriers .two-column-grid {
        padding-left: 20px !important;
        padding-right: 0px;
    }

    .template_2025 .video_button,
    .template_2025 ul.carrier_grid {
        margin-bottom: 60px;
    }

    .template_2025 section .four-column-grid, .template_2025 section .four-column-grid li {
        display: block;
    }

        .template_2025 section .four-column-grid li {
            margin-bottom: 50px;
        }
}

@media screen and (max-width: 575px) {

    .template_2025 .insights ul li {
        text-align: center !important;
    }

    .template_2025 section ul.carrier_grid {
        grid-template-columns: 1fr 1fr;
    }

    .template_2025 .insights ul li .button {
        text-align: center !important;
        width: 100%;
        box-sizing: border-box;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group label {
        width: 120px;
        top: 50%;
        text-align: left;
        transform: translateY(-50%);
        display: block !important;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group input, .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group select {
        padding-top: 16px !important;
        padding-left: 120px;
        text-align: left;
    }

    .template_2025 .quote_banner #PackageType .group {
        display: block;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group {
        display: block;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

    .template_2025 .quote_banner .form_footer {
        display: block;
        padding-bottom: 70px;
        position: relative;
    }

        .template_2025 .quote_banner .form_footer .rating {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.copyDims {
        overflow: unset;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions .package_group div a {
        top: unset;
        transform: none;
        bottom: 150px;
        z-index: 20;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.weight {
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
        border-top-left-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .template_2025 .quote_banner #QuotePanel #PackageDimensions div.additional.row div.copyDims {
        -webkit-border-top-right-radius: 0;
        -moz-border-radius-topright: 0;
        border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (max-width: 500px) {
    .template_2025 ul.carrier_grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 550px) {
    #ProShipMenuToggle {
        display: inline-block;
        width: 45px;
        height: 45px;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(../layout/icon-activate-menu-white.png);
        background-size: 18px auto;
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
        z-index: 10;
        transform: translateY(-50%);
    }

    .proship_menu.active #ProShipMenuToggle {
        z-index: 9001;
        top: 25px;
        position: fixed;
        background-image: url(../layout/icon-deactivate-menu-white-small.png)
    }

    .proship_menu,
    .proship_menu ul {
        min-height: 64px;
    }

        .proship_menu ul li {
            display: none;
        }

        .proship_menu.active ul {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9000;
            background-color: #247bcb;
            width: 100%;
            padding: 90px 0;
        }

            .proship_menu.active ul:before {
                position: absolute;
                left: 50%;
                top: 10px;
                transform: translateX(-50%);
            }

            .proship_menu.active ul li {
                display: block;
                text-align: center;
            }

                .proship_menu.active ul li a {
                    display: block;
                    text-align: left;
                    width: 90%;
                    margin: auto;
                    max-width: 100px;
                    box-sizing: border-box;
                    padding: 5vh 0 5vh 30px
                }
}

@media screen and (max-width: 475px) {
    .template_2025 .quote_banner .form_footer .cta,
    .template_2025 .quote_banner #QuotePanel #CountrySelector .group {
        display: block;
    }

    .template_2025 .quote_banner .selector {
        text-align: right;
        position: relative;
        top: -7px;
    }
}

@keyframes NavTopSlideIn {
    0% {
        transform: translateY(-200%);
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
