.impdropdw {
    position: relative;
    display: inline-block;
}

.impdropdw-content {
    display: none;
    position: absolute;
 z-index: 1;
}
.imgpartnersd {
    width: 100%;
    height: 60px;
}


.scrolonl {
    overflow: scroll;
    max-height: 180px;
    overflow: auto;
}


.vstflexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vstdflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


#ipsLayout_body, #ipsLayout_header, #ipsLayout_footer {
    padding-left: var(--ae-padding-container);
}

#ipsLayout_header {
    position: relative;
}
.ipsLayout_container {
    max-width: var(--container--width);
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
body {
    font-size: var(--ae-body-size);
}
body {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13.0px;
    line-height: 1.5;
    color: rgb( var(--theme-text_color) );
    height: 100%;
    background-color: rgb( var(--theme-page_background) );
    margin: 0;
}
:root {
    --swiper-navigation-size: 44px;
}
:root {
    --swiper-theme-color: #007aff;
}
:root {
    --ae-body-color: #111117;
    --ae-box-color: #1a1a21;
    --ae-title-color: #16161d;
    --ae-main-color: #efb511;
    --ae-second-color: #fbc428;
    --ae-second-color-rgb: 251, 196, 40;
    --ae-text-color: black;
    --ae-gradient-color: linear-gradient(320deg, #efa90c, #efde11);
    --ae-container-width: 1800px;
    --ae-container-width-minimal: 1700px;
    --ae-padding-container: 75px;
    --ae-padding-container-managing: 15px;
    --ae-padding-container-responsive: 0 15px;
    --ae-header-size: 400px;
    --ae-body-size: 14px;
    --ae-header-image: url(../../../);
    --ae-Roboto: 'Roboto', sans-serif;
    --ae-no-repeat: no-repeat;
    --ae-zero-px: 0px;
    --ae-five-px: 5px;
    --ae-ten-px: 10px;
}
:root {
    --item-timeline--boxShadow: 0 0 0 4px rgb( var(--theme-page_background) );
}
:root {
    --sp-1: 4px;
    --sp-2: 8px;
    --sp-3: 12px;
    --sp-4: 16px;
    --sp-5: 20px;
    --sp-6: 24px;
    --sp-7: 32px;
    --sp-8: 40px;
    --sp-9: 48px;
    --sp-10: 64px;
    --radius-1: 4px;
    --radius-2: 8px;
    --border-1px: 1px solid rgba( var(--theme-text_light), 0.15 );
    --positive-dark: #2C8C69;
    --positive-light: #f0faf6;
    --negative-dark: #C53030;
    --negative-light: #FFF5F5;
    --intermediate-dark: #DD6B20;
    --intermediate-light: #FFFAF0;
    --informational-dark: #2981bf;
    --informational-light: #e9f0f5;
    --general-dark: #7f858d;
    --general-light: #f0f4f8;
    --box--boxShadow: 0px 2px 4px -1px rgba( var(--theme-area_background_dark), 0.1 );
    --box--color: rgb( var(--theme-area_background_dark));
    --box--backgroundColor: rgb( var(--theme-area_background_reset) );
    --box--radius: var(--radius-1);
    --solved--borderColor: 44, 140, 105;
    --popup--radius: var(--radius-1);
    --popup--border: 1px solid rgba( var(--theme-area_background_dark), 0.1 );
    --popup--boxShadow: 0 8px 50px rgba(0,0,0,0.1), 0px 4px 15px rgba(0,0,0,0.05);
    --dialog--boxShadow: 0px 5px 55px rgba( var(--theme-area_background_dark), 0.4 ), 0px 7px 24px -12px rgba( var(--theme-area_background_dark), 0.7 );
    --header--height: 80px;
    --responsive-header--height: 55px;
    --logo--height: 100%;
    --responsive-logo--height: var(--logo--height);
    --primary-navigation--height: 52px;
    --secondary-navigation--height: 50px;
    --form-field--radius: var(--radius-1);
    --form-field--borderColor: rgba( var(--theme-text_light), 0.4 );
    --form-field--borderHoverColor: rgba( var(--theme-text_light), 0.8 );
    --form-field--focusShadow: rgba( var(--theme-active_input_border), 0.3 ) 0px 0px 0px 4px;
    --button--radius: var(--radius-1);
    --trophy-first--background: #fac746;
    --trophy-first--color: #704926;
    --trophy-second--background: #c0c0c0;
    --trophy-third--background: #cd7f32;
    --container--width: var(--ae-container-width);
    --minimal_container--width: var(--ae-container-width-minimal);
    --theme-active_input_border: 251, 196, 40;
Show All Properties (62 more)
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.ipsClearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
::-webkit-scrollbar {
    width: 10px;
	    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--ae-gradient-color);
	    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: var(--ae-box-color);
	    border-radius: 10px;
}
::selection {
    background-color: rgb(var(--ae-second-color-rgb),0.2);
    color: var(--ae-second-color);
}


element.style {
}
#ipsLayout_header header {
    background-color: var(--ae-box-color);
    color: rgb( var(--theme-header_text) );
    margin: 5px 0px;
    border-radius: 5px;
}
.space_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.space_center {
    display: flex;
    align-items: center;
}

#elSiteTitle, #elLogo {
    flex: 0 1 auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    align-self: stretch;
    padding: 0 5px;
}

#elLogo img {
    max-width: 100%;
    max-height: var(--logo--height);
    border-right: 2px solid var(--ae-body-color);
    padding-right: 15px;
}


#ipsLayout_header nav {
    position: relative;
}

#elUserNav.cSignedOut {
    line-height: 15px;
}
#elUserNav {
    color: inherit;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    padding-right: 15px;
}

.ipsList_inline > li {
    margin-right: 15px;
}

.ipsList_inline > li {
    display: inline-block;
    vertical-align: middle;
}

#elUserNav > li > a#elRegisterButton {
    color: rgb( var(--theme-important_button_font) );
}


@media (min-width: 980px)
.ipsApp .ipsResponsive_hideDesktop, .ipsApp .ipsResponsive_showTablet {
    display: none !important;
}

.ipsMobileHamburger {
    font-size: 24px;
    padding: 0 10px;
}

#ipsLayout_header header {
    background-color: var(--ae-box-color);
    color: rgb( var(--theme-header_text) );
    margin: 5px 0px;
    border-radius: 5px;
}
.space_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.ipsClearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



[data-wenk] {
    position: relative;
}

.menu_home {
    display: block;
    width: 50px;
    height: 62px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    border-bottom: 1px solid var(--ae-body-color);
}

.menu_links .link {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}


.menu_beta {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-top: 1px solid var(--ae-body-color);
}



























		
		
		
		
		