 @font-face {
            font-family: 'Manrope';
            src: url('https://www.autotestversand.com/fonts/cdn/Manrope.ttf');
        }

        #custom-theme {
            font-family: 'Manrope';
            font-weight: 400;
            max-width: 900px;
            font-size: 14px;
        }

        .description {
            margin-top: 15px;
        }


        @media screen and (min-width: 768px) {
            #custom-theme {
                font-size: 16px;
            }
        }

        .color-primary {
            color: #ff4d36;
        }

        .bold {
            font-weight: 700;
        }

        .heading {
            font-size: 18px;
        }

        .subheading {
            font-size: 14px;
        }

        .copy {
            font-size: 16px;
        }

        header {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 20px 0;
        }

        header .text {
            margin-right: 15px;
            margin-top: auto;
        }

        header .text p {
            margin-bottom: 0;
        }

        header .images img {
            width: 30px;
            vertical-align: baseline;
        }

        header .images img:last-child {
            width: 55px;
        }

        nav ul {
            display: flex;
            list-style: none;
            justify-content: space-between;
            padding: 10px 0;
            border-top: 2px solid #1d1d1d;
            border-bottom: 2px solid #1d1d1d;
        }

        nav ul li {
            flex: 1;
            text-align: center;
            text-transform: uppercase;
            border-right: 2px solid black;
            font-size: 12px;
        }

        nav ul li:last-child {
            border-right: none;
        }

        nav ul li a {
            color: #1d1d1d;
            font-weight: 700;
            transition: color 0.3s;
        }

        nav ul li a:hover {
            color: #ff4d36;
            text-decoration: none;
        }

        nav ul li a.active {
            color: #ff4d36;
        }

        nav ul li a.active:hover {
            text-decoration: underline;
        }

        main {
            padding-top: 25px;
        }

        main img {
            display: block;
            max-width: 100%;
            margin-bottom: 15px;
        }

        main article .bullets {
            padding-bottom: 15px;
            margin-bottom: 20px;
            border-bottom: 2px solid #1d1d1d;
        }

        main article .bullets span {
            text-transform: uppercase;
            color: #aaa;
            font-weight: 500;
            font-size: 12px;
        }

        main article .highlight {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        main article .highlight img {
            width: 30px;
            margin-right: 15px;
        }

        main article .information {
            padding: 40px 0;
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 80%;
            margin: 0 auto;
        }

        main article .information img {
            width: 35px;
            margin-right: 15px;
        }

        main article .information p {
            margin: 0;
        }

        main article .description {
            padding-bottom: 40px;
        }

        main article .description span {
            text-transform: uppercase;
            color: #aaa;
            font-weight: 500;
            font-size: 12px;
        }

        footer {
            padding: 40px 0;
            margin-bottom: 40px;
            border-top: 2px solid #ff4d36;
            border-bottom: 2px solid #ff4d36;
            text-align: center;
        }

        footer p.intro {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: left;
            padding-bottom: 30px;
        }

        footer p.intro span {
            display: inline-block;
            margin-right: 25px;
            font-weight: 700;
            color: #ff4d36;
            font-size: 45px;
        }

        footer .numbers {
            margin: 40px 15px 0 15px;
            display: flex;
            flex-flow: column wrap;
        }

        footer .numbers .number {
            margin-bottom: 30px;
        }

        footer .numbers .number img {
            width: 50px;
            margin-bottom: 5px;
        }

        footer .numbers .number p {
            margin-bottom: 0;
            font-weight: 700;
        }

        footer .numbers .number p b {
            color: #ff4d36;
            font-size: 30px;
        }

        @media screen and (min-width: 550px) {
            footer .numbers {
                flex-flow: row;
                justify-content: space-between;
                align-items: center;
            }

            header .text {
                margin-right: 35px;
            }

            header .images img {
                width: 45px;
            }

            header .images img:last-child {
                width: 70px;
            }

            .heading {
                font-size: 24px;
            }

            .subheading {
                font-size: 16px;
            }

            nav ul li {
                font-size: inherit;
            }
        }

        @media screen and (min-width: 576px) {
            main img {
                margin-bottom: 0;
            }
        }

        @media screen and (min-width: 992px) {
            footer .numbers .number img {
                width: 60px;
                margin-bottom: 15px;
            }

            footer .numbers .number p b {
                color: #ff4d36;
                font-size: 40px;
            }

            footer .numbers .number img {
                margin-bottom: 15px;
            }

            footer .numbers .number {
                margin-bottom: 0;
            }

            main article .highlight img {
                width: 55px;
                margin-top: 5px;
            }
        }