body {
  margin: 0;
}
.c-global-navigation .global-navigation__main {
    position: relative;
    pointer-events: none;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #d8d8d8
}

@media (max-width:1023px) {
    .r-header {
        left: 0;
        width: 100%;
        min-height: 63px
    }
}

.r-header::after {
    clear: both
}

.r-header {
    position: relative
}

.r-header,
[data-css=c-cta] {
    font-family: LatoLatinWebBold, Arial, sans-serif-bold
}

.r-header {
    z-index: 100;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 83px
}

.r-header::after,
.r-header::before {
    content: " ";
    display: table
}

.r-header {
    position: relative
}

.c-logo--default {
    position: relative;
    padding: 1.6rem 6rem 1rem 4rem;
    text-align: left;
    width: 7rem;
    background-color: #fff;
    float: left;
    z-index: 1;
    pointer-events: auto;
}

@media (max-width: 1023px) {
  .c-logo--default {
    float: none;
    margin: 0 auto;
    padding: 1rem 0 1.6rem;
    text-align: center;
  }
}