.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;
}
html,
body {
  font-size: 16px;
}
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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:224,247,234;--color-primary-1:150,230,184;--color-primary-2:45,204,112;--color-primary-3:23,102,56;--color-primary-4:7,31,17;--color-secondary-0:234,234,255;--color-secondary-1:186,186,254;--color-secondary-2:117,116,253;--color-secondary-3:59,58,127;--color-secondary-4:18,17,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:97,97,97;--color-tertiary-4:2,2,2;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Nunito Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6.adaptive-delivery-prevent-bg, #mt5GT3QDy2biyPE8KE6K1AezZZknsCn6.lazyload, #mt5GT3QDy2biyPE8KE6K1AezZZknsCn6.lazyloading { background-image: none; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container { background-color: transparent; background-image: none; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container > .video-iframe-container { display: none; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row > .video-iframe-container { display: none; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .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); }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container { border-width: 0; border-radius: 0; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:75rem;position:relative;display:block; }#IEbpfzIFzp1hJnnVAXmwPDdM8nsGX2Ng { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:0.59375rem;left:33.8125rem;overflow:hidden;display:block; }
#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bed97f63-d664-45a2-8466-76bb8e150a8d/OkadkaYTplatforma.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o.adaptive-delivery-prevent-bg, #Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o.lazyload, #Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o.lazyloading { background-image: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { background-color: transparent; background-image: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container > .video-iframe-container { display: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row > .video-iframe-container { display: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .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); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { border-width: 0; border-radius: 0; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { font-size:0.875rem;font-family:arial;height:51.4375rem;width:75rem;position:relative;display:block; }#q11BQbgftw7CbZost7D3tWpw19bLrLK8 { color:#9f8027;display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.75rem;left:4.990234375rem;height:6.82425rem;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;font-style:normal;display:block; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-form-header {  }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:25.4375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:25.4375rem;box-sizing:border-box;height:3.125rem;color:#666666;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.26) ;font-weight:300;font-style:normal; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:25.4375rem;box-sizing:border-box;height:4.375rem;color:#666666;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.26) ;font-weight:300;font-style:normal; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:25.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-checkbox { width:1rem;height:1rem;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; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#224a48;background-image:none;background-position:center !important;background-repeat:no-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.5rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.4375rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]:-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]::-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .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:var(--headlines-font-family);line-height:1.6;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal;float:none; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .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; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-container:first-of-type{padding-top:0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-container:last-of-type{padding-bottom:0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.4765625rem;left:43.625rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 {display:block;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:18.4765625rem;left:43.625rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #P9mcl0Xi7I3ErlHFOlfJmOUT1urmKHqu { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #QqMm7BDSNtNmQZ3lgRgUsTEmVpkdVapi { position:relative;display:none; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #eycmDyTKBwcIZPUwrg66WS6zq9VwD95F { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #oiaBLICh791Aw5TfcRMTzW4TqKhnv9W9 { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #yJdkMa1syUB4My5p6TREBAV8dhdT8Atc { position:relative;display:none; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #DKULXJglAHz066WtH2RUQTpshcff67wA { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #hchoiBvqA199p1ESHuA8K8zJQF94gFvG { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #apXsmK9FZdQPBm0MK42Fgn6pqQ3Qpw9W { position:relative;display:none; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #RM5dFGNup1E3qeJJpVbElN7kuu3z2JU6 { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #T9GCiDMdzfQ4NbQZPzfPcvK7vzOwXBxp { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #PI95Oq9TpNyxyoL36Af6F0KOm988eW3g { position:relative;z-index:2; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #Oh0w3FQ3lGzedt2FiHHTGp22Xpt3mqSv { position:relative; }
#UVvMMPxr4PE5viJTrEBFgzWSmX8yG9vg { position:relative;display:block; }
#o5JSgarM7ocTN5XMDk3TCHXKs9lcdT5u { position:relative;display:block; }
#JXAEsqzc3be164UT9PdLR2RNrxThibUW { position:relative;display:block; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #u61p1HsGJ131rs7XX69QuecGFZqHqzQp { position:relative; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #m4e7v2SzOJJRXWTmyXJQX5AewBQSBinh { position:relative; }
#avVRdLNK3F8GT7k4kBrWuk5Q55FbdcET { box-sizing:content-box;height:33.1875rem;width:30.0625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.0625rem;left:42.375rem;box-shadow: none;border-top:0.1875rem solid #9f8027;border-left:0.1875rem solid #9f8027;border-right:0.1875rem solid #9f8027;border-bottom:0.1875rem solid #9f8027;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#GRESJMlOQAZPghVuVnJ8klvWBRuJOE9X { color:rgba(var(--color-tertiary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:44.68701171875rem;left:45.6875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpDpnxQLKeSnh9TPEWMIJzBgnhtI72lL { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.13720703125rem;left:45.09375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KLGlf4Akm2LOeGzysKTpPVsfmVJkQLz8 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.1259765625rem;left:0rem;height:2.4746125rem;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;font-style:normal;display:block; }
#kpUzl7y1puoHwxMSBcT1DNFCpsHxUAFk { background-color:#9f8027;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.625rem;height:4.0625rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:39.412109375rem;left:7.365234375rem;display:block; }
#Qx2I242fIvrTFQ8O7iI6hDFbnQurHQVc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkCMwoTpVnAZccB6iITo3LgvzwL3DOzS { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.05615234375rem;left:4.240234375rem;height:8.44925rem;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;font-style:normal;display:block; }
#HlZV95cXCIgH4Samutq34AS9QykvAI6u { color:rgba(var(--color-tertiary-0),1);display:block;width:65rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.52490234375rem;left:3.625rem;height:2.54980625rem;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;font-style:normal;display:block; }
#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(6deg, #000000, #021013);background-image: -moz-linear-gradient(6deg, #000000, #021013);background-image: -ms-linear-gradient(6deg, #000000, #021013);background-image: -o-linear-gradient(6deg, #000000, #021013);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#021013' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#021013' );";background-image: linear-gradient(6deg, #000000, #021013);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container { background-color: transparent; background-image: none; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container > .video-iframe-container { display: none; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row > .video-iframe-container { display: none; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .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); }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container { border-width: 0; border-radius: 0; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#oWA96rFZpJXgAzuaytxrPciaC2r25Hpe { color:#9f8027;display:block;width:63.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.451171875rem;left:5.59375rem;height:2.92480625rem;text-align:center;text-align-last:center;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;display:block; }
#QTQXLrTcWvp02zqHuzU5CMizQgxRfaq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:11.5rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ABHr3xDT8ZLAsZ60LV1g3APwteL0N39n { background-color:#9f8027;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44rem;left:28.125rem;display:block; }
#TbSOrPsQdR7Sc2iG81Z8esbBdNBpB3qK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dxd6oLfCNAhCmDAIWUTUbQLl5082d0rb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11rem;left:12.8125rem; }
#XZ2vNqTF3oGILWL9N1OBZJqIr5L6F8uf { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15015;opacity:1;top:15.39990234375rem;left:12.75rem; }
#PMTnPAabMUfuBgTrI7HTquzQG7MEkbGB { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:15.96240234375rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H93VkEzCDNoMyNeIOwAw0X7yKTHlpe7a { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.58740234375rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J37FezBdbvxPsCA8MgrOswIrXT4RBa3I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.18115234375rem;left:12.90625rem; }
#CJvoUnVX3BlkNelCWcy7mcptvPwzMUhx { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:24.96240234375rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twU5SpTQLTmMnNDHdWaIl42Ks8xu66Q6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.43115234375rem;left:12.78125rem; }
#V1xw0b0yglmII51ozli3QtT6qCBv4y0h { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:29.1875rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yCX7hruKBxA6fPOpQTCpnlvpU7P7LUfa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:37.25rem;left:12.84375rem; }
#BBfXKC3zrDTqsZB99LXXKaO8L58KPcJt { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:33.65625rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x2dzIlMxXQ8eTyw7yFO77wC8nP28DPSA { color:rgba(var(--color-tertiary-0),1);display:block;width:53.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:37.71875rem;left:17.375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucv1HNWql1PqIsE0P5lSsezQ6hSGG5Wo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.5rem;left:12.625rem; }
#m2DJaTuclrZPVoGqtz5Is684cpSdGORO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:33.21875rem;left:12.875rem; }
#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 { border-top:0.625rem solid #fafafa;border-left:0.625rem solid #fafafa;border-right:0.625rem solid #fafafa;border-bottom:0.625rem solid #fafafa;background-color:transparent;background-image: -webkit-linear-gradient(275deg, #224a48, #021320);background-image: -moz-linear-gradient(275deg, #224a48, #021320);background-image: -ms-linear-gradient(275deg, #224a48, #021320);background-image: -o-linear-gradient(275deg, #224a48, #021320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#224a48', endColorstr='#021320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#224a48', endColorstr='#021320' );";background-image: linear-gradient(275deg, #224a48, #021320);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container { background-color: transparent; background-image: none; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container > .video-iframe-container { display: none; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row > .video-iframe-container { display: none; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .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); }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container { border-width: 0; border-radius: 0; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container { font-size:0.875rem;font-family:arial;height:73.6875rem;width:75rem;position:relative;display:block; }#PWVaW3wr6KRhU8rsF346mx9g2ZhTJXsm { color:#9f8027;display:block;width:71.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.9375rem;height:2.92480625rem;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;font-style:normal;display:block; }
#LEUaa8nEA5sKzRF9tvsqqAz4IoZbBRU6 { color:#9f8027;display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.14990234375rem;left:11.1875rem;height:1.86865rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HJpVTqu4mUbFC9XvBshbWCMfU85yb5us { color:#9f8027;display:block;width:63.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:22.52490234375rem;left:11.1875rem;height:12.7744375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HJpVTqu4mUbFC9XvBshbWCMfU85yb5us li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HJpVTqu4mUbFC9XvBshbWCMfU85yb5us li:before{  }
#zis5aot0nSlptNWNNcMBNoT4cEXTeDip { color:#ffffff;display:block;width:71.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.171875rem;left:1.9375rem;height:6.09375rem;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;font-style:normal;display:block; }
#FZShX2TA7fJpfDKiRcWvAaQQQ37E0SbQ { color:#ffffff;display:block;width:60.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49.96240234375rem;left:7.09375rem;height:3.73730625rem;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;font-style:normal;display:block; }
#dnW384GBtxhy8WB5o2FtBT6x5QrJKKLd { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.099609375rem;left:8.75rem;height:3.7373rem;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;font-style:normal;display:block; }
#cis14DozSLPodk1n8aUS0gTCSJHwmTkT { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:56.39990234375rem;left:8.75rem;height:1.625rem;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;font-style:normal;display:block; }
#tx0F7qbfswNTGkEGkTQkdqNP0mSiwSBZ { background-color:#9f8027;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:44.875rem;height:3.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:62.9375rem;left:15.0625rem;display:block; }
#FoyFX33oiUSo4DeTqQkO6U5pMEmSQEvu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fQiTMdiTaQ9z8UGxM2M8GFWpfnX1n8es { box-sizing:content-box;height:0.1875rem;width:31.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:21.96875rem;display:block; }
#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/af5dba2f-43ce-4c8b-8c37-ab83beb8af96/OkadkaYTplatforma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4.adaptive-delivery-prevent-bg, #LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4.lazyload, #LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4.lazyloading { background-image: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container { background-color: transparent; background-image: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container > .video-iframe-container { display: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row > .video-iframe-container { display: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .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); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container { border-width: 0; border-radius: 0; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:75rem;position:relative;display:block; }#g03fXLALH1rgANUWncoiuS7WBO3DD2M0 { color:#9f8027;display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.22509765625rem;left:19.78125rem;height:;text-align:center;text-align-last:center;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;display:block; }
#KnM0DksqeudSqZiSaGDuw628iiWtHm0K { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:#9f8027;background-image:none;top:5.9375rem;left:0rem;display:block; }
#vAgteSOxDlasRHxrTTHUGnQkLwXqv09R { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15005;background-color:#9f8027;background-image:none;top:5.9375rem;left:53.125rem;display:block; }
#vexOUlaVbl56glwXyD6IwAIRPx8MB2KO { color:rgba(var(--color-tertiary-0),0.9);display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:48.25rem;left:39.8125rem;height:4.72411875rem;font-style:normal;text-align:justify;text-align-last:initial;display:none; }
#l0VZvnT0mXSFZWUnTtRRIii7zXW5zM9H { color:rgba(var(--color-tertiary-0),1);display:block;width:23.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.88720703125rem;left:46.3125rem;height:2.92480625rem;text-align:left;text-align-last:left;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;display:block; }
#PTVPJKLZSZr2ADJNoCVs1gBxiRSSXsFB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.88720703125rem;left:8.8125rem;height:2.92480625rem;text-align:left;text-align-last:left;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;display:block; }
#dwV42fENciiTDRFoQBOoagEW95vuG73o { color:#f4f4f4;display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:12.81201171875rem;left:42.84375rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTnVAI21M3S6NpKrfuiSiPC8MsoHwTNl { color:#ffffff;display:block;width:24.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:12.81201171875rem;left:5.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HtbJ0vXVMf1aePBTqaUJE5c5Actmy3rn { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:20.6875rem;top:21.125rem;left:7.8125rem;overflow:hidden;display:block; }
#kwg4l1ygoTc2uXskQr5CJNTERIBeULzG { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:19.5rem;top:20.125rem;left:46.3125rem;overflow:hidden;display:block; }
#BS8tW2isCmMbHoSQ3nx3byLFtDcFtCJV { color:#9f8027;display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:16.0888671875rem;left:5.9375rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUgxWHyVgt6D295O6KX5h5GsLhZl1FzL { color:#9f8027;display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.0888671875rem;left:43.25rem;height:5.09911875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK { border-top:0.625rem solid #fafafa;border-left:0.625rem solid #fafafa;border-right:0.625rem solid #fafafa;border-bottom:0.625rem solid #fafafa;background-color:transparent;background-image: -webkit-linear-gradient(275deg, #224a48, #021320);background-image: -moz-linear-gradient(275deg, #224a48, #021320);background-image: -ms-linear-gradient(275deg, #224a48, #021320);background-image: -o-linear-gradient(275deg, #224a48, #021320);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#224a48', endColorstr='#021320' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#224a48', endColorstr='#021320' );";background-image: linear-gradient(275deg, #224a48, #021320);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container { background-color: transparent; background-image: none; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container > .video-iframe-container { display: none; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row > .video-iframe-container { display: none; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .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); }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container { border-width: 0; border-radius: 0; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container { font-size:0.875rem;font-family:arial;height:79.4375rem;width:75rem;position:relative;display:block; }#X6wN6fgNuxTPDZ9otvo2EnuIr1fOGETl { color:#9f8027;display:block;width:71.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.9375rem;height:2.76220625rem;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;font-style:normal;display:block; }
#WxxkiFIk1XOs2XXwdHPGmwr66xwnIuMq { color:#ffffff;display:block;width:71.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.9375rem;height:12.1875rem;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;font-style:normal;display:block; }
#HZisourl6fv4uvDEoiNNpQ693TTlb1CI { box-sizing:content-box;height:33.1875rem;width:30.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.1875rem;left:22.3125rem;box-shadow: none;border-top:0.1875rem solid #9f8027;border-left:0.1875rem solid #9f8027;border-right:0.1875rem solid #9f8027;border-bottom:0.1875rem solid #9f8027;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#yBX49HJdyJu4eP63tSLp8UQmC0OI4Ea2 { color:rgba(var(--color-tertiary-3),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:42.1875rem;left:24.8125rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BJp8TANs8VIX6bc4v8V3XTHXFmKI1kaG { color:rgba(var(--color-tertiary-3),1);display:block;width:23.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.6875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:71.5625rem;left:25.4375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZtNeXJrsu7nTSASZOPwQimHVTee938Ep { color:#9f8027;display:block;width:71.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:27.89990234375rem;left:1.9375rem;height:1.86865rem;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;font-style:normal;display:block; }
#RrBA95JCzliIi6NQmo22gsJ31EbhAeD0 { color:#9f8027;display:block;width:71.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:33.70703125rem;left:1.9375rem;height:3.4121125rem;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;font-style:italic;display:block; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-form-header {  }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:25.4375rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:25.4375rem;box-sizing:border-box;height:3.125rem;color:#666666;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.26) ;font-weight:300;font-style:normal; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;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:25.4375rem;box-sizing:border-box;height:4.375rem;color:#666666;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0.3125rem 0.3125rem 0.8125rem rgba(0,0,0,0.26) ;font-weight:300;font-style:normal; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;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:25.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-checkbox { width:1rem;height:1rem;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; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#224a48;background-image:none;background-position:center !important;background-repeat:no-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.5rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.4375rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]:-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]::-moz-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;font-style:normal; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .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:var(--headlines-font-family);line-height:1.6;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:24.1875rem;overflow:hidden;font-style:normal;float:none; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .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; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-container { padding-top:0.6875rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-container:first-of-type{padding-top:0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-container:last-of-type{padding-bottom:0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:45.1123046875rem;left:23.53125rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.4375rem;display:block;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 {display:block;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:45.1123046875rem;left:23.53125rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #TQ5m43QAkSKUtMrDtGTNKeIaOIJTMzfP { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #gRiJ6PoJewtZirtOPTsgJCoX3VQ7WeJS { position:relative;display:none; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #QkLJ1KbXgI5SL0s5dbaQVH7ObmSp2ETC { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #W8F5oZw8D0XxtkEoXviFbdhRlkXeh6DW { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #l8rDG0AZkplNoOTA0ZKmgz0wMZHicT5I { position:relative;display:none; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #GQBaqGMz8Lv0tU8Htapd7k6ZClcLu4Jg { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #OvXlBRVo1buNfIUIbqbv9e6PTMzTaJJ6 { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #fi1b6bBQa9NCcHE1pvWtq0ko0p2xJ2ep { position:relative;display:none; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #hIBxIA3Osfu5k0KQqtud8A9fBKPuS2e5 { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #KGAn09LvtFOUTORNKiLCQaQlezGpUzCA { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #VyEdqUcquyyRCsRmJRTsqFEE2PvrLiE4 { position:relative;z-index:2; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #ZAxLxqnZn60DEpLzX5553kr6rn3urc1J { position:relative; }
#HsGgu25QgTBHbuhb41pHzumn3gERRNrU { position:relative;display:block; }
#Tz0SiaPXwAeivTIwstG9SppvJseCwyGD { position:relative;display:block; }
#oxKWxrtTWCtxLAIeOOIlHw7A3sFzZbgv { position:relative;display:block; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #OVkQTBikfDsxZD20TQGfiNsXTxsIE8Rf { position:relative; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #VWkNVvG6KHGAXZRfDAnDm13WRDy1DBSb { position:relative; }
#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container { background-color: transparent; background-image: none; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container > .video-iframe-container { display: none; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row > .video-iframe-container { display: none; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .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); }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container { border-width: 0; border-radius: 0; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#xececrEJsezrvww2Crkz2OXFwBoRk3Uk { box-sizing:content-box;height:0.0625rem;width:71.875rem;position:absolute;display:block;z-index:15007;background-color:#079cbc;background-image:none;top:1.3125rem;left:1.5625rem;display:block; }
#yR4rCKNeo5PvyoNkg6gZzpZBpSmR6pv4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:9.5rem;left:21.84375rem;height:1.125rem;font-style:normal;display:block; }
#R6nuq9mTMhimQiUFVy6WxNfLOTAucxtU { color:rgba(var(--color-tertiary-0),1);display:block;width:3.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:2.5rem;left:24.59375rem;height:1.125rem;font-style:normal;display:block; }
#F87i4Z3HEdDS3WU2xtFk3HQs9m5RlBG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:2.5rem;left:42.3125rem;height:1.125rem;font-style:normal;display:block; }
#uzVGslVv4h296kbhpXTAqTBcme9alRdg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:6.125rem;left:23.34375rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW > .row .container { border-width: 0; border-radius: 0; }#hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW > .row .container { font-size:0.875rem;font-family:arial;height:86.375rem;width:75rem;position:relative;display:none; }#Vo6iVKVQNud5Q8JsGoI2lRmSzev7rUPW { box-sizing:content-box;height:46.25rem;width:35.625rem;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:none;top:28.8125rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#kMfs5zdF8ThJkky9qtuiMcWfzabT0NGs { color:#2fff9c;display:block;width:32.6875rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:30.6875rem;left:1.25rem;height:;text-align:center;text-align-last:center;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;display:block; }
#v38gwZPMAONVwLrgx5ZRcTfP9JMqC3cf { color:rgba(var(--color-tertiary-0),0.9);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:37.21484375rem;left:1.625rem;height:14.172375rem;font-style:normal;display:block; }
#V19f60ZzGfGb7HLF1QKZS9JlX46F06sy { color:#2fff9c;display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:52.6328125rem;left:1.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 { color:rgba(var(--color-tertiary-0),0.9);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:55.34375rem;left:2.15625rem;height:;font-style:normal;display:block; }#Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 li:before{  }
#cfSEQE1ao6dTQoNWAMmTwFpLsRwRSmNx { color:#2fff9c;display:block;width:32.3125rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.75rem;left:40.8125rem;height:;text-align:center;text-align-last:center;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;display:block; }
#UqbQxikghdGJiIuCLHBf11BVnUsQEyV2 { color:rgba(var(--color-tertiary-0),0.9);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:37.1875rem;left:40.8125rem;height:11.0229375rem;font-style:normal;display:block; }
#cXe6TZHQzmdCHrUN3Za27bmwIrFDVUB5 { color:#2fff9c;display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:50.0810546875rem;left:40.75rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik { color:rgba(var(--color-tertiary-0),0.9);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:52.6328125rem;left:40.8125rem;height:14.172375rem;font-style:normal;display:block; }#u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik li:before{  }
#ltznkFrbxzCXPu7fnXWSHawL6uQgTTU7 { box-sizing:content-box;height:46.25rem;width:35.625rem;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;top:28.8125rem;left:39rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#D4RVpRrHc258aSl2dTyxZMgRrbZZDFXk { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:33.3671875rem;left:1.25rem;height:;text-align:center;text-align-last:center;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;display:block; }
#eoZMKUgTHAMch2KeAcOaEBzttmrIsUD6 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.6875rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:33.3671875rem;left:40.625rem;height:;text-align:center;text-align-last:center;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;display:block; }
#rzp0BTrhiyJT0vfIi4QApxl6y4cI7Xmz { color:rgba(var(--color-tertiary-0),0.9);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:67.6123046875rem;left:40.65625rem;height:6.2988125rem;font-style:normal;display:block; }
#PtJBDcHySSytXEMcZ6bwC4NDxWTAzJTT { color:rgba(var(--color-tertiary-0),0.9);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:67.6123046875rem;left:1.6875rem;height:6.2988125rem;font-style:normal;display:block; }
#xbGCXyTszrVAuETm1Cdr69z2LANWInwa { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:28.125rem;top:0.75rem;left:42.90625rem;overflow:hidden;display:block; }
#pZTMVErZ9ogJACIuN4W1xAmFy6t9vNbh { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:79.75rem;left:28.125rem;display:block; }
#C8GaRTqE4ZP9weEzq4IH0DLpIoBgO1Nc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLG2neZrfwpXdvRxaWiREcso0VDqAKyW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tLG2neZrfwpXdvRxaWiREcso0VDqAKyW > .row .container { border-width: 0; border-radius: 0; }#tLG2neZrfwpXdvRxaWiREcso0VDqAKyW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLG2neZrfwpXdvRxaWiREcso0VDqAKyW > .row .container { font-size:0.875rem;font-family:arial;height:87.8125rem;width:75rem;position:relative;display:none; }#pt22IfuKNKrWSBJlzlyzvtsyVLsZnmoo { color:#2fff9c;display:block;width:31.25rem;position:absolute;font-family:"montserrat 4";font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:21.875rem;height:3.65625rem;text-align:center;text-align-last:center;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;display:block; }
#UWum4EVTVO4xOvl4H8Ivdp0PZsf97Rvq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:20.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ztrJlWgzkomFMCaUcZAKonQ4NpW2TGmT { color:rgba(var(--color-secondary-2),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.875rem;left:23.28125rem;height:;text-align:center;text-align-last:center;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;display:block; }
#fZ2dygqo0JwtPRVf2UOC371Jva80NLAV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:20.875rem;left:13.5625rem;overflow:hidden;display:block; }
#NNOG8ZJ6X4stEdbFTDt6CqkhFWgNSPPb { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25rem;left:7.375rem;height:1.86875rem;text-align:center;text-align-last:center;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;display:block; }
#tKVkkfaIxdom0fQQHOKfIrRImCTqfkT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:28.8125rem;height:7.1484375rem;text-align:left;text-align-last:left;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;display:block; }
#b3FA5yML38nULQFpgyODMWPlnm65auFy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:31.875rem;left:13.5625rem;overflow:hidden;display:block; }
#dS8iLCuM6KmtxCaPC26t3rAyWTBrveJu { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36rem;left:7.375rem;height:1.86875rem;text-align:center;text-align-last:center;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;display:block; }
#wyKsg9vzfPBggvxZ0o65AqPKyTWoqHpT { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:47.625rem;left:7.375rem;height:1.86875rem;text-align:center;text-align-last:center;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;display:block; }
#F2fSDKAhQvswf9ERWyHIxfgkOCcvHbUe { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:43.5rem;left:13.5625rem;overflow:hidden;display:block; }
#nOaQgr5aOfozTgW24uEKkcNyEgBkIp8K { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:55.125rem;left:13.5625rem;overflow:hidden;display:block; }
#DukEEc9avlknXhBkk7IDl6euSJ9via9S { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:59.25rem;left:7.375rem;height:1.86875rem;text-align:center;text-align-last:center;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;display:block; }
#d9zLXIdTeiMOtTT4aUFHtWcmXLLrl75U { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:78.875rem;left:28.75rem;display:block; }
#ODOLeAWl03pvTJnZfTOz7BZVZTIFsWqh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TmFOWLl1DkiIKqzxQNJ7d92OfiqeC5OZ { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:31.875rem;left:28.75rem;height:7.1484375rem;text-align:left;text-align-last:left;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;display:block; }
#b1P9ozkgG2TJx3kPTiGuTRGViK2Z4rvm { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:43.5rem;left:28.8125rem;height:7.1484375rem;text-align:left;text-align-last:left;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;display:block; }
#koglwfHZyOhlTMo9taDE9oSi8FBVCEcK { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:55.125rem;left:28.8125rem;height:8.9355625rem;text-align:left;text-align-last:left;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;display:block; }
#i35HNyByXsm6boddAkvPX8cnT0v69U18 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.25rem;top:67.8125rem;left:13.5625rem;overflow:hidden;display:block; }
#upqkudNOeO46Q5MfXuxHSXwHaGvx28Ra { color:rgba(var(--color-secondary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:71.9375rem;left:7.375rem;height:1.86875rem;text-align:center;text-align-last:center;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;display:block; }
#LuVUCFvg8P9bnztCeBcKy6EJOiXTWGOI { color:rgba(var(--color-tertiary-0),1);display:block;width:36rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:67.8125rem;left:28.8125rem;height:;text-align:left;text-align-last:left;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;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 { display:block; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IEbpfzIFzp1hJnnVAXmwPDdM8nsGX2Ng { width:7.375rem;height:7.375rem;top:0.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o { display:block; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { width:47.75rem;height:83.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q11BQbgftw7CbZost7D3tWpw19bLrLK8 { width:29.4375rem;height:6.01171875rem;top:20.48828125rem;left:9.15625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-button { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9  { width:25.4375rem;height:auto;top:51.5rem;left:10.125rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 {display:block;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 { width:25.4375rem;height:auto;top:51.5rem;left:10.125rem; }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #P9mcl0Xi7I3ErlHFOlfJmOUT1urmKHqu {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #QqMm7BDSNtNmQZ3lgRgUsTEmVpkdVapi {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #eycmDyTKBwcIZPUwrg66WS6zq9VwD95F {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #oiaBLICh791Aw5TfcRMTzW4TqKhnv9W9 {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #yJdkMa1syUB4My5p6TREBAV8dhdT8Atc {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #DKULXJglAHz066WtH2RUQTpshcff67wA {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #hchoiBvqA199p1ESHuA8K8zJQF94gFvG {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #apXsmK9FZdQPBm0MK42Fgn6pqQ3Qpw9W {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #RM5dFGNup1E3qeJJpVbElN7kuu3z2JU6 {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #T9GCiDMdzfQ4NbQZPzfPcvK7vzOwXBxp {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #PI95Oq9TpNyxyoL36Af6F0KOm988eW3g {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #Oh0w3FQ3lGzedt2FiHHTGp22Xpt3mqSv {  }
 }@media only screen and (max-width: 1199px) { #UVvMMPxr4PE5viJTrEBFgzWSmX8yG9vg { display:block; }
 }@media only screen and (max-width: 1199px) { #o5JSgarM7ocTN5XMDk3TCHXKs9lcdT5u { display:block; }
 }@media only screen and (max-width: 1199px) { #JXAEsqzc3be164UT9PdLR2RNrxThibUW { display:block; }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #u61p1HsGJ131rs7XX69QuecGFZqHqzQp {  }
 }@media only screen and (max-width: 1199px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #m4e7v2SzOJJRXWTmyXJQX5AewBQSBinh {  }
 }@media only screen and (max-width: 1199px) { #avVRdLNK3F8GT7k4kBrWuk5Q55FbdcET { width:30.0625rem;height:31.0625rem;top:49.0625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GRESJMlOQAZPghVuVnJ8klvWBRuJOE9X { width:23.8125rem;height:1.625rem;top:77.875rem;left:12rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FpDpnxQLKeSnh9TPEWMIJzBgnhtI72lL { width:25.5rem;height:1.13720625rem;top:50.4375rem;left:11.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLGlf4Akm2LOeGzysKTpPVsfmVJkQLz8 { width:33.8125rem;height:8.099125rem;top:1.5rem;left:7.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kpUzl7y1puoHwxMSBcT1DNFCpsHxUAFk { width:23.9375rem;height:3.75rem;top:42.1875rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qx2I242fIvrTFQ8O7iI6hDFbnQurHQVc { display:block; }
 }@media only screen and (max-width: 1199px) { #dkCMwoTpVnAZccB6iITo3LgvzwL3DOzS { width:34.875rem;height:10.9668125rem;top:27.9375rem;left:6.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HlZV95cXCIgH4Samutq34AS9QykvAI6u { width:32.875rem;height:5.3994125rem;top:10.8125rem;left:7.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 { display:block; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container { width:47.75rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oWA96rFZpJXgAzuaytxrPciaC2r25Hpe { width:47.75rem;height:2.4375rem;top:3.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QTQXLrTcWvp02zqHuzU5CMizQgxRfaq0 { width:32.625rem;height:1.5996125rem;top:8.75rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ABHr3xDT8ZLAsZ60LV1g3APwteL0N39n { width:18.75rem;height:3.6875rem;top:42.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TbSOrPsQdR7Sc2iG81Z8esbBdNBpB3qK { display:block; }
 }@media only screen and (max-width: 1199px) { #Dxd6oLfCNAhCmDAIWUTUbQLl5082d0rb { width:3.625rem;height:3.625rem;top:7.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZ2vNqTF3oGILWL9N1OBZJqIr5L6F8uf { width:3.125rem;height:3.125rem;top:13.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PMTnPAabMUfuBgTrI7HTquzQG7MEkbGB { width:25.3125rem;height:1.5996125rem;top:14rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H93VkEzCDNoMyNeIOwAw0X7yKTHlpe7a { width:27.5625rem;height:1.5996125rem;top:18.8125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J37FezBdbvxPsCA8MgrOswIrXT4RBa3I { width:2.875rem;height:2.875rem;top:18.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CJvoUnVX3BlkNelCWcy7mcptvPwzMUhx { width:28.8125rem;height:3.19921875rem;top:22.9375rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #twU5SpTQLTmMnNDHdWaIl42Ks8xu66Q6 { width:3.25rem;height:3.25rem;top:22.8125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1xw0b0yglmII51ozli3QtT6qCBv4y0h { width:24.5rem;height:1.5996125rem;top:28.3125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yCX7hruKBxA6fPOpQTCpnlvpU7P7LUfa { width:2.875rem;height:2.875rem;top:36.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BBfXKC3zrDTqsZB99LXXKaO8L58KPcJt { width:33.25rem;height:1.5996125rem;top:32.6875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x2dzIlMxXQ8eTyw7yFO77wC8nP28DPSA { width:33.1875rem;height:1.5996125rem;top:37.0625rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ucv1HNWql1PqIsE0P5lSsezQ6hSGG5Wo { width:3.75rem;height:3.75rem;top:27.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m2DJaTuclrZPVoGqtz5Is684cpSdGORO { width:3.1875rem;height:3.1875rem;top:31.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 { display:block; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container { width:47.75rem;height:70.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PWVaW3wr6KRhU8rsF346mx9g2ZhTJXsm { width:45.8125rem;height:2.35595625rem;top:4.375rem;left:0.96875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LEUaa8nEA5sKzRF9tvsqqAz4IoZbBRU6 { width:33.6875rem;height:1.625rem;top:17.8125rem;left:7.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HJpVTqu4mUbFC9XvBshbWCMfU85yb5us { width:40.1875rem;height:16.1875rem;top:20.5625rem;left:5.09375rem;font-size:1.25rem;display:block; }#HJpVTqu4mUbFC9XvBshbWCMfU85yb5us li:before{  }
 }@media only screen and (max-width: 1199px) { #zis5aot0nSlptNWNNcMBNoT4cEXTeDip { width:43.875rem;height:4.875rem;top:42.1875rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZShX2TA7fJpfDKiRcWvAaQQQ37E0SbQ { width:37.5625rem;height:4.875rem;top:51.4375rem;left:5.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dnW384GBtxhy8WB5o2FtBT6x5QrJKKLd { width:40.4375rem;height:3.25rem;top:10.6875rem;left:3.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cis14DozSLPodk1n8aUS0gTCSJHwmTkT { width:43.0625rem;height:1.4624rem;top:58.5625rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tx0F7qbfswNTGkEGkTQkdqNP0mSiwSBZ { width:18.75rem;height:3.6875rem;top:62.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoyFX33oiUSo4DeTqQkO6U5pMEmSQEvu { display:block; }
 }@media only screen and (max-width: 1199px) { #fQiTMdiTaQ9z8UGxM2M8GFWpfnX1n8es { width:31.0625rem;height:0.1875rem;top:8.875rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 { display:block; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container { width:47.75rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g03fXLALH1rgANUWncoiuS7WBO3DD2M0 { width:35.4375rem;height:3.0874rem;top:2.1875rem;left:6.15625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KnM0DksqeudSqZiSaGDuw628iiWtHm0K { width:21.875rem;height:0.0625rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vAgteSOxDlasRHxrTTHUGnQkLwXqv09R { width:21.875rem;height:0.0625rem;top:5.9375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vexOUlaVbl56glwXyD6IwAIRPx8MB2KO { width:33.25rem;height:4.19970625rem;top:101.5625rem;left:7.78125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l0VZvnT0mXSFZWUnTtRRIii7zXW5zM9H { width:20.75rem;height:2.4375rem;top:8.9375rem;left:25.5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PTVPJKLZSZr2ADJNoCVs1gBxiRSSXsFB { width:17rem;height:2.4375rem;top:8.9375rem;left:2.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #dwV42fENciiTDRFoQBOoagEW95vuG73o { width:23.4375rem;height:1.5996125rem;top:11.91845703125rem;left:24.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PTnVAI21M3S6NpKrfuiSiPC8MsoHwTNl { width:20.5rem;height:1.5996125rem;top:11.91845703125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #HtbJ0vXVMf1aePBTqaUJE5c5Actmy3rn { width:23rem;height:30.5rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kwg4l1ygoTc2uXskQr5CJNTERIBeULzG { width:22.25rem;height:32.625rem;top:18.125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BS8tW2isCmMbHoSQ3nx3byLFtDcFtCJV { width:21.3125rem;height:4.798825rem;top:14.755859375rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kUgxWHyVgt6D295O6KX5h5GsLhZl1FzL { width:24.3125rem;height:4.798825rem;top:14.75634765625rem;left:23.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK { display:block; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container { width:47.75rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #X6wN6fgNuxTPDZ9otvo2EnuIr1fOGETl { width:45.8125rem;height:2.35595625rem;top:3.6875rem;left:0.96875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WxxkiFIk1XOs2XXwdHPGmwr66xwnIuMq { width:46.8125rem;height:9.75rem;top:7.8125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HZisourl6fv4uvDEoiNNpQ693TTlb1CI { width:30.0625rem;height:31.0625rem;top:33rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yBX49HJdyJu4eP63tSLp8UQmC0OI4Ea2 { width:25.9375rem;height:1.13720625rem;top:34.125rem;left:10.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BJp8TANs8VIX6bc4v8V3XTHXFmKI1kaG { width:23.8125rem;height:1.625rem;top:61.875rem;left:11.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtNeXJrsu7nTSASZOPwQimHVTee938Ep { width:33.6875rem;height:3.25rem;top:19.75rem;left:5.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RrBA95JCzliIi6NQmo22gsJ31EbhAeD0 { width:45.625rem;height:3.25rem;top:26.4375rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-regular-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-text { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-textarea { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-select { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-button { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-checkbox-label { width:24.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0  { width:25.4375rem;height:auto;top:35.26171875rem;left:9.90625rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .radio-container { width:25.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 {display:block;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 { width:25.4375rem;height:auto;top:35.26171875rem;left:9.90625rem; }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #TQ5m43QAkSKUtMrDtGTNKeIaOIJTMzfP {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #gRiJ6PoJewtZirtOPTsgJCoX3VQ7WeJS {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #QkLJ1KbXgI5SL0s5dbaQVH7ObmSp2ETC {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #W8F5oZw8D0XxtkEoXviFbdhRlkXeh6DW {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #l8rDG0AZkplNoOTA0ZKmgz0wMZHicT5I {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #GQBaqGMz8Lv0tU8Htapd7k6ZClcLu4Jg {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #OvXlBRVo1buNfIUIbqbv9e6PTMzTaJJ6 {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #fi1b6bBQa9NCcHE1pvWtq0ko0p2xJ2ep {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #hIBxIA3Osfu5k0KQqtud8A9fBKPuS2e5 {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #KGAn09LvtFOUTORNKiLCQaQlezGpUzCA {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #VyEdqUcquyyRCsRmJRTsqFEE2PvrLiE4 {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #ZAxLxqnZn60DEpLzX5553kr6rn3urc1J {  }
 }@media only screen and (max-width: 1199px) { #HsGgu25QgTBHbuhb41pHzumn3gERRNrU { display:block; }
 }@media only screen and (max-width: 1199px) { #Tz0SiaPXwAeivTIwstG9SppvJseCwyGD { display:block; }
 }@media only screen and (max-width: 1199px) { #oxKWxrtTWCtxLAIeOOIlHw7A3sFzZbgv { display:block; }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #OVkQTBikfDsxZD20TQGfiNsXTxsIE8Rf {  }
 }@media only screen and (max-width: 1199px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #VWkNVvG6KHGAXZRfDAnDm13WRDy1DBSb {  }
 }@media only screen and (max-width: 1199px) { #Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt { display:block; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xececrEJsezrvww2Crkz2OXFwBoRk3Uk { width:47.75rem;height:0.0625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yR4rCKNeo5PvyoNkg6gZzpZBpSmR6pv4 { width:31.3125rem;height:1.125rem;top:8.6875rem;left:8.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #R6nuq9mTMhimQiUFVy6WxNfLOTAucxtU { width:3.875rem;height:1.125rem;top:2.5rem;left:10.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F87i4Z3HEdDS3WU2xtFk3HQs9m5RlBG3 { width:8.25rem;height:1.125rem;top:2.5rem;left:28.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uzVGslVv4h296kbhpXTAqTBcme9alRdg { width:28.3125rem;height:2.25rem;top:5.09375rem;left:9.71875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW { display:none; }#hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Vo6iVKVQNud5Q8JsGoI2lRmSzev7rUPW { width:35.625rem;height:46.25rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMfs5zdF8ThJkky9qtuiMcWfzabT0NGs { width:32.6875rem;height:;top:30.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v38gwZPMAONVwLrgx5ZRcTfP9JMqC3cf { width:31.9375rem;height:14.125rem;top:37.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V19f60ZzGfGb7HLF1QKZS9JlX46F06sy { width:33rem;height:1.4375rem;top:52.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 { width:31.6875rem;height:;top:55.3125rem;left:0rem;font-size:1rem;display:block; }#Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 li:before{  }
 }@media only screen and (max-width: 1199px) { #cfSEQE1ao6dTQoNWAMmTwFpLsRwRSmNx { width:32.3125rem;height:;top:30.75rem;left:15.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UqbQxikghdGJiIuCLHBf11BVnUsQEyV2 { width:30rem;height:11rem;top:37.1875rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cXe6TZHQzmdCHrUN3Za27bmwIrFDVUB5 { width:32.4375rem;height:1.4375rem;top:50.0625rem;left:15.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik { width:32.1875rem;height:14.1875rem;top:52.625rem;left:14.6875rem;font-size:1rem;display:block; }#u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik li:before{  }
 }@media only screen and (max-width: 1199px) { #ltznkFrbxzCXPu7fnXWSHawL6uQgTTU7 { width:35.625rem;height:46.25rem;top:28.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D4RVpRrHc258aSl2dTyxZMgRrbZZDFXk { width:32.6875rem;height:;top:33.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eoZMKUgTHAMch2KeAcOaEBzttmrIsUD6 { width:32.6875rem;height:;top:33.3125rem;left:15.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rzp0BTrhiyJT0vfIi4QApxl6y4cI7Xmz { width:32.625rem;height:6.25rem;top:67.5625rem;left:15.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PtJBDcHySSytXEMcZ6bwC4NDxWTAzJTT { width:32.625rem;height:6.25rem;top:67.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xbGCXyTszrVAuETm1Cdr69z2LANWInwa { width:28.125rem;height:28.125rem;top:0.75rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pZTMVErZ9ogJACIuN4W1xAmFy6t9vNbh { width:18.75rem;height:3.6875rem;top:79.75rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C8GaRTqE4ZP9weEzq4IH0DLpIoBgO1Nc { display:block; }
 }@media only screen and (max-width: 1199px) { #tLG2neZrfwpXdvRxaWiREcso0VDqAKyW { display:none; }#tLG2neZrfwpXdvRxaWiREcso0VDqAKyW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #pt22IfuKNKrWSBJlzlyzvtsyVLsZnmoo { width:31.25rem;height:3.625rem;top:4.625rem;left:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UWum4EVTVO4xOvl4H8Ivdp0PZsf97Rvq { width:34.6875rem;height:1.25rem;top:9.1875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztrJlWgzkomFMCaUcZAKonQ4NpW2TGmT { width:28.4375rem;height:;top:13.875rem;left:9.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fZ2dygqo0JwtPRVf2UOC371Jva80NLAV { width:3.25rem;height:3.1875rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNOG8ZJ6X4stEdbFTDt6CqkhFWgNSPPb { width:15.625rem;height:;top:25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tKVkkfaIxdom0fQQHOKfIrRImCTqfkT1 { width:32.8125rem;height:7.125rem;top:20.875rem;left:14.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b3FA5yML38nULQFpgyODMWPlnm65auFy { width:3.25rem;height:3.1875rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dS8iLCuM6KmtxCaPC26t3rAyWTBrveJu { width:15.625rem;height:;top:36rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyKsg9vzfPBggvxZ0o65AqPKyTWoqHpT { width:15.625rem;height:1.8125rem;top:47.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F2fSDKAhQvswf9ERWyHIxfgkOCcvHbUe { width:3.25rem;height:3.1875rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nOaQgr5aOfozTgW24uEKkcNyEgBkIp8K { width:3.25rem;height:3.1875rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DukEEc9avlknXhBkk7IDl6euSJ9via9S { width:15.625rem;height:;top:59.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d9zLXIdTeiMOtTT4aUFHtWcmXLLrl75U { width:18.75rem;height:3.6875rem;top:78.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODOLeAWl03pvTJnZfTOz7BZVZTIFsWqh { display:block; }
 }@media only screen and (max-width: 1199px) { #TmFOWLl1DkiIKqzxQNJ7d92OfiqeC5OZ { width:36.9375rem;height:7.125rem;top:31.875rem;left:10.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b1P9ozkgG2TJx3kPTiGuTRGViK2Z4rvm { width:29.875rem;height:7.125rem;top:43.5rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #koglwfHZyOhlTMo9taDE9oSi8FBVCEcK { width:36rem;height:8.9375rem;top:55.125rem;left:11.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i35HNyByXsm6boddAkvPX8cnT0v69U18 { width:3.25rem;height:3.1875rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #upqkudNOeO46Q5MfXuxHSXwHaGvx28Ra { width:15.625rem;height:;top:71.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LuVUCFvg8P9bnztCeBcKy6EJOiXTWGOI { width:36rem;height:;top:67.8125rem;left:11.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 { display:block; }#mt5GT3QDy2biyPE8KE6K1AezZZknsCn6 > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEbpfzIFzp1hJnnVAXmwPDdM8nsGX2Ng { width:3.625rem;height:3.625rem;top:1.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bed97f63-d664-45a2-8466-76bb8e150a8d/OkadkaYTplatforma.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o.adaptive-delivery-prevent-bg, #Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o.lazyload, #Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o.lazyloading { background-image: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { background-color: transparent; background-image: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container > .video-iframe-container { display: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row > .video-iframe-container { display: none; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .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); }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { border-width: 0; border-radius: 0; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ze23hGdCV3CWZb6qmP9ycLixVofb1u4o > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q11BQbgftw7CbZost7D3tWpw19bLrLK8 { width:20rem;height:4.0625rem;top:22.2890625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;display:block;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-container:first-of-type{padding-top:0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .widget-container:last-of-type{padding-bottom:0;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9  { width:17.5rem;height:auto;top:51.625rem;left:0.1875rem;background-color:transparent;background-image:none; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 {display:block;}#qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 { width:17.5rem;height:auto;top:51.625rem;left:0.1875rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #P9mcl0Xi7I3ErlHFOlfJmOUT1urmKHqu {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #QqMm7BDSNtNmQZ3lgRgUsTEmVpkdVapi { display:none; }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #eycmDyTKBwcIZPUwrg66WS6zq9VwD95F {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #oiaBLICh791Aw5TfcRMTzW4TqKhnv9W9 {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #yJdkMa1syUB4My5p6TREBAV8dhdT8Atc { display:none; }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #DKULXJglAHz066WtH2RUQTpshcff67wA {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #hchoiBvqA199p1ESHuA8K8zJQF94gFvG {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #apXsmK9FZdQPBm0MK42Fgn6pqQ3Qpw9W { display:none; }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #RM5dFGNup1E3qeJJpVbElN7kuu3z2JU6 {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #T9GCiDMdzfQ4NbQZPzfPcvK7vzOwXBxp {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #PI95Oq9TpNyxyoL36Af6F0KOm988eW3g {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #Oh0w3FQ3lGzedt2FiHHTGp22Xpt3mqSv {  }
 }@media only screen and (max-width: 763px) { #UVvMMPxr4PE5viJTrEBFgzWSmX8yG9vg { display:block; }
 }@media only screen and (max-width: 763px) { #o5JSgarM7ocTN5XMDk3TCHXKs9lcdT5u { display:block; }
 }@media only screen and (max-width: 763px) { #JXAEsqzc3be164UT9PdLR2RNrxThibUW { display:block; }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #u61p1HsGJ131rs7XX69QuecGFZqHqzQp {  }
 }@media only screen and (max-width: 763px) { #qq83Tug1XIIFbFCkdvFLZHMmHlhi8gZ9 #m4e7v2SzOJJRXWTmyXJQX5AewBQSBinh {  }
 }@media only screen and (max-width: 763px) { #avVRdLNK3F8GT7k4kBrWuk5Q55FbdcET { width:19.625rem;height:28.75rem;top:48.25rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRESJMlOQAZPghVuVnJ8klvWBRuJOE9X { width:18.6875rem;height:2rem;top:74.3125rem;left:0.875rem;font-size:0.625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FpDpnxQLKeSnh9TPEWMIJzBgnhtI72lL { width:20rem;height:2.2744125rem;top:49.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLGlf4Akm2LOeGzysKTpPVsfmVJkQLz8 { width:17.375rem;height:8.3984375rem;top:3.2265625rem;left:1.3125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpUzl7y1puoHwxMSBcT1DNFCpsHxUAFk { width:16.9375rem;height:3.5625rem;top:42.03125rem;left:1.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx2I242fIvrTFQ8O7iI6hDFbnQurHQVc { display:block; }
 }@media only screen and (max-width: 763px) { #dkCMwoTpVnAZccB6iITo3LgvzwL3DOzS { width:20rem;height:10.2363125rem;top:27.98828125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HlZV95cXCIgH4Samutq34AS9QykvAI6u { width:20rem;height:6.2988125rem;top:13.4541015625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 { display:block; }#VlbVEdO3txOQh51L0TQ2nkvbgHQvOs32 > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oWA96rFZpJXgAzuaytxrPciaC2r25Hpe { width:20rem;height:3.75rem;top:0.68125152587888rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QTQXLrTcWvp02zqHuzU5CMizQgxRfaq0 { width:15.3125rem;height:2.79980625rem;top:12.6875rem;left:2.34375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABHr3xDT8ZLAsZ60LV1g3APwteL0N39n { width:16.25rem;height:3.4375rem;top:72.3125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSOrPsQdR7Sc2iG81Z8esbBdNBpB3qK { display:block; }
 }@media only screen and (max-width: 763px) { #Dxd6oLfCNAhCmDAIWUTUbQLl5082d0rb { display:flex;width:3rem;height:3rem;top:8.49365234375rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #XZ2vNqTF3oGILWL9N1OBZJqIr5L6F8uf { display:flex;width:3.125rem;height:3.125rem;top:17.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #PMTnPAabMUfuBgTrI7HTquzQG7MEkbGB { width:16.5625rem;height:2.79980625rem;top:21.5625rem;left:1.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H93VkEzCDNoMyNeIOwAw0X7yKTHlpe7a { width:14.8125rem;height:2.79980625rem;top:31.29833984375rem;left:2.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J37FezBdbvxPsCA8MgrOswIrXT4RBa3I { display:flex;width:2.9375rem;height:2.9375rem;top:27.3125rem;left:8.53125rem; }
 }@media only screen and (max-width: 763px) { #CJvoUnVX3BlkNelCWcy7mcptvPwzMUhx { width:17.25rem;height:2.79980625rem;top:40.71044921875rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twU5SpTQLTmMnNDHdWaIl42Ks8xu66Q6 { display:flex;width:3.25rem;height:3.25rem;top:36.7705078125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #V1xw0b0yglmII51ozli3QtT6qCBv4y0h { width:17.8125rem;height:1.3999rem;top:50.3125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yCX7hruKBxA6fPOpQTCpnlvpU7P7LUfa { display:flex;width:3.25rem;height:3.25rem;top:62.3330078125rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #BBfXKC3zrDTqsZB99LXXKaO8L58KPcJt { width:20rem;height:2.79980625rem;top:57.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2dzIlMxXQ8eTyw7yFO77wC8nP28DPSA { width:20rem;height:2.79980625rem;top:66.2998046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ucv1HNWql1PqIsE0P5lSsezQ6hSGG5Wo { display:flex;width:3.375rem;height:3.375rem;top:45.4375rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #m2DJaTuclrZPVoGqtz5Is684cpSdGORO { display:flex;width:2.875rem;height:2.875rem;top:53.8125rem;left:8.5625rem; }
 }@media only screen and (max-width: 763px) { #o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 { display:block; }#o1AhMMaod68TN1vUnp1EpIizB0SBlFf4 > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PWVaW3wr6KRhU8rsF346mx9g2ZhTJXsm { width:18.6875rem;height:4.38671875rem;top:1.7734375rem;left:0.65625rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LEUaa8nEA5sKzRF9tvsqqAz4IoZbBRU6 { width:20rem;height:1.21875rem;top:13.75390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HJpVTqu4mUbFC9XvBshbWCMfU85yb5us { width:20rem;height:17.40625rem;top:15.84765625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }#HJpVTqu4mUbFC9XvBshbWCMfU85yb5us li:before{  }
 }@media only screen and (max-width: 763px) { #zis5aot0nSlptNWNNcMBNoT4cEXTeDip { width:20rem;height:7.3125rem;top:36.19140625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FZShX2TA7fJpfDKiRcWvAaQQQ37E0SbQ { width:20rem;height:6.09375rem;top:45.75390625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dnW384GBtxhy8WB5o2FtBT6x5QrJKKLd { width:20rem;height:3.65625rem;top:8.84765625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cis14DozSLPodk1n8aUS0gTCSJHwmTkT { width:20rem;height:2.4375rem;top:60.03515625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tx0F7qbfswNTGkEGkTQkdqNP0mSiwSBZ { width:19rem;height:2.875rem;top:54.97265625rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoyFX33oiUSo4DeTqQkO6U5pMEmSQEvu { display:block; }
 }@media only screen and (max-width: 763px) { #fQiTMdiTaQ9z8UGxM2M8GFWpfnX1n8es { width:20rem;height:0.1875rem;top:7.41015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/af5dba2f-43ce-4c8b-8c37-ab83beb8af96/OkadkaYTplatforma.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;display:block; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4.adaptive-delivery-prevent-bg, #LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4.lazyload, #LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4.lazyloading { background-image: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container { background-color: transparent; background-image: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container > .video-iframe-container { display: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row > .video-iframe-container { display: none; }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .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); }#LiNkPSelWz0KnI1nKpZ3nCDqeu2iPng4 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g03fXLALH1rgANUWncoiuS7WBO3DD2M0 { width:20rem;height:3.75rem;top:1.8125rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KnM0DksqeudSqZiSaGDuw628iiWtHm0K { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vAgteSOxDlasRHxrTTHUGnQkLwXqv09R { width:20rem;height:0.0625rem;top:6.4125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vexOUlaVbl56glwXyD6IwAIRPx8MB2KO { width:18.75rem;height:0;top:109.8125rem;left:3.75rem;font-size:1rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #l0VZvnT0mXSFZWUnTtRRIii7zXW5zM9H { width:20rem;height:1rem;top:19.1875rem;left:0rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTVPJKLZSZr2ADJNoCVs1gBxiRSSXsFB { width:20rem;height:1rem;top:8.25rem;left:0rem;font-size:1rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwV42fENciiTDRFoQBOoagEW95vuG73o { width:18.1875rem;height:1.19970625rem;top:20.8125rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTnVAI21M3S6NpKrfuiSiPC8MsoHwTNl { width:20rem;height:1.19970625rem;top:9.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtbJ0vXVMf1aePBTqaUJE5c5Actmy3rn { width:9.625rem;height:12.6875rem;top:28.875rem;left:9.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kwg4l1ygoTc2uXskQr5CJNTERIBeULzG { width:9.0625rem;height:13.1875rem;top:28.375rem;left:0.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BS8tW2isCmMbHoSQ3nx3byLFtDcFtCJV { width:20rem;height:4.19970625rem;top:11.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUgxWHyVgt6D295O6KX5h5GsLhZl1FzL { width:20rem;height:4.19970625rem;top:23.0478515625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK { display:block; }#AZ5R2FSEQG9xaCf6vp5dGwxLrlhzzcyK > .row .container { width:20rem;height:74.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6wN6fgNuxTPDZ9otvo2EnuIr1fOGETl { width:18.6875rem;height:6.5800625rem;top:2.9609375rem;left:0.65625rem;font-size:1.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WxxkiFIk1XOs2XXwdHPGmwr66xwnIuMq { width:18.125rem;height:12.1875rem;top:11rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HZisourl6fv4uvDEoiNNpQ693TTlb1CI { width:19.625rem;height:30.4375rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBX49HJdyJu4eP63tSLp8UQmC0OI4Ea2 { width:20rem;height:2.2744125rem;top:41.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJp8TANs8VIX6bc4v8V3XTHXFmKI1kaG { width:20rem;height:2rem;top:66.6875rem;left:0rem;font-size:0.625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ZtNeXJrsu7nTSASZOPwQimHVTee938Ep { width:20rem;height:3.65625rem;top:26.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RrBA95JCzliIi6NQmo22gsJ31EbhAeD0 { width:20rem;height:3.65625rem;top:32.59375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;display:block;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-container:first-of-type{padding-top:0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .widget-container:last-of-type{padding-bottom:0;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0  { width:17.5rem;height:auto;top:43.39892578125rem;left:0rem;background-color:transparent;background-image:none; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 {display:block;}#ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 { width:17.5rem;height:auto;top:43.39892578125rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #TQ5m43QAkSKUtMrDtGTNKeIaOIJTMzfP {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #gRiJ6PoJewtZirtOPTsgJCoX3VQ7WeJS { display:none; }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #QkLJ1KbXgI5SL0s5dbaQVH7ObmSp2ETC {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #W8F5oZw8D0XxtkEoXviFbdhRlkXeh6DW {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #l8rDG0AZkplNoOTA0ZKmgz0wMZHicT5I { display:none; }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #GQBaqGMz8Lv0tU8Htapd7k6ZClcLu4Jg {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #OvXlBRVo1buNfIUIbqbv9e6PTMzTaJJ6 {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #fi1b6bBQa9NCcHE1pvWtq0ko0p2xJ2ep { display:none; }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #hIBxIA3Osfu5k0KQqtud8A9fBKPuS2e5 {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #KGAn09LvtFOUTORNKiLCQaQlezGpUzCA {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #VyEdqUcquyyRCsRmJRTsqFEE2PvrLiE4 {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #ZAxLxqnZn60DEpLzX5553kr6rn3urc1J {  }
 }@media only screen and (max-width: 763px) { #HsGgu25QgTBHbuhb41pHzumn3gERRNrU { display:block; }
 }@media only screen and (max-width: 763px) { #Tz0SiaPXwAeivTIwstG9SppvJseCwyGD { display:block; }
 }@media only screen and (max-width: 763px) { #oxKWxrtTWCtxLAIeOOIlHw7A3sFzZbgv { display:block; }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #OVkQTBikfDsxZD20TQGfiNsXTxsIE8Rf {  }
 }@media only screen and (max-width: 763px) { #ub1PoTHidlFx1vkL3xhah9BCWfGKKIl0 #VWkNVvG6KHGAXZRfDAnDm13WRDy1DBSb {  }
 }@media only screen and (max-width: 763px) { #Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt { display:block; }#Bho6Mvn5d3pTpdeoIxo57Bxuv0yULtqt > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xececrEJsezrvww2Crkz2OXFwBoRk3Uk { width:20rem;height:0.0625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR4rCKNeo5PvyoNkg6gZzpZBpSmR6pv4 { width:20rem;height:2.25rem;top:12.375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6nuq9mTMhimQiUFVy6WxNfLOTAucxtU { width:3.875rem;height:1.125rem;top:3.0625rem;left:8.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F87i4Z3HEdDS3WU2xtFk3HQs9m5RlBG3 { width:8.25rem;height:1.125rem;top:5.4375rem;left:5.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzVGslVv4h296kbhpXTAqTBcme9alRdg { width:20rem;height:3.375rem;top:7.8125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW { display:none; }#hsnrFs9qukCK3wVlEMBiToiPaFgR5NuW > .row .container { width:20rem;height:162.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vo6iVKVQNud5Q8JsGoI2lRmSzev7rUPW { width:19.625rem;height:57.625rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMfs5zdF8ThJkky9qtuiMcWfzabT0NGs { width:20rem;height:1.94921875rem;top:21.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38gwZPMAONVwLrgx5ZRcTfP9JMqC3cf { width:18rem;height:20.9911875rem;top:26.4921875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V19f60ZzGfGb7HLF1QKZS9JlX46F06sy { width:18rem;height:1.29980625rem;top:48.732421875rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 { width:18rem;height:15.3935625rem;top:51.2822265625rem;left:1rem;font-size:1rem;display:block; }#Ve5PRvEynJ6Hx1PX1wpVbeGCP1AqOQp2 li:before{  }
 }@media only screen and (max-width: 763px) { #cfSEQE1ao6dTQoNWAMmTwFpLsRwRSmNx { width:20rem;height:1.94921875rem;top:99.3681640625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqbQxikghdGJiIuCLHBf11BVnUsQEyV2 { width:17.5625rem;height:16.793rem;top:104.4228515625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXe6TZHQzmdCHrUN3Za27bmwIrFDVUB5 { width:18rem;height:1.29980625rem;top:122.4658203125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik { width:18rem;height:18.192375rem;top:125.015625rem;left:1rem;font-size:1rem;display:block; }#u3nMAzaZ05EzrBN6XLiHo9X6gi7xkbik li:before{  }
 }@media only screen and (max-width: 763px) { #ltznkFrbxzCXPu7fnXWSHawL6uQgTTU7 { width:19.625rem;height:56rem;top:98.1181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4RVpRrHc258aSl2dTyxZMgRrbZZDFXk { width:20rem;height:1.54296875rem;top:23.69921875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoZMKUgTHAMch2KeAcOaEBzttmrIsUD6 { width:20rem;height:1.54296875rem;top:101.6298828125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzp0BTrhiyJT0vfIi4QApxl6y4cI7Xmz { width:18.125rem;height:8.3965rem;top:144.4560546875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtJBDcHySSytXEMcZ6bwC4NDxWTAzJTT { width:18rem;height:8.3965rem;top:67.92578125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbGCXyTszrVAuETm1Cdr69z2LANWInwa { width:18.75rem;height:18.75rem;top:79.9306640625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZTMVErZ9ogJACIuN4W1xAmFy6t9vNbh { width:16.25rem;height:3.4375rem;top:156.6806640625rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8GaRTqE4ZP9weEzq4IH0DLpIoBgO1Nc { display:block; }
 }@media only screen and (max-width: 763px) { #tLG2neZrfwpXdvRxaWiREcso0VDqAKyW { display:none; }#tLG2neZrfwpXdvRxaWiREcso0VDqAKyW > .row .container { width:20rem;height:109.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pt22IfuKNKrWSBJlzlyzvtsyVLsZnmoo { width:20rem;height:1.875rem;top:2.5625rem;left:0rem;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UWum4EVTVO4xOvl4H8Ivdp0PZsf97Rvq { width:20rem;height:1.13671875rem;top:5.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztrJlWgzkomFMCaUcZAKonQ4NpW2TGmT { width:13.5625rem;height:3.8984375rem;top:8.07421875rem;left:3.21875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ2dygqo0JwtPRVf2UOC371Jva80NLAV { width:2.5rem;height:2.4375rem;top:15.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNOG8ZJ6X4stEdbFTDt6CqkhFWgNSPPb { width:15.625rem;height:1.7871125rem;top:18.1875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKVkkfaIxdom0fQQHOKfIrRImCTqfkT1 { width:20rem;height:8.53025rem;top:21.224609375rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3FA5yML38nULQFpgyODMWPlnm65auFy { width:2.5rem;height:2.4375rem;top:32.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dS8iLCuM6KmtxCaPC26t3rAyWTBrveJu { width:15.625rem;height:1.7871125rem;top:36rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyKsg9vzfPBggvxZ0o65AqPKyTWoqHpT { width:15.625rem;height:1.7871125rem;top:55.0625rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2fSDKAhQvswf9ERWyHIxfgkOCcvHbUe { width:2.5rem;height:2.4375rem;top:51.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOaQgr5aOfozTgW24uEKkcNyEgBkIp8K { width:2.5rem;height:2.4375rem;top:69.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DukEEc9avlknXhBkk7IDl6euSJ9via9S { width:15.625rem;height:1.7871125rem;top:72.5rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9zLXIdTeiMOtTT4aUFHtWcmXLLrl75U { width:16.25rem;height:3.4375rem;top:102.6845703125rem;left:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODOLeAWl03pvTJnZfTOz7BZVZTIFsWqh { display:block; }
 }@media only screen and (max-width: 763px) { #TmFOWLl1DkiIKqzxQNJ7d92OfiqeC5OZ { width:20rem;height:9.75rem;top:39.037109375rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b1P9ozkgG2TJx3kPTiGuTRGViK2Z4rvm { width:19.1875rem;height:8.125rem;top:58.099609375rem;left:0.40625rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koglwfHZyOhlTMo9taDE9oSi8FBVCEcK { width:20rem;height:11.375rem;top:75.537109375rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i35HNyByXsm6boddAkvPX8cnT0v69U18 { width:3.25rem;height:3.1875rem;top:90.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upqkudNOeO46Q5MfXuxHSXwHaGvx28Ra { width:15.625rem;height:1.7871125rem;top:93.875rem;left:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuVUCFvg8P9bnztCeBcKy6EJOiXTWGOI { width:20rem;height:1.7871125rem;top:96.875rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }