body{background-color:var(--blue-dark);}  .menu-item-wrapper:hover .megamenu_wrapper{display: absolute; left:50%; right:0; transition-duration: 0.5s; transition-timing-function: ease-in-out; opacity: 1; transform:translate(-50%)}  figure { margin: 0; }  .body-no-overflow {overflow: hidden} .skip-link {top: -300px}  #second-menu a{background-color: unset} #second-menu a:hover{background-color: unset} .pulse-big {animation: pulse-big 3.5s infinite;} @keyframes pulse-big { 0% { scale: 1.0; } 70% { scale: 1.4; } 100% { scale: 1.0; } } .pulse {animation: pulse 3.5s infinite;} @keyframes pulse { 0% { scale: 1.0; } 50% { scale: 1.1; } 100% { scale: 1.0; } } .pulse-medium {animation: pulse-medium 2s infinite;} @keyframes pulse-medium { 0% { scale: 1.0; } 50% { scale: 1.05; } 100% { scale: 1.0; } } .pulse-fast {animation: pulse-fast 1s infinite;} .pulse-fast_lag_1s {animation: pulse-fast 1s infinite;animation-delay: .1s;} .pulse-fast_lag_2s {animation: pulse-fast 1s infinite;animation-delay: .2s;} .pulse-fast_lag_3s {animation: pulse-fast 1s infinite;animation-delay: .3s;} .pulse-fast_lag_4s {animation: pulse-fast 1s infinite;animation-delay: .4s;} @keyframes pulse-fast { 0% { scale: 1.0; } 30% { scale: 1.4; } 70% { scale: 1.0; } 100% { scale: 1.0; } }  .delay-0_2{animation-delay: 0.5s;} .delay-0_4{animation-delay: 1s;} .delay-0_6{animation-delay: 1.5s;} .delay-0_8{animation-delay: 2s;} [data-balloon], [data-balloon]:before, [data-balloon]:after { z-index: 9999; }  .bricks-is-frontend .hide { display: none !important; }  body[data-builder-window] .hide_in_Builder { display: none!important; }  body[data-builder-window] .show_only_in_single_template { display: none!important; }  body.single-bricks_template[data-builder-window] .show_only_in_single_template { display: flex !important; }  .body-no-overflow {overflow: hidden}   .spinner { animation: spin 2s linear infinite;  } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }  .wsf-form .wsf-field-wrapper .wsf-field { font-size: 1.2!important } .hide{transition: 2s linear all;} .noselect { -webkit-user-select: none;  -moz-user-select: none;  -ms-user-select: none;  user-select: none;  } .noselect a , .noselect img { -webkit-user-drag: none;  user-drag: none;  } .select { -webkit-user-select: unset!important;  -moz-user-select: unset!important;  -ms-user-select: unset!important;  user-select: unset!important;  pointer-events: unset!important;  user-drag: unset!important;  } .bricks-is-frontend .no-hover {pointer-events: none; }  body[data-builder-window] header:not(.bricks-area) { display: none; }  body[data-builder-window] footer:not(.bricks-area) { display: none; }  [id] { scroll-margin-top: 250px; } .fullHeightCorrected { min-height: 100vh; min-height: var(--fullHeightJS, 100vh); } .no-bullets { list-style-type: none; margin-left: unset }   @media (max-width: 380px) { h1, h2, h3, h4, h5, h6 { hyphens: auto; -webkit-hyphens: auto; -moz-hyphens: auto; hyphenate-limit-chars: 5 5 5; -webkit-hyphenate-limit-chars: 5 5 5; } p { hyphens: auto; hyphenate-limit-chars: 5 5 5; -webkit-hyphenate-limit-chars: 5 5 5; -webkit-hyphenate-limit-lines: 2; hyphenate-limit-lines: 2; } } .text-highlight { display:inline;  background: linear-gradient(to left, var(--olivgr-n), var(---copy-gr-n-2)); color:white; padding: 0rem .5rem .1rem .25rem; border-radius: 1rem; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); } } :where(figure) { margin-bottom!important;} .wsf-form .wsf-grid {margin-top: 1.5rem} .wsf-form .wsf-section>legend {font-weight: 700!important; color: var(--blue-dark)!important} .wsf-group h3{font-size: var(--font-h5)} .wsf-form ul.wsf-group-tabs>li.wsf-tab-active {font-weight: 700!important} .wsf-form ul.wsf-group-tabs {margin-bottom: 5rem!important}