.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#cookie-notice {
position: fixed;
min-width: 100%;
height: auto;
z-index: 100000;
font-size: 13px;
letter-spacing: 0;
line-height: 20px;
left: 0;
text-align: center; font-weight: normal;
font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
}
#cookie-notice,
#cookie-notice * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cookie-notice.cn-animated {
-webkit-animation-duration: 0.5s !important;
animation-duration: 0.5s !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
-webkit-animation-duration: 0.001s !important;
animation-duration: 0.001s !important;
}
#cookie-notice .cookie-notice-container {
display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
display: none;
}
#cookie-notice .cookie-revoke-container {
display: block;
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
display: none;
}
.cn-position-top {
top: 0;
}
.cn-position-bottom {
bottom: 0;
}
.cookie-notice-container {
padding: 15px 30px;
text-align: center;
width: 100%;
z-index: 2;
}
.cookie-revoke-container {
padding: 15px 30px;
width: 100%;
z-index: 1;
}
.cn-close-icon {
position: absolute;
right: 15px;
top: 50%;
margin: -10px 0 0 0;
width: 15px;
height: 15px;
opacity: 0.5;
padding: 10px;
border: none;
outline: none;
background: none;
box-shadow: none;
cursor: pointer;
}
.cn-close-icon:focus,
.cn-close-icon:focus-visible {
outline: 2px solid currentColor;
outline-offset: 3px;
}
.cn-close-icon:hover {
opacity: 1;
}
.cn-close-icon:before, 
.cn-close-icon:after {
position: absolute;
content: ' ';
height: 15px;
width: 2px;
top: 3px;
background-color: rgba(128,128,128,1);
}
.cn-close-icon:before {
transform: rotate(45deg);
}
.cn-close-icon:after {
transform: rotate(-45deg);
}
#cookie-notice .cn-revoke-cookie {
margin: 0;
}
#cookie-notice .cn-button {
margin: 0 0 0 10px;
display: inline-block;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
font-weight: normal;
font-size: 13px;
letter-spacing: 0.25px;
line-height: 20px;
margin: 0 0 0 10px;
text-align: center;
text-transform: none;
display: inline-block;
cursor: pointer;
touch-action: manipulation;
white-space: nowrap;
outline: none;
box-shadow: none;
text-shadow: none;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
padding: 8.5px 10px;
line-height: 1;
color: inherit;
}
.cn-text-container {
margin: 0 0 6px 0;
}
.cn-text-container,
.cn-buttons-container {
display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
#cookie-notice.cn-effect-none {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
#cookie-notice.cn-effect-fade {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide{
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
#cookie-notice.cn-effect-slide {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
#cookie-notice.cn-position-top.cn-effect-slide {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@media all and (max-width: 900px) {
.cookie-notice-container #cn-notice-text {
display: block;
}
.cookie-notice-container #cn-notice-buttons {
display: block;
}
#cookie-notice .cn-button {
margin: 0 5px 5px 5px;
}
}
@media all and (max-width: 480px) {
.cookie-notice-container,
.cookie-revoke-container {
padding: 15px 25px;
}
}.popup-template .modal{opacity:0;transition:all .25s ease}.popup-template .modal.is-open{opacity:1;transition:all .25s ease}*:not(ul, li, ol) {
padding: 0;
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
overflow-x: hidden;
}
::selection {
background-color: var(--e-global-color-primary);
color: var(--e-global-color-accent);
}
::-moz-selection {
background-color: var(--e-global-color-primary);
color: var(--e-global-color-accent);
} table {
margin-bottom: 25px;
border-collapse: collapse;
}
tr {
border-bottom: 1px solid var(--e-global-color-primary);
}
tr:nth-child(even) {
background-color: var(--e-global-color-49104ca);
}
th {
height: 37px;
padding: 10px;
font-weight: bold;
text-align: left;
}
td {
min-width: 110px;
padding: 10px;
vertical-align: top;
text-align: left;
}
input:hover,
textarea:hover {
border: 1px solid var(--e-global-color-primary);
}
input:focus,
textarea:focus {
border: 1px solid var(--e-global-color-text);
}
.elementor-text-editor p:last-of-type,
.elementor-widget-container p:last-of-type,
.elementor-text-editor p:last-child,
.elementor-widget-container p:last-child {
margin: 0;
}
.elementor-widget-container p img {
margin-bottom: 15px;
} @media screen and (max-width: 767px) {
.tabel-overflow--x {
overflow-x: auto;
}
}
body {
overflow-x: hidden !important;
} #webtim-totop {
color: #fff;
}
.e-con p a {
transition: all ease-in 200ms;
text-decoration: underline;
text-decoration-color: transparent;
}
.e-con p a:hover {
text-decoration: underline;
}
.link-color-secondary a {
transition: all ease-in 200ms;
color: var(--e-global-color-secondary) !important;
}
.link-color-secondary a:hover {
color: var(--e-global-color-text);
}
.link-color-white a {
color: var(--e-global-color-accent);
transition: all ease-in 200ms;
}
.link-color-white a:hover {
text-decoration: underline;
}
.link-color-black a {
color: var(--e-global-color-text);
}
.link-color-black a:hover {
color: var(--e-global-color-secondary);
} .rank-math-breadcrumb .separator {
margin: 0 10px;
}
.full-bg-color {
box-shadow: 0 0 0 100vmax var(--e-global-color-text);
clip-path: inset(0 -100vmax);
}
.color-secondary {
color: var(--e-global-color-secondary) !important;
}
@media screen and (min-width: 1366px) {
.ls-contact {
position: relative;
isolation: isolate;
}
.ls-contact::after {
content: "";
position: absolute;
right: -50%;
width: 100%;
height: 100%;
z-index: -1;
background-color: #f6f6f6;
}
}
body.home .lingston-breadcrumb {
display: none;
} @media screen and (min-width: 1024px) {
.lingston-navmenu .last-child {
display: none !important;
transition: all ease-in 200;
}
.lingston-logo {
display: none !important;
transition: all ease-in 200;
}
.lingston-stiky-menu.elementor-sticky--active .lingston-logo,
.lingston-stiky-menu.elementor-sticky--active .last-child {
display: revert !important;
}
.lingston-stiky-menu.elementor-sticky--active > div {
gap: 40px !important;
}
}
.lingston-stiky-menu.elementor-sticky--active {
box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 10%);
}
.lingston-navmenu .last-child {
text-transform: uppercase;
} @media screen and (min-width: 1024px) {
.lingston-slider .elementor-slide-heading {
background-color: rgba(255, 255, 255, 90%);
padding: 50px !important;
}
.lingston-slider .swiper-slide-contents div.elementor-button {
float: right;
padding: 16px 25px;
margin-top: -25px;
margin-right: -25px;
}
.lingston-slider .elementor-swiper-button {
background-color: var(--e-global-color-primary);
width: 60px;
height: 60px;
justify-content: center;
align-items: center;
border-radius: 2px;
}
.lingston-slider .elementor-swiper-button:hover {
background-color: var(--e-global-color-primary);
}
.lingston-slider .elementor-background-overlay {
background-color: transparent !important;
} .lingstone-image-box .elementor-image-box-img {
text-align: left;
}
.lingstone-image-box .elementor-image-box-description {
width: 75%;
text-align: right;
margin-left: auto !important;
}
}
@media screen and (min-width: 1366px) {
.lingston-slider .swiper .elementor-swiper-button-prev {
left: 80px !important;
}
.lingston-slider .swiper .elementor-swiper-button-next {
right: 80px !important;
}
}
@media screen and (max-width: 1024px) {
.lingston-slider .elementor-slide-heading {
color: #fff !important;
}
}
.ls-contact-icon a {
color: var(--e-global-color-secondary) !important;
font-weight: 700 !important;
}
.ls-contact-icon a:hover {
color: var(--e-global-color-primary) !important;
} .tablepress.tehnicni-tab-data {
--head-bg-color: var(--e-global-color-primary) !important;
--head-text-color: #fff !important;
}
.product-info-tabel tr,
.tablepress.tehnicni-tab-data tr {
border: none !important;
}
.tablepress.product-info-tabel > * + tbody > * > *,
.tablepress.tehnicni-tab-data > * + tbody > * > * {
border: none;
}
.tablepress.product-info-tabel td,
.tablepress.tehnicni-tab-data td,
.tablepress.tehnicni-tab-data th {
font-size: 1.8rem !important;
line-height: 1.4em !important;
padding: 10px 20px !important;
}
.tablepress.product-info-tabel tr:nth-child(even),
.tablepress > :where(tbody) > .odd > * {
background-color: #f5f5f5 !important;
}
.tablepress.product-info-tabel tr td:first-child,
.tablepress.tehnicni-tab-data tr td:first-child {
font-weight: 600;
}
#tablepress-4.tablepress.tehnicni-tab-data thead th:nth-child(2) {
text-align: center;
}
.image-box .elementor-image-box-title,
.image-box .elementor-image-box-description {
padding-right: 130px;
}
.gallery-fix a {
pointer-events: none !important;
} .color-container {
padding: 25px 15px 15px 15px;
min-width: 250px;
min-height: 150px;
display: flex;
flex-direction: column;
justify-content: flex-end;
box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 10%);
}
.color-container h3 {
font-size: 1.6rem !important;
font-weight: 700 !important;
line-height: 1.5em !important;
}
.color-container h4,
.color-container h5 {
font-size: 1.6rem !important;
font-weight: 400 !important;
line-height: 1.5em !important;
} .lingston-footer-nav-menu ul.sub-menu {
display: none !important;
}
@media screen and (max-width: 767px) {
.webtim-copyright--container a {
line-height: 1.8em;
}
.image-box .elementor-image-box-title,
.image-box .elementor-image-box-description {
padding-right: 30px;
}
#image-box-fix-mobile .elementor-image-box-wrapper {
display: flex;
flex-direction: column;
gap: 20px;
}
.webtim-copyright--container .content a {
display: block;
margin-top: 10px;
}
.webtim-copyright--container .author__wrapper {
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
}
.contact-form .elementor-field-type-html p,
.contact-form .elementor-field-type-checkbox label {
font-size: 1.4rem !important;
}
.f-span{
margin-top: 10px;
}article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  a {
background: transparent;
} a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
} pre {
white-space: pre-wrap;
} q {
quotes: "\201C" "\201D" "\2018" "\2019";
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; margin: 0; } button,
input {
line-height: normal;
} button,
select {
text-transform: none;
} button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; cursor: pointer; } button[disabled],
html input[disabled] {
cursor: default;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; }  table {
border-collapse: collapse;
border-spacing: 0;
}.webtim-flex__content{display:flex}.webtim-flex-inline__content{display:inline-flex}.webtim-flex__content.flex-wrap{flex-wrap:wrap}.webtim-flex-inline__content.horizontal-start,.webtim-flex__content.horizontal-start{justify-content:flex-start}.webtim-flex-inline__content.horizontal-center,.webtim-flex__content.horizontal-center{justify-content:center}.webtim-flex-inline__content.horizontal-end,.webtim-flex__content.horizontal-end{justify-content:flex-end}.webtim-flex-inline__content.horizontal-space,.webtim-flex__content.horizontal-space{justify-content:space-between}.webtim-flex-inline__content.vertical-start,.webtim-flex__content.vertical-start{align-items:flex-start}.webtim-flex-inline__content.vertical-center,.webtim-flex__content.vertical-center{align-items:center}.webtim-flex-inline__content.vertical-bottom,.webtim-flex__content.vertical-bottom{align-items:flex-end}.webtim-flex-inline__content.content-start,.webtim-flex__content.content-start{align-content:flex-start}.webtim-flex-inline__content.content-center,.webtim-flex__content.content-center{align-content:center}.webtim-flex-inline__content.content-bottom,.webtim-flex__content.content-bottom{align-content:flex-end}:root{--color-webtim-default:#333;--cookie-color-stroke:#999;--cookie-color-btns:#999;--cookie-color-text:#666}*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.clearfix{zoom:1}html{font-size:62.5%}body,html{font-style:normal}body{font-size:1.6rem}img.alignleft{float:left}img.alignright{float:right}@media (max-width:768px){.webtim-copyright--shortcode--container{text-align:center}}.webtim-copyright--shortcode--container .divider{margin-left:16px;margin-right:16px}.webtim-copyright--shortcode--container .author__wrapper .copy-author-word{margin-right:20px}@media (max-width:768px){.webtim-copyright--shortcode--container .divider{display:block}.webtim-copyright--shortcode--container .author__wrapper{display:block}}.webtim-copyright--shortcode--container .webtim-logo--customer-page--svg__container>svg{max-width:116px;width:100%;max-height:25px;height:100%}.webtim-copyright--shortcode--container .webtim-logo--customer-page--svg__container>svg path.svg-text{fill:#fff}form.wpcf7-form .wpcf7-select,form.wpcf7-form .wpcf7-text,form.wpcf7-form textarea{box-sizing:border-box;padding:18px 14px;font-size:1.6rem;border:1px solid var(--color-webtim-default)}form.wpcf7-form textarea{width:100%}form.wpcf7-form .wpcf7-text:focus,form.wpcf7-form input,form.wpcf7-form input[type=checkbox]:focus,form.wpcf7-form textarea:focus{outline-width:0}form.wpcf7-form input[type=checkbox]{position:relative;appearance:none;-webkit-appearance:none;width:20px;height:20px;padding:8px;margin-top:0;margin-right:4px;margin-left:0;background-color:#fff;border:2px solid var(--color-webtim-default)}form.wpcf7-form input[type=checkbox]:checked{border-color:var(--color-webtim-default)}form.wpcf7-form input[type=checkbox]:checked::after{position:absolute;top:50%;left:50%;content:'';display:block;width:10px;height:10px;background-color:var(--color-webtim-default);transform:translate(-50%,-50%)}form.wpcf7-form input[type=submit]{padding:18px 94px;font-weight:700;color:var(--color-webtim-default);background-color:#fff;border:1px solid var(--color-webtim-default);transition:all .4s ease}form.wpcf7-form input[type=submit]:hover{color:#fff;background-color:var(--color-webtim-default)}.wpcf7-form-control .wpcf7-list-item label{display:flex;justify-content:flex-start;align-content:flex-start}div.webtim-contact-form--terms-text{font-size:1.4rem;font-weight:400}div.webtim-contact-form--terms-text a{color:var(--color-webtim-default);text-decoration:underline transparent;transition:text-decoration-color .4s ease}div.webtim-contact-form--terms-text a:focus,div.webtim-contact-form--terms-text a:hover{text-decoration-color:var(--color-webtim-default)}div.webtim-contact-form--terms-text .no-margin{margin-bottom:0}div.webtim-contact--terms-text .marketing-other{color:var(--color-webtim-default)}.webtim-404--main__wrapper{text-align:center}.webtim-404--main__wrapper .webtim-404--main__content{box-sizing:border-box;max-width:566px;width:100%;padding-left:14px;padding-right:14px;margin:60px auto 60px}.webtim-404--main__wrapper .webtim-404--main__content header{margin-bottom:14px}.webtim-404--main__wrapper .webtim-404--main__content header img{max-width:100%;width:100%;margin-bottom:28px}.webtim-404--main__wrapper .webtim-404--main__content .webtim-404--title{margin-top:0;margin-bottom:0;font-size:2rem;line-height:3rem}.webtim-404--main__wrapper .webtim-404--main__content .webtim-404--content__wrapper p{margin-top:0;margin-bottom:0}.webtim-404--main__wrapper .webtim-404--main__content .webtim-404--content__wrapper .search-form__wrapper{margin-top:56px}form.webtim-search--form__container{display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;width:100%;padding:16px;background-color:#fafafa;border:1px solid #eaeaea}form.webtim-search--form__container input[type=search]{position:relative;width:100%;background-color:transparent;border:none}form.webtim-search--form__container input[type=search]:focus{outline:0}form.webtim-search--form__container button[type=submit]{color:var(--color-webtim-default);background-color:transparent;border:none}form.webtim-search--form__container button[type=submit] svg{width:21px;height:21px}.grecaptcha-badge{left:0!important;width:70px!important;overflow:hidden!important;transition:all .3s ease!important}.grecaptcha-badge:hover{width:256px!important}