﻿h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

h2 {
    margin-bottom: 2.4rem
}

html {
    box-sizing: border-box;
    font-family: Sofia Sans;
    font-size: 10px;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar
}

body {
    background-color: #fff;
    font-size: 1.8rem;
    margin: 0;
    min-height: 100vh;
    padding: 0
}

*, :after, :before {
    box-sizing: inherit
}

* ::-moz-selection {
    background: #005d6d;
    color: #fff
}

* ::selection {
    background: #005d6d;
    color: #fff
}

p {
    margin: 0
}

p:empty {
    margin-bottom: 2.4rem
}

strong {
    font-weight: 700
}

.o-accordion {
    background-color: #e5e5e5;
    padding: 4.8rem 0
}

.o-accordion__item {
    display: flex;
    margin-bottom: 2.4rem
}

.o-accordion__item__container {
    padding: 1rem 4rem 1rem 2.4rem;
    width: 100%
}

@media (min-width: 46.25em) {
    .o-accordion__item__container {
        padding: 1rem 2.4rem 0
    }
}

.o-accordion__item__container__label {
    background-color: #fff;
    color: #005d6d !important;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: 0 !important;
    padding: 1rem 2.4rem
}

.o-accordion__item__container__label:hover {
    background: linear-gradient(90deg, #002a3f 0, #005d6d);
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    color: #fff !important
}

.o-accordion__item__container__label:hover > .o-accordion__item__container__label__icon svg path {
    fill: #fff !important
}

.o-accordion__item__container__label__icon {
    align-items: center;
    display: flex;
    justify-content: center
}

@media (min-width: 61.25em) {
    .o-accordion__item__container__label__icon {
        align-items: center;
        margin-top: 0
    }
}

.o-accordion__item__container__label__icon svg {
    height: 2.4rem;
    transition: all .3s ease;
    width: 2.4rem
}

.o-accordion__item__container__checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.o-accordion__item__container__checkbox:checked ~ .o-accordion__item__container__label {
    background: linear-gradient(90deg, #002a3f 0, #005d6d);
    color: #fff !important
}

.o-accordion__item__container__checkbox:checked ~ .o-accordion__item__container__label > .o-accordion__item__container__label__icon svg {
    transform: rotate(135deg)
}

.o-accordion__item__container__checkbox:checked ~ .o-accordion__item__container__label > .o-accordion__item__container__label__icon svg path {
    fill: #fff !important
}

.o-accordion__item__container__checkbox:checked ~ .o-accordion__item__container__content {
    background: transparent;
    display: block
}

.o-accordion__item__container__content {
    color: #000;
    display: none;
    padding-top: 3.6rem
}

.o-accordion__item__container__content .o-button {
    margin-right: 2.4rem
}

.o-accordion__item__container__content p, .o-accordion__item__container__content__image {
    margin-bottom: 2.4rem
}

@media (min-width: 46.25em)and (max-width: 61.24em) {
    .o-accordion__item__container__content__video .o-videos__items {
        display: block
    }
}

.o-block--bottom-none {
    margin-bottom: 0
}

.o-block--bottom-small {
    margin-bottom: 4.8rem
}

.o-block--bottom-medium {
    margin-bottom: 9rem
}

.o-block--bottom-large {
    margin-bottom: 15rem
}

.o-button {
    background: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block
}

.o-button, .o-button:hover {
    text-decoration: none
}

.o-button--primary {
    background: #ec6608;
    color: #fff;
    padding: 1rem 1.6rem
}

.o-button--primary:hover, .o-button--secondary {
    background-color: #fff;
    border: 1px solid #ec6608;
    color: #ec6608;
    padding: .9rem 1.5rem
}

.o-button--secondary:hover {
    background-color: #ec6608;
    border: none;
    color: #fff;
    padding: 1rem 1.6rem
}

.o-button--tertiary {
    border: none;
    color: #ec6608
}

.o-button--tertiary:hover {
    text-decoration: underline
}

.o-button--white-outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 1.3rem 1.9rem
}

.o-button--white-outline:hover {
    background-color: #fff;
    color: #002a3f
}

.o-button--quinternary-outline {
    background: transparent;
    border: 2px solid #db3b00;
    color: #db3b00;
    padding: 1.3rem 1.9rem
}

.o-button--quinternary-outline:hover {
    background-color: #ec6608;
    border: 2px solid #ec6608;
    color: #fff !important
}

.o-call-to-action {
    background: #ec6608;
    padding: 4.8rem 0
}

.o-call-to-action__inner {
    display: flex;
    flex-direction: column;
    gap: 4.8rem
}
.mmgf{
    display: grid;
    grid-template-columns:2fr 1fr;
}
.mmgf1{
    display: grid;
    grid-template-columns:2fr 1fr;
}

.mmgfimg,.mmgfimg1{
    width: 70rem;
    height: auto;
}

@media (max-width: 1200px) {
    .mmgf,.mmgf1{
        display: flex !important;
        flex-direction: column;
        gap: 4.8rem;
    }
    .mmgfimg,.mmgfimg1{
        width: 100%;
        height: auto;
    }
}
@media (min-width: 46.25em) {
    .o-call-to-action__inner {
        display: grid;
        grid-template-columns:2fr 1fr
    }
}
.dugf{
    color: #ff5e19;
}
.o-call-to-action__text, .o-call-to-action__title {
    color: #fff !important
}

.o-call-to-action__links, .o-text-image__links, .o-text-video__links, .o-text__links {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2.4rem
}

@media (min-width: 46.25em) {
    .o-call-to-action__links, .o-text-image__links, .o-text-video__links, .o-text__links {
        flex-direction: row
    }
}

.o-heading__title-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 1.8rem
}

.o-heading__icon {
    height: 10rem;
    width: 10rem
}

.o-heading__icon svg ellipse, .o-heading__icon svg line, .o-heading__icon svg path, .o-heading__icon svg polygon, .o-heading__icon svg polyline, .o-heading__icon svg rect {
    stroke: #005d6d
}

.o-heading__title {
    margin-bottom: 2.4rem
}

@media (min-width: 61.25em) {
    .o-heading__title {
        margin-bottom: 4.8rem
    }
}

.o-heading__image {
    aspect-ratio: 1/1;
    margin-bottom: 2.4rem;
    margin-top: -4.8rem;
    overflow: hidden
}

@media (min-width: 75em) {
    .o-heading__image {
        aspect-ratio: unset;
        height: 45rem;
        margin-bottom: 4.8rem;
        margin-top: -9.6rem
    }
}

.o-heading__button {
    margin-top: 2.4rem
}

.o-heading-home {
    align-items: stretch;
    background: #ff5e19;
    color: #fff;
    display: flex;
    height: 77.2vh;
    margin-bottom: 4.8rem;
    max-height: 100rem;
    min-height: 80rem
}

@media print {
    .o-heading-home {
        display: none !important
    }
}

@media (max-width: 46.24em) {
    .o-heading-home {
        height: 100vh;
        min-height: 60rem
    }
}

.o-heading-home__wrapper {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom: 5rem;
    padding-top: 18rem;
    position: relative;
    width: 100%
}

/*.o-heading-home__wrapper:before {*/
/*    background: #ff5e19;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    height: 20%;*/
/*    left: 50%;*/
/*    margin-left: -25%;*/
/*    min-width: 50rem;*/
/*    position: absolute;*/
/*    width: 50%;*/
/*    z-index: 1*/
/*}*/

.o-heading-home__wrapper:after {
    clear: both;
    content: "";
    display: block;
    float: none
}

.o-heading-home__animations {
    bottom: 0;
    left: 1.2rem;
    margin: 16rem 0 0;
    position: absolute;
    right: 1.2rem;
    top: 0
}

@media (max-width: 84.99em) {
    .o-heading-home__animations {
        left: 20%;
        right: -20%
    }
}

@media (max-width: 61.24em) {
    .o-heading-home__animations {
        left: 0;
        right: -45%
    }
}

@media (max-width: 46.24em) {
    .o-heading-home__animations {
        margin-top: 8rem
    }
}

.o-heading-home__animations__a1 {
    background: url(images/logos_intro_bg1.bb0946c7.svg) no-repeat 50%;
    background-size: contain;
    left: 0;
    padding-bottom: 30.5%;
    position: absolute;
    top: 18%;
    width: 50%;
    z-index: 10
}

@media (max-width: 61.24em) {
    .o-heading-home__animations__a1 {
        top: 10rem
    }
}

@media (max-width: 46.24em) {
    .o-heading-home__animations__a1 {
        top: 8rem
    }
}

.o-heading-home__animations__a2 {
    animation-direction: alternate;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    background: url(images/mungo_prod_1.481ba021.png) no-repeat 50%;
    background-size: contain;
    bottom: 15%;
    left: 52%;
    padding-bottom: 640px;
    position: absolute;
    width: 205px;
    z-index: 5
}

@media (max-width: 61.24em) {
    .o-heading-home__animations__a2 {
        padding-bottom: 47.6rem;
        width: 15rem
    }
}

@media (max-width: 46.24em) {
    .o-heading-home__animations__a2 {
        padding-bottom: 47.6rem;
        width: 15rem
    }
}

.o-heading-home__animations__a2:before {
    background: inherit;
    content: "";
    filter: grayscale(100%) brightness(0) blur(5px);
    height: 100%;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 25%, #000 75%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, .6) 25%, #000 75%);
    mix-blend-mode: color-dodge;
    opacity: .15;
    position: absolute;
    transform: skewX(50deg) scaleY(20%) translate(-30px, 20px);
    transform-origin: 50% 99%;
    width: 100%;
    z-index: auto
}

.o-heading-home__animations__a2:after {
    background: radial-gradient(closest-side at center, #000 20%, #f0651f 33%, rgba(240, 101, 31, 0) 100%);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: 0 -100%;
    mix-blend-mode: color-dodge;
    opacity: .1;
    padding-top: 50%;
    position: absolute;
    transform: translateY(40%);
    width: 300%;
    z-index: auto
}

.o-heading-home__animations__a3 {
    animation-direction: alternate;
    animation-duration: 5.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: keyframe_a3;
    animation-timing-function: ease-in-out;
    background: url(images/mungo_prod_2.0cd840f3.png) no-repeat 50%;
    background-size: contain;
    filter: drop-shadow(-20px 10px 4px rgba(0, 0, 0, .2));
    left: 33%;
    padding-bottom: 25%;
    position: absolute;
    top: 26%;
    transform: rotate(25deg);
    width: 7%;
    z-index: 15
}

@media (max-width: 61.24em) {
    .o-heading-home__animations__a3 {
        top: 15rem
    }
}

@media (max-width: 46.24em) {
    .o-heading-home__animations__a3 {
        top: 15rem
    }
}

.o-heading-home__animations__a4 {
    animation-direction: alternate;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: keyframe_a4;
    animation-timing-function: ease-in-out;
    background: url(images/mungo_prod_3.1dd1f313.png) no-repeat 50%;
    background-size: contain;
    filter: drop-shadow(-10px 5px 3px rgba(0, 0, 0, .2));
    left: 15%;
    padding-bottom: 20%;
    position: absolute;
    top: 20%;
    transform: rotate(-10deg);
    width: 7.5%;
    z-index: 5
}

@media (max-width: 61.24em) {
    .o-heading-home__animations__a4 {
        top: 10rem
    }
}

@media (max-width: 46.24em) {
    .o-heading-home__animations__a4 {
        top: 8rem
    }
}

.o-heading-home__content {
    box-sizing: border-box;
    margin: 2rem 2rem 1rem 2rem;
    position: absolute;
    width: 31%;
    z-index: 20;
    bottom: 0;
    right: 0;
}
@media (min-width: 84.99em) {
    .o-heading-home__content {

    }
}
@media (max-width: 84.99em) {
    .o-heading-home__content {
        width: auto
    }
    .o-heading-home__animations{
        left: 0;
    }
}

.o-heading-home__content > * {
    color: #fff;
    text-shadow: 0 0 .5em #002a3f
}

.o-heading-home__content__title {
    margin-bottom: 1.2rem
}

.o-heading-home__content__text {
    /*margin-bottom: 2.4rem*/
}

@media (min-width: 75em) {
    .o-heading-home__content__text {
        /*margin-bottom: 7.2rem*/
    }
}

@keyframes keyframe_a2 {
    0% {
        filter: drop-shadow(-40px 20px 4px rgba(0, 0, 0, .2));
        transform: translateY(-3%) rotate(2deg)
    }
    to {
        filter: drop-shadow(-10px 5px 4px rgba(0, 0, 0, .2));
        transform: translate(0) rotate(4deg)
    }
}

@keyframes keyframe_a3 {
    0% {
        filter: drop-shadow(-20px 10px 4px rgba(0, 0, 0, .2));
        transform: translate(0) rotate(25deg)
    }
    to {
        filter: drop-shadow(-10px 5px 4px rgba(0, 0, 0, .2));
        transform: translate(-2%, -3%) rotate(27deg) scale(.95)
    }
}

@keyframes keyframe_a4 {
    0% {
        transform: translateY(-1%) rotate(-10deg)
    }
    to {
        transform: translate(5%, 2%) rotate(-18deg)
    }
}

.o-history__item {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    gap: 2.4rem;
    justify-content: space-between;
    margin-left: 1.2rem;
    padding-bottom: 8.4rem;
    padding-left: 3.6rem;
    position: relative
}

@media (min-width: 61.25em) {
    .o-history__item {
        flex-direction: row-reverse;
        gap: unset;
        margin-left: unset;
        padding-bottom: 10.8rem;
        padding-left: unset
    }

    .o-history__item:nth-child(2n-1) {
        flex-direction: row
    }

    .o-history__item:nth-child(2n-1) .o-history__item__title {
        align-items: flex-end;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left
    }

    .o-history__item:nth-child(2n-1) .o-history__item__text {
        text-align: left
    }
}

.o-history__item:before {
    border-left: 4px solid #005d6d;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 0
}

@media (min-width: 61.25em) {
    .o-history__item:before {
        left: 50%
    }
}

.o-history__item:after {
    background-color: #fff;
    border: 4px solid #005d6d;
    border-radius: 50%;
    content: "";
    height: 2.4rem;
    left: 0;
    position: absolute;
    top: -1px;
    transform: translateX(-50%);
    width: 2.4rem
}

@media (min-width: 61.25em) {
    .o-history__item:after {
        left: 50%
    }
}

.o-history__item:last-child {
    padding-bottom: 0
}

.o-history__item:last-child:before {
    content: unset
}

.o-history__item__image {
    overflow: hidden
}

@media (min-width: 61.25em) {
    .o-history__item__content, .o-history__item__image {
        width: 45%
    }
}

.o-history__item__title {
    color: #005d6d;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2.4rem
}

@media (min-width: 61.25em) {
    .o-history__item__title {
        align-items: flex-end;
        flex-direction: row-reverse;
        gap: 2.4rem;
        text-align: right
    }

    .o-history__item__text {
        text-align: right
    }
}

.o-history__item__year {
    color: #db3b00
}

.o-iframe__title {
    margin-bottom: 2.4rem
}

.o-image__image {
    overflow: hidden
}

.o-image__image:has(~.o-image__caption) {
    margin-bottom: .6rem
}

.o-picture, .o-picture > img {
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.o-picture > img {
    aspect-ratio: attr(width)/attr(height)
}

.o-picture--has-focus {
    container-type: size
}

.o-picture--has-focus > img {
    --container-width: 100cqw;
    --container-height: 100cqh;
    --image-width: calc(var(--container-width) - 100%);
    --image-height: calc(var(--container-height) - 100%);
    object-position: clamp(100%, .5 * var(--container-width) - var(--focus-x) * var(--image-width), 0%) clamp(100%, .5 * var(--container-height) - var(--focus-y) * var(--image-height), 0%)
}

.o-picture--fullwidth {
    max-width: unset;
    width: 100%
}

.o-picture--fullwidth > img {
    width: 100%
}

.o-picture--fullheight {
    height: 100%;
    max-width: unset;
    width: auto
}

.o-picture--fullheight > img {
    height: 100%;
    width: auto
}

.o-picture--fullsize {
    max-width: unset
}

.o-picture--fullsize, .o-picture--fullsize > img {
    height: 100%;
    width: 100%
}

.o-picture--cover > img {
    object-fit: cover;
    width: 100%
}

.o-picture--contain > img {
    object-fit: contain;
    object-position: center !important;
    width: 100%
}

.o-product-category-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    overflow: hidden;
    padding: 1.8rem 0;
    position: relative;
    text-decoration: none
}

.o-product-category-card--with-border {
    border: 2px solid #777
}

.o-product-category-card--with-link:before {
    border: 2px solid #db3b00;
    color: #db3b00;
    content: "→";
    font-size: 20px;
    font-weight: 700;
    height: 2.8rem;
    padding: 1px 0 0 3px;
    position: absolute;
    right: 2.2rem;
    top: 1.8rem;
    width: 2.8rem
}

.o-product-category-card__title {
    color: #005d6d;
    min-height: 5.5rem
}

.o-product-category-card__image {
    margin-bottom: 2.4rem;
    overflow: hidden
}

.o-product-category-card__text {
    color: #000
}

.o-product-category-teaser__text {
    margin-bottom: 4.8rem
}

.o-product-category-teaser__items {
    display: grid;
    gap: 4.8rem;
    grid-template-columns:1fr;
    margin-bottom: 4.8rem
}

@media (min-width: 46.25em) {
    .o-product-category-teaser__items {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 61.25em) {
    .o-product-category-teaser__items {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (min-width: 85em) {
    .o-product-category-teaser__items {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.o-scroll-shadow {
    background: linear-gradient(#fff 30%, hsla(0, 0%, 100%, 0)) top, linear-gradient(hsla(0, 0%, 100%, 0), #fff 70%) bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), transparent) top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), transparent) bottom;
    background-attachment: local, local, scroll, scroll;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px
}

@media (min-width: 75em) {
    .home .o-scroll-shadow {
        background: none
    }
}

.o-sector-card {
    background: #005d6d linear-gradient(0deg, #002a3f 0, #005d6d);
    display: grid;
    gap: 2.4rem;
    grid-row-end: span 2;
    grid-template-rows:subgrid;
    position: relative;
    width: 100%
}

.o-sector-card:after {
    border: 2px solid #ec6608;
    bottom: 2.4rem;
    color: #ec6608;
    content: "→";
    font-size: 20px;
    font-weight: 700;
    height: 2.8rem;
    padding: 1px 0 0 3px;
    position: absolute;
    right: 2.4rem;
    transition: all .2s ease-in-out;
    width: 2.8rem
}

.o-sector-card:hover:after {
    background: #ec6608;
    color: #fff;
    padding-left: 5px
}

.o-sector-card:hover .o-sector-card__image picture {
    transform: scale(1.1)
}

.o-sector-card__image {
    max-height: 23rem;
    overflow: hidden
}

.o-sector-card__image picture {
    transition: all .2s ease-in-out
}

.o-sector-card__content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 2.4rem 2.4rem
}

.o-sector-card__icon {
    height: 10rem;
    width: 10rem
}

.o-sector-card__icon svg ellipse, .o-sector-card__icon svg line, .o-sector-card__icon svg path, .o-sector-card__icon svg polygon, .o-sector-card__icon svg polyline, .o-sector-card__icon svg rect {
    stroke: #fff
}

.o-sector-card__title {
    color: #fff
}

.o-sector-card__text {
    color: #fff;
    margin-bottom: 3.6rem
}

@media (min-width: 61.25em) {
    .o-sector-card__text {
        margin-bottom: 2.4rem
    }
}

.o-sector-teaser {
    background: linear-gradient(90deg, #002a3f 0, #005d6d);
    padding: 4.8rem 0
}

.o-sector-teaser__title {
    color: #fff !important;
    margin-bottom: 2.4rem
}

.o-sector-teaser__text {
    color: #fff;
    margin-bottom: 3.6rem
}

.o-sector-teaser__list {
    display: grid;
    gap: 2.4rem;
    grid-template-columns:repeat(2, 1fr)
}

@media (min-width: 46.25em) {
    .o-sector-teaser__list {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media (min-width: 85em) {
    .o-sector-teaser__list {
        grid-template-columns:repeat(8, 1fr)
    }
}

.o-sector-teaser__list__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    justify-content: center;
    margin-bottom: 2.4rem
}

.o-sector-teaser__list__item:hover .o-sector-teaser__list__item__title {
    color: #ec6608
}

.o-sector-teaser__list__item:hover .o-sector-teaser__list__item__icon {
    filter: none;
    transform: scale(1.2);
    transform-origin: 50% 60%
}

.o-sector-teaser__list__item__title {
    color: #fff;
    text-align: center;
    transition: color .2s
}

.o-sector-teaser__list__item__icon {
    filter: grayscale(100%) contrast(0) brightness(200%);
    height: 10rem;
    transition: all .2s ease-out;
    width: 10rem
}

:root {
    --swiper-pagination-top: unset;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-color: #ec6608;
    --swiper-pagination-bullet-inactive-color: #005d6d;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-width: 1.2rem;
    --swiper-pagination-bullet-height: 1.2rem
}

.o-slider {
    padding-bottom: 4.8rem
}

.o-slider__image {
    overflow: hidden
}

.o-social-icons {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 3.6rem;
    justify-content: flex-start
}

@media (min-width: 46.25em) {
    .o-social-icons {
        justify-content: flex-end
    }
}

.o-social-icons__icon {
    width: 4.8rem
}

.o-social-icons__icon:hover svg {
    background-color: #ec6608
}

.o-text__title {
    margin-bottom: 2.4rem
}

.o-text-image__image {
    overflow: hidden
}

.o-text-image__content {
    align-items: flex-start;
    display: grid;
    row-gap: 2.4rem;
    width: 100%
}

@media (max-width: 46.24em) {
    .o-text-image__content .o-text-image__image {
        grid-column-start: 1;
        grid-row-start: 1
    }
}

@media (min-width: 46.25em) {
    .o-text-image__content {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 61.25em) {
    .o-text-image__content {
        column-gap: 4.8rem;
        grid-template-columns:6fr 4fr
    }

    .o-text-image__content.o-text-image__content--flipped {
        grid-template-columns:4fr 6fr
    }

    .o-text-image__content.o-text-image__content--flipped .o-text-image__image {
        grid-column-start: 1;
        grid-row-start: 1
    }
}

.o-text-video__video {
    overflow: hidden
}

.o-text-video__content {
    align-items: flex-start;
    display: grid;
    row-gap: 2.4rem;
    width: 100%
}

@media (max-width: 46.24em) {
    .o-text-video__content .o-text-video__video {
        grid-column-start: 1;
        grid-row-start: 1
    }
}

@media (min-width: 46.25em) {
    .o-text-video__content {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 61.25em) {
    .o-text-video__content {
        column-gap: 4.8rem;
        grid-template-columns:6fr 4fr
    }

    .o-text-video__content.o-text-video__content--flipped {
        grid-template-columns:4fr 6fr
    }

    .o-text-video__content.o-text-video__content--flipped .o-text-video__video {
        grid-column-start: 1;
        grid-row-start: 1
    }
}

.o-tiles-teaser {
    background-color: #e5e5e5;
    padding: 7.2rem 0
}

@media (min-width: 61.25em) {
    .o-tiles-teaser {
        padding: 9.6rem 0
    }
}

.o-tiles-teaser__text {
    margin-bottom: 4.8rem
}

.o-tiles-teaser__list {
    display: grid;
    gap: 4.8rem;
    grid-template-columns:1fr
}

@media (min-width: 46.25em) {
    .o-tiles-teaser__list {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 61.25em) {
    .o-tiles-teaser__list {
        grid-template-columns:1fr 1fr 1fr
    }
}

.o-tiles-teaser-card {
    background-color: #fff;
    display: grid;
    gap: 3.6rem;
    grid-row-end: span 2;
    grid-template-rows:subgrid;
    position: relative;
    width: 100%
}

.o-tiles-teaser-card:after {
    border: 2px solid #ec6608;
    bottom: 2.8rem;
    color: #ec6608;
    content: "→";
    font-size: 20px;
    font-weight: 700;
    height: 2.8rem;
    padding: 1px 0 0 3px;
    position: absolute;
    right: 2.8rem;
    transition: all .2s ease-in-out;
    width: 2.8rem
}

.o-tiles-teaser-card:hover:after {
    background: #ec6608;
    color: #fff;
    padding-left: 5px
}

.o-tiles-teaser-card:hover .o-tiles-teaser-card__image picture {
    transform: scale(1.1)
}

.o-tiles-teaser-card__image {
    overflow: hidden
}

.o-tiles-teaser-card__image picture {
    transition: all .2s ease-in-out
}

.o-tiles-teaser-card__content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    padding: 0 2.4rem 4.8rem
}

.o-tiles-teaser-card__title {
    color: #005d6d
}

.o-tiles-teaser-card__text {
    color: #000
}

.o-video__video {
    overflow: hidden
}

.o-video__video .o-video-asset:has(~.o-video__caption) {
    margin-bottom: .6rem
}

.o-video-asset {
    cursor: pointer;
    display: block;
    line-height: 0;
    position: relative
}

.o-video-asset__thumbnail, .o-video-asset__video[poster] {
    aspect-ratio: 16/9;
    border-radius: 0;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.o-video-asset__icon-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.o-video-asset__icon-wrapper__icon {
    position: relative
}

.o-video-asset__icon-wrapper svg {
    height: 6rem;
    left: calc(50% - 3rem);
    position: absolute;
    top: calc(50% - 3rem);
    width: 6rem
}

.o-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 168rem;
    padding-left: 4.8rem;
    padding-right: 4.8rem
}
@media (max-width: 61.24em) {
    .o-wrapper {
        padding-left: 2.4rem;
        padding-right: 2.4rem
    }
}

@media (min-width: 61.25em) {
    .o-wrapper--narrow {
        max-width: 136rem
    }
}

.c-footer__content__left .o-wysiwyg a {
    font-weight: 700
}

.o-wysiwyg ul {
    padding: 0
}

.o-wysiwyg ul li {
    display: grid;
    gap: 10px;
    grid-template-columns:20px auto;
    list-style: none
}

.o-wysiwyg ul li:before {
    background: url(images/list-icon.a954f7f4.svg) no-repeat;
    content: "";
    display: block;
    height: 16px;
    margin-top: 6px;
    width: 16px
}

.c-flyout-buttons {
    left: 100%;
    margin-top: 2.4rem;
    position: fixed;
    top: 16rem;
    z-index: 18
}

@media (max-width: 61.24em) {
    .c-flyout-buttons {
        bottom: 4.8rem;
        top: unset
    }
}

.c-flyout-buttons__button {
    background-color: #ec6608;
    border: none;
    box-shadow: 0 0 16px rgba(0, 0, 0, .25);
    cursor: pointer;
    height: 5rem;
    margin: 0 .4rem 0 0;
    position: absolute;
    right: 100%;
    top: 0;
    width: 5rem;
    z-index: 19
}

.c-flyout-buttons__button--contact {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-flyout-buttons__button--contact svg {
    width: 3.2rem
}

.c-flyout-buttons__button--contact svg path {
    fill: #fff
}

.c-flyout-buttons__button--shop {
    display: block;
    font-family: Sofia Sans;
    font-size: 2.4rem;
    font-weight: 300;
    height: 10.5rem;
    margin: 0 .4rem 0 0;
    top: 6rem;
    transition: .2s
}

.c-flyout-buttons__button--shop:after {
    background: url(images/shop.e68fdd02.svg) no-repeat 50%;
    background-size: 2.6rem auto;
    content: "";
    filter: grayscale(100%) brightness(210%);
    height: inherit;
    left: 0;
    position: absolute;
    top: 0;
    width: inherit
}

.c-flyout-buttons__button__text {
    left: -99999px;
    position: absolute
}

.c-flyout-buttons__contact-content {
    background-color: #fff;
    box-shadow: 0 0 16px transparent;
    max-width: calc(90vw - 6rem);
    opacity: 0;
    padding: 2.4rem;
    position: relative;
    transition: .4s;
    width: 40rem
}

.c-flyout-buttons__contact-content h2, .c-flyout-buttons__contact-content h3 {
    color: #005d6d;
    margin-bottom: 1.2rem
}

@media (min-width: 61.25em) {
    .c-flyout-buttons__contact-content p {
        font-size: 2.4rem !important;
        line-height: 3.2rem !important
    }
}

.c-flyout-buttons__contact-content a {
    color: #ec6608;
    font-weight: 700
}

.c-flyout-buttons__contact-content a:hover {
    color: #005d6d
}

.c-flyout-buttons__contact-content__close {
    cursor: pointer;
    position: absolute;
    right: 2.4rem;
    top: 2.4rem
}

.c-flyout-buttons__contact-content__close:hover svg {
    transform: rotate(135deg)
}

.c-flyout-buttons__contact-content__close:hover svg path {
    fill: #db3b00
}

.c-flyout-buttons__contact-content__close svg {
    transform: rotate(45deg);
    transition: transform .3s ease;
    width: 3rem
}

.c-flyout-buttons__contact-content__close svg path {
    fill: #000
}

.c-flyout-buttons__contact-content--active {
    box-shadow: 0 0 16px rgba(0, 0, 0, .25);
    opacity: 1;
    transform: translateX(calc(-100% - 6rem))
}

.c-footer {
    width: 100%
}

.c-footer__content {
    color: #fff
}

@media (min-width: 46.25em) {
    .c-footer__content {
        display: grid;
        grid-template-columns:50% 50%;
        justify-content: space-between
    }
}

@media (max-width: 46.24em) {
    .c-footer__content__right {
        margin-top: 2.4rem
    }
}

@media (min-width: 46.25em) {
    .c-footer__content__right {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        gap: 2.4rem;
        justify-content: flex-start
    }
}

.c-footer__content__outer {
    background: #ff5e19;
    padding-bottom: 4.8rem;
    padding-top: 4.8rem
}

.c-header {
    background-color: #ff5e19;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    transition: height .3s ease;
    width: 100%;
    z-index: 100
}

.c-header__menu-toggle {
    position: absolute
}

.c-header__logo {
    grid-area: logo
}

.c-header__logo svg path {
    fill: #ec6608
}

.c-header__search {
    grid-area: search
}

.c-header__nav-quicklinks {
    grid-area: quicklinks
}

.c-header__nav-main {
    grid-area: navigation
}

.c-header__nav-languages {
    grid-area: languages
}
.banner-bg{
    background-color: #ff5e19;
}
.hedbmner{
    position: relative;
}
@media (max-width: 74.99em) {
    .u-link__navigation:hover {
        color: #002a3f !important;
        transform: scale(1.2);
    }
    .c-header {
        height: 8rem
    }

    .c-header--home {
        background-color: unset;
        box-shadow: none;
        position: absolute
    }

    body:not(.home) .c-header {
        margin-bottom: 4.8rem
    }

    .c-header__logo {
        align-items: flex-start;
        display: flex;
        flex-direction: column
    }

    .c-header__logo svg {
        max-height: 5.3333333333rem;
        width: auto
    }

    .c-header__container {
        align-items: center;
        display: grid;
        grid-template-areas:"logo languages .";
        grid-template-columns:1fr 14rem 4rem;
        height: 8rem;
        justify-content: space-between;
        background-color: #ff5e19;
    }
    .hedbmner{
        margin: 8rem 0 4.8rem  0;
        width: 100%;
    }
    .o-heading-home__content__title{
        font-size: 1.6rem !important;
        line-height: 1.8rem !important;

    }
    .o-heading-home__content__text {
        font-size: 1.4rem !important;
        line-height: 1.6rem !important;
    }


    .c-header__menu {
        display: grid;
        grid-template-areas:"logo ." "navigation navigation";
        grid-template-columns:1fr 8rem;
        grid-template-rows:8rem 1fr auto;
        height: 100%
    }

    .c-header__menu__logo {
        align-self: center;
        margin-left: 1.2em
    }

    .c-header__menu-wrapper {
        background: #fff;
        bottom: 0;
        box-shadow: 0 0 16px 0 rgba(0, 0, 0, .05);
        clip-path: inset(0 -20px);
        left: 100%;
        max-width: 600px;
        overflow: hidden;
        position: fixed;
        top: 0;
        transition: left .3s ease-out, visibility 0s linear .3s;
        visibility: hidden;
        width: 100%;
        z-index: 19
    }

    body.nav-open-mobile .c-header__menu-wrapper {
        left: calc(100% - min(100%, 600px));
        transition: left .3s ease-out, visibility 0s linear;
        visibility: visible
    }

    .c-header__nav-main {
        margin-bottom: 2em;
        overflow: hidden;
        overflow-y: auto
    }
}
.u-__language-navigation{
    color: #fff;
}
@media (min-width: 75em) {
    .c-header {
        height: 16rem;
        margin-bottom: 9.6rem;
        position: fixed
    }

    .c-header--home {
        background-color: #ff5e19;
        box-shadow: none
    }

    body.page-scrolled .c-header--home {
        background-color: #ff5e19
    }

    .c-header__logo {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .c-header__logo svg {
        max-height: 16rem;
        transition: all .3s ease
    }

    .c-header__container {
        column-gap: 2.4rem;
        display: grid;
        grid-template-areas:"logo . ." "logo . languages" "logo navigation navigation";
        grid-template-columns:25rem 1fr auto;
        grid-template-rows:3rem 1fr auto;
        height: 16rem;
        transition: all .3s ease;
        padding: 0 0 0 1.2rem;
    }
    .hedbmner{
        margin: 16rem auto 4.8rem auto;
        max-width: 165.4rem;
    }

    .c-header__menu, .c-header__menu-wrapper {
        display: contents
    }

    body.nav-hidden:not(.nav-open-mobile) .c-header {
        box-shadow: none;
        transform: translateY(-16rem)
    }
}

.c-image-footer__image {
    aspect-ratio: 1/1;
    overflow: hidden
}

@media (min-width: 61.25em) {
    .c-image-footer__image {
        aspect-ratio: unset;
        height: 45rem
    }
}

@media (min-width: 75em) {
    .c-main {
        margin-top: 26rem
    }

    .home .c-main {
        margin-top: 0
    }
}

.c-menu-toggle {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between
}

.c-menu-toggle__wrapper {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 20px;
    cursor: pointer;
    height: 4rem;
    padding: 1.2rem 1rem;
    position: fixed;
    right: 2rem;
    top: 2rem;
    width: 4rem;
    z-index: 20
}

@media (min-width: 75em) {
    .c-menu-toggle__wrapper {
        display: none
    }
}

.c-menu-toggle:after, .c-menu-toggle:before, .c-menu-toggle > div {
    background-color: #005d6d;
    border-radius: 3px;
    content: "";
    display: block;
    height: .2rem;
    transition: all .4s ease-in-out
}

.home .c-menu-toggle:after, .home .c-menu-toggle:before, .home .c-menu-toggle > div {
    background-color: #ffffff
}

.nav-open-mobile .c-menu-toggle:before {
    transform: translateY(7px) rotate(45deg)
}

.nav-open-mobile .c-menu-toggle > div {
    transform: scale(0)
}

.nav-open-mobile .c-menu-toggle:after {
    transform: translateY(-7px) rotate(-45deg)
}

.c-nav-footer__ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style: none;
    margin: 0 0 2.4rem;
    padding: 0
}

@media (min-width: 46.25em) {
    .c-nav-footer__ul {
        flex-direction: row;
        gap: 3.6rem;
        justify-content: flex-end;
        margin: 0
    }
}

.c-nav-footer__link:hover {
    color: #ec6608 !important
}

.c-nav-languages {
    display: flex;
    height: 100%;
    margin-right: 1.8rem;
    visibility: visible
}

.c-nav-languages__container {
    height: fit-content;
    position: relative;
    z-index: 10
}

.c-nav-languages__container:focus-within > .c-nav-languages__ul, .c-nav-languages__container:hover > .c-nav-languages__ul {
    display: block
}

.c-nav-languages__current {
    align-items: center;
    color: #005d6d;
    cursor: pointer;
    display: flex;
    text-transform: uppercase
}

@media (min-width: 75em) {
    .home:not(.page-scrolled) .c-nav-languages__current {
        color: #fff
    }
}
.c-nav-main{
    background-color: #ff5e19;
}
@media (max-width: 74.99em) {
    .u-text__main-navigation{
        color: #002a3f;
    }
    .home .c-nav-languages__current {
        color: #ffffff
    }
    .c-nav-main{
        background-color: #ffffff;
    }
}

@media (min-width: 75em) {
    .c-nav-languages__current {
        margin: 0 0 1rem
    }
}

.c-nav-languages__current svg {
    margin-top: -.3rem;
    width: 2.3rem
}

@media (min-width: 75em) {
    .home:not(.page-scrolled) .c-nav-languages__current svg path, .home:not(.page-scrolled) .c-nav-languages__current svg rect {
        fill: #fff
    }
}

@media (max-width: 74.99em) {
    .home .c-nav-languages__current svg path, .home .c-nav-languages__current svg rect {
        fill: #ffffff
    }
}

.c-nav-languages__ul {
    background-color: #fff;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 16px rgba(0, 0, 0, .25);
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 5.4rem;
    z-index: 19
}

.c-nav-languages__ul:before {
    background-color: #fff;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: "";
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
    height: 14px;
    position: absolute;
    right: 2rem;
    top: -1.4rem;
    width: 20px
}

.c-nav-languages__li {
    width: 100%
}

.c-nav-languages__li:hover {
    background-color: rgba(236, 102, 8, .2)
}

.c-nav-languages__li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.c-nav-languages__li.active .c-nav-languages__link {
    color: #ec6608 !important
}

.c-nav-languages__link {
    color: #002a3f !important;
    cursor: pointer;
    display: block;
    padding: .4rem 2.3rem;
    text-transform: uppercase;
    white-space: nowrap
}

.c-nav-languages__link:hover {
    color: #db3b00 !important
}

.c-nav-languages__current-label {
    margin-left: 1rem;
    text-transform: uppercase
}

.c-nav-main__ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-nav-main__li {
    display: block
}

.c-nav-main__li--level1.active-trail > .c-nav-main__link, .c-nav-main__li--level1.active:not(.active-trail) > .c-nav-main__link {
    position: relative
}

@media (min-width: 75em) {
    .dfr{
       position: relative
    }
    .c-nav-main__li--level1.active-trail > .c-nav-main__link:before, .c-nav-main__li--level1.active:not(.active-trail) > .c-nav-main__link:before {
        background: #ffffff;
        border-radius: 0;
        content: "";
        height: 3px;
        left: 0;
        margin: 6px 12px 0;
        position: absolute;
        top: 0;
        width: calc(100% - 24px)
    }
}

.c-nav-main__li--level2.active-trail > .c-nav-main__link, .c-nav-main__li--level2.active:not(.active-trail) > .c-nav-main__link {
    color: #ec6608
}

.c-nav-main__link--level2 {
    padding-left: 2.4rem
}

@media (max-width: 74.99em) {
    .dfr{
        position: unset
    }
    .c-nav-main__ul {
        display: none;
        grid-column: 1/span 3;
        grid-row: 2/2
    }

    .c-nav-main__state:checked ~ .c-nav-main__ul {
        display: block
    }

    .c-nav-main__ul--level1 {
        display: block;
        grid-column: initial;
        grid-row: initial
    }

    .c-nav-main__li {
        align-items: center;
        border-top: 1px solid #e4e4e4;
        display: grid;
        grid-template-columns:1fr auto 1.2em
    }

    .c-nav-main__li--level1:first-child {
        border-top: none
    }

    .c-nav-main__link {
        padding: .8rem 4rem .8rem 1.2rem
    }

    .c-nav-main__link.active {
        color: #ec6608
    }

    .c-nav-main__link--level1 {
        padding-left: 1.2rem
    }

    .c-nav-main__link--level2 {
        padding-left: 3.6rem
    }

    .c-nav-main__state, .c-nav-main__toggle {
        display: block;
        grid-column: 2/2;
        grid-row: 1/1;
        padding: 0 1em
    }

    .c-nav-main__state {
        appearance: none
    }

    .c-nav-main__toggle {
        cursor: pointer;
        transition: transform .4s
    }

    .c-nav-main__state:checked + .c-nav-main__toggle {
        transform: rotate(180deg)
    }

    .c-nav-main__toggle svg {
        height: 1.6rem;
        margin-top: 1rem;
        width: 2rem
    }

    .c-nav-main__toggle svg path {
        fill: #005d6d
    }
}
/* 媒体查询：当屏幕宽度在1200px到1700px之间时 */
@media (min-width: 1200px) and (max-width: 1970px) {

}


@media (min-width: 75em) {
    .c-nav-main__ul--level1 {
        display: flex;
        flex-direction: row;
        justify-content: flex-end
    }

    .c-nav-main__ul--level2 {
        background-color: #fff;
        border-radius: 0 0 0 0;
        box-shadow: 0 0 16px rgba(0, 0, 0, .25);
        display: none;
        margin-top: 1rem;
        position: absolute;
        z-index: 19;
        right: 2rem;
    }

    .c-nav-main__ul--level2:before {
        background-color: #fff;
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
        content: "";
        filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .3));
        height: 20px;
        right: 2rem;
        position: absolute;
        top: -2rem;
        width: 28px
    }

    .full-width .c-nav-main__ul--level2 {
        left: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 158.4rem;
        right: 0
    }

    .c-nav-main__li--level1 {
        padding-bottom: 1rem
    }

    .c-nav-main__li--level1:hover > .c-nav-main__ul--level2 {
        display: block
    }

    .c-nav-main__li--level1:hover.full-width > .c-nav-main__ul--level2 {
        display: flex;
        justify-content: space-between
    }

    .c-nav-main__li--level2:hover {
        background-color: rgba(236, 102, 8, .2)
    }

    .c-nav-main__li--level2:hover a.active {
        color: #ec6608 !important
    }

    .c-nav-main__li--level2:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .2)
    }

    .c-nav-main__link {
        padding: .6rem 1.8rem
    }

    .c-nav-main__link--level1 {
        display: inline-block;
        padding-left: 1.8rem;
        padding-right: 1.8rem
    }

    .c-nav-main__link--level2 {
        display: block;
        padding: .6rem 4.8rem .6rem 2.4rem;
        white-space: nowrap
    }

    .c-nav-main__link--level2:hover {
        color: #002a3f !important
    }

    .full-width .c-nav-main__link--level2 {
        display: block;
        white-space: nowrap
    }

    .c-nav-main__state, .c-nav-main__toggle {
        display: none
    }
}

.c-nav-quicklinks__ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-nav-quicklinks__li {
    display: block
}

.c-nav-quicklinks__link {
    white-space: nowrap
}

.c-nav-quicklinks__link.active {
    color: #ec6608
}

@media (max-width: 74.99em) {
    .c-nav-quicklinks {
        background: #f2f2f2;
        height: 100%
    }

    .c-nav-quicklinks__ul {
        align-content: stretch;
        align-items: stretch;
        display: flex;
        flex-flow: row wrap;
        gap: .1rem;
        height: 100%;
        justify-content: center;
        margin-left: -.1rem
    }

    .c-nav-quicklinks__li {
        display: contents
    }

    .c-nav-quicklinks__link {
        align-items: center;
        border-left: 1px solid silver;
        border-top: 1px solid silver;
        display: flex;
        flex-grow: 1;
        justify-content: center;
        margin-right: -.1rem;
        padding: .8em
    }

    .c-nav-quicklinks__li:first-child .c-nav-quicklinks__link {
        border-left: none
    }
}

@media (min-width: 75em) {
    .c-nav-quicklinks__ul {
        align-items: center;
        display: flex;
        gap: 1.2em;
        height: 2rem;
        justify-content: right
    }
}

@media (min-width: 61.25em) {
    .c-nav-search img {
        display: none
    }
}

@media (max-width: 61.24em) {
    .c-nav-search__form {
        display: none
    }
}

.c-nav-search__form__input {
    background-color: #f1f1f1;
    border: 1px solid #000;
    border-radius: 0;
    color: #777;
    min-width: 50rem;
    outline: none;
    padding: 1rem 3.5rem 1rem 2rem
}

@media (max-width: 74.99em) {
    .c-nav-search__form__input {
        min-width: 15rem;
        width: 100%
    }
}

.c-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.c-page__footer {
    margin-top: auto
}

.c-product-category-list {
    display: grid;
    gap: 4.8rem;
    grid-template-columns:1fr;
    margin-bottom: 4.8rem
}

@media (min-width: 46.25em) {
    .c-product-category-list {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 61.25em) {
    .c-product-category-list {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (min-width: 85em) {
    .c-product-category-list {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.c-sector-list {
    display: grid;
    gap: 4.8rem;
    grid-template-columns:1fr;
    margin-bottom: 4.8rem
}

@media (min-width: 46.25em) {
    .c-sector-list {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 61.25em) {
    .c-sector-list {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media (min-width: 85em) {
    .c-sector-list {
        grid-template-columns:1fr 1fr 1fr 1fr
    }
}

.c-flyout-buttons__contact-content a, .o-wysiwyg a, .u-link__default {
    color: #ec6608;
    text-decoration: none
}

.c-flyout-buttons__contact-content a:hover, .o-wysiwyg a:hover, .u-link__default:hover {
    color: #005d6d
}

.u-link__navigation {
    color: #002a3f;
    text-decoration: none
}

.u-link__navigation:hover {
    color: #fff;
    transform: scale(1.2);
}

.c-footer__content__left .o-wysiwyg a, .u-link__footer {
    color: #ec6608;
    text-decoration: none
}

.c-footer__content__left .o-wysiwyg a:hover, .u-link__footer:hover {
    color: #db3b00;
    text-decoration: none
}

.u-link__quicklinks {
    color: #777;
    text-decoration: none
}

.u-link__quicklinks:hover {
    color: #005d6d
}

.u-link__none, .u-link__none:hover {
    text-decoration: none
}

.u-link__none:hover {
    color: #000;
    text-shadow: none
}

.u-text__header1, h1 {
    color: #005d6d;
    font-family: Sofia Sans condensed;
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 4rem
}

@media (min-width: 61.25em) {
    .u-text__header1, h1 {
        font-size: 4.2rem;
        line-height: 5.2rem
    }
}

.u-text__header1__subline {
    color: #db3b00;
    font-family: Sofia Sans condensed;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.8rem
}

@media (min-width: 61.25em) {
    .u-text__header1__subline {
        font-size: 3rem;
        line-height: 3.6rem
    }
}

.u-text__header2, h2 {
    color: #005d6d;
    font-family: Sofia Sans condensed;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 3.4rem
}

@media (min-width: 61.25em) {
    .u-text__header2, h2 {
        font-size: 2.8rem;
        line-height: 3.4rem
    }
}

.u-text__header3, h3 {
    font-family: Sofia Sans condensed;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 2.6rem
}

@media (min-width: 61.25em) {
    .u-text__header3, h3 {
        font-size: 2.2rem;
        line-height: 2.6rem
    }
}

.u-text__header4 {
    font-family: Sofia Sans condensed;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 2.8rem
}

@media (min-width: 61.25em) {
    .u-text__header4 {
        font-size: 2.2rem;
        line-height: 2.8rem
    }
}

.u-text__heading-home {
    font-family: Sofia Sans condensed;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 5.2rem
}

@media (min-width: 61.25em) {
    .u-text__heading-home {
        font-size: 4.2rem;
        line-height: 5.2rem
    }
}

.c-flyout-buttons__contact-content p, .u-text__body {
    font-family: Sofia Sans;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.6rem
}

@media (min-width: 61.25em) {
    .c-flyout-buttons__contact-content p, .u-text__body {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
}

.u-text__highlight {
    font-family: Sofia Sans condensed;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 3.6rem
}

@media (min-width: 61.25em) {
    .u-text__highlight {
        font-size: 4.4rem;
        line-height: 4.4rem
    }
}

.u-text__small {
    font-family: Sofia Sans;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2rem
}

@media (min-width: 61.25em) {
    .u-text__small {
        font-size: 1.4rem;
        line-height: 2rem
    }
}

.u-text__button {
    font-family: Sofia Sans;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem;
    text-transform: uppercase
}

@media (min-width: 61.25em) {
    .u-text__button {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.u-text__link {
    font-family: Sofia Sans;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem
}

@media (min-width: 61.25em) {
    .u-text__link {
        font-size: 1.8rem;
        line-height: 2.6rem
    }
}

.u-text__footer-navigation {
    color: #fff;
    font-family: Sofia Sans condensed;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 5rem;
    text-transform: uppercase
}

@media (min-width: 61.25em) {
    .u-text__footer-navigation {
        font-size: 2.6rem;
        line-height: 5rem
    }
}

.u-text__main-navigation {
    font-family: Sofia Sans condensed;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 5rem
}

@media (min-width: 75em) {
    .u-text__main-navigation {
        font-size: 2.6rem;
        line-height: 5rem;
        color: #fff
    }

    .home .u-text__main-navigation {
        color: #fff
    }

    .home .u-text__main-navigation:hover {
        color: #ffffff;
        transform: scale(1.2)
    }

    body.page-scrolled.home .u-text__main-navigation {
        color: #fff
    }
}

.u-text__main-navigation--level2 {
    color: #002a3f;
    font-family: Sofia Sans;
    font-size: 2rem;
    font-weight: 700;
    line-height: 4rem
}

@media (min-width: 61.25em) {
    .u-text__main-navigation--level2 {
        font-size: 2rem;
        line-height: 4rem
    }
}

.u-text__language-navigation {
    font-family: Sofia Sans condensed;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 4.6rem;
    text-transform: uppercase
}

@media (min-width: 61.25em) {
    .u-text__language-navigation {
        font-size: 1.8rem;
        line-height: 4.6rem
    }
}

.u-text__light {
    font-weight: 300
}
