@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');

*,html,body,div,a,p,span,header,input,select,textarea {
    font-family: 'Inter', sans-serif!important;
}

body {
    background-color: #F9EDDD;
}

.WebcastBranding {
    display: none;
}

.LogoSection {
    max-width: none!important;
    padding: 0!important;
    background: #ef6820;
    height: 130px;
    width: 100%;
    background-image: url(https://wrextdesign.william-reed.com/oe/ni/ni-logo-white.svg);
    background-repeat: no-repeat;
    background-size: 250px auto;
    background-position: center;
}

h1.HeaderTitleText {
    line-height: 48px!important;
    font-size: 42px!important;
}

.Abstract {
    font-size: 18px!important;
    line-height: 24px!important;
}