@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-Regular.woff2) format('woff2'),
        url(./../fonts/TRT-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-RegularItalic.woff2) format('woff2'),
        url(./../fonts/TRT-RegularItalic.woff) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-Medium.woff2) format('woff2'),
        url(./../fonts/TRT-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-BoldItalic.woff2) format('woff2'),
        url(./../fonts/TRT-BoldItalic.woff) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-Bold.woff2) format('woff2'),
        url(./../fonts/TRT-Bold.woff) format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-LightItalic.woff2) format('woff2'),
        url(./../fonts/TRT-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-Light.woff2) format('woff2'),
        url(./../fonts/TRT-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TRT';
    src: url(./../fonts/TRT-MediumItalic.woff2) format('woff2'),
        url(./../fonts/TRT-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}



.sticky-wrapper {height: 129px;}
@media (min-width: 1200px) { .sticky-wrapper {height: 189px;} }