.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { background-color: transparent; background-image: none; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container > .video-iframe-container { display: none; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row > .video-iframe-container { display: none; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { border-width: 0; border-radius: 0; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#TIkpwCMKJ3kVkrbvCBFQFx6iuUat0vOl { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:25.375rem;top:0rem;left:21.625rem;overflow:hidden;display:block; }
#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.adaptive-delivery-prevent-bg, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyload, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyloading { background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { background-color: transparent; background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { border-width: 0; border-radius: 0; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#scK3c8arVGgWRQdfMOV9HSZDnTdd0mMu { position:absolute;display:block;z-index:100028;background-color:#238179;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:32.75rem;width:15rem;top:0.93661212921144rem;left:58.999466300011rem;display:block; }
#xssV9NegTorVXwQVOwMRgm4pbfB5dquC { color:#0e0a52;display:block;width:14.1221875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:100032;line-height:1.5;letter-spacing:0;top:4.561625rem;left:59.125rem;height:1.21853125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-form-header { font-size:0.875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;width:11.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:11.5rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:cairo;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#de9085;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:11.5rem;height:2.5rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:10.5rem;overflow:hidden;font-style:normal;float:none; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.625rem;vertical-align:middle;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:first-of-type{padding-top:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:last-of-type{padding-bottom:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:11.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100072;position:absolute;top:8.4602866172788rem;left:59.497612953186rem;font-size:0.875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:11.5rem;display:block;vertical-align:top; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 {display:block;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:11.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100072;position:absolute;top:8.4602866172788rem;left:59.497612953186rem;font-size:0.875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NzOOGpn0WTwwGMGa8SEdFOFa0HI9zsHq { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #w2gyA11Narm892CsOXTz9aSxDg2BxKKx { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #FK90PTaswwGNx7uHTHyEqiiy9mkwWoqS { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT .container-column{width:50%;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #haTa4FbK48Ku99dLtRw7WOEXD0yGMobl { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IFZhG3zWa7ttH3RZbvPCReDFnr4cwhrO { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TLAPIReUcQthPfPzW6NPrc5TRTvU9ieV { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #AO0QLGOEPzXhcm6fJTtaIfPD1xUMIT8K { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #E3bOQ5mvwA13NLxyfnKU5Of0Z1No5xbv { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #l7UxMGiHV341datMHdmMBtRwRxb9sLZg { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #WxsQ5Tn1Tezr0SCqMozrLI2fHg2pPdJV { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #r2hZhriDqiOGrD1vJkWvdtrDgqX4ew6N { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #gt1nI34snqMiKDtrW4PBlHnSVvxPTqHv { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #Xwr3QP2Itm9D6W2wTL7QU3reTutTRA3p { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #KwwxmITtyGBZ2svz9M98ATQqNbQ6hkyk { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #hLVilXBMJoxky2Vh9Ui3thd904WoFtle { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #V0tAPOAdCXriErWM2dp5MQvBc69rvQcN { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #SAOWtKgHvX3xCabUeqlLMJaWnZVJJCIq { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 .container-column{width:50%;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #kseq2ToUcNdAwlll9Tc3cKsKa2XJBNzw { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #swHEZbocxmqxzTfbbSTTe2tvKDUITimy { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #DT17G9N2xrl3iOkfKHiHrDztWLcRRTfl { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NUITBep4pkgR2pG8efNIefEwwdzCFEZD { position:relative;z-index:2; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IWuNsdO3rPLs6JpWnJSyfZZ6R9ov8sOT { position:relative; }
#qiTKhiu3U2E7eShT6dTgkRFNz6zrR1W8 { position:relative;display:block; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TCJo0x8VxOWegJZg3ySATbm6dvMrW2Xg { position:relative; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #iECPI3bTqQ8DNNXcPs10Gqp6SnQD6Cof { position:relative; }
#SQzvNvAOWJJZ8OM8fXpbcwSqGbEXgCHB { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#fmX0ddI5r4WPaXIpvS3QyIQIhslS8xF2 { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#cWULNLQPJfKoiPilocLNkdSKXF8QxVHR { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#yPuwH1HsamWV6fpdQ9xhEpiLFJarGrbi { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fanorXLx6AlyI65fiotTWCdp0TVUvLTC { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sVOTzhfJ7NN2wvDTNJd6MWT7qpOVUmbv { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#BHU8eFfe1yIs9BpA3OqxPKk5ChKJzEgd { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#Gw1cgg52pqwqHeF0Qs3NoFyWSOo8bKEt { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5625rem;width:14.5625rem;top:4.06640625rem;left:27.4052734375rem;overflow:hidden;display:block; }
#chcqZZ7O4S0VilJHPNrWCZOU2oDgP9SK { color:rgba(2,172,0,0.8);display:block;width:16.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:14.34375rem;left:27.4052734375rem;height:1.38020625rem;font-style:normal;display:block; }
#wnT8lDn1cvROB554C2n5GnhV83cEPbKu { color:#de8679;display:block;width:13.499375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:1.6293406486511rem;left:59.716797828674rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaZFa3Qmrmtfi0kPJtLPoRagXpPNHdvF { color:#044819;display:block;width:34.1875rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:24.064453125rem;left:18.4052734375rem;height:2.3556875rem;font-style:normal;display:block; }
#rK5fJOHUIhySUnTaIdZIvzTn3KLcHUZX { position:absolute;display:block;z-index:100069;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:2.4375rem;width:17.5625rem;top:13.81640625rem;left:25.4375rem;display:block; }
#VOAq6I7DLGUSRO22RpDLyTCDuh6xy0hL { position:absolute;display:block;z-index:100070;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:3.8125rem;width:39.875rem;top:23.3359375rem;left:13.7177734375rem;display:block; }
#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.adaptive-delivery-prevent-bg, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyload, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyloading { background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { background-color: transparent; background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { border-width: 0; border-radius: 0; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#zTlZPzaDv5WC3rAvblDQOovvyzCiqP9D { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#kTfZ8ogLCbtThZNSrurgqpZCd7mqnx3I { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#ouXG4CWcFlCiZKmRDuwSyzv79KAJzixI { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#yDDcF1i09rQDeO0XQ2ss327O9kuTNReh { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mdSvPrl70TOG2styfOfiJTFLnsMa5HED { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A9w8SKKbmfwxcERJPUXHa34b5gP1wkqT { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#zpmMqxfMScBfz1XkcX11tRPaIKfeelRC { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#e2sgMyEs5nPnZQ9MOP0oiOMDmKfTzGkb { color:#1c89a9;display:block;width:30.3730625rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.125rem;left:18.880859375rem;height:4.30555625rem;text-align:center;text-align-last:center;display:block; }
#qmZICv3ZNsaP3EfBZ1zDtrV69TrFUkSS { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.9375rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:7.3115234375rem;left:7.7490234375rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#SLhSdhuKDQmMDtIF6bq0BC3UoKArTyB4 { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:9.8486328125rem;left:7.55859375rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyoNn0dxU0oEEmDZWsnwpZUurdwQUpPL { position:absolute;display:block;z-index:100058;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9rem;width:13.375rem;top:7.0595703125rem;left:6.4365234375rem;display:block; }
#RIRWn7To4V32IGV7swXa9WibkyVzZWRm { color:#0e193d;display:block;width:13.371125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:13.548828125rem;left:6.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CMEreR5nhpPoLZQsvXcHHmbovmQztGGh { z-index:100067;top:15.6220703125rem;left:8.9365234375rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r2L7rfDCREncOLu1FKZTxs22igvN6kyt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W8v7QeTo7JvTOuiMqIJVm2i4yU3ZlX6J { z-index:100072;top:32.1884765625rem;left:8.8115234375rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J3B51u5RP0gJ3bSh99AsbVTmpXWC8naO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FxTGMTHbChT8v4TxXcXXZT3Gu8cdkVxh { color:#011d2f;display:block;width:10.5rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:100073;line-height:1.3;letter-spacing:0;top:25.775390625rem;left:7.9990234375rem;height:5.8507rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ekABbf1b94InC9JeeC3FLpCCLT2F9XsG { position:absolute;display:block;z-index:100063;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9rem;width:13.375rem;top:23.3125rem;left:6.5625rem;display:block; }
#GFRmRqJ6ZvZOtEB213PVFOZJvRbAzsqa { color:#0e193d;display:block;width:13.3720625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100238;line-height:1.6;letter-spacing:0;top:30.17578125rem;left:6.3740234375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IePXbaI0rlcVcHK4qmn2q7y5sI3S6eRD { color:#065120;display:block;width:13.5rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:23.8125rem;left:6.5615234375rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#RSeSyTGv1V4kBsEr3ixOdTqmkGTBcOdT { z-index:100067;top:32.3125rem;left:54.125rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iVPiq0x8ate7M1C6wPEidT2m49p0lAwa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KXeMVg7yFEPzoOhAUdqGk1oWiXWZQK1f { color:#011d2f;display:block;width:13.8125rem;position:absolute;font-family:bitter;font-size:1.125rem;font-weight:400;z-index:100068;line-height:1.3;letter-spacing:0;top:25.5625rem;left:51.8125rem;height:5.8507rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OigJ0nKcdZJPGAuaeMiVWqSFu65n89AJ { position:absolute;display:block;z-index:100058;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:9.75rem;width:13.375rem;top:23.0625rem;left:51.8125rem;display:block; }
#znJdKz7pit3tfpqVErX5in0ii0VlWQQL { color:#0e193d;display:block;width:13.371125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:30.25rem;left:51.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xaHJTfvB1HrazCDdhU1ZtTUqV2NoswVT { color:#065120;display:block;width:10.75rem;position:absolute;font-family:kids;font-size:1.75rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:23.375rem;left:53rem;height:2.27430625rem;text-align:center;text-align-last:center;display:block; }
#sRocz1OZmMTqMT4T2RqEHqlUQhsGm3rD { color:#065120;display:block;width:15rem;position:absolute;font-family:kids;font-size:1.9375rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:6.8125rem;left:51.8125rem;height:2.51844375rem;text-align:center;text-align-last:center;display:block; }
#l1wDIz258yIWb35ABRweppFMtGAezEGm { position:absolute;display:block;z-index:100058;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:10.9375rem;width:16.311875rem;top:6.5625rem;left:50.5625rem;display:block; }
#XghDwUhrN01RKqXpM0HtQWtvpy5sFT7c { color:#0e193d;display:block;width:13.37025rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100233;line-height:1.6;letter-spacing:0;top:15.875rem;left:51.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TcUh08Mnmufg6h0UKmELWlmQbOQJwkvl { z-index:100067;top:17.875rem;left:54.5rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.49825rem;height:1.81098125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T0UROXlEst153VAIOOGfxtuExzim7ZtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VwMIfM2xbw4LCkB5rMs41JHbX4ngldDu { box-sizing:content-box;color:#326f36;font-size:2.5rem;font-weight:400;line-height:1;height:3.62413125rem;width:3.62413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100059;top:1.8745646774769rem;left:49.252388954162rem;display:block; }
#dKZqK0OTW0JDxml8bBDWepX36fzzpGbo { color:#011d2f;display:block;width:13.0620625rem;position:absolute;font-family:"bree serif";font-size:1.125rem;font-weight:400;z-index:100064;line-height:1.3;letter-spacing:0;top:11.3125rem;left:53.3125rem;height:5.8507rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2OnNFERJ7DLoiA33XEbXIBE7NF2fyer { color:rgba(172,0,64,0.8);display:block;width:27.3123125rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:18.373047828674rem;left:22.559679985046rem;height:2.3556875rem;font-style:normal;display:block; }
#UycvNmDQF2QSiswmVasNKodIT91Bne1L { z-index:100068;top:21.570095777512rem;left:29.999135017395rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vbcA7w560J9QIOSgXcqmBKeodIUC0COb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.adaptive-delivery-prevent-bg, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyload, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyloading { background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { background-color: transparent; background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.85); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { border-width: 0; border-radius: 0; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:75rem;position:relative;display:block; }#qq4UvGdHaJ2vuHIcnBM3yHCT377oucq5 { color:#035cac;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:34.625rem;left:43.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#exgMtNXVNU7FvKS4x4cfmgaBC3A4TEmD { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:34.0625rem;left:62.875rem;display:none; }
#XRw8LfyIeAVxvx6KilSGRsstNiTam2qd { box-sizing:content-box;color:#fb0303;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:34.4375rem;left:62.875rem;display:none; }
#U6egMcpccrIrWSK420TXbv4bs4GfxAIu { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:39.6875rem;left:44.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#La9uq7KFPGgPyawxsfhZ7gxgCfLSIPAs { color:#035cac;display:block;width:20rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:49.875rem;left:44.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#mhapbKbnPUgcvUO7dq0aMRz8XC3MqRBx { color:#035cac;display:block;width:19.1868125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:44.6875rem;left:43.5625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#xaW0bvDZMmyhu2dEFDCywrZz5LqlsNPP { position:absolute;display:block;z-index:100057;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.43725rem;width:17.06175rem;top:42.562255859375rem;left:54.798583984375rem;overflow:hidden;display:none; }
#RkqIuuCBk0N8rtM7m3bOxWCOef9FHolm { color:#000000;display:block;width:37.6855625rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.2265625rem;left:14.5625rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#xDOuSnlCoIuUG844CU1bTi2Bv7x6kg4e { color:#065120;display:block;width:14.125rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:9.9787292480469rem;left:49.184029579162rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#Ha4SOIBRGd03TyFog9BTypTlCPvrO2L6 { position:absolute;display:block;z-index:100062;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:9.125rem;width:13.625rem;top:7.1865234375rem;left:49.5595703125rem;display:block; }
#B1KCaTOzaHEgV9chcdVHcnf5qysop7bN { z-index:100071;top:15.40625rem;left:52.248046875rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#obrN5U373HNZQIKvDvlv53Tsw1FKiacS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TmLksQ8pSXuw1svKKtfIVUBkyBpW9Kdh { color:#065120;display:block;width:13.5rem;position:absolute;font-family:kids;font-size:1.4375rem;font-weight:normal;z-index:100075;line-height:1.3;letter-spacing:0;top:10.103729248047rem;left:6.7480478286744rem;height:1.8684875rem;text-align:center;text-align-last:center;display:block; }
#qk9Xk4a2zNPSTcZGJco5PhOZW8gPukBk { position:absolute;display:block;z-index:100066;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:9rem;width:13.375rem;top:7.0615234375rem;left:6.8115234375rem;display:block; }
#ThOnvosrzwLcbA96pFD0OiNxtztLbFUF { z-index:100075;top:15.40625rem;left:9.2490234375rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eznCNswMC3ch67mTIxsedGXVw8nZxgvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yFcDK1t0v7wsz40F9SM4r8adanK82mMU { position:absolute;display:block;z-index:100070;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:9rem;width:13.375rem;top:19.75rem;left:49.625rem;display:block; }
#ULlmaD6tVty9mfIFU7MeBmCPeeI1CWKL { color:#065120;display:block;width:12rem;position:absolute;font-family:kids;font-size:1.5rem;font-weight:normal;z-index:100079;line-height:1.3;letter-spacing:0;top:22.447265625rem;left:50.309247016907rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#iyUwdougvcB8srWUP5V1x90tBP5yZ4Hk { z-index:100079;top:27.8994140625rem;left:52.248046875rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iLkTf2NzLfTbD20NcWDMm4bTo6FFcCys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H08TGXQGmcLlyqXDMGXAGfmrcC4oTUf0 { position:absolute;display:block;z-index:100074;background-color:#d0d5df;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:9.1875rem;width:12.875rem;top:19.3798828125rem;left:7.0615234375rem;display:block; }
#SSCyHvQNMvopUIrdyJTnc50zkPidG8St { color:#065120;display:block;width:13.5rem;position:absolute;font-family:kids;font-size:1.625rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:21.822914123535rem;left:6.7480478286744rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#pmL8F6L4PA1LpWfb9TN5tBwZo0nD2Ok3 { z-index:100083;top:27.8994140625rem;left:9.2490234375rem;background-color:#065120;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sari 3";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.499rem;height:1.811525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DxBaZ5cC50iyMiIEpvoWVpBRq8kxk6L8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bzRKeFhZRzqH4zbXBb71zniL6GcM9fsl { color:rgba(172,0,64,0.8);display:block;width:24.124rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:16.3115234375rem;left:23.6240234375rem;height:2.3556875rem;font-style:normal;display:block; }
#AQzHSVp73055tlFFxX6p6u4gxqXLTcNy { box-sizing:content-box;color:#326f36;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100239;top:0rem;left:48.3740234375rem;display:block; }
#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.adaptive-delivery-prevent-bg, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyload, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyloading { background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { background-color: transparent; background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { border-width: 0; border-radius: 0; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:75rem;position:relative;display:block; }#sJf6tOg3FmQ0cLk9pQvgPKZG6McRDgdb { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:100044;line-height:3;letter-spacing:0;top:1.375rem;left:0rem;height:14.2448rem;text-align:right;text-align-last:right;display:block; }
#hHwCPifada0p1IU655t07cTQLS8oZ3xd { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100049;top:1.375rem;left:26.0625rem;display:block; }
#Zz8pGNWMaX0x5XCIRqOLMwEv7E1gSBGT { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:5.1875rem;left:26.0625rem;display:block; }
#EsFF83P4OB9zrM43HDaBV8R3Uh37Tu3r { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100051;top:8.6875rem;left:26.1875rem;display:block; }
#gCGWeJ5c4QVl70QZG5tkTRZff5asPJdz { box-sizing:content-box;color:#065120;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100052;top:12.1875rem;left:26.1875rem;display:block; }
#sWbhuXbGGvwwr20HzlOSZqB6WAWqwNlT { color:#00308a;display:block;width:39.933125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:100042;line-height:1.5;letter-spacing:0;top:7rem;left:34.5625rem;height:5.3418rem;text-align:right;text-align-last:right;display:block; }
#o4aWAEBKXhuX4TcdU5lXmJG570J9p1DB { background-color:#065120;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4975625rem;height:3.436525rem;text-decoration:none;z-index:100043;text-align:center;text-align-last:center;top:1.375rem;left:49.25rem;display:block; }
#g0lgs6U9IPlaU8ayUhMrdgioNDytaC9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH.adaptive-delivery-prevent-bg, #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH.lazyload, #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH.lazyloading { background-image: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { background-color: transparent; background-image: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { border-width: 0; border-radius: 0; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#uneWXJ8MbPaUOqeGQAVgP3UFFdcuAeLI { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#MRzcP7wCxBUg5fGGq28DSCPmbHr5T6LX { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#TtrOfmNddvftzXu5LMy7edtVeo9I0ltT { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:7.43275rem;text-align:justify;text-align-last:initial;display:block; }
#oIdQCqlOPBf0m52xgFigLfo1DH7sIgTf { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:63.4375rem;display:block; }
#TSA3z00aQ1ULHzm359DVOKP3QFfbxAJf { position:absolute;display:block;z-index:100004;background-color:#065120;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#LR0cUgHtwXaz2mt8Z7rE9lBtKKhWW9Vq { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:63.5rem;display:block; }
#IbRd1iUJKJC48sNFc8COhp4TxL8BDKzn { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:37.0625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#R4IaSWuSaWmT25FtNmE0RlaXgu1rdBro { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:42rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#OzxgmDeKzfSnIGyxnc27BxznpnisNmxD { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:63.5625rem;display:block; }
#NtLJpTk3JekL0ZpD8taPkHwrxCWfvi0T { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:63.4375rem;display:block; }
#vF0tCODhvXmBIH293zoPMN0sss5w7S69 { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:63.5625rem;display:block; }
#zxOxnZtWzPlm5aOSC0ocZJpcAkaMwUPV { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:63.4375rem;display:block; }
#IpZwkAMZT6ORhKP4TvMGWKILTwJZS3MN { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#Jr03kt8MGufFGcddCHxbR5IPHV4IqqUZ { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#pJfzpgl8Dt5l3isro1qM1WBLUvOwo7Ld { box-sizing:content-box;color:#065120;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:63.5625rem;display:block; }
#tUEax2XDLrMxDteBZBz9uREHe8Dkl4nh { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:63.4375rem;display:block; }
#sUkbvbH83xE3MnAVW177a1LQVe9sZ9F1 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:51.375rem;height:2.7007375rem;text-align:right;text-align-last:right;display:block; }
#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #065120);background-image: -moz-linear-gradient(180deg, #fab419, #065120);background-image: -ms-linear-gradient(180deg, #fab419, #065120);background-image: -o-linear-gradient(180deg, #fab419, #065120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#065120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#065120' );";background-image: linear-gradient(180deg, #fab419, #065120);background-size:initial !important;position:relative;display:block; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { background-color: transparent; background-image: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { border-width: 0; border-radius: 0; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#PuTN3QuNG4vnqMkHXHiwr4UiUrr5UQW3 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.5435rem;font-style:normal;display:block; }
#Inham6CtKyyBD4hyV80nk5kfIhHFpRf6 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#n2vzx0NK6MvK3LieAOg60D3yNPFdqvCr { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OGLkkbOR5tFICH5MTrMv9E8FTEDkK8Ez { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:13.5rem;display:none; }
#Rk66INT8fwAyrxBg2abxt78bDRc6dxgN { color:#ffffff;display:block;width:19.4355625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:39.0908203125rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PVatP4xtb8rb9zJc2kzwNr4ykehEPT02 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:9.8125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa { display:block; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIkpwCMKJ3kVkrbvCBFQFx6iuUat0vOl { top:0rem;left:8rem;width:25.375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk { display:block; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scK3c8arVGgWRQdfMOV9HSZDnTdd0mMu { width:15rem;height:32.75rem;top:0.875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssV9NegTorVXwQVOwMRgm4pbfB5dquC { width:14.0625rem;height:2.375rem;top:4.5rem;left:33.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-checkbox-label { width:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24  { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 {display:block;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NzOOGpn0WTwwGMGa8SEdFOFa0HI9zsHq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #w2gyA11Narm892CsOXTz9aSxDg2BxKKx {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #FK90PTaswwGNx7uHTHyEqiiy9mkwWoqS {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #haTa4FbK48Ku99dLtRw7WOEXD0yGMobl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IFZhG3zWa7ttH3RZbvPCReDFnr4cwhrO {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TLAPIReUcQthPfPzW6NPrc5TRTvU9ieV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #AO0QLGOEPzXhcm6fJTtaIfPD1xUMIT8K {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #E3bOQ5mvwA13NLxyfnKU5Of0Z1No5xbv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #l7UxMGiHV341datMHdmMBtRwRxb9sLZg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #WxsQ5Tn1Tezr0SCqMozrLI2fHg2pPdJV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #r2hZhriDqiOGrD1vJkWvdtrDgqX4ew6N {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #gt1nI34snqMiKDtrW4PBlHnSVvxPTqHv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #Xwr3QP2Itm9D6W2wTL7QU3reTutTRA3p {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #KwwxmITtyGBZ2svz9M98ATQqNbQ6hkyk {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #hLVilXBMJoxky2Vh9Ui3thd904WoFtle {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #V0tAPOAdCXriErWM2dp5MQvBc69rvQcN {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #SAOWtKgHvX3xCabUeqlLMJaWnZVJJCIq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #kseq2ToUcNdAwlll9Tc3cKsKa2XJBNzw {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #swHEZbocxmqxzTfbbSTTe2tvKDUITimy {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #DT17G9N2xrl3iOkfKHiHrDztWLcRRTfl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NUITBep4pkgR2pG8efNIefEwwdzCFEZD {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IWuNsdO3rPLs6JpWnJSyfZZ6R9ov8sOT {  }
 }@media only screen and (max-width: 763px) { #qiTKhiu3U2E7eShT6dTgkRFNz6zrR1W8 { display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TCJo0x8VxOWegJZg3ySATbm6dvMrW2Xg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #iECPI3bTqQ8DNNXcPs10Gqp6SnQD6Cof {  }
 }@media only screen and (max-width: 763px) { #SQzvNvAOWJJZ8OM8fXpbcwSqGbEXgCHB { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmX0ddI5r4WPaXIpvS3QyIQIhslS8xF2 { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWULNLQPJfKoiPilocLNkdSKXF8QxVHR { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPuwH1HsamWV6fpdQ9xhEpiLFJarGrbi { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fanorXLx6AlyI65fiotTWCdp0TVUvLTC { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVOTzhfJ7NN2wvDTNJd6MWT7qpOVUmbv { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHU8eFfe1yIs9BpA3OqxPKk5ChKJzEgd { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw1cgg52pqwqHeF0Qs3NoFyWSOo8bKEt { top:4.0625rem;left:13.7802734375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chcqZZ7O4S0VilJHPNrWCZOU2oDgP9SK { top:14.3125rem;left:13.7802734375rem;width:16.1875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnT8lDn1cvROB554C2n5GnhV83cEPbKu { top:1.625rem;left:34.3125rem;width:13.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaZFa3Qmrmtfi0kPJtLPoRagXpPNHdvF { top:24.0625rem;left:4.7802734375rem;width:34.1875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5fJOHUIhySUnTaIdZIvzTn3KLcHUZX { top:13.8125rem;left:11.8125rem;width:17.5625rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOAq6I7DLGUSRO22RpDLyTCDuh6xy0hL { top:23.3125rem;left:0.0927734375rem;width:39.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 { display:block; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTlZPzaDv5WC3rAvblDQOovvyzCiqP9D { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTfZ8ogLCbtThZNSrurgqpZCd7mqnx3I { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouXG4CWcFlCiZKmRDuwSyzv79KAJzixI { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDDcF1i09rQDeO0XQ2ss327O9kuTNReh { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdSvPrl70TOG2styfOfiJTFLnsMa5HED { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9w8SKKbmfwxcERJPUXHa34b5gP1wkqT { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpmMqxfMScBfz1XkcX11tRPaIKfeelRC { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2sgMyEs5nPnZQ9MOP0oiOMDmKfTzGkb { top:1.125rem;left:5.255859375rem;width:30.3125rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmZICv3ZNsaP3EfBZ1zDtrV69TrFUkSS { top:7.25rem;left:0rem;width:10.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLhSdhuKDQmMDtIF6bq0BC3UoKArTyB4 { top:9.8125rem;left:0rem;width:10.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyoNn0dxU0oEEmDZWsnwpZUurdwQUpPL { top:7rem;left:0rem;width:13.375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIRWn7To4V32IGV7swXa9WibkyVzZWRm { width:13.3125rem;height:1.6875rem;top:13.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMEreR5nhpPoLZQsvXcHHmbovmQztGGh { top:15.5625rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2L7rfDCREncOLu1FKZTxs22igvN6kyt { display:block; }
 }@media only screen and (max-width: 763px) { #W8v7QeTo7JvTOuiMqIJVm2i4yU3ZlX6J { top:32.1875rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3B51u5RP0gJ3bSh99AsbVTmpXWC8naO { display:block; }
 }@media only screen and (max-width: 763px) { #FxTGMTHbChT8v4TxXcXXZT3Gu8cdkVxh { top:25.75rem;left:0rem;width:10.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekABbf1b94InC9JeeC3FLpCCLT2F9XsG { top:23.3125rem;left:0rem;width:13.375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFRmRqJ6ZvZOtEB213PVFOZJvRbAzsqa { width:13.3125rem;height:;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IePXbaI0rlcVcHK4qmn2q7y5sI3S6eRD { top:23.8125rem;left:0rem;width:13.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSeSyTGv1V4kBsEr3ixOdTqmkGTBcOdT { top:32.3125rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVPiq0x8ate7M1C6wPEidT2m49p0lAwa { display:block; }
 }@media only screen and (max-width: 763px) { #KXeMVg7yFEPzoOhAUdqGk1oWiXWZQK1f { top:25.5625rem;left:33.9375rem;width:13.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OigJ0nKcdZJPGAuaeMiVWqSFu65n89AJ { top:23.0625rem;left:34.375rem;width:13.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znJdKz7pit3tfpqVErX5in0ii0VlWQQL { width:13.3125rem;height:1.6875rem;top:30.25rem;left:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHJTfvB1HrazCDdhU1ZtTUqV2NoswVT { top:23.375rem;left:37rem;width:10.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRocz1OZmMTqMT4T2RqEHqlUQhsGm3rD { top:6.8125rem;left:32.75rem;width:15rem;height:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1wDIz258yIWb35ABRweppFMtGAezEGm { top:6.5625rem;left:31.5rem;width:16.25rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XghDwUhrN01RKqXpM0HtQWtvpy5sFT7c { width:13.3125rem;height:1.6875rem;top:15.875rem;left:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcUh08Mnmufg6h0UKmELWlmQbOQJwkvl { top:17.875rem;left:39.3125rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0UROXlEst153VAIOOGfxtuExzim7ZtG { display:block; }
 }@media only screen and (max-width: 763px) { #VwMIfM2xbw4LCkB5rMs41JHbX4ngldDu { top:1.8125rem;left:35.627388954162rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKZqK0OTW0JDxml8bBDWepX36fzzpGbo { top:11.3125rem;left:34.75rem;width:13rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2OnNFERJ7DLoiA33XEbXIBE7NF2fyer { top:18.3125rem;left:8.9346799850462rem;width:27.25rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UycvNmDQF2QSiswmVasNKodIT91Bne1L { top:21.5625rem;left:16.374135017395rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbcA7w560J9QIOSgXcqmBKeodIUC0COb { display:block; }
 }@media only screen and (max-width: 763px) { #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU { display:block; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq4UvGdHaJ2vuHIcnBM3yHCT377oucq5 { top:34.625rem;left:28.5625rem;width:19.1875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exgMtNXVNU7FvKS4x4cfmgaBC3A4TEmD { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRw8LfyIeAVxvx6KilSGRsstNiTam2qd { top:34.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6egMcpccrIrWSK420TXbv4bs4GfxAIu { top:39.6875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #La9uq7KFPGgPyawxsfhZ7gxgCfLSIPAs { top:49.875rem;left:27.75rem;width:20rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhapbKbnPUgcvUO7dq0aMRz8XC3MqRBx { top:44.6875rem;left:28.625rem;width:19.125rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaW0bvDZMmyhu2dEFDCywrZz5LqlsNPP { top:42.5rem;left:30.6875rem;width:17rem;height:9.4030946415225rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkqIuuCBk0N8rtM7m3bOxWCOef9FHolm { top:1.1875rem;left:0.9375rem;width:37.625rem;height:4.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOuSnlCoIuUG844CU1bTi2Bv7x6kg4e { top:9.9375rem;left:33.625rem;width:14.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4SOIBRGd03TyFog9BTypTlCPvrO2L6 { top:7.125rem;left:34.125rem;width:13.625rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1KCaTOzaHEgV9chcdVHcnf5qysop7bN { top:15.375rem;left:38.623046875rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obrN5U373HNZQIKvDvlv53Tsw1FKiacS { display:block; }
 }@media only screen and (max-width: 763px) { #TmLksQ8pSXuw1svKKtfIVUBkyBpW9Kdh { top:10.0625rem;left:0rem;width:13.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk9Xk4a2zNPSTcZGJco5PhOZW8gPukBk { top:7rem;left:0rem;width:13.375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThOnvosrzwLcbA96pFD0OiNxtztLbFUF { top:15.375rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznCNswMC3ch67mTIxsedGXVw8nZxgvy { display:block; }
 }@media only screen and (max-width: 763px) { #yFcDK1t0v7wsz40F9SM4r8adanK82mMU { top:19.75rem;left:34.375rem;width:13.375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULlmaD6tVty9mfIFU7MeBmCPeeI1CWKL { top:22.4375rem;left:35.75rem;width:12rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyUwdougvcB8srWUP5V1x90tBP5yZ4Hk { top:27.875rem;left:38.623046875rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLkTf2NzLfTbD20NcWDMm4bTo6FFcCys { display:block; }
 }@media only screen and (max-width: 763px) { #H08TGXQGmcLlyqXDMGXAGfmrcC4oTUf0 { top:19.375rem;left:0rem;width:12.875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSCyHvQNMvopUIrdyJTnc50zkPidG8St { top:21.8125rem;left:0rem;width:13.5rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmL8F6L4PA1LpWfb9TN5tBwZo0nD2Ok3 { top:27.875rem;left:0rem;width:8.4375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBaZ5cC50iyMiIEpvoWVpBRq8kxk6L8 { display:block; }
 }@media only screen and (max-width: 763px) { #bzRKeFhZRzqH4zbXBb71zniL6GcM9fsl { top:16.25rem;left:9.9980478286744rem;width:24.0625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQzHSVp73055tlFFxX6p6u4gxqXLTcNy { top:0rem;left:34.7490234375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx { display:block; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJf6tOg3FmQ0cLk9pQvgPKZG6McRDgdb { top:1.375rem;left:0rem;width:26.0625rem;height:14.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwCPifada0p1IU655t07cTQLS8oZ3xd { top:1.375rem;left:19.25rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8pGNWMaX0x5XCIRqOLMwEv7E1gSBGT { top:5.1875rem;left:19.25rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsFF83P4OB9zrM43HDaBV8R3Uh37Tu3r { top:8.6875rem;left:19.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCGWeJ5c4QVl70QZG5tkTRZff5asPJdz { top:12.1875rem;left:19.375rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbhuXbGGvwwr20HzlOSZqB6WAWqwNlT { top:6.9375rem;left:0rem;width:39.875rem;height:7.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4aWAEBKXhuX4TcdU5lXmJG570J9p1DB { width:17.4375rem;height:3.375rem;top:1.375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lgs6U9IPlaU8ayUhMrdgioNDytaC9w { display:block; }
 }@media only screen and (max-width: 763px) { #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH { display:block; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uneWXJ8MbPaUOqeGQAVgP3UFFdcuAeLI { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzcP7wCxBUg5fGGq28DSCPmbHr5T6LX { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrOfmNddvftzXu5LMy7edtVeo9I0ltT { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdQCqlOPBf0m52xgFigLfo1DH7sIgTf { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSA3z00aQ1ULHzm359DVOKP3QFfbxAJf { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0cUgHtwXaz2mt8Z7rE9lBtKKhWW9Vq { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbRd1iUJKJC48sNFc8COhp4TxL8BDKzn { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IaSWuSaWmT25FtNmE0RlaXgu1rdBro { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxgmDeKzfSnIGyxnc27BxznpnisNmxD { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLJpTk3JekL0ZpD8taPkHwrxCWfvi0T { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF0tCODhvXmBIH293zoPMN0sss5w7S69 { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOxnZtWzPlm5aOSC0ocZJpcAkaMwUPV { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpZwkAMZT6ORhKP4TvMGWKILTwJZS3MN { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr03kt8MGufFGcddCHxbR5IPHV4IqqUZ { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJfzpgl8Dt5l3isro1qM1WBLUvOwo7Ld { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUEax2XDLrMxDteBZBz9uREHe8Dkl4nh { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUkbvbH83xE3MnAVW177a1LQVe9sZ9F1 { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r { display:block; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuTN3QuNG4vnqMkHXHiwr4UiUrr5UQW3 { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inham6CtKyyBD4hyV80nk5kfIhHFpRf6 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2vzx0NK6MvK3LieAOg60D3yNPFdqvCr { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLkkbOR5tFICH5MTrMv9E8FTEDkK8Ez { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rk66INT8fwAyrxBg2abxt78bDRc6dxgN { top:13rem;left:25.4658203125rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVatP4xtb8rb9zJc2kzwNr4ykehEPT02 { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa { display:block; }#WT11Xu5AcUvJrnnUmpuCkTbSA1PcABQa > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TIkpwCMKJ3kVkrbvCBFQFx6iuUat0vOl { width:20rem;height:5.1553625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.adaptive-delivery-prevent-bg, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyload, #XHtldLwnLLbzH9LltluxqRfcOfdHTmRk.lazyloading { background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { background-color: transparent; background-image: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row > .video-iframe-container { display: none; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { border-width: 0; border-radius: 0; }#XHtldLwnLLbzH9LltluxqRfcOfdHTmRk > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scK3c8arVGgWRQdfMOV9HSZDnTdd0mMu { width:15.1875rem;height:33.25rem;top:2.5rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xssV9NegTorVXwQVOwMRgm4pbfB5dquC { width:15.1865rem;height:1.125rem;top:8.125rem;left:2.4052734375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-regular-label { width:13rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none;font-weight:700;font-style:normal; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-text {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-textarea { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-select {padding-top: 0; padding-bottom: 0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-input-button { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-checkbox-label { width:12rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-radio-label { text-align:center;text-align-last:center; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:first-of-type{padding-top:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .widget-container:last-of-type{padding-bottom:0;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24  { width:13rem;height:auto;top:9.25rem;left:2.40625rem;background-color:transparent;background-image:none;z-index:100072; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 .radio-container { width:13rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 {display:block;}#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 { width:13rem;height:auto;top:9.25rem;left:2.40625rem;background-color:transparent;background-image:none;z-index:100072; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NzOOGpn0WTwwGMGa8SEdFOFa0HI9zsHq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #w2gyA11Narm892CsOXTz9aSxDg2BxKKx {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #FK90PTaswwGNx7uHTHyEqiiy9mkwWoqS {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #fn0fFyUVGrQ3vHNqD4wDMNUUqiqBLPBT .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #haTa4FbK48Ku99dLtRw7WOEXD0yGMobl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IFZhG3zWa7ttH3RZbvPCReDFnr4cwhrO {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TLAPIReUcQthPfPzW6NPrc5TRTvU9ieV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #AO0QLGOEPzXhcm6fJTtaIfPD1xUMIT8K {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #E3bOQ5mvwA13NLxyfnKU5Of0Z1No5xbv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #l7UxMGiHV341datMHdmMBtRwRxb9sLZg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #WxsQ5Tn1Tezr0SCqMozrLI2fHg2pPdJV {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #r2hZhriDqiOGrD1vJkWvdtrDgqX4ew6N {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #gt1nI34snqMiKDtrW4PBlHnSVvxPTqHv {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #Xwr3QP2Itm9D6W2wTL7QU3reTutTRA3p {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #KwwxmITtyGBZ2svz9M98ATQqNbQ6hkyk {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #hLVilXBMJoxky2Vh9Ui3thd904WoFtle {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #V0tAPOAdCXriErWM2dp5MQvBc69rvQcN {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #SAOWtKgHvX3xCabUeqlLMJaWnZVJJCIq {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 {  }
#X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #idaO907y67LOiJMaUABJB8weFWTn0JJ7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #kseq2ToUcNdAwlll9Tc3cKsKa2XJBNzw {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #swHEZbocxmqxzTfbbSTTe2tvKDUITimy {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #DT17G9N2xrl3iOkfKHiHrDztWLcRRTfl {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #NUITBep4pkgR2pG8efNIefEwwdzCFEZD {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #IWuNsdO3rPLs6JpWnJSyfZZ6R9ov8sOT {  }
 }@media only screen and (max-width: 763px) { #qiTKhiu3U2E7eShT6dTgkRFNz6zrR1W8 { display:block; }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #TCJo0x8VxOWegJZg3ySATbm6dvMrW2Xg {  }
 }@media only screen and (max-width: 763px) { #X0E6mRe7pW3zUynuHHpMssHFITyUDB24 #iECPI3bTqQ8DNNXcPs10Gqp6SnQD6Cof {  }
 }@media only screen and (max-width: 763px) { #SQzvNvAOWJJZ8OM8fXpbcwSqGbEXgCHB { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #fmX0ddI5r4WPaXIpvS3QyIQIhslS8xF2 { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWULNLQPJfKoiPilocLNkdSKXF8QxVHR { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPuwH1HsamWV6fpdQ9xhEpiLFJarGrbi { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fanorXLx6AlyI65fiotTWCdp0TVUvLTC { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVOTzhfJ7NN2wvDTNJd6MWT7qpOVUmbv { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHU8eFfe1yIs9BpA3OqxPKk5ChKJzEgd { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gw1cgg52pqwqHeF0Qs3NoFyWSOo8bKEt { width:9.9375rem;height:10.0625rem;top:35.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chcqZZ7O4S0VilJHPNrWCZOU2oDgP9SK { width:15.8730625rem;height:1.462675rem;top:43.2490234375rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wnT8lDn1cvROB554C2n5GnhV83cEPbKu { width:13.4375rem;height:4.62890625rem;top:2.5rem;left:3.28125rem;font-size:1.1875rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UaZFa3Qmrmtfi0kPJtLPoRagXpPNHdvF { width:20rem;height:3.73698125rem;top:48.9990234375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rK5fJOHUIhySUnTaIdZIvzTn3KLcHUZX { width:17.5rem;height:2.375rem;top:42.7919921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOAq6I7DLGUSRO22RpDLyTCDuh6xy0hL { width:20rem;height:3.75rem;top:48.9912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.adaptive-delivery-prevent-bg, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyload, #fRtE65CWyx5REsz6i9mAHMUuvboziaZ4.lazyloading { background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { background-color: transparent; background-image: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row > .video-iframe-container { display: none; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { border-width: 0; border-radius: 0; }#fRtE65CWyx5REsz6i9mAHMUuvboziaZ4 > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zTlZPzaDv5WC3rAvblDQOovvyzCiqP9D { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTfZ8ogLCbtThZNSrurgqpZCd7mqnx3I { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ouXG4CWcFlCiZKmRDuwSyzv79KAJzixI { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDDcF1i09rQDeO0XQ2ss327O9kuTNReh { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mdSvPrl70TOG2styfOfiJTFLnsMa5HED { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9w8SKKbmfwxcERJPUXHa34b5gP1wkqT { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpmMqxfMScBfz1XkcX11tRPaIKfeelRC { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e2sgMyEs5nPnZQ9MOP0oiOMDmKfTzGkb { width:18.3125rem;height:2.51855625rem;top:1.33203125rem;left:0.84375rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qmZICv3ZNsaP3EfBZ1zDtrV69TrFUkSS { width:10.686875rem;height:1.2999125rem;top:32.75rem;left:4.25rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SLhSdhuKDQmMDtIF6bq0BC3UoKArTyB4 { width:10.4373125rem;height:3.8997375rem;top:34.625rem;left:4.375rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #eyoNn0dxU0oEEmDZWsnwpZUurdwQUpPL { width:11rem;height:7.875rem;top:31.6875rem;left:4rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #RIRWn7To4V32IGV7swXa9WibkyVzZWRm { width:13.311625rem;height:1.21853125rem;top:37.75rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #CMEreR5nhpPoLZQsvXcHHmbovmQztGGh { top:39.625rem;left:5.4375rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2L7rfDCREncOLu1FKZTxs22igvN6kyt { display:block; }
 }@media only screen and (max-width: 763px) { #W8v7QeTo7JvTOuiMqIJVm2i4yU3ZlX6J { top:51.3125rem;left:6.125rem;width:8.4375rem;height:1.74805rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3B51u5RP0gJ3bSh99AsbVTmpXWC8naO { display:block; }
 }@media only screen and (max-width: 763px) { #FxTGMTHbChT8v4TxXcXXZT3Gu8cdkVxh { width:10.4373125rem;height:5.19965rem;top:45.375rem;left:4.875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #ekABbf1b94InC9JeeC3FLpCCLT2F9XsG { width:11rem;height:7.875rem;top:43.4375rem;left:4.5625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #GFRmRqJ6ZvZOtEB213PVFOZJvRbAzsqa { width:13.3105625rem;height:1.21853125rem;top:49.375rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #IePXbaI0rlcVcHK4qmn2q7y5sI3S6eRD { width:10.686875rem;height:1.2999125rem;top:44.0625rem;left:4.8125rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RSeSyTGv1V4kBsEr3ixOdTqmkGTBcOdT { top:65.0625rem;left:6.1875rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVPiq0x8ate7M1C6wPEidT2m49p0lAwa { display:block; }
 }@media only screen and (max-width: 763px) { #KXeMVg7yFEPzoOhAUdqGk1oWiXWZQK1f { width:10.4373125rem;height:6.4995625rem;top:57.875rem;left:4.875rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #OigJ0nKcdZJPGAuaeMiVWqSFu65n89AJ { width:11.0625rem;height:9.75rem;top:55.25rem;left:4.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #znJdKz7pit3tfpqVErX5in0ii0VlWQQL { width:13.3105625rem;height:1.21853125rem;top:63.125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #xaHJTfvB1HrazCDdhU1ZtTUqV2NoswVT { width:10.686875rem;height:1.2999125rem;top:56.125rem;left:4.6875rem;font-size:1rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sRocz1OZmMTqMT4T2RqEHqlUQhsGm3rD { width:14.6875rem;height:3.41363125rem;top:16.5625rem;left:2.6875rem;font-size:1.3125rem;font-family:"mykonos ar";font-weight:700;font-style:normal;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1wDIz258yIWb35ABRweppFMtGAezEGm { width:14.3120625rem;height:10.374375rem;top:16.5625rem;left:2.875rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #XghDwUhrN01RKqXpM0HtQWtvpy5sFT7c { width:13.3105625rem;height:1.21853125rem;top:25.0625rem;left:3rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:#a0111b;display:block; }
 }@media only screen and (max-width: 763px) { #TcUh08Mnmufg6h0UKmELWlmQbOQJwkvl { top:26.9375rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0UROXlEst153VAIOOGfxtuExzim7ZtG { display:block; }
 }@media only screen and (max-width: 763px) { #VwMIfM2xbw4LCkB5rMs41JHbX4ngldDu { width:3.125rem;height:3.125rem;top:0.65147495269775rem;left:16.873915731907rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKZqK0OTW0JDxml8bBDWepX36fzzpGbo { width:12.999125rem;height:5.19965rem;top:20.4375rem;left:3.5625rem;font-size:1rem;font-family:"mykonos ar";display:block; }
 }@media only screen and (max-width: 763px) { #S2OnNFERJ7DLoiA33XEbXIBE7NF2fyer { width:20rem;height:4.71136875rem;top:5.8311634063721rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UycvNmDQF2QSiswmVasNKodIT91Bne1L { top:11.255432605743rem;left:4.6875000596046rem;width:10.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbcA7w560J9QIOSgXcqmBKeodIUC0COb { display:block; }
 }@media only screen and (max-width: 763px) { #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU { background-color:transparent;background-image:url("https://images.assets-landingi.com/y473rfoL/snap.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.adaptive-delivery-prevent-bg, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyload, #p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU.lazyloading { background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { background-color: transparent; background-image: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.72); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row > .video-iframe-container { display: none; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { border-width: 0; border-radius: 0; }#p1EutTIGw1aizyx6Po1lCtdXPNVsdbdU > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qq4UvGdHaJ2vuHIcnBM3yHCT377oucq5 { width:16.312125rem;height:3.25rem;top:62.874641418456rem;left:0.71732956171037rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #exgMtNXVNU7FvKS4x4cfmgaBC3A4TEmD { width:3.125rem;height:3.125rem;top:71.2464466095rem;left:16.874111711979rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRw8LfyIeAVxvx6KilSGRsstNiTam2qd { width:3.125rem;height:3.125rem;top:62.2490234375rem;left:16.7490234375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U6egMcpccrIrWSK420TXbv4bs4GfxAIu { width:20rem;height:1.875rem;top:67.183945655825rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #La9uq7KFPGgPyawxsfhZ7gxgCfLSIPAs { width:20rem;height:1.93181875rem;top:74.958625793456rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhapbKbnPUgcvUO7dq0aMRz8XC3MqRBx { width:16.624625rem;height:3.1818125rem;top:70.906425476075rem;left:0.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaW0bvDZMmyhu2dEFDCywrZz5LqlsNPP { width:17rem;height:9.4030946415225rem;top:83.436279296875rem;left:1.4990234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkqIuuCBk0N8rtM7m3bOxWCOef9FHolm { width:20rem;height:2.4375rem;top:0rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xDOuSnlCoIuUG844CU1bTi2Bv7x6kg4e { width:10.686875rem;height:3.73698125rem;top:20.5rem;left:4.625rem;font-size:1.4375rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ha4SOIBRGd03TyFog9BTypTlCPvrO2L6 { width:11rem;height:7.875rem;top:19.4375rem;left:4.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #B1KCaTOzaHEgV9chcdVHcnf5qysop7bN { top:27.4375rem;left:5.75rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #obrN5U373HNZQIKvDvlv53Tsw1FKiacS { display:block; }
 }@media only screen and (max-width: 763px) { #TmLksQ8pSXuw1svKKtfIVUBkyBpW9Kdh { width:10.686875rem;height:3.8984375rem;top:8.8125rem;left:4.625rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qk9Xk4a2zNPSTcZGJco5PhOZW8gPukBk { width:11rem;height:7.875rem;top:7.75rem;left:4.4375rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #ThOnvosrzwLcbA96pFD0OiNxtztLbFUF { top:15.6875rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eznCNswMC3ch67mTIxsedGXVw8nZxgvy { display:block; }
 }@media only screen and (max-width: 763px) { #yFcDK1t0v7wsz40F9SM4r8adanK82mMU { width:11rem;height:7.875rem;top:42.5625rem;left:4.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #ULlmaD6tVty9mfIFU7MeBmCPeeI1CWKL { width:10.686875rem;height:3.89756875rem;top:43.625rem;left:4.6875rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iyUwdougvcB8srWUP5V1x90tBP5yZ4Hk { top:50.5rem;left:5.875rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLkTf2NzLfTbD20NcWDMm4bTo6FFcCys { display:block; }
 }@media only screen and (max-width: 763px) { #H08TGXQGmcLlyqXDMGXAGfmrcC4oTUf0 { width:11rem;height:7.875rem;top:30.875rem;left:4.5rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #SSCyHvQNMvopUIrdyJTnc50zkPidG8St { width:10.686875rem;height:1.9487875rem;top:32.999347686767rem;left:4.6875000596046rem;font-size:1.5rem;font-family:"mykonos ar";font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pmL8F6L4PA1LpWfb9TN5tBwZo0nD2Ok3 { top:38.9375rem;left:5.8125rem;width:8.4375rem;height:1.74913125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxBaZ5cC50iyMiIEpvoWVpBRq8kxk6L8 { display:block; }
 }@media only screen and (max-width: 763px) { #bzRKeFhZRzqH4zbXBb71zniL6GcM9fsl { width:20rem;height:4.71136875rem;top:2.9463996887207rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQzHSVp73055tlFFxX6p6u4gxqXLTcNy { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx { background-color:transparent;background-image:url("https://images.assets-landingi.com/DIpW8voI/csm_Kniegelenk_Operation_06f99c9dee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.adaptive-delivery-prevent-bg, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyload, #rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx.lazyloading { background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { background-color: transparent; background-image: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row > .video-iframe-container { display: none; }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXzXlINRqL0NN1UgldyHEuxUy0OiDxSx > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sJf6tOg3FmQ0cLk9pQvgPKZG6McRDgdb { width:15.875rem;height:14.2448rem;top:2.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHwCPifada0p1IU655t07cTQLS8oZ3xd { width:3.125rem;height:3.125rem;top:2.0625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8pGNWMaX0x5XCIRqOLMwEv7E1gSBGT { width:3.125rem;height:3.125rem;top:6.0625rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsFF83P4OB9zrM43HDaBV8R3Uh37Tu3r { width:3.125rem;height:3.125rem;top:9.1875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCGWeJ5c4QVl70QZG5tkTRZff5asPJdz { width:3.1245125rem;height:3.1245125rem;top:13.2216796875rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbhuXbGGvwwr20HzlOSZqB6WAWqwNlT { width:19.9995rem;height:12.4641875rem;top:20.9375rem;left:0rem;font-size:1.1875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #o4aWAEBKXhuX4TcdU5lXmJG570J9p1DB { width:17.4975625rem;height:3.436525rem;top:16.3154296875rem;left:1.87646484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0lgs6U9IPlaU8ayUhMrdgioNDytaC9w { display:block; }
 }@media only screen and (max-width: 763px) { #deMTMxws7K90ZZoNP6pQM2or6UTs9vXH { background-color:transparent;background-image:none;display:block; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { background-color: transparent; background-image: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row > .video-iframe-container { display: none; }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deMTMxws7K90ZZoNP6pQM2or6UTs9vXH > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uneWXJ8MbPaUOqeGQAVgP3UFFdcuAeLI { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRzcP7wCxBUg5fGGq28DSCPmbHr5T6LX { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrOfmNddvftzXu5LMy7edtVeo9I0ltT { width:17.625rem;height:5.6206625rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIdQCqlOPBf0m52xgFigLfo1DH7sIgTf { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSA3z00aQ1ULHzm359DVOKP3QFfbxAJf { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0cUgHtwXaz2mt8Z7rE9lBtKKhWW9Vq { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbRd1iUJKJC48sNFc8COhp4TxL8BDKzn { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IaSWuSaWmT25FtNmE0RlaXgu1rdBro { width:15.5625rem;height:2.27321875rem;top:13.1875rem;left:1.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzxgmDeKzfSnIGyxnc27BxznpnisNmxD { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtLJpTk3JekL0ZpD8taPkHwrxCWfvi0T { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF0tCODhvXmBIH293zoPMN0sss5w7S69 { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxOxnZtWzPlm5aOSC0ocZJpcAkaMwUPV { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpZwkAMZT6ORhKP4TvMGWKILTwJZS3MN { width:10.0625rem;height:2.27321875rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr03kt8MGufFGcddCHxbR5IPHV4IqqUZ { width:10.0625rem;height:2.27321875rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJfzpgl8Dt5l3isro1qM1WBLUvOwo7Ld { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUEax2XDLrMxDteBZBz9uREHe8Dkl4nh { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUkbvbH83xE3MnAVW177a1LQVe9sZ9F1 { width:11.375rem;height:2.27321875rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #065120);background-image: -moz-linear-gradient(top, #e5972b, #065120);background-image: -ms-linear-gradient(top, #e5972b, #065120);background-image: -o-linear-gradient(top, #e5972b, #065120);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#065120' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#065120' );";background-image: linear-gradient(to bottom, #e5972b, #065120);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { background-color: transparent; background-image: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row > .video-iframe-container { display: none; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { border-width: 0; border-radius: 0; }#rc1rFmbqb1fEJspvBKbIV2GWgqLeof6r > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuTN3QuNG4vnqMkHXHiwr4UiUrr5UQW3 { width:16.6875rem;height:1.51189375rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inham6CtKyyBD4hyV80nk5kfIhHFpRf6 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n2vzx0NK6MvK3LieAOg60D3yNPFdqvCr { width:13.0625rem;height:4.80143125rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGLkkbOR5tFICH5MTrMv9E8FTEDkK8Ez { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk66INT8fwAyrxBg2abxt78bDRc6dxgN { width:19.437rem;height:1.2999125rem;top:15.0029296875rem;left:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVatP4xtb8rb9zJc2kzwNr4ykehEPT02 { width:14.875rem;height:6.40190625rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }