<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (min-width: 768px) {
	button.loc-button.desc,
	button.rfi-button.desc {
		height: 65px;
		padding-right: 0.75rem;
	}

	button.loc-button.desc.viewport-height {
		margin-top: 72px;
	}

	button.rfi-button.desc p,
	button.loc-button.desc p {
		line-height: 1.2;
		padding-top: 0;
	}

	.loc-button.desc:hover, .rfi-button.desc:hover {
		-webkit-transform: translateX(-143px);
		transform: translateX(-143px);
	}
}









.breadcrumb-container.container {
	min-height: 1rem;
}



        #language-selection-hint {
            margin-bottom: 2px;
        }
        .country-switcher-text {
            align-self: center;
            font-size: 0.95rem;
        }
        .country-switcher-country {
            border: 1px solid #e0e0e0;
            padding: 5px 8px;
            font-size: 1.2rem;
            display: inline-block;
            vertical-align: middle;
            max-height: 41px;
        }
        .country-switcher-btn-continue {
            margin-left: 5px;
        }

        .country-switcher-btn-close {
            float: none;
            position: relative;
            top: 5px;
            margin-left: 15px;
        }

        #language-selection-hint {
            box-shadow: 0 2px 3px 0 #eaeaea;
            background-color: var(--light);
        }


        .country-switcher-country {
            background: #fff;
            padding-left: 15px;
        }
        .country-switcher-country .fa-check {
            margin-right: 25px;
        }

        #language-selection-hint .first-col {
            display: flex;
        }

        .hor-spacer-content.banner-active {
        }

        @media (min-width: 1200px) {
            #language-selection-hint .container {
                max-width: 1430px;
            }

            .hor-spacer-content.banner-active {
                margin-bottom: 65px;
                display: flex;
            }
        }

        @media (max-width: 350px) {
            .country-switcher-country {
                padding-left: 5px;
            }
            .country-switcher-country .fa-check {
                display: none;
            }
        }
    

</pre></body></html>