@font-face {
    font-family: "ObjectSans-Heavy";
    src: url("../fonts/ObjectSans/ObjectSans/ObjectSans-Heavy.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ObjectSans-HeavySlanted";
    src: url("../fonts/ObjectSans/ObjectSans/ObjectSans-HeavySlanted.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ObjectSans-Regular";
    src: url("../fonts/ObjectSans/ObjectSans/ObjectSans-Regular.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "ObjectSans-Slanted";
    src: url("../fonts/ObjectSans/ObjectSans/ObjectSans-Slanted.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #FFFFFF;
    font-family: 'ObjectSans-Regular', sans-serif;
    box-sizing: border-box;
}

.wrapper {
    margin: auto;
    max-width: 1920px;
    min-width: 320px;
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.title {
    font-family: "ObjectSans-Heavy";
    font-size: 50px;
    text-transform: uppercase;
    color: #000000;
}

.wave {
    max-width: 100%;
    margin-bottom: 120px;
}

.wave-img {
    width: 100%;
}

.wave-right {
    width: 100%;
    margin-bottom: 52px;
    padding-top: 80px;
}

.wave-right-img {
    max-width: 100%;
}

#last-wave {
    padding-top: 0;
    margin-bottom: 0;
}

.sliders {
    position: relative;
}

@media (max-width: 1024px) {
    .title {
        font-size: 35px;
    }
}

@media screen and (max-width: 920px) {
    .leadership-title, .on-the-map-title {
        text-align: center;
        margin: auto;
    }
}

@media screen and (max-width: 900px) {
    .wave {
        margin-bottom: 50px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .wave .wave-img {
        width: 122%;
        min-height: 50px;
    }
}
