            #mysticky-nav {
                width: 100%;
                position: static;
            }
            #mysticky-nav.wrapfixed {
                position: fixed;
                left: 0px;
                margin-top: 0px;
                z-index: 99990;
                -webkit-transition: 0.3s;
                -moz-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
                opacity: 1;
                background-color: #f7f5e7;
            }
            #mysticky-nav.wrapfixed .myfixed {
                background-color: #f7f5e7;
                position: relative;
                top: auto;
                left: auto;
                right: auto;
            }
            #mysticky-nav .myfixed {
                margin: 0 auto;
                float: none;
                border: 0px;
                background: none;
                max-width: 100%;
            }

            @font-face {
                font-family: Inter;
                font-style: normal;
                font-weight: 300 900;
                font-display: fallback;
                src: url("../fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
                font-stretch: normal;
            }
            @font-face {
                font-family: Cardo;
                font-style: normal;
                font-weight: 400;
                font-display: fallback;
                src: url("../fonts/cardo_normal_400.woff2") format("woff2");
            }
            @font-face {
                font-family: Cardo;
                font-style: italic;
                font-weight: 400;
                font-display: fallback;
                src: url("../fonts/cardo_italic_400.woff2") format("woff2");
            }
            @font-face {
                font-family: Cardo;
                font-style: normal;
                font-weight: 700;
                font-display: fallback;
                src: url("../fonts/cardo_normal_700.woff2") format("woff2");
            }
            @font-face {
                font-family: "ITC Avant Garde";
                font-style: normal;
                font-weight: 700;
                font-display: fallback;
                src: url("../fonts/ITC-Avant-Garde-Gothic-LT-Bold.otf") format("opentype");
            }
            @font-face {
                font-family: "Bookman JFPro Regular";
                font-style: normal;
                font-weight: 400;
                font-display: fallback;
                src: url("../fonts/BookmanJFPro-Regular.ttf") format("truetype");
            }
            @font-face {
                font-family: Caflisch;
                font-style: normal;
                font-weight: 400;
                font-display: fallback;
                src: url("../fonts/Caflisch-Script-Web-Regular.ttf") format("truetype");
            }
            @font-face {
                font-family: Helvetica;
                font-style: normal;
                font-weight: 400;
                font-display: fallback;
                src: url("../fonts/Helvetica.eot") format("embedded-opentype");
            }
