.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb.adaptive-delivery-prevent-bg, #Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb.lazyload, #Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb.lazyloading { background-image: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container { background-color: transparent; background-image: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container > .video-iframe-container { display: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row > .video-iframe-container { display: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .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); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container { border-width: 0; border-radius: 0; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container { font-size:14px;font-family:arial;height:116px;width:1200px;overflow:visible;position:relative;display:block; }#DKZar1ery6EyXl8tycsWwgxgX8Hc54JT { position:absolute;display:block;z-index:15029;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;height:82px;width:175px;top:10.983013153076px;left:0px;overflow:hidden;display:block; }
#C1yR3sRWbTO6JJ3QPS8vcnPBbbmPqDH4 { color:#ffffff;display:block;width:512.985px;position:absolute;font-family:poppins;font-size:30px;font-weight:300;z-index:15074;line-height:1.2;letter-spacing:0;text-shadow:0 0 8px #ffffff;top:23.938108444214px;left:686.99942016602px;height:36.0032px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQslLs6y6N5ysSXPq9IXXGKTLqRtdywC { color:#ffffff;display:block;width:258.996px;position:absolute;font-family:poppins;font-size:20px;font-weight:300;z-index:15073;line-height:1.2;letter-spacing:0;text-shadow:0 0 8px #ffffff;top:69.963592529297px;left:937.95510864258px;height:23.9968px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.adaptive-delivery-prevent-bg, #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.lazyload, #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.lazyloading { background-image: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { background-color: transparent; background-image: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container > .video-iframe-container { display: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container { display: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .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); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { border-width: 0; border-radius: 0; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { font-size:14px;font-family:arial;height:174px;width:1200px;overflow:visible;position:relative;display:block; }#haOkFiVUTpKwmQz3NEcpTsF4RQ1pPxA4 { color:#ffffff;display:block;width:1052.99px;position:absolute;font-family:poppins;font-size:45px;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;text-shadow:0 0 24px #0773bb;top:32.99454498291px;left:73.483001708984px;height:107.9936px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.adaptive-delivery-prevent-bg, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyload, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyloading { background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { background-color: transparent; background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .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); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { border-width: 0; border-radius: 0; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD::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; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { font-size:14px;font-family:arial;height:174px;width:1200px;overflow:visible;position:relative;display:block; }#VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { position:absolute;display:block;z-index:15013;background-color:#0087cc;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px #0087cc ;height:1.96197px;width:199.98px;top:137.58090209961px;left:500.00003051758px;display:block; }
#JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { color:#0773bb;display:block;width:1199.99px;position:absolute;font-family:poppins;font-size:53px;font-weight:300;z-index:15077;line-height:1.2;letter-spacing:0;text-shadow:0 0 39px #0773bb;top:43.406143188477px;left:0px;height:63.5922px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL.adaptive-delivery-prevent-bg, #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL.lazyload, #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL.lazyloading { background-image: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { background-color: transparent; background-image: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container > .video-iframe-container { display: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row > .video-iframe-container { display: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .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); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { border-width: 0; border-radius: 0; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { font-size:14px;font-family:arial;height:853px;width:1200px;overflow:visible;position:relative;display:block; }#LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { color:#ffffff;display:block;width:1134.99px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15079;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:124.97979736328px;left:32.483825683594px;height:34.0008px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IxIyg1Uy5obec2hcsSlsnekye1AiXL3W { color:#ffffff;display:block;width:174.96px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15087;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:456px;left:147px;height:28.8997px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqf0eDmzh7TWdavvQUwkMAZps9uKegwr { color:#ffffff;display:block;width:712.945px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15086;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:280px;left:347px;height:34.0008px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HeiwH3T4artgk9UP6FGs7aZecOB0WPw8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:74.9595px;width:74.9595px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15201;opacity:1;top:367px;left:196px;filter: drop-shadow(1px 1px 14px #0773bb); }
#a9kn88vlpvG9Wn2vzwgHtzUp5ZAt4Tts { color:#0087cc;display:block;width:1173.95px;position:absolute;font-family:poppins;font-size:29px;font-weight:400;z-index:15084;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #0087cc;top:53.539672851562px;left:13.005676269531px;height:49.2921px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 { color:#ffffff;display:block;width:712.945px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15087;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:376px;left:347px;height:106.974px;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#M2fPENd8ALJrkeWT5TILNG4Nyvu6RgTX { color:#ffffff;display:block;width:879px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15087;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:546px;left:181px;height:68.0016px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B1APaoQykRHaeSbCPtqUAGTKib8XTOhg { position:absolute;display:block;z-index:15008;background-color:rgba(0,6,17,0.62);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0773bb;border-left:1px solid #0773bb;border-right:1px solid #0773bb;border-bottom:1px solid #0773bb;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 0 21px #0773bb ;height:429.996px;width:959.992px;top:230px;left:120px;display:block; }
#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP.adaptive-delivery-prevent-bg, #smJfyxALtPXn5G8vHgzWUt9kd4niwwLP.lazyload, #smJfyxALtPXn5G8vHgzWUt9kd4niwwLP.lazyloading { background-image: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container { background-color: transparent; background-image: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container > .video-iframe-container { display: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row > .video-iframe-container { display: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .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); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container { border-width: 0; border-radius: 0; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP::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; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container { font-size:14px;font-family:arial;height:148px;width:1200px;overflow:visible;position:relative;display:block; }#oXeMwzMbXDewLCX4rvs5UAOrczygNToD { color:#0773bb;display:block;width:1200px;position:absolute;font-family:poppins;font-size:53px;font-weight:300;z-index:15077;line-height:1.2;letter-spacing:0;text-shadow:0 0 39px #0773bb;top:42.1875px;left:0px;height:63.5922px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqIQoz1ENp1sOkZPPJUMay5dsUBys8gc { position:absolute;display:block;z-index:15013;background-color:#0087cc;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px #0087cc ;height:1.98726px;width:200px;top:135.6037902832px;left:500.00003051758px;display:block; }
#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq.adaptive-delivery-prevent-bg, #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq.lazyload, #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq.lazyloading { background-image: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { background-color: transparent; background-image: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container > .video-iframe-container { display: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row > .video-iframe-container { display: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .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); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { border-width: 0; border-radius: 0; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { font-size:14px;font-family:arial;height:1561px;width:1200px;overflow:visible;position:relative;display:block; }#csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { color:#ffffff;display:block;width:1159.97px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15079;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:1463.9562988281px;left:19.983825683594px;height:68.0016px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P6Bu0lCyR4GILG9NrTdog8glhoacBCCN { position:absolute;display:block;z-index:15080;height:507px;width:898px;top:66.403717041016px;left:150.99111938477px;display:block; }
#A4vQwEkgPeWuMXLHmfb3BBWAiCLxTX4T { position:absolute;display:block;z-index:15081;height:347.998px;width:619.984px;top:436.40780639648px;left:289.98788452148px;display:none; }
#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9.adaptive-delivery-prevent-bg, #RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9.lazyload, #RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9.lazyloading { background-image: none; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container { background-color: transparent; background-image: none; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container > .video-iframe-container { display: none; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row > .video-iframe-container { display: none; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .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); }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container { border-width: 0; border-radius: 0; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container { font-size:14px;font-family:arial;height:171px;width:1200px;overflow:visible;position:relative;display:block; }#Snt3TcDRTZiFJgRX0T7R6SAcW0Q8RgFZ { position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0773bb;border-left:1px solid #0773bb;border-right:1px solid #0773bb;border-bottom:1px solid #0773bb;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 0 0 28px rgba(7,115,187,0.94) ;height:51px;width:319px;top:60px;left:698px;display:block; }
#Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15179;opacity:1;top:64px;left:977px;filter: drop-shadow(0 0 5px #0773bb); }
#eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { color:#ffffff;display:block;width:243.973px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:62.075256347656px;left:736.79208374023px;height:49.3851px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-form-header {  }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:247px;padding-top:0;padding-right:0;padding-bottom:5px;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; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:247px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:247px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:247px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-button { border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:300;color:#000611;width:247px;height:44px;font-family:"open sans";overflow:hidden;font-style:normal; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:228px;overflow:hidden;font-style:normal;float:none; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-container:first-of-type{padding-top:0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-container:last-of-type{padding-bottom:0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:247px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15196;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:1058px;left:315px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:247px;display:block;vertical-align:top; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;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; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI {display:block;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:247px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15196;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:1058px;left:315px;display:none; }
#v2u2vnACxsSTSoOogCNyT8SvpTMpki7s { position:relative;display:block; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI #IE5u4WDlo0nGoU4oc5kBZrK7eEvMP5NI { position:relative; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI #zuRfvzMk8AA3pltmWOhFEtcu4Ks4haKv { position:relative; }
#ude6AJEdeP2e9pZqZ05ERPTBwNgHcgtZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:319px;height:54px;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:59.967529296875px;left:699.28805541992px;display:block; }
#GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oW02mfMFKP4TLULyV5pMTvqSKMUFMhRb { position:absolute;display:block;z-index:15044;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0773bb;border-left:1px solid #0773bb;border-right:1px solid #0773bb;border-bottom:1px solid #0773bb;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 0 0 28px rgba(7,115,187,0.94) ;height:51px;width:319px;top:60px;left:160px;display:block; }
#bMpNrFaJNvXyXa7PllWnHH3ydiHvbvUK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:319px;height:53px;text-decoration:none;z-index:15190;text-align:center;text-align-last:center;top:59.98388671875px;left:161.27828979492px;display:block; }
#OqSVRFqWv2Ni51WHDAUriMAMsE7OZTDI { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ERDFOuZwszvb79Ppmvt8lQG6hK9GlwNy { color:#ffffff;display:block;width:243.981px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:74px;left:199px;height:24.6926px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dIOy9QLfTGIlR8b8wtJ7w0oVw6W1D86U { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:64px;left:439px;filter: drop-shadow(0 0 5px #0773bb); }
#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf.adaptive-delivery-prevent-bg, #KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf.lazyload, #KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf.lazyloading { background-image: none; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container { background-color: transparent; background-image: none; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container > .video-iframe-container { display: none; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row > .video-iframe-container { display: none; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .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); }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container { border-width: 0; border-radius: 0; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf::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; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container { font-size:14px;font-family:"open sans";height:276px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb { display:block; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKZar1ery6EyXl8tycsWwgxgX8Hc54JT { width:175px;height:82px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C1yR3sRWbTO6JJ3QPS8vcnPBbbmPqDH4 { width:512px;height:35px;top:23px;left:251px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #UQslLs6y6N5ysSXPq9IXXGKTLqRtdywC { width:258px;height:23px;top:69px;left:506px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF { display:block; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haOkFiVUTpKwmQz3NEcpTsF4RQ1pPxA4 { width:764px;height:108px;top:32px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD { display:block; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { top:137px;left:282.00003051758px;width:199px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { width:764px;height:63px;top:43px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { width:764px;height:68px;top:124px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #IxIyg1Uy5obec2hcsSlsnekye1AiXL3W { width:174px;height:28px;top:456px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #yqf0eDmzh7TWdavvQUwkMAZps9uKegwr { width:712px;height:68px;top:280px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HeiwH3T4artgk9UP6FGs7aZecOB0WPw8 { top:367px;left:0px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #a9kn88vlpvG9Wn2vzwgHtzUp5ZAt4Tts { width:764px;height:49px;top:53px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 { width:712px;height:140px;top:376px;left:52px;font-size:14px;display:block; }#dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #M2fPENd8ALJrkeWT5TILNG4Nyvu6RgTX { width:764px;height:68px;top:546px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #B1APaoQykRHaeSbCPtqUAGTKib8XTOhg { width:762px;height:429px;top:230px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #smJfyxALtPXn5G8vHgzWUt9kd4niwwLP { display:block; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXeMwzMbXDewLCX4rvs5UAOrczygNToD { width:764px;height:63px;top:42px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #HqIQoz1ENp1sOkZPPJUMay5dsUBys8gc { top:135px;left:282.00003051758px;width:200px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq { display:block; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { width:764px;height:68px;top:1463px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P6Bu0lCyR4GILG9NrTdog8glhoacBCCN { top:66px;left:0px;width:764px;height:507px;display:block; }
 }@media only screen and (max-width: 763px) { #A4vQwEkgPeWuMXLHmfb3BBWAiCLxTX4T { top:436px;left:71.987884521484px;width:619px;height:347px;display:block; }
 }@media only screen and (max-width: 763px) { #RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 { display:block; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Snt3TcDRTZiFJgRX0T7R6SAcW0Q8RgFZ { top:60px;left:444px;width:318px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { top:64px;left:720px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { width:243px;height:49px;top:62px;left:518.79208374023px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI  { width:247px;height:52px;top:1058px;left:97px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI {display:block;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI { width:247px;height:52px;top:1058px;left:97px; }
 }@media only screen and (max-width: 763px) { #v2u2vnACxsSTSoOogCNyT8SvpTMpki7s { display:block; }
 }@media only screen and (max-width: 763px) { #KuesmEL8ZGBxby91G0knvzUzsT9dxbvI #IE5u4WDlo0nGoU4oc5kBZrK7eEvMP5NI {  }
 }@media only screen and (max-width: 763px) { #KuesmEL8ZGBxby91G0knvzUzsT9dxbvI #zuRfvzMk8AA3pltmWOhFEtcu4Ks4haKv {  }
 }@media only screen and (max-width: 763px) { #ude6AJEdeP2e9pZqZ05ERPTBwNgHcgtZ { width:319px;height:54px;top:59px;left:445px;display:block; }
 }@media only screen and (max-width: 763px) { #GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block; }
 }@media only screen and (max-width: 763px) { #oW02mfMFKP4TLULyV5pMTvqSKMUFMhRb { top:60px;left:0px;width:318px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #bMpNrFaJNvXyXa7PllWnHH3ydiHvbvUK { width:319px;height:53px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OqSVRFqWv2Ni51WHDAUriMAMsE7OZTDI { display:block; }
 }@media only screen and (max-width: 763px) { #ERDFOuZwszvb79Ppmvt8lQG6hK9GlwNy { width:243px;height:24px;top:73px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #dIOy9QLfTGIlR8b8wtJ7w0oVw6W1D86U { top:64px;left:221px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf { display:block; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb.adaptive-delivery-prevent-bg, #Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb.lazyload, #Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb.lazyloading { background-image: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container { background-color: transparent; background-image: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.78); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container > .video-iframe-container { display: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.78); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row > .video-iframe-container { display: none; }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .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); }#Vn5WEMB2XpeRqaZBFACTmTcmG9FiCrQb > .row .container { width:320px;height:166.76378671875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKZar1ery6EyXl8tycsWwgxgX8Hc54JT { width:180px;height:86.9965px;top:11.11111164093px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #C1yR3sRWbTO6JJ3QPS8vcnPBbbmPqDH4 { width:216px;height:50.3884px;top:97px;left:49px;text-align:center;text-align-last:center;font-size:21px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UQslLs6y6N5ysSXPq9IXXGKTLqRtdywC { width:275.984px;height:16.7961px;top:150px;left:32px;text-align:right;text-align-last:right;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.adaptive-delivery-prevent-bg, #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.lazyload, #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.lazyloading { background-image: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { background-color: transparent; background-image: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.91); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container > .video-iframe-container { display: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.91); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container { display: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .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); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haOkFiVUTpKwmQz3NEcpTsF4RQ1pPxA4 { width:284.992px;height:38.3818px;top:33.7783203125px;left:17.475728988647px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.adaptive-delivery-prevent-bg, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyload, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyloading { background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { background-color: transparent; background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .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); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { width:320px;height:92px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { width:199px;height:1px;top:137px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { width:299.973px;height:62.3948px;top:14.846221923828px;left:9.9919109344482px;text-align:center;text-align-last:center;font-size:26px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { width:320px;height:792px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { width:299.98px;height:136.003px;top:81.978164672852px;left:9.9716835021973px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IxIyg1Uy5obec2hcsSlsnekye1AiXL3W { width:173.989px;height:20.4045px;top:343px;left:72px;text-align:center;text-align-last:center;font-size:12px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yqf0eDmzh7TWdavvQUwkMAZps9uKegwr { width:279.996px;height:71.3592px;top:392.98140716553px;left:19.983819961548px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HeiwH3T4artgk9UP6FGs7aZecOB0WPw8 { display:flex;width:73.9887px;height:73.9887px;top:261px;left:122px;font-size:42px; }
 }@media only screen and (max-width: 763px) { #a9kn88vlpvG9Wn2vzwgHtzUp5ZAt4Tts { width:300px;height:32.2816px;top:37.014572143555px;left:9.9716835021973px;text-align:center;text-align-last:center;font-size:19px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 { width:280px;height:123.928px;top:487.78318786621px;left:19.983819961548px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }#dfWFCWL8RX9FovKpzzLD3akHVGHAQL20 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
 }@media only screen and (max-width: 763px) { #M2fPENd8ALJrkeWT5TILNG4Nyvu6RgTX { width:280px;height:95.1456px;top:633.27267456055px;left:19.983819961548px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B1APaoQykRHaeSbCPtqUAGTKib8XTOhg { width:304px;height:511px;top:247px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #smJfyxALtPXn5G8vHgzWUt9kd4niwwLP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP.adaptive-delivery-prevent-bg, #smJfyxALtPXn5G8vHgzWUt9kd4niwwLP.lazyload, #smJfyxALtPXn5G8vHgzWUt9kd4niwwLP.lazyloading { background-image: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container { background-color: transparent; background-image: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container > .video-iframe-container { display: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row > .video-iframe-container { display: none; }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .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); }#smJfyxALtPXn5G8vHgzWUt9kd4niwwLP > .row .container { width:320px;height:67px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXeMwzMbXDewLCX4rvs5UAOrczygNToD { width:300px;height:31.1974px;top:24.711772918701px;left:9.9969663619995px;text-align:center;text-align-last:center;font-size:26px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #HqIQoz1ENp1sOkZPPJUMay5dsUBys8gc { width:200px;height:1px;top:135px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq { display:block; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { width:320px;height:1279px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { width:300px;height:136.003px;top:1114.9677429199px;left:9.9716835021973px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P6Bu0lCyR4GILG9NrTdog8glhoacBCCN { width:320px;height:507px;top:66px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #A4vQwEkgPeWuMXLHmfb3BBWAiCLxTX4T { width:300px;height:347px;top:26.840637207031px;left:9.9716835021973px;display:block; }
 }@media only screen and (max-width: 763px) { #RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 { display:block; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Snt3TcDRTZiFJgRX0T7R6SAcW0Q8RgFZ { width:249.968px;height:49.9676px;top:30.453094482422px;left:33.948223114014px;z-index:15197;display:block; }
 }@media only screen and (max-width: 763px) { #Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { display:flex;width:44.9838px;height:44.9838px;top:34px;left:238px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { width:195.995px;height:38.9968px;top:39px;left:62px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-text {padding-top: 0; padding-bottom: 0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-select {padding-top: 0; padding-bottom: 0;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-input-button { width:247px;margin-top:4px;margin-right:18px;margin-bottom:4px;margin-left:0;height:90px;text-align:center;text-align-last:center; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI  { width:247px;height:auto;top:874.46875px;left:0px; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI {display:block;}#KuesmEL8ZGBxby91G0knvzUzsT9dxbvI { width:247px;height:auto;top:874.46875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #v2u2vnACxsSTSoOogCNyT8SvpTMpki7s { display:block; }
 }@media only screen and (max-width: 763px) { #KuesmEL8ZGBxby91G0knvzUzsT9dxbvI #IE5u4WDlo0nGoU4oc5kBZrK7eEvMP5NI {  }
 }@media only screen and (max-width: 763px) { #KuesmEL8ZGBxby91G0knvzUzsT9dxbvI #zuRfvzMk8AA3pltmWOhFEtcu4Ks4haKv {  }
 }@media only screen and (max-width: 763px) { #ude6AJEdeP2e9pZqZ05ERPTBwNgHcgtZ { width:249.98px;height:49.9595px;top:31px;left:35px;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block; }
 }@media only screen and (max-width: 763px) { #oW02mfMFKP4TLULyV5pMTvqSKMUFMhRb { width:249.984px;height:49.9838px;top:93.932037353516px;left:33.932041168213px;z-index:15197;display:block; }
 }@media only screen and (max-width: 763px) { #bMpNrFaJNvXyXa7PllWnHH3ydiHvbvUK { width:250px;height:50px;top:95px;left:35px;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #OqSVRFqWv2Ni51WHDAUriMAMsE7OZTDI { display:block; }
 }@media only screen and (max-width: 763px) { #ERDFOuZwszvb79Ppmvt8lQG6hK9GlwNy { width:242.981px;height:19.4984px;top:109px;left:39px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dIOy9QLfTGIlR8b8wtJ7w0oVw6W1D86U { display:flex;width:44px;height:44px;top:98px;left:239px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf { display:block; }#KzhpFG3yvQB9C5qL3JXOxmCzWe2zi8sf > .row .container { width:320px;height:390px;position:relative;display:block; } }