.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:24px;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; }
#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO { 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; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO.adaptive-delivery-prevent-bg, #gri0FqWSR6paoXcnn29IFvc1aOk8WRGO.lazyload, #gri0FqWSR6paoXcnn29IFvc1aOk8WRGO.lazyloading { background-image: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container { background-color: transparent; background-image: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container > .video-iframe-container { display: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .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); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row > .video-iframe-container { display: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .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); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container { border-width: 0; border-radius: 0; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO::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; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container { font-size:14px;font-family:arial;height:530px;width:1200px;overflow:visible;position:relative;display:block; }#WvCHToF56BbtTWx4ZQNTH4BmgrTpC3Hz { color:#ffffff;display:block;width:577px;position:absolute;font-family:poppins;font-size:29px;font-weight:300;z-index:15077;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:131.97814941406px;left:0px;height:197.1522px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#emnnzUkbCNtS2N03p8aAEqrE8kL2czeK { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:239.988px;width:435.998px;top:131.96298217773px;left:680.6735534668px;overflow:hidden;display:block; }
#LVvV4bKPXvACCmVKtE5v7tV8501875C9 { position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.19);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:272px;width:466px;top:116.99029541016px;left:664.98849487305px;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:148px;width:1200px;overflow:visible;position:relative;display:block; }#JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { 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.6px;text-align:center;text-align-last:center;font-style:normal;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.98726px;width:200px;top:135.6037902832px;left:500.00003051758px;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:666px;width:1200px;overflow:visible;position:relative;display:block; }#LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { color:#ffffff;display:block;width:424px;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:61.969047546387px;left:24.863464355469px;height:68.0016px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ool374TP9zTdHof1PeTPHBhTLECdJsSI { color:#ffffff;display:block;width:464.988px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15080;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:172.13288116455px;left:24.817962646484px;height:325.906px;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#ool374TP9zTdHof1PeTPHBhTLECdJsSI li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#ool374TP9zTdHof1PeTPHBhTLECdJsSI li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#Pti3L7pC0UlvSL3VZBHqdZD730nFQ2Bz { color:#ffffff;display:block;width:461.999px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15080;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:61.953910827637px;left:611.42294311523px;height:68.0016px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bzFsGFwyT9GQOxAwmLqkyUpe1T9LR4tc { position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.19);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:353px;width:616px;top:144px;left:535px;display:block; }
#ym45b6hEXzFeUOOXBsswTcshV463QqiF { position:absolute;display:block;z-index:15083;height:325.987px;width:588.997px;top:157.47573852539px;left:547.89645385742px;display:block; }
#k7p1pt3c2HL9upMLcWAa8bDlI1u1iu3B { position:absolute;display:block;z-index:15082;height:325.987px;width:588.997px;top:348.07443237305px;left:43.964385986328px;display:none; }
#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.6px;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:1772px;width:1200px;overflow:visible;position:relative;display:block; }#csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { color:#ffffff;display:block;width:423.999px;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:110.98290252686px;left:24.817962646484px;height:34.0008px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFpzTD8BK0nEahtgG92rGakFVKAKsudt { color:#ffffff;display:block;width:464.988px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15080;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:172.13288116455px;left:24.817962646484px;height:325.906px;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#AFpzTD8BK0nEahtgG92rGakFVKAKsudt li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#AFpzTD8BK0nEahtgG92rGakFVKAKsudt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/6e49ab08-6184-44cb-a5c1-c5d5e0710863/ARCHIMENPUNKTORNASTRON.png); }
#l0KATFFcPdvxDJSwzlNZkSwOzwA4DyOp { color:#ffffff;display:block;width:461.984px;position:absolute;font-family:poppins;font-size:29px;font-weight:400;z-index:15080;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:576.94190979004px;left:368.99270629883px;height:49.3022px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AKRQiKL3CkBS5sMDmLUtTX9XeyH3TMZQ { color:#ffffff;display:block;width:1158px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15080;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:663.97162628174px;left:24.817962646484px;height:475.9539px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AEbnqRZNgvzC7eFeWDqUCcTL8EeT3r3V { position:absolute;display:block;z-index:15081;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:322.998px;width:645.995px;top:110.97090148926px;left:518.71363830566px;overflow:hidden;display:block; }
#cLLHiu1b5etWEq02aEIJHedP26cNIXyo { position:absolute;display:block;z-index:15082;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:545.995px;width:407.985px;top:1153.446685791px;left:395.97090148926px;overflow:hidden;display:block; }
#cARkwaVc7NPJE4bdypJFyEDKcch1B05z { color:#ffffff;display:block;width:198.981px;position:absolute;font-family:poppins;font-size:13px;font-weight:400;z-index:15081;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:1707.9613037109px;left:679.90296936035px;height:22.1px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR { 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; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR.adaptive-delivery-prevent-bg, #pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR.lazyload, #pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR.lazyloading { background-image: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container { background-color: transparent; background-image: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container > .video-iframe-container { display: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .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); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row > .video-iframe-container { display: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .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); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container { border-width: 0; border-radius: 0; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR::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; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container { font-size:14px;font-family:arial;height:130px;width:1200px;overflow:visible;position:relative;display:block; }#c3ckBr5X8eLMWwwyDZ0gR4TMSUfWRlOO { 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:33.179595947266px;left:0px;height:63.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UXf8gtymp6g9dQyT1PtrVCD0anyhRfU3 { position:absolute;display:block;z-index:15014;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.96602px;width:199.976px;top:114.58758544922px;left:500.00001525879px;display:block; }
#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 { 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; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9.adaptive-delivery-prevent-bg, #Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9.lazyload, #Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9.lazyloading { background-image: none; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container { background-color: transparent; background-image: none; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container > .video-iframe-container { display: none; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .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); }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row > .video-iframe-container { display: none; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .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); }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container { border-width: 0; border-radius: 0; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9::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; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container { font-size:14px;font-family:arial;height:726px;width:1200px;overflow:visible;position:relative;display:block; }#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-form-header {  }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-text {padding-top: 0; padding-bottom: 0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-select {padding-top: 0; padding-bottom: 0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-container:first-of-type{padding-top:0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-container:last-of-type{padding-bottom:0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot  { 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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:247px;display:block;vertical-align:top; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot {display:block;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot { 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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #haTE4MXk8edryKswVFCU9n679yMshcs1 { position:relative; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot #L6GlVZhyzmNEDF6sxUeqZSA7B7tae7od { position:relative; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot #AxbiTaMOZgyODgGfLd6QQ16h6PzHkfKo { position:relative; }
#AlbxmXfWdFBsNWqXZq1nxMAmBxZRcvvo { color:#ffffff;display:block;width:1173.98px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15081;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:154.90301513672px;left:0px;height:169.9838px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bCqQVPp57sFHHwq93OKi7v0fa6qoNI12 { color:#0087cc;display:block;width:1173.96px;position:absolute;font-family:poppins;font-size:29px;font-weight:400;z-index:15082;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #0087cc;top:68.883514404297px;left:0px;height:49.3px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OWUF5o0dzq9zPR8EAA5kE8UFWSO19743 { position:absolute;display:block;z-index:15004;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:239.976px;width:958.981px;top:367.23303222656px;left:105.89805603027px;display:block; }
#Eriv8vVOiE9r8KONDNPNGhKdi5Bvm3N9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:138.981px;width:138.981px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:382px;left:157px;filter: drop-shadow(1px 1px 14px #0773bb); }
#wLbHALqC3M3Cs7Nq5TQ8NwqLPe3MXIrl { color:#ffffff;display:block;width:174.976px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15083;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:542px;left:148px;height:34.0008px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mda6eP3lv0pt08wuduHbh0ZEUMonxLb7 { color:#ffffff;display:block;width:712.985px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15082;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:410.67962646484px;left:347.98542785645px;height:135.9872px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM { 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; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM.adaptive-delivery-prevent-bg, #wDDciTNnmFlAeT52yLNKB7oR9zAllUsM.lazyload, #wDDciTNnmFlAeT52yLNKB7oR9zAllUsM.lazyloading { background-image: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container { background-color: transparent; background-image: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container > .video-iframe-container { display: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .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); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row > .video-iframe-container { display: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .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); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container { border-width: 0; border-radius: 0; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM::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; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container { font-size:14px;font-family:arial;height:130px;width:1200px;overflow:visible;position:relative;display:block; }#V5fsiEChQLHXgTdDfvVWGCPCtZssgdu9 { 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:33.179595947266px;left:0px;height:63.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyWMHFEdtrbEHlfC3OdMm3XpULnaoeDI { position:absolute;display:block;z-index:15014;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.96602px;width:199.976px;top:114.58758544922px;left:500.00001525879px;display:block; }
#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW { 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; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW.adaptive-delivery-prevent-bg, #cBKM34rrga2f9l5LIx0hHTbwpyPViwCW.lazyload, #cBKM34rrga2f9l5LIx0hHTbwpyPViwCW.lazyloading { background-image: none; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container { background-color: transparent; background-image: none; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container > .video-iframe-container { display: none; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .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); }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row > .video-iframe-container { display: none; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .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); }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container { border-width: 0; border-radius: 0; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW::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; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container { font-size:14px;font-family:arial;height:957px;width:1200px;overflow:visible;position:relative;display:block; }#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-form-header {  }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-container:first-of-type{padding-top:0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-container:last-of-type{padding-bottom:0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w  { 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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:247px;display:block;vertical-align:top; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w {display:block;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w { 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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #y0Hrg2FdoII8TOymxz5iq2gfEe0glcrH { position:relative; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #pCNrV5HwLd6RTTTaCFTmnC86wcdOTdbS { position:relative; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #MqiALkn8F9AgvgT4IZQvvL66pnmSzqep { position:relative; }
#ksxgwVvTnOxuRdbUSO91asBo0JDH2fHK { color:#ffffff;display:block;width:647px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15081;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:51.965927124023px;left:20.94660949707px;height:611.9407px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o1SlHwdcPM3v4Z5xswNsVp1324f8BQUt { position:absolute;display:block;z-index:15083;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:325px;width:407px;top:195.24276733398px;left:726.94178771973px;overflow:hidden;display:block; }
#TLGqJwXhUU3tcfmP1K8z28xvpTiTJpK6 { position:absolute;display:block;z-index:15004;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:146.99px;width:958.981px;top:726px;left:121px;display:block; }
#pD2gpQt4nFvZtJgKIQwyT7v1Jz6xt5bo { color:#ffffff;display:block;width:712.961px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15082;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:767px;left:357px;height:67.9936px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ct8ydf3bfHUIgpfWIRRNzJFXr25l27lU { color:#ffffff;display:block;width:174.976px;position:absolute;font-family:poppins;font-size:17px;font-weight:400;z-index:15083;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:825px;left:163px;height:28.9px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QllfIs33qXdo3draPGcnxXJWlWWETfGR { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:74.9757px;width:74.9757px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:743px;left:204px;filter: drop-shadow(1px 1px 14px #0773bb); }
#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx { 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; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx.adaptive-delivery-prevent-bg, #iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx.lazyload, #iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx.lazyloading { background-image: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container { background-color: transparent; background-image: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container > .video-iframe-container { display: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .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); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row > .video-iframe-container { display: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .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); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container { border-width: 0; border-radius: 0; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx::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; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container { font-size:14px;font-family:arial;height:130px;width:1200px;overflow:visible;position:relative;display:block; }#RJIzMMyvfx4Hweh55vbOONDlPLCGITpk { 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:33.179595947266px;left:0px;height:63.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNAB9vCUx5iV5rq75etP5SZ7dpTOiQ5X { position:absolute;display:block;z-index:15014;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.96602px;width:199.976px;top:114.58758544922px;left:500.00001525879px;display:block; }
#coW76N5559z1pr2Qha6RGv62ifIlhf8T { 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; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T.adaptive-delivery-prevent-bg, #coW76N5559z1pr2Qha6RGv62ifIlhf8T.lazyload, #coW76N5559z1pr2Qha6RGv62ifIlhf8T.lazyloading { background-image: none; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container { background-color: transparent; background-image: none; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container > .video-iframe-container { display: none; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .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); }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row > .video-iframe-container { display: none; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .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); }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container { border-width: 0; border-radius: 0; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T::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; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container { font-size:14px;font-family:arial;height:621px;width:1200px;overflow:visible;position:relative;display:block; }#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-form-header {  }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-text {padding-top: 0; padding-bottom: 0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-select {padding-top: 0; padding-bottom: 0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-container:first-of-type{padding-top:0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-container:last-of-type{padding-bottom:0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl  { 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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:247px;display:block;vertical-align:top; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl {display:block;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl { 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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #VJq4GZn4bLexNn9hRtFfKboON3EbN7Vn { position:relative; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl #h1ZyFB3DbJzGan54nZh3gho6ZHt1BgSi { position:relative; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl #Bw0JwKdW9pZKlqtmR1WLanzdbZ4OLCRX { position:relative; }
#Bn8ucKUZHcAqPgTPeaJutpzSHmqnJmK4 { color:#ffffff;display:block;width:700.995px;position:absolute;font-family:poppins;font-size:36px;font-weight:400;z-index:15081;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:100.87380981445px;left:474.00489807129px;height:428.3822px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SpPQIFVU0BJZc1xhAE7cKZPgg1nwXORF { position:absolute;display:block;z-index:15197;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:353.981px;width:437.985px;top:138.03399658203px;left:0px;overflow:hidden;display:block; }
#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:58.994049072266px;left:437.99894714355px;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:63px;left:717px;filter: drop-shadow(0 0 5px #0773bb); }
#eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { color:#ffffff;display:block;width:243.981px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:73px;left:477px;height:24.7px;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:318.986px;height:50.9844px;text-decoration:none;z-index:15186;text-align:center;text-align-last:center;top:59.991912841797px;left:440.48008728027px;display:block; }
#GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw { 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; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw.adaptive-delivery-prevent-bg, #PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw.lazyload, #PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw.lazyloading { background-image: none; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row .container { background-color: transparent; background-image: none; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row .container > .video-iframe-container { display: none; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .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); }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row > .video-iframe-container { display: none; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .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); }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row .container { border-width: 0; border-radius: 0; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw::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; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .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:107px;top:32px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gri0FqWSR6paoXcnn29IFvc1aOk8WRGO { display:block; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvCHToF56BbtTWx4ZQNTH4BmgrTpC3Hz { width:576px;height:197px;top:131px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #emnnzUkbCNtS2N03p8aAEqrE8kL2czeK { top:131px;left:329px;width:435px;height:239.43866714985px;display:block; }
 }@media only screen and (max-width: 763px) { #LVvV4bKPXvACCmVKtE5v7tV8501875C9 { width:466px;height:272px;top:116px;left:298px;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) { #JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { width:764px;height:63px;top:42px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { top:135px;left:282.00003051758px;width:200px;height:1px;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:424px;height:68px;top:61px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ool374TP9zTdHof1PeTPHBhTLECdJsSI { width:464px;height:325px;top:172px;left:0px;font-size:20px;display:block; }#ool374TP9zTdHof1PeTPHBhTLECdJsSI 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) { #Pti3L7pC0UlvSL3VZBHqdZD730nFQ2Bz { width:461px;height:67px;top:61px;left:303px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bzFsGFwyT9GQOxAwmLqkyUpe1T9LR4tc { width:615px;height:352px;top:144px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #ym45b6hEXzFeUOOXBsswTcshV463QqiF { top:157px;left:175px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #k7p1pt3c2HL9upMLcWAa8bDlI1u1iu3B { top:348px;left:0px;width:588px;height:325px;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:423px;height:33px;top:110px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AFpzTD8BK0nEahtgG92rGakFVKAKsudt { width:464px;height:;top:172px;left:0px;font-size:20px;display:block; }#AFpzTD8BK0nEahtgG92rGakFVKAKsudt 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) { #l0KATFFcPdvxDJSwzlNZkSwOzwA4DyOp { width:461px;height:49px;top:576px;left:150.99270629883px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #AKRQiKL3CkBS5sMDmLUtTX9XeyH3TMZQ { width:764px;height:475px;top:663px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AEbnqRZNgvzC7eFeWDqUCcTL8EeT3r3V { top:110px;left:118px;width:645px;height:322.50049922987px;display:block; }
 }@media only screen and (max-width: 763px) { #cLLHiu1b5etWEq02aEIJHedP26cNIXyo { top:1153px;left:177.97090148926px;width:407px;height:544.6768018432px;display:block; }
 }@media only screen and (max-width: 763px) { #cARkwaVc7NPJE4bdypJFyEDKcch1B05z { width:198px;height:22px;top:1707px;left:461.90296936035px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR { display:block; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3ckBr5X8eLMWwwyDZ0gR4TMSUfWRlOO { width:764px;height:63px;top:33px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #UXf8gtymp6g9dQyT1PtrVCD0anyhRfU3 { top:114px;left:282.00001525879px;width:199px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 { display:block; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-text {padding-top: 0; padding-bottom: 0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-select {padding-top: 0; padding-bottom: 0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot  { width:247px;height:52px;top:1058px;left:97px; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot {display:block;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot { width:247px;height:52px;top:1058px;left:97px; }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #haTE4MXk8edryKswVFCU9n679yMshcs1 {  }
 }@media only screen and (max-width: 763px) { #DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot #L6GlVZhyzmNEDF6sxUeqZSA7B7tae7od {  }
 }@media only screen and (max-width: 763px) { #DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot #AxbiTaMOZgyODgGfLd6QQ16h6PzHkfKo {  }
 }@media only screen and (max-width: 763px) { #AlbxmXfWdFBsNWqXZq1nxMAmBxZRcvvo { width:764px;height:169px;top:154px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bCqQVPp57sFHHwq93OKi7v0fa6qoNI12 { width:764px;height:49px;top:68px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OWUF5o0dzq9zPR8EAA5kE8UFWSO19743 { width:762px;height:239px;top:367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Eriv8vVOiE9r8KONDNPNGhKdi5Bvm3N9 { top:382px;left:0px;width:138px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #wLbHALqC3M3Cs7Nq5TQ8NwqLPe3MXIrl { width:174px;height:33px;top:542px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Mda6eP3lv0pt08wuduHbh0ZEUMonxLb7 { width:712px;height:135px;top:410px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wDDciTNnmFlAeT52yLNKB7oR9zAllUsM { display:block; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5fsiEChQLHXgTdDfvVWGCPCtZssgdu9 { width:764px;height:63px;top:33px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #vyWMHFEdtrbEHlfC3OdMm3XpULnaoeDI { top:114px;left:282.00001525879px;width:199px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #cBKM34rrga2f9l5LIx0hHTbwpyPViwCW { display:block; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w  { width:247px;height:52px;top:1058px;left:97px; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w {display:block;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w { width:247px;height:52px;top:1058px;left:97px; }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #y0Hrg2FdoII8TOymxz5iq2gfEe0glcrH {  }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #pCNrV5HwLd6RTTTaCFTmnC86wcdOTdbS {  }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #MqiALkn8F9AgvgT4IZQvvL66pnmSzqep {  }
 }@media only screen and (max-width: 763px) { #ksxgwVvTnOxuRdbUSO91asBo0JDH2fHK { width:646px;height:611px;top:51px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #o1SlHwdcPM3v4Z5xswNsVp1324f8BQUt { top:195px;left:357px;width:407px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #TLGqJwXhUU3tcfmP1K8z28xvpTiTJpK6 { width:762px;height:146px;top:726px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pD2gpQt4nFvZtJgKIQwyT7v1Jz6xt5bo { width:712px;height:67px;top:767px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8ydf3bfHUIgpfWIRRNzJFXr25l27lU { width:174px;height:28px;top:825px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #QllfIs33qXdo3draPGcnxXJWlWWETfGR { top:743px;left:0px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx { display:block; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJIzMMyvfx4Hweh55vbOONDlPLCGITpk { width:764px;height:;top:33px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #CNAB9vCUx5iV5rq75etP5SZ7dpTOiQ5X { top:114px;left:282.00001525879px;width:199px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #coW76N5559z1pr2Qha6RGv62ifIlhf8T { display:block; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-text {padding-top: 0; padding-bottom: 0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-select {padding-top: 0; padding-bottom: 0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl  { width:247px;height:52px;top:1058px;left:97px; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl {display:block;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl { width:247px;height:52px;top:1058px;left:97px; }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #VJq4GZn4bLexNn9hRtFfKboON3EbN7Vn {  }
 }@media only screen and (max-width: 763px) { #rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl #h1ZyFB3DbJzGan54nZh3gho6ZHt1BgSi {  }
 }@media only screen and (max-width: 763px) { #rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl #Bw0JwKdW9pZKlqtmR1WLanzdbZ4OLCRX {  }
 }@media only screen and (max-width: 763px) { #Bn8ucKUZHcAqPgTPeaJutpzSHmqnJmK4 { width:700px;height:428px;top:100px;left:64px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #SpPQIFVU0BJZc1xhAE7cKZPgg1nwXORF { top:138px;left:0px;width:437px;height:353.18491957487px;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:58px;left:219.99894714355px;width:319px;height:51px;display:block; }
 }@media only screen and (max-width: 763px) { #Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { top:63px;left:499px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { width:243px;height:24px;top:73px;left:259px;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:318px;height:50px;top:59px;left:222.48008728027px;display:block; }
 }@media only screen and (max-width: 763px) { #GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block; }
 }@media only screen and (max-width: 763px) { #PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw { display:block; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .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:166px;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:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haOkFiVUTpKwmQz3NEcpTsF4RQ1pPxA4 { width:307.99px;height:35.987px;top:29.530746459961px;left:5.9668292999268px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gri0FqWSR6paoXcnn29IFvc1aOk8WRGO { 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; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO.adaptive-delivery-prevent-bg, #gri0FqWSR6paoXcnn29IFvc1aOk8WRGO.lazyload, #gri0FqWSR6paoXcnn29IFvc1aOk8WRGO.lazyloading { background-image: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container { background-color: transparent; background-image: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container > .video-iframe-container { display: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .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); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row > .video-iframe-container { display: none; }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .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); }#gri0FqWSR6paoXcnn29IFvc1aOk8WRGO > .row .container { width:320px;height:433px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvCHToF56BbtTWx4ZQNTH4BmgrTpC3Hz { width:291.966px;height:139.9677px;top:239.92720031738px;left:13.980583190918px;text-align:left;text-align-last:left;font-size:20px;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #emnnzUkbCNtS2N03p8aAEqrE8kL2czeK { width:270px;height:148px;top:41.771865844727px;left:24.951457977295px;display:block; }
 }@media only screen and (max-width: 763px) { #LVvV4bKPXvACCmVKtE5v7tV8501875C9 { width:300px;height:183px;top:26.844665527344px;left:9.9514570236206px;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) { #JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { width:299.976px;height:62.3948px;top:29.708740234375px;left:9.9514570236206px;text-align:center;text-align-last:center;font-size:26px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { width:200px;height:1px;top:135px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { width:320px;height:795px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { width:300px;height:54.4013px;top:44.951446533203px;left:9.9514570236206px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ool374TP9zTdHof1PeTPHBhTLECdJsSI { width:300px;height:319.142px;top:118.39808654785px;left:9.9514570236206px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }#ool374TP9zTdHof1PeTPHBhTLECdJsSI 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) { #Pti3L7pC0UlvSL3VZBHqdZD730nFQ2Bz { width:300px;height:54.4013px;top:494.05341911316px;left:9.9514570236206px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bzFsGFwyT9GQOxAwmLqkyUpe1T9LR4tc { width:300px;height:179px;top:586.26216125488px;left:9.9514570236206px;display:block; }
 }@media only screen and (max-width: 763px) { #ym45b6hEXzFeUOOXBsswTcshV463QqiF { width:320px;height:325px;top:157px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #k7p1pt3c2HL9upMLcWAa8bDlI1u1iu3B { width:269.984px;height:148.997px;top:601.26216125488px;left:24.967639923096px;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:87px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXeMwzMbXDewLCX4rvs5UAOrczygNToD { width:300px;height:62.3948px;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:2069px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { width:300px;height:27.2006px;top:26.990295410156px;left:9.9514570236206px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AFpzTD8BK0nEahtgG92rGakFVKAKsudt { width:300px;height:319.142px;top:69.039916992188px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }#AFpzTD8BK0nEahtgG92rGakFVKAKsudt 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) { #l0KATFFcPdvxDJSwzlNZkSwOzwA4DyOp { width:300px;height:49.2988px;top:679.9623260498px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:29px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AKRQiKL3CkBS5sMDmLUtTX9XeyH3TMZQ { width:300px;height:843.2198px;top:745.22659301758px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AEbnqRZNgvzC7eFeWDqUCcTL8EeT3r3V { width:320px;height:159.99975231086px;top:406.97142028809px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cLLHiu1b5etWEq02aEIJHedP26cNIXyo { width:300px;height:401px;top:1605.7308349609px;left:9.9919109344482px;display:block; }
 }@media only screen and (max-width: 763px) { #cARkwaVc7NPJE4bdypJFyEDKcch1B05z { width:197.985px;height:22.0874px;top:2016.9904174805px;left:60.989753723145px;text-align:center;text-align-last:center;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR { 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; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR.adaptive-delivery-prevent-bg, #pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR.lazyload, #pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR.lazyloading { background-image: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container { background-color: transparent; background-image: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container > .video-iframe-container { display: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .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); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row > .video-iframe-container { display: none; }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .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); }#pVEbEXOk3qgnH2wCHTGs3m7tD3JgxRRR > .row .container { width:320px;height:55.708740234375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3ckBr5X8eLMWwwyDZ0gR4TMSUfWRlOO { 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) { #UXf8gtymp6g9dQyT1PtrVCD0anyhRfU3 { width:199px;height:1px;top:114px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 { display:block; }#Tle8J6kEZ1kPMUlyJvt5cLsKGSA8X9R9 > .row .container { width:320px;height:858px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-text {padding-top: 0; padding-bottom: 0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-input-select {padding-top: 0; padding-bottom: 0;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .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; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot  { width:247px;height:auto;top:874.46875px;left:0px; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot {display:block;}#DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot { width:247px;height:auto;top:874.46875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #haTE4MXk8edryKswVFCU9n679yMshcs1 {  }
 }@media only screen and (max-width: 763px) { #DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot #L6GlVZhyzmNEDF6sxUeqZSA7B7tae7od {  }
 }@media only screen and (max-width: 763px) { #DrgfoWWC3MCcPDOt7gh9L3WrP0kdJ9ot #AxbiTaMOZgyODgGfLd6QQ16h6PzHkfKo {  }
 }@media only screen and (max-width: 763px) { #AlbxmXfWdFBsNWqXZq1nxMAmBxZRcvvo { width:300px;height:380.8096px;top:116.82833862305px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bCqQVPp57sFHHwq93OKi7v0fa6qoNI12 { width:300px;height:64.5631px;top:33.967086791992px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:19px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #OWUF5o0dzq9zPR8EAA5kE8UFWSO19743 { width:300.998px;height:270.995px;top:542.09817504883px;left:8.6299896240234px;display:block; }
 }@media only screen and (max-width: 763px) { #Eriv8vVOiE9r8KONDNPNGhKdi5Bvm3N9 { display:flex;width:60.9898px;height:60.9898px;top:554px;left:130px; }
 }@media only screen and (max-width: 763px) { #wLbHALqC3M3Cs7Nq5TQ8NwqLPe3MXIrl { width:112.999px;height:20.4045px;top:623px;left:104px;text-align:center;text-align-last:center;font-size:12px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mda6eP3lv0pt08wuduHbh0ZEUMonxLb7 { width:270px;height:142.7184px;top:657.67263793945px;left:24.973033905029px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wDDciTNnmFlAeT52yLNKB7oR9zAllUsM { 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; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM.adaptive-delivery-prevent-bg, #wDDciTNnmFlAeT52yLNKB7oR9zAllUsM.lazyload, #wDDciTNnmFlAeT52yLNKB7oR9zAllUsM.lazyloading { background-image: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container { background-color: transparent; background-image: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container > .video-iframe-container { display: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .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); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row > .video-iframe-container { display: none; }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .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); }#wDDciTNnmFlAeT52yLNKB7oR9zAllUsM > .row .container { width:320px;height:55.708740234375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5fsiEChQLHXgTdDfvVWGCPCtZssgdu9 { 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) { #vyWMHFEdtrbEHlfC3OdMm3XpULnaoeDI { width:199px;height:1px;top:114px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #cBKM34rrga2f9l5LIx0hHTbwpyPViwCW { display:block; }#cBKM34rrga2f9l5LIx0hHTbwpyPViwCW > .row .container { width:320px;height:1329px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-text {padding-top: 0; padding-bottom: 0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-input-select {padding-top: 0; padding-bottom: 0;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .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; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w  { width:247px;height:auto;top:874.46875px;left:0px; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w {display:block;}#WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w { width:247px;height:auto;top:874.46875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #y0Hrg2FdoII8TOymxz5iq2gfEe0glcrH {  }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #pCNrV5HwLd6RTTTaCFTmnC86wcdOTdbS {  }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #MqiALkn8F9AgvgT4IZQvvL66pnmSzqep {  }
 }@media only screen and (max-width: 763px) { #ksxgwVvTnOxuRdbUSO91asBo0JDH2fHK { width:300px;height:761.6184px;top:20.995071411133px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o1SlHwdcPM3v4Z5xswNsVp1324f8BQUt { width:280px;height:223px;top:804.74655151367px;left:19.983819961548px;display:block; }
 }@media only screen and (max-width: 763px) { #TLGqJwXhUU3tcfmP1K8z28xvpTiTJpK6 { width:303px;height:214px;top:1062.9852981567px;left:9.1289119720459px;display:block; }
 }@media only screen and (max-width: 763px) { #pD2gpQt4nFvZtJgKIQwyT7v1Jz6xt5bo { width:280px;height:95.1456px;top:1168.4194641113px;left:19.983819961548px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ct8ydf3bfHUIgpfWIRRNzJFXr25l27lU { width:173.981px;height:20.4045px;top:1134.9515075684px;left:72.990837097168px;text-align:center;text-align-last:center;font-size:12px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QllfIs33qXdo3draPGcnxXJWlWWETfGR { display:flex;width:61px;height:61px;top:1073.9617614746px;left:129.49030303955px;font-size:42px; }
 }@media only screen and (max-width: 763px) { #iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx { 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; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx.adaptive-delivery-prevent-bg, #iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx.lazyload, #iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx.lazyloading { background-image: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container { background-color: transparent; background-image: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container > .video-iframe-container { display: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .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); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row > .video-iframe-container { display: none; }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .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); }#iSuHhh9WSO7eguwGtgt4VkVouEeVFOIx > .row .container { width:320px;height:55.708740234375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJIzMMyvfx4Hweh55vbOONDlPLCGITpk { 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) { #CNAB9vCUx5iV5rq75etP5SZ7dpTOiQ5X { width:199px;height:1px;top:114px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #coW76N5559z1pr2Qha6RGv62ifIlhf8T { display:block; }#coW76N5559z1pr2Qha6RGv62ifIlhf8T > .row .container { width:320px;height:668px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-text {padding-top: 0; padding-bottom: 0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-input-select {padding-top: 0; padding-bottom: 0;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .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; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .widget-checkbox-label { width:228px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl  { width:247px;height:auto;top:874.46875px;left:0px; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl {display:block;}#rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl { width:247px;height:auto;top:874.46875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #WIZcKFOyQaOQmgfMO1CzFooaS2B05h2w #VJq4GZn4bLexNn9hRtFfKboON3EbN7Vn {  }
 }@media only screen and (max-width: 763px) { #rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl #h1ZyFB3DbJzGan54nZh3gho6ZHt1BgSi {  }
 }@media only screen and (max-width: 763px) { #rmuI9wCF8a9rT7Ovb9clHrMJIG5mNfQl #Bw0JwKdW9pZKlqtmR1WLanzdbZ4OLCRX {  }
 }@media only screen and (max-width: 763px) { #Bn8ucKUZHcAqPgTPeaJutpzSHmqnJmK4 { width:300px;height:411.521px;top:209.60087585449px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SpPQIFVU0BJZc1xhAE7cKZPgg1nwXORF { width:200.998px;height:161.988px;top:28.99137878418px;left:59.492988586426px;display:block; }
 }@media only screen and (max-width: 763px) { #RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 { display:block; }#RMQnlRm10aVoTfc6TrSDk2Mr6y3CDzf9 > .row .container { width:320px;height:107px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Snt3TcDRTZiFJgRX0T7R6SAcW0Q8RgFZ { width:249.984px;height:49.9838px;top:31.440124511719px;left:33.932041168213px;z-index:15197;display:block; }
 }@media only screen and (max-width: 763px) { #Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { display:flex;width:45px;height:45px;top:35px;left:241px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { width:222.991px;height:19.4984px;top:47px;left:41px;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.984px;height:50.9871px;top:31.925567626953px;left:34.983821868896px;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block; }
 }@media only screen and (max-width: 763px) { #PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw { display:block; }#PTtTyb64XT3U1Uv4DT2bRoIFWWO7GTcw > .row .container { width:320px;height:390px;position:relative;display:block; } }