@charset "UTF-8";

/*
    Synergy Structure
    Copyright © 2019-2020 Synergy Structure®. All rights reserved.
    This is proprietary software. Any use of any of the contents in this file without permission is strictly prohibited.
*/

* {
    box-sizing:border-box;
}

p {
    margin-bottom:0;
    margin-top:0;
}

body {
    margin:0;
    scroll-behavior:smooth;
}

ul {
    margin-top:0;
    margin-bottom:0;
    padding-left:0;
}

