.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); }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy { 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; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy.adaptive-delivery-prevent-bg, #P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy.lazyload, #P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy.lazyloading { background-image: none; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container { background-color: transparent; background-image: none; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container > .video-iframe-container { display: none; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .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); }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row > .video-iframe-container { display: none; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .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); }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container { border-width: 0; border-radius: 0; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy::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; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container { font-size:14px;font-family:arial;height:247px;width:1200px;overflow:visible;position:relative;display:block; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.adaptive-delivery-prevent-bg, #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.lazyload, #Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF.lazyloading { background-image: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { background-color: transparent; background-image: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container > .video-iframe-container { display: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container { display: none; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { border-width: 0; border-radius: 0; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Gtw3CipTPlZNpupuEPdfc4kZ3GGcUinF > .row .container { font-size:14px;font-family:arial;height:174px;width:1200px;overflow:visible;position:relative;display:block; }#haOkFiVUTpKwmQz3NEcpTsF4RQ1pPxA4 { color:#ffffff;display:block;width:1052.99px;position:absolute;font-family:poppins;font-size:45px;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;text-shadow:0 0 24px #0773bb;top:32.99454498291px;left:73.483001708984px;height:107.9936px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.adaptive-delivery-prevent-bg, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyload, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyloading { background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { background-color: transparent; background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { border-width: 0; border-radius: 0; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { font-size:14px;font-family:arial;height:214px;width:1200px;overflow:visible;position:relative;display:block; }#VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { position:absolute;display:block;z-index:15013;background-color:#0087cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px #0087cc ;height:1.9822px;width:199.987px;top:198.59764099121px;left:500.00003051758px;display:block; }
#JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { color:#0773bb;display:block;width:1199.99px;position:absolute;font-family:poppins;font-size:53px;font-weight:300;z-index:15077;line-height:1.2;letter-spacing:0;text-shadow:0 0 39px #0773bb;top:43.406143188477px;left:0px;height:127.1844px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL.adaptive-delivery-prevent-bg, #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL.lazyload, #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL.lazyloading { background-image: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { background-color: transparent; background-image: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container > .video-iframe-container { display: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row > .video-iframe-container { display: none; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { border-width: 0; border-radius: 0; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { font-size:14px;font-family:arial;height:845px;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:102.002px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ool374TP9zTdHof1PeTPHBhTLECdJsSI { color:#ffffff;display:block;width:464.981px;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:211.04372406006px;left:24.824691772461px;height:378.948px;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.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:149.98651123047px;left:621.48062133789px;height:34.0008px;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:221px;left:545px;display:block; }
#CoKmriTvQlFNVSEhQ0XDKcSI1NOQT0K3 { color:#ffffff;display:block;width:1154px;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:705.83877563477px;left:24.824691772461px;height:33.9968px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUr7T7RhJl632viG4BNRqtQgBwdidI7a { position:absolute;display:block;z-index:15081;height:326px;width:589px;top:234.46601867676px;left:557.92880249023px;display:block; }
#nPpsfT7ySZKv11kgZ9Ekb1ivwTWoOGIL { position:absolute;display:block;z-index:15082;height:326px;width:589px;top:244.46601867676px;left:567.92880249023px;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.5922px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HqIQoz1ENp1sOkZPPJUMay5dsUBys8gc { position:absolute;display:block;z-index:15013;background-color:#0087cc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px #0087cc ;height:1.98726px;width:200px;top:135.6037902832px;left:500.00003051758px;display:block; }
#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq.adaptive-delivery-prevent-bg, #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq.lazyload, #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq.lazyloading { background-image: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { background-color: transparent; background-image: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container > .video-iframe-container { display: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row > .video-iframe-container { display: none; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { border-width: 0; border-radius: 0; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { font-size:14px;font-family:arial;height:2374px;width:1200px;overflow:visible;position:relative;display:block; }#csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { color:#ffffff;display:block;width:1159.99px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15079;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:39.967651367188px;left:24.784240722656px;height:101.9904px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AFpzTD8BK0nEahtgG92rGakFVKAKsudt { color:#ffffff;display:block;width:214.995px;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:428px;left:139px;height:67.9936px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;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:102.994px;width:128.978px;top:312.94500732422px;left:181.98489379883px;overflow:hidden;display:block; }
#wkhy2dvwuoUVggz44ev7yvNmVlbQSfbo { position:absolute;display:block;z-index:15008;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:352.994px;width:615.992px;top:210px;left:447px;display:block; }
#qxn7woViTfQ8AyOS6ar2gONv2tcyywFE { position:absolute;display:block;z-index:15012;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:352.994px;width:615.992px;top:622px;left:447px;display:block; }
#GVPw8xzOzkc3llXmyXpfWSd8X7DaOonT { color:#ffffff;display:block;width:214.995px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15084;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:840px;left:138px;height:67.9936px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#XqLCAZpLPkbqc5PgW6y39Xv6BO0ahHsA { position:absolute;display:block;z-index:15085;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:101.996px;width:127.994px;top:724.98651123047px;left:182.48382568359px;overflow:hidden;display:block; }
#og6vPXqLGUBGghNX2ykivKWCxvdKPy4T { position:absolute;display:block;z-index:15016;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:352.994px;width:615.992px;top:1039px;left:447px;display:block; }
#cI3dUOgb3odAyVMrsG9oOJN8ekH2UFkk { color:#ffffff;display:block;width:214.995px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15088;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:1257px;left:138px;height:67.9936px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#FnHHTTxNHnt6zC3XOx63Rnab3drL4T4b { position:absolute;display:block;z-index:15089;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:100.998px;width:126.996px;top:1136.4887084961px;left:182.98275756836px;overflow:hidden;display:block; }
#rXxCa61SelHd1vRTVw4nS8g0EfPunGVF { position:absolute;display:block;z-index:15020;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:352.994px;width:615.992px;top:1470px;left:447px;display:block; }
#BEUoMuTrTPZVrDOL3MNBVJI6vMBQNf97 { color:#ffffff;display:block;width:214.995px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15092;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:1688px;left:138px;height:67.9936px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#VA1W3Ab7zgd4zeb2H2uvh2PKAcUp3h7d { position:absolute;display:block;z-index:15093;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:99.9865px;width:125.998px;top:1570.9952545166px;left:183.48165893555px;overflow:hidden;display:block; }
#etHamoKMH2zm9WK2zelCuxuM12B3eot3 { position:absolute;display:block;z-index:15024;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:352.994px;width:615.992px;top:1921px;left:447px;display:block; }
#dXuJech9uQtAWpvpXWhrhNS3f26BHp2O { color:#ffffff;display:block;width:214.995px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15096;line-height:1.7;letter-spacing:0;text-shadow:0 0 3px #ffffff;top:2139px;left:138px;height:67.9936px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#R3KoVuHgRKXXAEdDynPdRRFRH06TOfSt { position:absolute;display:block;z-index:15097;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:98.9887px;width:122.991px;top:2022.9909667969px;left:184.9919128418px;overflow:hidden;display:block; }
#Gi9sWhG24gQVFuEExsiyy0LZDqrnH38v { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:75px;width:67px;top:326.97682189941px;left:212.77076721191px;display:block; }
#txz8F9UMGmBNV8cMEPBPMvpTEwqzeSAX { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:74.9865px;width:66.9903px;top:738.45745849609px;left:212.99893188477px;display:block; }
#M6DvrAiN7MPKCwrZhRMTGArETI72aULT { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:74.9865px;width:66.9903px;top:1149.4876708984px;left:212.99893188477px;display:block; }
#KebQvhd42aQas6h9FTbBcWdfTzP251Vt { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:74.9865px;width:66.9903px;top:1583.4547119141px;left:212.99893188477px;display:block; }
#CDdlylVGpralwc5Idblm1KeOsv6xqgSL { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;height:74.9865px;width:66.9903px;top:2034.978515625px;left:212.99893188477px;display:block; }
#m9JUkJMn18rUkdUOg2ZakEpUBtgGwRbV { position:absolute;display:block;z-index:15082;height:325.987px;width:588.997px;top:223.49515533447px;left:460.45309448242px;display:block; }
#AZS1hRs4zxE9HpApGESzDCblCseun9xM { position:absolute;display:block;z-index:15083;height:325.971px;width:588.997px;top:268.49515533447px;left:460.45309448242px;display:none; }
#vqy7tO2Zce0uUXThUWRx45yUd6ry7TFe { position:absolute;display:block;z-index:15083;height:325.971px;width:588.997px;top:635.50164031982px;left:460.45309448242px;display:block; }
#cKpxqDq97aF8fwDNPrm6m7z1kiHgbDKx { position:absolute;display:block;z-index:15084;height:325.971px;width:588.997px;top:645.50164031982px;left:470.45309448242px;display:none; }
#yofrB9nmvtdXecA1fiueUo9VCp3GWLq5 { position:absolute;display:block;z-index:15084;height:325.971px;width:588.997px;top:1052.491973877px;left:460.45309448242px;display:block; }
#FWPTugThOWwnTpehGOFa9X8IkELdfxe5 { position:absolute;display:block;z-index:15085;height:325.971px;width:588.997px;top:1062.491973877px;left:470.45309448242px;display:none; }
#Jp2wi8RQv3PPlsvKlQ9vlOmz9LaqSKta { position:absolute;display:block;z-index:15085;height:325.971px;width:588.997px;top:1483.4952392578px;left:460.45309448242px;display:block; }
#lb6o6A7v0Z5MIyoDTdPDG5XO5ieQnVCn { position:absolute;display:block;z-index:15086;height:325.971px;width:588.997px;top:1493.4952392578px;left:470.45309448242px;display:none; }
#aNkqip3Lr6k5JVS91UrWN16McnO2ssLV { position:absolute;display:block;z-index:15086;height:325.971px;width:588.997px;top:1934.4823608398px;left:460.45309448242px;display:block; }
#mA8hxT6vkiBl2U9Mu8uPyAU2ZR5rawL8 { position:absolute;display:block;z-index:15087;height:325.971px;width:588.997px;top:1944.4823608398px;left:470.45309448242px;display:none; }
#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.5922px;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:1230px;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; }
#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:308.994px;width:959.992px;top:854px;left:120px;display:block; }
#Eriv8vVOiE9r8KONDNPNGhKdi5Bvm3N9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:138.97px;width:138.97px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15197;opacity:1;top:906px;left:147px;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:1063px;left:128px;height:34.0008px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mda6eP3lv0pt08wuduHbh0ZEUMonxLb7 { color:#ffffff;display:block;width:753.991px;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:873px;left:310px;height:237.9775px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mx3rViW1F0fHgXqt5eCbAlJC0kII5D2t { position:absolute;display:block;z-index:15084;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:691.99px;width:867.988px;top:56.216354370117px;left:165.9924621582px;overflow:hidden;display:block; }
#fMm4ECzhCSfMhRfPXEJCwxOix3hZAsgV { position:absolute;display:block;z-index:15025;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:722px;width:898px;top:42.003875732422px;left:150.98434448242px;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.5922px;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:509.9504px;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:324px;width:406px;top:161.90659332275px;left:720.94125366211px;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.958px;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:749.36634063721px;left:358.99404907227px;height:67.9935px;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.8997px;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.5922px;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.3814px;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:59px;left:727px;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:1006px;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:74px;left:766px;height:24.6926px;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:60px;left:729px;display:block; }
#GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HlgRZvDK6gfEvbM5FKCIdU2iXxuhUJ6r { position:absolute;display:block;z-index:15044;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #0773bb;border-left:1px solid #0773bb;border-right:1px solid #0773bb;border-bottom:1px solid #0773bb;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-shadow: 0 0 28px rgba(7,115,187,0.94) ;height:51px;width:319px;top:60px;left:185px;display:block; }
#XD4Ox5znrbF1N8G6TM6Ddv6TfiHuzEnc { 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.997px;height:53.9968px;text-decoration:none;z-index:15190;text-align:center;text-align-last:center;top:58.478973388672px;left:185.9870300293px;display:block; }
#U0tE0ML8ETtRqcbzVtBLOdi5y7Ru7Tog { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RUVABGs8s0kJUDHX7cOnTZuMTAl1Av75 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44.9838px;width:44.9838px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;opacity:1;top:62.961181640625px;left:185.93850708008px;filter: drop-shadow(0 0 5px #000000); }
#Fp6frGJlZckDfzAGKVcqm2PgR5HTITps { color:#ffffff;display:block;width:243.981px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:74px;left:224px;height:24.6926px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI { 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; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI.adaptive-delivery-prevent-bg, #AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI.lazyload, #AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI.lazyloading { background-image: none; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row .container { background-color: transparent; background-image: none; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.8); }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row .container > .video-iframe-container { display: none; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .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); }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row > .video-iframe-container { display: none; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .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); }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row .container { border-width: 0; border-radius: 0; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI::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; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .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) { #P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy { display:block; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container { width:760px;position:relative;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) { #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD { display:block; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { top:198px;left:282.00003051758px;width:199px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { width:764px;height:127px;top:43px;left:0px;font-size:53px;display:block; }
 }@media only screen and (max-width: 763px) { #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { width:423px;height:101px;top:61px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ool374TP9zTdHof1PeTPHBhTLECdJsSI { width:464px;height:446px;top:211px;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:33px;top:149px;left:303px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bzFsGFwyT9GQOxAwmLqkyUpe1T9LR4tc { width:615px;height:352px;top:221px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #CoKmriTvQlFNVSEhQ0XDKcSI1NOQT0K3 { width:764px;height:67px;top:705px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #UUr7T7RhJl632viG4BNRqtQgBwdidI7a { top:234px;left:175px;width:589px;height:326px;display:block; }
 }@media only screen and (max-width: 763px) { #nPpsfT7ySZKv11kgZ9Ekb1ivwTWoOGIL { top:244px;left:175px;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:764px;height:101px;top:39px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AFpzTD8BK0nEahtgG92rGakFVKAKsudt { width:214px;height:67px;top:428px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AEbnqRZNgvzC7eFeWDqUCcTL8EeT3r3V { top:312px;left:0px;width:128px;height:102.21302857852px;display:block; }
 }@media only screen and (max-width: 763px) { #wkhy2dvwuoUVggz44ev7yvNmVlbQSfbo { width:615px;height:352px;top:210px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #qxn7woViTfQ8AyOS6ar2gONv2tcyywFE { width:615px;height:352px;top:622px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #GVPw8xzOzkc3llXmyXpfWSd8X7DaOonT { width:214px;height:67px;top:840px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XqLCAZpLPkbqc5PgW6y39Xv6BO0ahHsA { top:724px;left:0px;width:127px;height:101.20390018282px;display:block; }
 }@media only screen and (max-width: 763px) { #og6vPXqLGUBGghNX2ykivKWCxvdKPy4T { width:615px;height:352px;top:1039px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #cI3dUOgb3odAyVMrsG9oOJN8ekH2UFkk { width:214px;height:67px;top:1257px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FnHHTTxNHnt6zC3XOx63Rnab3drL4T4b { top:1136px;left:0px;width:126px;height:100.2058962487px;display:block; }
 }@media only screen and (max-width: 763px) { #rXxCa61SelHd1vRTVw4nS8g0EfPunGVF { width:615px;height:352px;top:1470px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #BEUoMuTrTPZVrDOL3MNBVJI6vMBQNf97 { width:214px;height:67px;top:1688px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #VA1W3Ab7zgd4zeb2H2uvh2PKAcUp3h7d { top:1570px;left:0px;width:125px;height:99.194530865569px;display:block; }
 }@media only screen and (max-width: 763px) { #etHamoKMH2zm9WK2zelCuxuM12B3eot3 { width:615px;height:352px;top:1921px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #dXuJech9uQtAWpvpXWhrhNS3f26BHp2O { width:214px;height:67px;top:2139px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #R3KoVuHgRKXXAEdDynPdRRFRH06TOfSt { top:2022px;left:0px;width:122px;height:98.191098535665px;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9sWhG24gQVFuEExsiyy0LZDqrnH38v { width:67px;height:75px;top:326px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #txz8F9UMGmBNV8cMEPBPMvpTEwqzeSAX { width:66px;height:74px;top:738px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #M6DvrAiN7MPKCwrZhRMTGArETI72aULT { width:66px;height:74px;top:1149px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KebQvhd42aQas6h9FTbBcWdfTzP251Vt { width:66px;height:74px;top:1583px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CDdlylVGpralwc5Idblm1KeOsv6xqgSL { width:66px;height:74px;top:2034px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m9JUkJMn18rUkdUOg2ZakEpUBtgGwRbV { top:223px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #AZS1hRs4zxE9HpApGESzDCblCseun9xM { top:268px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #vqy7tO2Zce0uUXThUWRx45yUd6ry7TFe { top:635px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #cKpxqDq97aF8fwDNPrm6m7z1kiHgbDKx { top:645px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #yofrB9nmvtdXecA1fiueUo9VCp3GWLq5 { top:1052px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #FWPTugThOWwnTpehGOFa9X8IkELdfxe5 { top:1062px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2wi8RQv3PPlsvKlQ9vlOmz9LaqSKta { top:1483px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #lb6o6A7v0Z5MIyoDTdPDG5XO5ieQnVCn { top:1493px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #aNkqip3Lr6k5JVS91UrWN16McnO2ssLV { top:1934px;left:176px;width:588px;height:325px;display:block; }
 }@media only screen and (max-width: 763px) { #mA8hxT6vkiBl2U9Mu8uPyAU2ZR5rawL8 { top:1944px;left:176px;width:588px;height:325px;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) { #OWUF5o0dzq9zPR8EAA5kE8UFWSO19743 { width:762px;height:308px;top:854px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Eriv8vVOiE9r8KONDNPNGhKdi5Bvm3N9 { top:906px;left:0px;width:138px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #wLbHALqC3M3Cs7Nq5TQ8NwqLPe3MXIrl { width:174px;height:33px;top:1063px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Mda6eP3lv0pt08wuduHbh0ZEUMonxLb7 { width:753px;height:271px;top:873px;left:11px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Mx3rViW1F0fHgXqt5eCbAlJC0kII5D2t { top:56px;left:0px;width:764px;height:609.08717632041px;display:block; }
 }@media only screen and (max-width: 763px) { #fMm4ECzhCSfMhRfPXEJCwxOix3hZAsgV { width:764px;height:722px;top:42px;left:0px;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:543px;top:51px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #o1SlHwdcPM3v4Z5xswNsVp1324f8BQUt { top:161px;left:358px;width:406px;height:324px;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:101px;top:749px;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:59px;left:443px;width:318px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { top:63px;left:720px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { width:243px;height:24px;top:74px;left:521px;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:60px;left:446px;display:block; }
 }@media only screen and (max-width: 763px) { #GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block; }
 }@media only screen and (max-width: 763px) { #HlgRZvDK6gfEvbM5FKCIdU2iXxuhUJ6r { top:60px;left:0px;width:318px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #XD4Ox5znrbF1N8G6TM6Ddv6TfiHuzEnc { width:318px;height:53px;top:58px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U0tE0ML8ETtRqcbzVtBLOdi5y7Ru7Tog { display:block; }
 }@media only screen and (max-width: 763px) { #RUVABGs8s0kJUDHX7cOnTZuMTAl1Av75 { top:62px;left:0px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #Fp6frGJlZckDfzAGKVcqm2PgR5HTITps { width:243px;height:24px;top:74px;left:6px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI { display:block; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .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) { #P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy { display:block; }#P7L1B5xemTO4FA8wJeDffb4RSTCcEBdy > .row .container { width:320px;height:215px;position:relative;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:80px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #haOkFiVUTpKwmQz3NEcpTsF4RQ1pPxA4 { width:263.997px;height:35.987px;top:28.49919128418px;left:27.973302841187px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/90b258df-5f6a-4743-8c75-7e320f3231ba/RCTLO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.adaptive-delivery-prevent-bg, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyload, #rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD.lazyloading { background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { background-color: transparent; background-image: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,6,17,0.62); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row > .video-iframe-container { display: none; }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNKdl6UVdMM75UmRERfKSBqFGyWGRWCD > .row .container { width:320px;height:120px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHMAzTI5b1B4y69uwdQUyT5ewyPIrXys { width:199px;height:1px;top:198px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #JC8TsebRpcIRn2GGkVwpO3URpQ71RDGR { width:299.973px;height:93.5922px;top:14.846221923828px;left:9.9919109344482px;text-align:center;text-align-last:center;font-size:26px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL { display:block; }#C4r8TFPHciyDUQ4q18MLOkEO1O3yWkkL > .row .container { width:320px;height:1054px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgNaXryX3Sm3JhE6B3fTe2sI11b2mtr1 { width:299.987px;height:108.803px;top:27.939598083496px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ool374TP9zTdHof1PeTPHBhTLECdJsSI { width:299.987px;height:467.395px;top:153.97789001465px;left:9.9919109344482px;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:299.987px;height:27.2006px;top:653.97792053223px;left:9.9919109344482px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bzFsGFwyT9GQOxAwmLqkyUpe1T9LR4tc { width:300px;height:179px;top:697px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #CoKmriTvQlFNVSEhQ0XDKcSI1NOQT0K3 { width:300px;height:108.803px;top:914.9811706543px;left:9.9919109344482px;text-align:left;text-align-last:left;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UUr7T7RhJl632viG4BNRqtQgBwdidI7a { width:320px;height:326px;top:234px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #nPpsfT7ySZKv11kgZ9Ekb1ivwTWoOGIL { width:270px;height:149px;top:711.99032592773px;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:55.708740234375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXeMwzMbXDewLCX4rvs5UAOrczygNToD { width:300px;height:31.1974px;top:24.711772918701px;left:9.9969663619995px;text-align:center;text-align-last:center;font-size:26px;color:#0773bb;display:block; }
 }@media only screen and (max-width: 763px) { #HqIQoz1ENp1sOkZPPJUMay5dsUBys8gc { width:200px;height:1px;top:135px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq { display:block; }#xL5WakiIQSneoEzBbwxyUGgdJ2P5QhXq > .row .container { width:320px;height:2299px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csoTdmgrDdGnPDD3NOaf86Qc8bfIlpMO { width:300px;height:163.2039px;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:299.987px;height:54.4012px;top:325.01342391968px;left:9.9919109344482px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AEbnqRZNgvzC7eFeWDqUCcTL8EeT3r3V { width:103.978px;height:82.9827px;top:236.34037017822px;left:107.9962310791px;display:block; }
 }@media only screen and (max-width: 763px) { #wkhy2dvwuoUVggz44ev7yvNmVlbQSfbo { width:300px;height:173px;top:403.93745422363px;left:9.9919109344482px;display:block; }
 }@media only screen and (max-width: 763px) { #qxn7woViTfQ8AyOS6ar2gONv2tcyywFE { width:300px;height:179px;top:817.1791305542px;left:9.9919109344482px;display:block; }
 }@media only screen and (max-width: 763px) { #GVPw8xzOzkc3llXmyXpfWSd8X7DaOonT { width:213.997px;height:54.4012px;top:743.94555664062px;left:52.993530273438px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XqLCAZpLPkbqc5PgW6y39Xv6BO0ahHsA { width:103.991px;height:81.9984px;top:649.91912841797px;left:107.9962310791px;display:block; }
 }@media only screen and (max-width: 763px) { #og6vPXqLGUBGghNX2ykivKWCxvdKPy4T { width:300px;height:173px;top:1238.7136230469px;left:9.9919109344482px;display:block; }
 }@media only screen and (max-width: 763px) { #cI3dUOgb3odAyVMrsG9oOJN8ekH2UFkk { width:213.997px;height:54.4012px;top:1157.3355712891px;left:52.993530273438px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FnHHTTxNHnt6zC3XOx63Rnab3drL4T4b { width:104px;height:82px;top:1067.3276519775px;left:107.98274230957px;display:block; }
 }@media only screen and (max-width: 763px) { #rXxCa61SelHd1vRTVw4nS8g0EfPunGVF { width:300px;height:176px;top:1645.1185913086px;left:9.9919109344482px;display:block; }
 }@media only screen and (max-width: 763px) { #BEUoMuTrTPZVrDOL3MNBVJI6vMBQNf97 { width:213.997px;height:54.4012px;top:1569.7142333984px;left:52.993530273438px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VA1W3Ab7zgd4zeb2H2uvh2PKAcUp3h7d { width:104px;height:82px;top:1473.7324981689px;left:107.98274230957px;display:block; }
 }@media only screen and (max-width: 763px) { #etHamoKMH2zm9WK2zelCuxuM12B3eot3 { width:300px;height:179px;top:2052.4946899414px;left:9.9919109344482px;display:block; }
 }@media only screen and (max-width: 763px) { #dXuJech9uQtAWpvpXWhrhNS3f26BHp2O { width:213.997px;height:54.4012px;top:1980.1107025146px;left:52.993530273438px;text-align:center;text-align-last:center;font-size:16px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #R3KoVuHgRKXXAEdDynPdRRFRH06TOfSt { width:104px;height:83px;top:1888.106842041px;left:107.98274230957px;display:block; }
 }@media only screen and (max-width: 763px) { #Gi9sWhG24gQVFuEExsiyy0LZDqrnH38v { width:65px;height:65px;top:245.34790802002px;left:127.46764373779px;display:block; }
 }@media only screen and (max-width: 763px) { #txz8F9UMGmBNV8cMEPBPMvpTEwqzeSAX { width:65px;height:63px;top:659.42561388016px;left:126.99568939209px;display:block; }
 }@media only screen and (max-width: 763px) { #M6DvrAiN7MPKCwrZhRMTGArETI72aULT { width:65px;height:65px;top:1075.8090362549px;left:127.46764373779px;display:block; }
 }@media only screen and (max-width: 763px) { #KebQvhd42aQas6h9FTbBcWdfTzP251Vt { width:65px;height:65px;top:1482.2143096924px;left:127.46764373779px;display:block; }
 }@media only screen and (max-width: 763px) { #CDdlylVGpralwc5Idblm1KeOsv6xqgSL { width:65px;height:65px;top:1897.0874023438px;left:127.46764373779px;display:block; }
 }@media only screen and (max-width: 763px) { #m9JUkJMn18rUkdUOg2ZakEpUBtgGwRbV { width:320px;height:325px;top:223px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #AZS1hRs4zxE9HpApGESzDCblCseun9xM { width:270px;height:149px;top:415.92234039307px;left:24.967639923096px;display:block; }
 }@media only screen and (max-width: 763px) { #vqy7tO2Zce0uUXThUWRx45yUd6ry7TFe { width:320px;height:325px;top:635px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #cKpxqDq97aF8fwDNPrm6m7z1kiHgbDKx { width:270px;height:149px;top:832.13589477539px;left:24.967639923096px;display:block; }
 }@media only screen and (max-width: 763px) { #yofrB9nmvtdXecA1fiueUo9VCp3GWLq5 { width:320px;height:325px;top:1052px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #FWPTugThOWwnTpehGOFa9X8IkELdfxe5 { width:270px;height:149px;top:1250.695892334px;left:24.967639923096px;display:block; }
 }@media only screen and (max-width: 763px) { #Jp2wi8RQv3PPlsvKlQ9vlOmz9LaqSKta { width:320px;height:325px;top:1483px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #lb6o6A7v0Z5MIyoDTdPDG5XO5ieQnVCn { width:270px;height:149px;top:1658.592376709px;left:24.967639923096px;display:block; }
 }@media only screen and (max-width: 763px) { #aNkqip3Lr6k5JVS91UrWN16McnO2ssLV { width:320px;height:325px;top:1934px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #mA8hxT6vkiBl2U9Mu8uPyAU2ZR5rawL8 { width:270px;height:149px;top:2067.4920043945px;left:24.967639923096px;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:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3ckBr5X8eLMWwwyDZ0gR4TMSUfWRlOO { width:299.987px;height:31.1974px;top:29.395904541016px;left:9.9919109344482px;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:754px;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) { #OWUF5o0dzq9zPR8EAA5kE8UFWSO19743 { width:302px;height:444px;top:303px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #Eriv8vVOiE9r8KONDNPNGhKdi5Bvm3N9 { display:flex;width:60.9898px;height:60.9898px;top:315px;left:130px; }
 }@media only screen and (max-width: 763px) { #wLbHALqC3M3Cs7Nq5TQ8NwqLPe3MXIrl { width:112.999px;height:20.4045px;top:384px;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:309.2232px;top:419px;left:25px;text-align:left;text-align-last:left;font-size:14px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mx3rViW1F0fHgXqt5eCbAlJC0kII5D2t { width:280px;height:223px;top:26.092132568359px;left:19.983819961548px;display:block; }
 }@media only screen and (max-width: 763px) { #fMm4ECzhCSfMhRfPXEJCwxOix3hZAsgV { width:300px;height:244px;top:17.866760253906px;left:9.9919109344482px;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.70849609375px;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:1254px;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:680.0158px;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:276.996px;height:221.993px;top:721.73669433594px;left:21.494068145752px;display:block; }
 }@media only screen and (max-width: 763px) { #TLGqJwXhUU3tcfmP1K8z28xvpTiTJpK6 { width:304px;height:236px;top:974px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #pD2gpQt4nFvZtJgKIQwyT7v1Jz6xt5bo { width:280px;height:118.932px;top:1079px;left:18px;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:1046px;left:71px;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:985px;left:128px;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.708984375px;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:654px;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:207px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Snt3TcDRTZiFJgRX0T7R6SAcW0Q8RgFZ { width:249.984px;height:49.9838px;top:32.443374633789px;left:33.932041168213px;z-index:15197;display:block; }
 }@media only screen and (max-width: 763px) { #Ozaa0aCWT9fRd6pT4AwyTNy0ziwROAkT { display:flex;width:45px;height:45px;top:36px;left:241px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #eO0CSUCfimMdTEsUlGgrtremQzvGcGsS { width:222.991px;height:19.4984px;top:48px;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:49.9676px;top:33.478973388672px;left:34.983821868896px;z-index:15199;display:block; }
 }@media only screen and (max-width: 763px) { #GSn0GvafGtTwk8HNsWwJWSl5JZiJPmXr { display:block; }
 }@media only screen and (max-width: 763px) { #HlgRZvDK6gfEvbM5FKCIdU2iXxuhUJ6r { width:249.984px;height:49.9676px;top:102.89645385742px;left:33.932041168213px;z-index:15197;display:block; }
 }@media only screen and (max-width: 763px) { #XD4Ox5znrbF1N8G6TM6Ddv6TfiHuzEnc { width:249.984px;height:49.9676px;top:103.91586303711px;left:34.983821868896px;z-index:15198;display:block; }
 }@media only screen and (max-width: 763px) { #U0tE0ML8ETtRqcbzVtBLOdi5y7Ru7Tog { display:block; }
 }@media only screen and (max-width: 763px) { #RUVABGs8s0kJUDHX7cOnTZuMTAl1Av75 { display:flex;width:37px;height:37px;top:110.42720031738px;left:40.987056732178px;font-size:25px;filter: drop-shadow(0 0 5px #000000); }
 }@media only screen and (max-width: 763px) { #Fp6frGJlZckDfzAGKVcqm2PgR5HTITps { width:242.981px;height:19.4984px;top:121px;left:39px;text-align:center;text-align-last:center;font-size:15px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI { display:block; }#AQa0p2DWVCf9JocAhOTAbT5SrroJnNvI > .row .container { width:320px;height:390px;position:relative;display:block; } }