  body {  
    background:#fff;
    text-align:left;
    font-family:Arial;
  }  
 




 

html { 
    position: relative; 
    overflow-x: hidden;
} 

header { 
    display: block;
} 

.clr { 
    clear: both; 
    float: left;
} 

#top  { 
    padding: 0 20px;
} 

#menu { 
    margin-top: 9px;
} 

section { 
    display: block;
} 

header section { 
    float: left; 
    margin-right: 21px; 
    z-index: 1;
} 



img { 
    max-width: 100%;
} 

#menu ul.menu  { 
    position: relative; 
    display: table; 
    border-radius: 5px;
} 

a { 
    color: #30b44a; 
    text-decoration: none; 
    outline: none;
} 

section a#logo  { 
    width: 150px; 
    height: 114px; 
    background: url(./images/logo.png) no-repeat; 
    display: block; 
    background-size: 98%;
} 


a:hover { 
    text-decoration: underline;
} 

.fl { 
    float: left; 
    width: 79%;
} 

section a.aboutProject  { 
    text-transform: uppercase; 
    color: #ff8710; 
    font-size: 13px; 
    text-decoration: underline;
} 

section .lng  { 
    float: right; 
    position: relative; 
    top: -18px; 
    right: 6px; 
    width: 80px;
} 

section .buttons  { 
    clear: both; 
    float: left; 
    margin-top: -3px;
} 

ul li  { 
    list-style-type: none;
} 

#menu > ul > li  { 
    cursor: pointer;
} 

#menu > ul > li  { 
    float: left; 
    width: 223px; 
    height: 57px; 
    position: relative; 
    text-align: center; 
    font-weight: normal; 
    font-size: 16px; 
    border-top: 1px solid #0A9C38; 
    line-height: 3.6; 
    border-bottom: 1px solid #0A9C38; 
    letter-spacing: 2px; 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5YjgyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzMwYjMyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc2JSIgc3RvcC1jb2xvcj0iIzBjOWUzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iIzA0OTkzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iIzAzOTgzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDllMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); 
    background: -moz-linear-gradient(top,  #39b82d 0%, #30b32f 22%, #0c9e38 76%, #049939 93%, #03983a 98%, #0d9e38 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#39b82d), color-stop(22%,#30b32f), color-stop(76%,#0c9e38), color-stop(93%,#049939), color-stop(98%,#03983a), color-stop(100%,#0d9e38)); 
    background: -webkit-linear-gradient(top,  #39b82d 0%,#30b32f 22%,#0c9e38 76%,#049939 93%,#03983a 98%,#0d9e38 100%); 
    background: -o-linear-gradient(top,  #39b82d 0%,#30b32f 22%,#0c9e38 76%,#049939 93%,#03983a 98%,#0d9e38 100%); 
    background: -ms-linear-gradient(top,  #39b82d 0%,#30b32f 22%,#0c9e38 76%,#049939 93%,#03983a 98%,#0d9e38 100%); 
    background: linear-gradient(to bottom,  #39b82d 0%,#30b32f 22%,#0c9e38 76%,#049939 93%,#03983a 98%,#0d9e38 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39b82d', endColorstr='#0d9e38',GradientType=0 );
} 

#menu > ul > li:first-child  { 
    -webkit-border-top-left-radius: 10px; 
    -webkit-border-bottom-left-radius: 10px; 
    -moz-border-radius-topleft: 10px; 
    -moz-border-radius-bottomleft: 10px; 
    border-top-left-radius: 7px; 
    border-bottom-left-radius: 10px; 
    border-left: 1px solid #0A9C38; 
    behavior: url(./images/PIE.htc);
} 

#menu > ul > li::after { 
    content: ''; 
    position: absolute; 
    right: 0; 
    top: 10px; 
    background: url(./images/border-menu.png) no-repeat 0 0px; 
    width: 1px; 
    height: 43px;
} 

#menu > ul.menu > li:hover { 
    background: #fff;
} 

#menu > ul > li:last-child  { 
    -webkit-border-top-right-radius: 10px; 
    -webkit-border-bottom-right-radius: 10px; 
    -moz-border-radius-topright: 10px; 
    -moz-border-radius-bottomright: 10px; 
    border-top-right-radius: 7px; 
    border-bottom-right-radius: 7px; 
    border-right: 1px solid #0A9C38;
} 

section .lng a  { 
    float: left; 
    text-transform: uppercase; 
    margin-right: 24px; 
    font-size: 17px;
} 

section .lng a.active  { 
    color: #ff8710; 
    text-decoration: underline;
} 

section .lng a:last-child  { 
    margin-right: 0;
} 

header section .buttons > a  { 
    display: block; 
    background: #30b34a; 
    color: #fff; 
    padding: 6px 31px; 
    text-transform: uppercase; 
    font-size: 19px; 
    text-align: center; 
    font-family: 'calibri'; 
    border-radius: 5px; 
    width: 194px;
} 

header section .buttons > a:nth-child(1)  { 
    margin-bottom: 8px;
} 

.box-modal { 
    background: #30b34a; 
    color: #3c3c3c; 
    box-shadow: 0 0 0 6px rgba(153, 153, 153, .3); 
    padding: 10px; 
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px; 
    border-radius: 3px; 
    position: relative;
} 

#form_add { 
    color: #fff;
} 

#form_help { 
    color: #fff;
} 

#menu > ul > li > a  { 
    text-transform: uppercase; 
    text-decoration: none; 
    color: #fff; 
    font-size: 17px; 
    display: block;
} 

#menu > ul > li:hover a { 
    color: #30b34a;
} 

.menu > li.node .dropdown  { 
    position: absolute; 
    top: 58px; 
    border: 1px solid #d9dadb; 
    width: 694px; 
    z-index: 100; 
    background-color: #f7f5ec; 
    -webkit-transition: 0.25s linear opacity; 
    -moz-transition: 0.25s linear opacity; 
    opacity: 0; 
    left: -77777777px; 
    padding-bottom: 10px;
} 

.box-modal_close { 
    position: absolute; 
    right: 15px; 
    top: 9px; 
    line-height: 15px; 
    cursor: pointer; 
    background: url(./images/close.png); 
    width: 21px; 
    height: 21px; 
    font-size: 0;
} 

.box-modal_close:hover { 
    color: #666;
} 

.dropdown > ul  { 
    float: left; 
    padding: 0% 1.8% 1% 3%; 
    width: 20%; 
    border-right: 1px solid #E9E9E9; 
    padding-bottom: 0;
} 

.dropdown > ul:nth-child(4n)  { 
    border-right: 0;
} 

.dropdown > ul > li  { 
    font-size: 16px; 
    text-align: left; 
    line-height: 1; 
    margin-top: 10px;
} 

.dropdown > ul > li > a  { 
    text-decoration: none; 
    font-size: 12px;
} 

.dropdown > ul > li:hover a { 
    text-decoration: underline;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-fZJUT.style-fZJUT {  
   border:1px solid #000000;  
}  
#style-n7ak6.style-n7ak6 {  
   display: none;  
}  
#style-tESQy.style-tESQy {  
   display: none;  
}  
#style-JQAmq.style-JQAmq {  
   display: none;  
}  
#style-oxw6G.style-oxw6G {  
   width: 460px;  
}  
#style-6faJs.style-6faJs {  
   width: 43%;  
}  
#style-fgQXO.style-fgQXO {  
   border-right: 0px;  
    width: 43%;  
}  
/* These were inline style tags. Uses id+class to override almost everything */
#style-YMFyC.style-YMFyC {  
   border:1px solid #000000;  
}  
#style-NrBKd.style-NrBKd {  
   display: none;  
}  
#style-RoP6O.style-RoP6O {  
   display: none;  
}  
#style-EJ8yQ.style-EJ8yQ {  
   display: none;  
}  
#style-Doll3.style-Doll3 {  
   width: 460px;  
}  
#style-QdK8A.style-QdK8A {  
   width: 43%;  
}  
#style-PoVWA.style-PoVWA {  
   border-right: 0px;  
    width: 43%;  
}  
#burgers {
    display: none;
}

@media (max-width: 480px) {
    .flexii {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        gap: 100px;
    }
    section a#logo  { 
        width: 150px; 
        height: 50px; 
        background: url(./images/logo-mobile.png) no-repeat; 
        display: block; 
        background-size: 98%;
    }
    section a#burgers {
        display: block;
        background: url(./images/menu.svg) no-repeat; 
        height: 30px;
        width: 30px;
    }

    #menu, .lng, .buttons, .nones {
        display: none !important;
    }
}