@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_300-webfont.woff2') format('woff2'),
    url('../fonts/MuseoSans_300-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_500-webfont.woff2') format('woff2'),
    url('../fonts/MuseoSans_500-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_700-webfont.woff2') format('woff2'),
    url('../fonts/MuseoSans_700-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSans';
    src: url('../fonts/MuseoSans_900-webfont.woff2') format('woff2'),
    url('../fonts/MuseoSans_900-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body{
    font-family: "MuseoSans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.94;
    color: rgba(48, 48, 48, 0.8);
}

h1{
    font-size: 1.875rem;
}

h4{
    color: rgb(23, 162, 184);
    font-size: 1.3125rem;
    font-weight: 700 !important;
    line-height: 1.1;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.logo{
    max-height: 30px;
    margin: 15px 0;
}

.header{
    background: #000 url(../images/header.jpeg) center center no-repeat;
    background-size: cover;
    height: 400px;
    /*clip-path: polygon(0px 90%, 0px 0px, 100% 0px, 100% 100%);*/
    z-index: 20;
    margin-bottom: 20px;
}

.header p{
    font-size: 16px;
}

.header a {
    color: #fff !important;
    text-decoration: none;
}

.header .row{
    height: 370px;
}

.pdt-cta{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    padding-left: 25px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
}

.button{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.1;
    color: rgb(23, 162, 184) !important;
    padding-left: 25px;
    background-image: url("../images/arrow-dark.png");
    background-repeat: no-repeat;
}

a.button {
    text-decoration: none;
}