.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:217,227,227;--color-primary-1:129,161,161;--color-primary-2:3,67,67;--color-primary-3:2,34,34;--color-primary-4:0,10,10;--color-secondary-0:223,228,239;--color-secondary-1:150,167,202;--color-secondary-2:44,78,148;--color-secondary-3:22,39,74;--color-secondary-4:7,12,22;--color-tertiary-0:255,255,255;--color-tertiary-1:197,193,193;--color-tertiary-2:118,116,116;--color-tertiary-3:71,70,70;--color-tertiary-4:0,0,0;--headlines-font-family:"Chakra Petch";--paragraphs-font-family:"Chakra Petch"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
 #blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 *:focus-visible, #blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 input[type="text"]:focus-visible, #blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 input[type="email"]:focus-visible, #blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 input[type="tel"]:focus-visible, #blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 textarea:focus-visible { outline:0.125rem solid rgba(47,47,46,1);; } #blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .row > .video-iframe-container { display: none; }#blIBk3LiT1M9PvW0Os7WOLSzubFZpGQ9 > .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); }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { border-width: 0; border-radius: 0; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl::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; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:75rem;height:55.5rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5rem;width:61rem;top:0.0625rem;left:6.875rem;display:block; }#Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo.adaptive-delivery-prevent-bg, #Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo.lazyload, #Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo.lazyloading { background-image: none; }
#Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(52,56,56,0.81); }#ClThy2Eg1AN31mxFARdEM1OF2f5TUn0b { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:18.8125rem;height:2.11230625rem;font-style:normal;display:block; }
#yTwxi5lChgN8ZsU3uASnCreTyQeR69ul { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:25.050000190735rem;left:6.875rem;height:2.9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;height:35.5625rem;width:21.75rem;top:14.8125rem;left:46.1875rem;display:block; }#rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV.adaptive-delivery-prevent-bg, #rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV.lazyload, #rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV.lazyloading { background-image: none; }
#rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(162,162,162,0.15); }#lWcrEoP44i5DEltBhllo2m0al0T7cLlU { color:rgba(var(--color-tertiary-0),1);display:block;width:19.247625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:18.4375rem;left:47.4375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NB3FMoPM6dRSL5KOHPSDTr9oewe9BTDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:32.76953125rem;left:55.5rem; }
#BQPS5K0a2sZFCwLb8aZ5o5MJL3OuR07x { color:#d7cf9d;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:40.6875rem;left:47.75rem;height:4.0234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzocGlDgMQryoU3RdypsJ1Pbbh6AwAvE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:36.5390625rem;left:47.4375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ze42WREsaXzMc9DFkhdvXNKFb2aQIwkM { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.03));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.03));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.03));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a207' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a207' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:75rem;top:22.9375rem;left:0rem;display:block; }
#W3ZCT0U0IHUXIMmQHakPAEqafc7KR4cF { position:absolute;display:block;z-index:15020;background-color:#f6f6f6;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: none;height:0.060546875rem;width:56.25rem;top:54.375rem;left:9.25rem;display:block; }
#hnW7zk9vZMVIe4obO8qZcX1N9vhodIHA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:19.375rem;top:5.86328125rem;left:15.625rem;overflow:hidden;display:block; }
#uwIBCDv0zPMEFgTClzgtHPKvK1tbXuXa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:35.8125rem;left:6.875rem;display:block; }
#H5Ug79WvCfTJyWH8qG16OEHCG8xGnRGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvyw4ctf7bUw03BKxHTbLVS74bQZfhQp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-secondary-2),0));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-secondary-2),0));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-secondary-2),0));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-secondary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-secondary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-secondary-2),0)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-secondary-2),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.6875rem;width:75rem;top:30.75rem;left:0rem;display:block; }
#E8STtvlQcEu62ZpBi0Ctg3PKpoWXi9qe { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.6875rem;width:75rem;top:35.1875rem;left:0rem;display:block; }
#Z4WN8cAOxegfazR94DnuyNorr2MuK1g3 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.6875rem;width:75rem;top:35.4375rem;left:0rem;display:none; }
#lvpyQAFfL6z4Ku4grIJ9lyQANHtusIrb { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.6875rem;width:75rem;top:39.875rem;left:0rem;display:block; }
#mQlKXd3RgXFez8WocI1oCoM1vCNHS2bc { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.6875rem;width:75rem;top:44.5rem;left:0rem;display:block; }
#x8If5ETQcIz6SXT27VoIgp94SHIsF8qt { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.4375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:40.5rem;left:6.875rem;display:block; }
#IcyJvpgtcX999OcfFCZvCW5gdZ2ZUgMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oppkvTJgqzmM8ZMsKPyTax5u5SgW3hg9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:31.375rem;left:6.875rem;display:block; }
#PnGTJ5JwAkTxbqiNxryMekvezqzR9mHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qy2IiRWwg7Rh4FQ0T0cGLs7IhruPfnac { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.4375rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:44.875rem;left:6.875rem;display:block; }
#iH4JDThuc3wn64ACacVhyko09TNfBMV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:#eeff1c;padding-top:0.6975rem;padding-right:0.5925rem;padding-bottom:0.6975rem;padding-left:0.5925rem;display:block;align-items:center;width:3.55375rem;min-width:3.55375rem;height:3.7475rem;position:relative;font-family:var(--headlines-font-family);font-size:2.788125rem;font-weight:700;line-height:59.96px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-text.counter-label { background-color:;background-image:none;color:rgba(217,230,52,0.88);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.7375rem;height:1.481875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.045625rem;font-weight:400;line-height:23.71px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:11.875rem;height:7rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:25.0498046875rem;left:51.125rem;z-index:15016; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #avbpf0CwB7BtFFn5Qc6qIqg6z8rZSgON { display:flex;position:relative;top:0rem;left:0rem; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #lc28OIDr0iCocBoTkuhb3SsJUXwMAwD0 { width:auto; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #J4UIwMEuunwX6pgeL2BiPxQcN5apx0f8 {  }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #L6l6G7UuSatemPTpozAml6z1S77OPK8R { display:flex;position:relative;top:0rem;left:0rem; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #Oi8oJdg3pqcn4Gftke8acRvsIb56thgk {  }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #pfneGHr1G6ASF6r6NJP2ac1ZfmucG98h {  }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #RmxTRhp5KQSBQqSIBJ5Z1TTveHTiCSph { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #RqpoexPkLcC9vELehQsmCCvJvxOiJvnz {  }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #twRNgs64iHiJJCwttabgpxgxF6BI7rSn {  }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #AJGoImrsqRxrQRapM8aI49LzP5e00lWP { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #GFVW5BGoDqcSAZeFmddTcoDqMqxHsdD5 {  }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #dybuLaCfZ6eOBTTZ5PGH0rtyPIdqZBoU {  }
#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA.adaptive-delivery-prevent-bg, #zZa37VkhaZdFRVnmpUpfTV42KdZbctBA.lazyload, #zZa37VkhaZdFRVnmpUpfTV42KdZbctBA.lazyloading { background-image: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container { background-color: transparent; background-image: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container > .video-iframe-container { display: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row > .video-iframe-container { display: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .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); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container { border-width: 0; border-radius: 0; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA::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; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container { width:75rem;height:50.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#coNZhyitlPCaTQFevUHuqb00e7blmSkw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5rem;width:61rem;top:0.0625rem;left:6.875rem;display:block; }#coNZhyitlPCaTQFevUHuqb00e7blmSkw.adaptive-delivery-prevent-bg, #coNZhyitlPCaTQFevUHuqb00e7blmSkw.lazyload, #coNZhyitlPCaTQFevUHuqb00e7blmSkw.lazyloading { background-image: none; }
#coNZhyitlPCaTQFevUHuqb00e7blmSkw::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem; }#coNZhyitlPCaTQFevUHuqb00e7blmSkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(52,56,56,0.81); }#NQuTcV31kWPQiVZoKEwLUmTTLdEGhf0a { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.505859375rem;left:25rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gm4E8N1Td2GZ4ohp7Kgtxn3LL6PA0nKw { color:rgba(var(--color-tertiary-0),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15008;line-height:1;letter-spacing:0;top:22.55078125rem;left:6.875rem;height:3.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(255,255,255,0.5) ;height:31rem;width:21.75rem;top:14.9375rem;left:46.1875rem;display:block; }#k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ.adaptive-delivery-prevent-bg, #k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ.lazyload, #k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ.lazyloading { background-image: none; }
#k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#e2AMmTS7iSwWEqquTaL27yR7qALFTX0D { color:rgba(var(--color-tertiary-0),1);display:block;width:19.246125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:19.25rem;left:47.5rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtgCwlr4LT1nFnfBvJM4AaHlXbIFNSzA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.1865rem;width:8.1865rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.5625rem;left:53.0625rem; }
#qtgCwlr4LT1nFnfBvJM4AaHlXbIFNSzA > img { max-width: 100%;max-height:100%; width:8.1865rem; height:8.1865rem; }#IDfUWnJqqhZNm2TBKyLvICbZBkVnt4Th { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:33.25rem;left:55.25rem; }
#IDfUWnJqqhZNm2TBKyLvICbZBkVnt4Th > img { max-width: 100%;max-height:100%; width:3.625rem; height:3.625rem; }#l7VnLJZ01AUMXwiuT5R4Q038NqHZhgIK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:37.3125rem;left:47.4375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkbfOqu1V0msSPcVsXPABlz3gULr3bvD { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:75rem;top:20.8125rem;left:0rem;display:block; }
#IkmuChdpUcaF1vkpa0XazLzf1Nf1JLWC { position:absolute;display:block;z-index:15020;background-color:#f6f6f6;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: none;height:0.060546875rem;width:56.25rem;top:50.25rem;left:9.25rem;display:block; }
#ATG64fqICR8kbqEMkM6nTggTTWaJz56T { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:14.6875rem;top:5.875rem;left:17.25rem;overflow:hidden;display:block; }
#N2uL28JTgn7dcKS5gtltzBc7e9cTf2W6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:2.4375rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:33.6875rem;left:6.875rem;display:block; }
#pg3w1WU2aeAgngRtcH0FLdcdzA8P4r3L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BVtNmTCVXfLQKHSQCqtfx1GE7DM26EAF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:75rem;top:28.625rem;left:0rem;display:block; }
#zTkSsFXgFDLfpLRbbPv6gypV54xci8pd { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:75rem;top:33.0625rem;left:0rem;display:block; }
#TAJ8mmAlcQTEJHfDFcfavBtX68s3V7g7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:29.25rem;left:6.875rem;display:block; }
#xdx7rtZkoxlSDzF2ycis4lTZTZlhXZeP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.579375rem;padding-right:0.491875rem;padding-bottom:0.579375rem;padding-left:0.491875rem;display:block;align-items:center;width:2.950625rem;min-width:2.950625rem;height:3.111875rem;position:relative;font-family:var(--headlines-font-family);font-size:2.315rem;font-weight:700;line-height:49.79px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-text.counter-label { background-color:;background-image:none;color:#e5e0e4;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.933125rem;height:1.230625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.868125rem;font-weight:700;line-height:19.69px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:9.875rem;height:5.86328125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.0625rem;left:37.625rem;z-index:15015; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ZgBpRGsmoQonhb10dQIFyHAAbZGLti5q { display:flex;position:relative;top:0rem;left:0rem; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #H0UvHIHfCcgqHmKwDupQzwktm6yFGNLc { width:auto; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #JRXwLHccuxHRHyQbdLcU24wzd8R7dsdT {  }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ZbMvtyWM8dkCNLTPXiNixCq2TnR8domJ { display:flex;position:relative;top:0rem;left:0rem; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #l1dnZ0SgTI6qb6WGdJH9lvnRBVcFPd83 {  }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #RsrTnPPyk50qBeZHBiTNDwiHWOVw1zEu {  }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #qC3gqXLFqCXAEwXKCMu6fLrDVQcq595g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #KTiD7dsx8o7WM6Vl9zoUgIcToTFx8diT {  }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #bwsOgAXbUI1hWJmFMbuEo41FLxxhv82P {  }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ffuPeXq2LPVq0VvuKULuh5VB7q5qq9TG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #i7i70HANgqTcz4wGS4ZEWXLPxVQkbKa3 {  }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #mq3O58RwhAQl7EOAHCrMxf6OnVxdpssc {  }
#LqDLm7t3fxatJkFQnRwy2Ari19CashvC { color:#b7f300;display:block;width:19.246125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:39.9375rem;left:47.5rem;height:1.7246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IQr6014H3i0TsB7m0Z88htel6myNE2oq { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:75rem;top:37.3125rem;left:0rem;display:block; }
#JZICgXT2RhIyP32L0Vlc6FtbdE9aoHJu { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='#a2a2a233' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(162,162,162,0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:75rem;top:41.5625rem;left:0rem;display:block; }
#mZyDL46VQbEwim00ddxTVy52EcfxvRTT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.0625rem;height:2.4375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:37.9375rem;left:6.875rem;display:block; }
#Vwo353WbfoigtlLA0piTkA4cGQqL8vPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV.adaptive-delivery-prevent-bg, #WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV.lazyload, #WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV.lazyloading { background-image: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container { background-color: transparent; background-image: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container > .video-iframe-container { display: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row > .video-iframe-container { display: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .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); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container { border-width: 0; border-radius: 0; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV::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; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#m1lhV4IJD7rPOolfL6pw98BvoE2pNiDB { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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: none;height:0.062144875rem;width:56.25rem;top:35.749290466309rem;left:9.375rem;display:block; }
#r3D5NSby6GA27QaUCRbetPskbEQte9dQ { position:absolute;display:block;z-index:15019;height:26.5625rem;width:47.4369375rem;top:4.6235790252686rem;left:13.75rem;display:block; }
#RAu5EptidiqQfIellJ0kocemFqAh93Ci { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS.adaptive-delivery-prevent-bg, #CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS.lazyload, #CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS.lazyloading { background-image: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container { background-color: transparent; background-image: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container > .video-iframe-container { display: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row > .video-iframe-container { display: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .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); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container { border-width: 0; border-radius: 0; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS::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; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container { font-size:0.875rem;font-family:arial;height:76.8125rem;width:75rem;position:relative;display:block; }#BVmFp6mEJOTHrwAAdyUOzVUrUJAdDwtL { position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #464646, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(183deg, #464646, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(183deg, #464646, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(183deg, #464646, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(183deg, #464646, rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:5.061525rem;width:19.125rem;top:11.8125rem;left:27.9375rem;display:block; }
#lkXo2HJOLtmMg43tNRDaLMMKXeC5Kr0P { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:14.1875rem;left:29.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RtAs2gM7IqmbZH7VvMiN3M8izgLMJ50S { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:19.375rem;left:30.25rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZ5D6cT3K8HPKbM5BRWNQlLU5JTiq4rt { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;top:20.5rem;left:28.125rem; }
#VsDTa5BWbvsZDnFLhxmmcQa5zQ14S29D { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:25rem;left:30.25rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzJV2Neuvlh3FL3KMA6A1TEBKlXFx436 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;top:26.1875rem;left:28.125rem; }
#QNDpPACiVXNtCV3ATmlWbWwuKRGb9atG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:30.8125rem;left:30.3125rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSAA73PIDUVtbq8PLuxe62rI6y42Ruew { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;top:32rem;left:28.125rem; }
#FFuzMTo9iiBScCd6SeDLUlvNDkSPRt2D { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:42.375rem;left:30.25rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPtSgqoaWbNsMh7XrZIm70yqdR59cPsA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;top:43.5625rem;left:28.125rem; }
#fTQp6PqACefqnhTavRBoQMos6KRWi3fS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;top:37.8125rem;left:28.125rem; }
#JTQ6XDZ6CJZ68GZgaTqJP24l8BwQC1CW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:36.6875rem;left:30.125rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qi8QTyFk2alFfWRcarBDNc9eQ7qbD4Je { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;top:49.625rem;left:28.125rem; }
#em1OOHyrcEXOOJ4dFbJiqnMcCl3t8pdp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:48.4375rem;left:30.25rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.92) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:68.0615234375rem;left:25.09375rem;display:block; }
#xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AgEuBiWELFJ3TvkUCzptF8LMMoH7zmIK { position:absolute;display:block;z-index:15074;background-color:rgba(162,162,162,0.3);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),1) ;height:53.125rem;width:32.5rem;top:11.8125rem;left:21rem;display:block; }
#FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3484344482422rem;left:27.500001907349rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AcsD04gTPoZRbl6JDHGn4QuIq6ELq1gH { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8rem;width:15.625rem;top:0rem;left:36.9375rem;display:block; }
#OVGmiwZce1oDlyIOTOiI4FvePbrPimZO { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-image: -moz-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-image: -ms-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-image: -o-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.06)', endColorstr='#a2a2a24c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.06)', endColorstr='#a2a2a24c' );";background-image: linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.999rem;width:15.625rem;top:0rem;left:21.354166507721rem;display:block; }
#A5rBxClmptP6qDWPblRAdhKTcwGrI8Rw { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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: none;height:0.0625rem;width:56.25rem;top:76.25rem;left:9.375rem;display:block; }
#rTTOV2IMFARadC5XcIvN37R84eeekAOM { position:absolute;display:block;z-index:15280;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249025rem;width:6.5625rem;top:9.3125rem;left:33.75rem;overflow:hidden;display:block; }
#Cady2EqF3H0XJcgqgnMI57WhsW6vvB5S { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:54.25rem;left:30.25rem;height:3.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VphBM9pbQxcEIvIr0790Lq3Cv0Xqvt5G { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;top:55.4375rem;left:28.125rem; }
#MF8geT5SZHTgOLBUb9ixSuBQu6OuG32q { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15111;line-height:1.3;letter-spacing:0;top:60rem;left:30.3125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V666vRsEyEB68azm9J29QnT6b47pz1rL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;top:60.25rem;left:27.9375rem; }
#ov2e81xGeftiexleCq2W15sMJ2Lcuizx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx.adaptive-delivery-prevent-bg, #ov2e81xGeftiexleCq2W15sMJ2Lcuizx.lazyload, #ov2e81xGeftiexleCq2W15sMJ2Lcuizx.lazyloading { background-image: none; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx > .row .container { border-width: 0; border-radius: 0; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx::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; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx > .row .container { font-size:0.875rem;font-family:arial;height:76.4375rem;width:75rem;position:relative;display:none; }#m7DWpIgZ7zMO4xFnRxReEAPhFnTC79Xn { position:absolute;display:block;z-index:15075;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:5.061525rem;width:19.125rem;top:13.375rem;left:14rem;display:block; }
#Uw3pQneXog77XqtOdWMt2xAQgs8e3KHN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:15.75rem;left:15.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7OO5Ra6hHW1nvrNi2pN9E8vOyAiHArM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:20.9375rem;left:16.3125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PxaBryyTqFi7h0TPeu53kZFTuu1Htty4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15119;top:22.0625rem;left:14.1875rem; }
#Cn1ZvHLyr8KvmCbL1P5kabDpPRk6L5KJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:26.5625rem;left:16.3125rem;height:3.574225rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ET2XLB5KGsv65HRTv44cBBTwotNWtVtB { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15120;top:27.75rem;left:14.1875rem; }
#mXT5zDkWrZhJCTMDoqLb0bTtZW5cr8uH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15089;line-height:1.3;letter-spacing:0;top:32.375rem;left:16.3125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bWlzo892of7i2hPLxbL6QCt5GLdS6D7Q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;top:33.5625rem;left:14.1875rem; }
#P3mAOrH1VqdDJQTiteUJg5vDcmWvCZuV { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15094;line-height:1.3;letter-spacing:0;top:43.9375rem;left:16.3125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTK8vpa4sMpMTLSbW4aNB34d7LJsDiTF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;top:45.125rem;left:14.1875rem; }
#NWBee7XfOLzgIxcsu8zGvAGNUfIS4MHF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;top:39.375rem;left:14.1875rem; }
#PVb3bwNUCkrwBZ8nsGWNkabgwP7OzNLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15100;line-height:1.3;letter-spacing:0;top:38.25rem;left:16.125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#szRhEttEDHKRim3yI0gWXJPNbu4PoUQ7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;top:51.1875rem;left:14.1875rem; }
#puu8FHEGNT3lsnSb5C7Aw0QvRyRIglDB { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15106;line-height:1.3;letter-spacing:0;top:50rem;left:16.3125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yBU7sIoSB4xT7R9H2xQyk4T4yOaDGr8X { position:absolute;display:block;z-index:15138;background-color:rgba(162,162,162,0.3);background-image:none;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.74) ;height:48.5rem;width:26.875rem;top:13.3125rem;left:37.8125rem;display:block; }
#iuAbS6zzkAzGs6BAZvErmv7l2aUKz9HF { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15153;line-height:1.3;letter-spacing:0;top:32.375rem;left:42.875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iFxq8k9a1UTn4TkRrlrRyay85PT9N6Gl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15185;top:33.5rem;left:40.9375rem; }
#RKptPveLSnWyDI69GTXX7sCX165LwiZk { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15148;line-height:1.3;letter-spacing:0;top:26.625rem;left:42.875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xc8zxAsnGgoxVQiKn5T6w0rqFhK6JweL { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15184;top:27.75rem;left:40.9375rem; }
#TxfwFRWHIq4x7moUAsI2rikrJ6ExQB51 { position:absolute;display:block;z-index:15139;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.5) ;height:5.0625rem;width:19.125rem;top:13.3125rem;left:41.687500953674rem;display:block; }
#Er8l248ITa3pTySH2pa6KhCixVP4QsU5 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15143;line-height:1.3;letter-spacing:0;top:20.9375rem;left:42.875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Igt7rvPf8uX9dMyQTl244Cab9tLUqx5f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15183;top:22.0625rem;left:40.9375rem; }
#XmKEsuP3MXJTVBPwF4iF9TASHXkzIOZQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:300;z-index:15140;line-height:1.3;letter-spacing:0;top:15.805468559265rem;left:43.000000953674rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vUiS8eUhtk4IVNOFS6UQsM3DZrF95acg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.92) ;box-sizing:border-box;color:#949494;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:4.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:66.3115234375rem;left:24.6875rem;display:block; }
#acznzVGqoLSS2HNlIgDeCOK7oRgH3yzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGhGvubXuWLSun5pdVCsRsI6o6RnzH0y { position:absolute;display:block;z-index:15074;background-color:rgba(162,162,162,0.3);background-image:none;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: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),1) ;height:48.5rem;width:26.875rem;top:13.375rem;left:10.125rem;display:block; }
#sQv7pu50xGrFuQsNmUvcPKyawINyPR2i { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:1.3484344482422rem;left:27.500001907349rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kDwTB86yorVzTf5tBC1s9WCvrSh5e7ZX { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -moz-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -ms-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-image: -o-linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0.06)' );";background-image: linear-gradient(98deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0.06));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:8rem;width:15.625rem;top:0rem;left:36.9375rem;display:block; }
#VvPrvgiT5bnZT8wT9hRoT5xshhEiux8a { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-image: -moz-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-image: -ms-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-image: -o-linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.06)', endColorstr='#a2a2a24c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.06)', endColorstr='#a2a2a24c' );";background-image: linear-gradient(98deg, rgba(var(--color-tertiary-4),0.06), rgba(162,162,162,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.999rem;width:15.625rem;top:0rem;left:21.354166507721rem;display:block; }
#VRS1y0JCZl4BLXCow6CyXUI3R0LWRA0w { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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: none;height:0.0625rem;width:56.25rem;top:76.375rem;left:10.125rem;display:block; }
#ZwOUZGcs1haTGZQaWfKKVgaHhAecJJZH { position:absolute;display:block;z-index:15279;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.56196875rem;width:4.375rem;top:10.3125rem;left:48.625rem;overflow:hidden;display:block; }
#y2oJgi0FS5TgWGSBBR8HlBt4rUTat2zk { position:absolute;display:block;z-index:15280;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249025rem;width:6.5625rem;top:10.875rem;left:19.8125rem;overflow:hidden;display:block; }
#g4e8GaZloSolK40cNv2EbLyNl9iVrVEp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15107;line-height:1.3;letter-spacing:0;top:55.8125rem;left:16.3125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NrgVvOO4en45Wzhs5U8WWssAXXcKiEmF { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;top:57rem;left:14.1875rem; }
#MH9mI4Ob1fI11fkR6n6X2x3ZKr1e0Tvs { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15186;top:39.375rem;left:40.9375rem; }
#bzRoAXqq2ENLelfEAU1AT0isf4xWrD2e { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15154;line-height:1.3;letter-spacing:0;top:38.1875rem;left:42.875rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.adaptive-delivery-prevent-bg, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyload, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyloading { background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { border-width: 0; border-radius: 0; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::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; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#DsgSK5i716ZOh2VAPNT73yiHCyFAekA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:20.125rem;left:10.4375rem;height:34.9043rem;font-style:normal;display:block; }
#Q93fGH3el1OoObawwGstEVUizFsQ2r8U { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.625rem;left:60.8125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hEllhZq9wyXhe0huUmHV4cBpQ4vh7dbE { color:rgba(var(--color-tertiary-1),1);display:block;width:30.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:10.1875rem;height:2.6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WSF1SDQsfR6VL38CK7LhT9HdXDm7WItQ { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0));background-image: -moz-linear-gradient(267deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0));background-image: -ms-linear-gradient(267deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0));background-image: -o-linear-gradient(267deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2a2a24c', endColorstr='rgba(var(--color-tertiary-4),0)' );";background-image: linear-gradient(267deg, rgba(162,162,162,0.3), rgba(var(--color-tertiary-4),0));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: none;height:38.5rem;width:34.875rem;top:18.625rem;left:0rem;display:block; }
#hyseKXWosXqnL7E6akd0P9PthREtWZ6s { position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(267deg, rgba(var(--color-tertiary-4),0), rgba(162,162,162,0.3));background-image: -moz-linear-gradient(267deg, rgba(var(--color-tertiary-4),0), rgba(162,162,162,0.3));background-image: -ms-linear-gradient(267deg, rgba(var(--color-tertiary-4),0), rgba(162,162,162,0.3));background-image: -o-linear-gradient(267deg, rgba(var(--color-tertiary-4),0), rgba(162,162,162,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#a2a2a24c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#a2a2a24c' );";background-image: linear-gradient(267deg, rgba(var(--color-tertiary-4),0), rgba(162,162,162,0.3));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: none;height:38.5rem;width:40.0625rem;top:18.625rem;left:34.875001907349rem;display:block; }
#VpuvfFc4H30uNV2zt5aXOKS6sqdl1DdU { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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: none;height:0.0595703125rem;width:56.25rem;top:66.5009765625rem;left:9.375rem;display:block; }
#JW9dJrWztR6CLcVRRaeUcWaAuleoz65Z { color:rgba(var(--color-tertiary-4),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:11.5625rem;left:10.3125rem;height:4.549475rem;display:block; }
#TqTGLCd8FT4zFp12w1mThxKGfrKmx05X { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.92) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.125rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:59.8125rem;left:26.9375rem;display:block; }
#crpAKwvcwraozlM9BOXFL6Z96g9JSuMp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gU88cwuXFtgTHOercoMhk2SiQ87v4Btm { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:15.875rem;width:15.875rem;top:1.625rem;left:55.5625rem;display:block; }#gU88cwuXFtgTHOercoMhk2SiQ87v4Btm.adaptive-delivery-prevent-bg, #gU88cwuXFtgTHOercoMhk2SiQ87v4Btm.lazyload, #gU88cwuXFtgTHOercoMhk2SiQ87v4Btm.lazyloading { background-image: none; }
#gU88cwuXFtgTHOercoMhk2SiQ87v4Btm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#gU88cwuXFtgTHOercoMhk2SiQ87v4Btm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(44,38,44,0.89); }#o2TuaN8XJu7HwEfabuTmmctPywJ171EZ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:56.5rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { border-width: 0; border-radius: 0; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:none; }#KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);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-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:5.5rem;width:41.25rem;top:0rem;left:16.875rem;display:block; }
#ImEfCrAkK12ETnH1xmPahMRtURAAPMo7 { color:#8e0f7a;display:block;width:41.25rem;position:absolute;font-family:ubuntu;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.3483667373658rem;left:16.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { border-width: 0; border-radius: 0; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:none; }#TNrBDvK1MLxhMTT49seD8GX9FKDSwV88 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:1.875rem;display:block; }#TNrBDvK1MLxhMTT49seD8GX9FKDSwV88.adaptive-delivery-prevent-bg, #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88.lazyload, #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88.lazyloading { background-image: none; }
#Ni9psv35DCa33v24L5U772BpIyy9q7wB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:20.75rem;display:block; }#Ni9psv35DCa33v24L5U772BpIyy9q7wB.adaptive-delivery-prevent-bg, #Ni9psv35DCa33v24L5U772BpIyy9q7wB.lazyload, #Ni9psv35DCa33v24L5U772BpIyy9q7wB.lazyloading { background-image: none; }
#ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:39.75rem;display:block; }#ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r.adaptive-delivery-prevent-bg, #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r.lazyload, #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r.lazyloading { background-image: none; }
#NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:58.625rem;display:block; }#NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph.adaptive-delivery-prevent-bg, #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph.lazyload, #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph.lazyloading { background-image: none; }
#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.74);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { border-width: 0; border-radius: 0; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:none; }#MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:1.875rem;display:block; }#MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ.adaptive-delivery-prevent-bg, #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ.lazyload, #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ.lazyloading { background-image: none; }
#XERNkX7Sp8S7TKE345E0xAMidOL2XSWA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:20.75rem;display:block; }#XERNkX7Sp8S7TKE345E0xAMidOL2XSWA.adaptive-delivery-prevent-bg, #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA.lazyload, #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA.lazyloading { background-image: none; }
#vHhpWes6lC05mVgF5oIkEC08MIexoykB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:39.75rem;display:block; }#vHhpWes6lC05mVgF5oIkEC08MIexoykB.adaptive-delivery-prevent-bg, #vHhpWes6lC05mVgF5oIkEC08MIexoykB.lazyload, #vHhpWes6lC05mVgF5oIkEC08MIexoykB.lazyloading { background-image: none; }
#XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/oC8ddA17/logo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:6.5625rem;width:14.375rem;top:0rem;left:58.625rem;display:block; }#XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ.adaptive-delivery-prevent-bg, #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ.lazyload, #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ.lazyloading { background-image: none; }
#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB.adaptive-delivery-prevent-bg, #WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB.lazyload, #WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB.lazyloading { background-image: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container { background-color: transparent; background-image: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container > .video-iframe-container { display: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row > .video-iframe-container { display: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .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); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container { border-width: 0; border-radius: 0; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB::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; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#UwCkAgAUE8iWDh72wIIPWfn12eOT1aPm { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LFLIoZJHfVNZBRnivWl1al5WtmvVd9Ap { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.4375rem;left:0rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K44Db48XbsaUn7v1cR2QQzI6SzxkUbX1 { position:absolute;display:block;z-index:15004;height:30rem;width:60rem;top:10.625rem;left:7.5rem;display:block; }
#w3zlv6ZusxPMrCvn4604A1zo1Gt0o2L6 { background-color:transparent;background-image: -webkit-linear-gradient(216deg, #868686, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(216deg, #868686, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(216deg, #868686, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(216deg, #868686, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#868686', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(216deg, #868686, rgba(var(--color-tertiary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(var(--color-tertiary-4),0.92) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:4.0625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:42.8740234375rem;left:24.125rem;display:block; }
#CIblSg8wvdqFHluCPNXN6R1p65qJZIzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kuTaZ5U2VhLw553nCtluzH5ZR6bx5Bh5 { position:absolute;display:block;z-index:15005;height:30rem;width:60rem;top:19.5625rem;left:7.5rem;display:none; }
#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD.adaptive-delivery-prevent-bg, #LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD.lazyload, #LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD.lazyloading { background-image: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container { background-color: transparent; background-image: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container > .video-iframe-container { display: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.47); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row > .video-iframe-container { display: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .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); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container { border-width: 0; border-radius: 0; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD::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; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#rQQxfgtn9goLpgeeKwdOTEw17XRHNqD1 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:4.125rem;left:0rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRiUqpd1tTn1eHO80DQw3qvzCiXiFWa5 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:1.35rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IL7okx1vURbfpmAAItCIiWC2rEcINehv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:13.25rem;left:34.125rem; }
#IL7okx1vURbfpmAAItCIiWC2rEcINehv > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#X46QJ0lOryLaGpuAHuqOJoKQMkZRkrwf { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.25rem;left:38.8125rem; }
#X46QJ0lOryLaGpuAHuqOJoKQMkZRkrwf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#cNDwXcLxUC1uOFAz8iVakkw7qLbiOITD { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:13.25rem;left:43.375rem; }
#cNDwXcLxUC1uOFAz8iVakkw7qLbiOITD > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#sWmkUsTqmUpcc2SPt5RNe2mVxD20Mk7P { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:13.3125rem;left:29.1875rem; }
#sWmkUsTqmUpcc2SPt5RNe2mVxD20Mk7P > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { display:block; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo { width:47.75rem;height:5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClThy2Eg1AN31mxFARdEM1OF2f5TUn0b { width:23.625rem;height:2.125rem;top:1.5rem;left:5.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwxi5lChgN8ZsU3uASnCreTyQeR69ul { width:17.3125rem;height:2.875rem;top:25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV { width:21.75rem;height:35.5625rem;top:14.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWcrEoP44i5DEltBhllo2m0al0T7cLlU { width:19.1875rem;height:4.1875rem;top:18.4375rem;left:28.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3FMoPM6dRSL5KOHPSDTr9oewe9BTDi { top:32.75rem;left:41.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQPS5K0a2sZFCwLb8aZ5o5MJL3OuR07x { width:18.6875rem;height:4rem;top:40.6875rem;left:29.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzocGlDgMQryoU3RdypsJ1Pbbh6AwAvE { width:19.1875rem;height:2.375rem;top:36.5rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze42WREsaXzMc9DFkhdvXNKFb2aQIwkM { top:22.9375rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ZCT0U0IHUXIMmQHakPAEqafc7KR4cF { top:54.375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #hnW7zk9vZMVIe4obO8qZcX1N9vhodIHA { top:5.8125rem;left:2rem;width:19.375rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwIBCDv0zPMEFgTClzgtHPKvK1tbXuXa { width:28.0625rem;height:2.4375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ug79WvCfTJyWH8qG16OEHCG8xGnRGC { display:block; }
 }@media only screen and (max-width: 763px) { #rvyw4ctf7bUw03BKxHTbLVS74bQZfhQp { top:30.75rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8STtvlQcEu62ZpBi0Ctg3PKpoWXi9qe { top:35.1875rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WN8cAOxegfazR94DnuyNorr2MuK1g3 { top:35.4375rem;left:0rem;width:47.75rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvpyQAFfL6z4Ku4grIJ9lyQANHtusIrb { top:39.875rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQlKXd3RgXFez8WocI1oCoM1vCNHS2bc { top:44.5rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8If5ETQcIz6SXT27VoIgp94SHIsF8qt { width:16.5rem;height:2.4375rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyJvpgtcX999OcfFCZvCW5gdZ2ZUgMo { display:block; }
 }@media only screen and (max-width: 763px) { #oppkvTJgqzmM8ZMsKPyTax5u5SgW3hg9 { width:12.8125rem;height:2.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnGTJ5JwAkTxbqiNxryMekvezqzR9mHb { display:block; }
 }@media only screen and (max-width: 763px) { #qy2IiRWwg7Rh4FQ0T0cGLs7IhruPfnac { width:16.5rem;height:2.4375rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH4JDThuc3wn64ACacVhyko09TNfBMV7 { display:block; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk { display:flex;width:9rem;height:5.0625rem;top:0rem;left:31.549999237061rem; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #avbpf0CwB7BtFFn5Qc6qIqg6z8rZSgON { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #lc28OIDr0iCocBoTkuhb3SsJUXwMAwD0 {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #J4UIwMEuunwX6pgeL2BiPxQcN5apx0f8 {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #L6l6G7UuSatemPTpozAml6z1S77OPK8R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #Oi8oJdg3pqcn4Gftke8acRvsIb56thgk {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #pfneGHr1G6ASF6r6NJP2ac1ZfmucG98h {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #RmxTRhp5KQSBQqSIBJ5Z1TTveHTiCSph { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #RqpoexPkLcC9vELehQsmCCvJvxOiJvnz {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #twRNgs64iHiJJCwttabgpxgxF6BI7rSn {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #AJGoImrsqRxrQRapM8aI49LzP5e00lWP { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #GFVW5BGoDqcSAZeFmddTcoDqMqxHsdD5 {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #dybuLaCfZ6eOBTTZ5PGH0rtyPIdqZBoU {  }
 }@media only screen and (max-width: 763px) { #zZa37VkhaZdFRVnmpUpfTV42KdZbctBA { display:block; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coNZhyitlPCaTQFevUHuqb00e7blmSkw { width:47.75rem;height:5rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQuTcV31kWPQiVZoKEwLUmTTLdEGhf0a { width:11.4375rem;height:2.0625rem;top:1.5rem;left:11.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm4E8N1Td2GZ4ohp7Kgtxn3LL6PA0nKw { width:20.75rem;height:3.875rem;top:22.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ { width:21.75rem;height:31rem;top:14.9375rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2AMmTS7iSwWEqquTaL27yR7qALFTX0D { width:19.1875rem;height:4.1875rem;top:19.25rem;left:28.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgCwlr4LT1nFnfBvJM4AaHlXbIFNSzA { top:24.5625rem;left:39.4375rem;width:8.125rem;height:8.125rem;display:block; }
#qtgCwlr4LT1nFnfBvJM4AaHlXbIFNSzA > img { max-width: 100%;max-height:100%; width:8.125rem; height:8.125rem; } }@media only screen and (max-width: 763px) { #IDfUWnJqqhZNm2TBKyLvICbZBkVnt4Th { top:33.25rem;left:41.625rem;width:3.625rem;height:3.625rem;display:block; }
#IDfUWnJqqhZNm2TBKyLvICbZBkVnt4Th > img { max-width: 100%;max-height:100%; width:3.625rem; height:3.625rem; } }@media only screen and (max-width: 763px) { #l7VnLJZ01AUMXwiuT5R4Q038NqHZhgIK { width:19.1875rem;height:2.375rem;top:37.3125rem;left:28.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkbfOqu1V0msSPcVsXPABlz3gULr3bvD { top:20.8125rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmuChdpUcaF1vkpa0XazLzf1Nf1JLWC { top:50.25rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ATG64fqICR8kbqEMkM6nTggTTWaJz56T { top:5.875rem;left:3.625rem;width:14.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2uL28JTgn7dcKS5gtltzBc7e9cTf2W6 { width:28.0625rem;height:2.4375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg3w1WU2aeAgngRtcH0FLdcdzA8P4r3L { display:block; }
 }@media only screen and (max-width: 763px) { #BVtNmTCVXfLQKHSQCqtfx1GE7DM26EAF { top:28.625rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkSsFXgFDLfpLRbbPv6gypV54xci8pd { top:33.0625rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJ8mmAlcQTEJHfDFcfavBtX68s3V7g7 { width:12.8125rem;height:2.4375rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdx7rtZkoxlSDzF2ycis4lTZTZlhXZeP { display:block; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv { display:flex;width:9rem;height:5.0625rem;top:0rem;left:31.549999237061rem; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ZgBpRGsmoQonhb10dQIFyHAAbZGLti5q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #H0UvHIHfCcgqHmKwDupQzwktm6yFGNLc {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #JRXwLHccuxHRHyQbdLcU24wzd8R7dsdT {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ZbMvtyWM8dkCNLTPXiNixCq2TnR8domJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #l1dnZ0SgTI6qb6WGdJH9lvnRBVcFPd83 {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #RsrTnPPyk50qBeZHBiTNDwiHWOVw1zEu {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #qC3gqXLFqCXAEwXKCMu6fLrDVQcq595g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #KTiD7dsx8o7WM6Vl9zoUgIcToTFx8diT {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #bwsOgAXbUI1hWJmFMbuEo41FLxxhv82P {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ffuPeXq2LPVq0VvuKULuh5VB7q5qq9TG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #i7i70HANgqTcz4wGS4ZEWXLPxVQkbKa3 {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #mq3O58RwhAQl7EOAHCrMxf6OnVxdpssc {  }
 }@media only screen and (max-width: 763px) { #LqDLm7t3fxatJkFQnRwy2Ari19CashvC { width:19.1875rem;height:1.6875rem;top:39.9375rem;left:28.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQr6014H3i0TsB7m0Z88htel6myNE2oq { top:37.3125rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZICgXT2RhIyP32L0Vlc6FtbdE9aoHJu { top:41.5625rem;left:0rem;width:47.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZyDL46VQbEwim00ddxTVy52EcfxvRTT { width:28.0625rem;height:2.4375rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vwo353WbfoigtlLA0piTkA4cGQqL8vPW { display:block; }
 }@media only screen and (max-width: 763px) { #WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV { display:block; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1lhV4IJD7rPOolfL6pw98BvoE2pNiDB { top:35.6875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #r3D5NSby6GA27QaUCRbetPskbEQte9dQ { top:4.5625rem;left:0.125rem;width:47.375rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAu5EptidiqQfIellJ0kocemFqAh93Ci { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS { display:block; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVmFp6mEJOTHrwAAdyUOzVUrUJAdDwtL { width:19.125rem;height:5rem;top:11.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkXo2HJOLtmMg43tNRDaLMMKXeC5Kr0P { width:15.625rem;height:;top:14.1875rem;left:15.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtAs2gM7IqmbZH7VvMiN3M8izgLMJ50S { width:16.5625rem;height:3.5625rem;top:19.375rem;left:15.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5D6cT3K8HPKbM5BRWNQlLU5JTiq4rt { width:1.25rem;height:1.25rem;top:20.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsDTa5BWbvsZDnFLhxmmcQa5zQ14S29D { width:13.5rem;height:3.5625rem;top:25rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzJV2Neuvlh3FL3KMA6A1TEBKlXFx436 { width:1.25rem;height:1.25rem;top:26.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNDpPACiVXNtCV3ATmlWbWwuKRGb9atG { width:16.125rem;height:3.5625rem;top:30.8125rem;left:15.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAA73PIDUVtbq8PLuxe62rI6y42Ruew { width:1.25rem;height:1.25rem;top:32rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFuzMTo9iiBScCd6SeDLUlvNDkSPRt2D { width:18.625rem;height:3.5625rem;top:42.375rem;left:13.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPtSgqoaWbNsMh7XrZIm70yqdR59cPsA { width:1.25rem;height:1.25rem;top:43.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQp6PqACefqnhTavRBoQMos6KRWi3fS { width:1.25rem;height:1.25rem;top:37.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ6XDZ6CJZ68GZgaTqJP24l8BwQC1CW { width:16.875rem;height:3.5625rem;top:36.6875rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8QTyFk2alFfWRcarBDNc9eQ7qbD4Je { width:1.25rem;height:1.25rem;top:49.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1OOHyrcEXOOJ4dFbJiqnMcCl3t8pdp { width:13.5rem;height:3.5625rem;top:48.4375rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { width:24.8125rem;height:4.375rem;top:68rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block; }
 }@media only screen and (max-width: 763px) { #AgEuBiWELFJ3TvkUCzptF8LMMoH7zmIK { width:32.5rem;height:53.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { width:20rem;height:;top:1.3125rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcsD04gTPoZRbl6JDHGn4QuIq6ELq1gH { top:0rem;left:16.125rem;width:15.625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVGmiwZce1oDlyIOTOiI4FvePbrPimZO { top:0rem;left:0.25rem;width:15.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5rBxClmptP6qDWPblRAdhKTcwGrI8Rw { top:76.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTOV2IMFARadC5XcIvN37R84eeekAOM { top:9.3125rem;left:20.0625rem;width:6.5625rem;height:4.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cady2EqF3H0XJcgqgnMI57WhsW6vvB5S { width:13.5rem;height:3.5625rem;top:54.25rem;left:16.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VphBM9pbQxcEIvIr0790Lq3Cv0Xqvt5G { width:1.25rem;height:1.25rem;top:55.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF8geT5SZHTgOLBUb9ixSuBQu6OuG32q { width:13.5rem;height:1.75rem;top:60rem;left:16.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V666vRsEyEB68azm9J29QnT6b47pz1rL { width:1.25rem;height:1.25rem;top:60.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov2e81xGeftiexleCq2W15sMJ2Lcuizx { display:block; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7DWpIgZ7zMO4xFnRxReEAPhFnTC79Xn { width:19.125rem;height:5rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3pQneXog77XqtOdWMt2xAQgs8e3KHN { width:15.625rem;height:1.9375rem;top:15.75rem;left:0.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7OO5Ra6hHW1nvrNi2pN9E8vOyAiHArM { width:16.5625rem;height:3.5625rem;top:20.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxaBryyTqFi7h0TPeu53kZFTuu1Htty4 { width:1.25rem;height:1.25rem;top:22.0625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn1ZvHLyr8KvmCbL1P5kabDpPRk6L5KJ { width:13.5rem;height:3.5625rem;top:26.5625rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET2XLB5KGsv65HRTv44cBBTwotNWtVtB { width:1.25rem;height:1.25rem;top:27.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXT5zDkWrZhJCTMDoqLb0bTtZW5cr8uH { width:13.5rem;height:3.5625rem;top:32.375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlzo892of7i2hPLxbL6QCt5GLdS6D7Q { width:1.25rem;height:1.25rem;top:33.5625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3mAOrH1VqdDJQTiteUJg5vDcmWvCZuV { width:13.5rem;height:3.5625rem;top:43.9375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTK8vpa4sMpMTLSbW4aNB34d7LJsDiTF { width:1.25rem;height:1.25rem;top:45.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBee7XfOLzgIxcsu8zGvAGNUfIS4MHF { width:1.25rem;height:1.25rem;top:39.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVb3bwNUCkrwBZ8nsGWNkabgwP7OzNLQ { width:16.875rem;height:3.5625rem;top:38.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szRhEttEDHKRim3yI0gWXJPNbu4PoUQ7 { width:1.25rem;height:1.25rem;top:51.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puu8FHEGNT3lsnSb5C7Aw0QvRyRIglDB { width:13.5rem;height:3.5625rem;top:50rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBU7sIoSB4xT7R9H2xQyk4T4yOaDGr8X { width:26.875rem;height:48.5rem;top:13.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuAbS6zzkAzGs6BAZvErmv7l2aUKz9HF { width:13.9375rem;height:3.5625rem;top:32.375rem;left:17.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxq8k9a1UTn4TkRrlrRyay85PT9N6Gl { width:1.25rem;height:1.25rem;top:33.5rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKptPveLSnWyDI69GTXX7sCX165LwiZk { width:18.6875rem;height:3.5625rem;top:26.625rem;left:13.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8zxAsnGgoxVQiKn5T6w0rqFhK6JweL { width:1.25rem;height:1.25rem;top:27.75rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfwFRWHIq4x7moUAsI2rikrJ6ExQB51 { width:19.125rem;height:5.0625rem;top:13.3125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8l248ITa3pTySH2pa6KhCixVP4QsU5 { width:20.8125rem;height:3.5625rem;top:20.9375rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igt7rvPf8uX9dMyQTl244Cab9tLUqx5f { width:1.25rem;height:1.25rem;top:22.0625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmKEsuP3MXJTVBPwF4iF9TASHXkzIOZQ { width:15.625rem;height:1.9375rem;top:15.75rem;left:16.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiS8eUhtk4IVNOFS6UQsM3DZrF95acg { width:25.625rem;height:4.625rem;top:66.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acznzVGqoLSS2HNlIgDeCOK7oRgH3yzU { display:block; }
 }@media only screen and (max-width: 763px) { #pGhGvubXuWLSun5pdVCsRsI6o6RnzH0y { width:26.875rem;height:48.5rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQv7pu50xGrFuQsNmUvcPKyawINyPR2i { width:20rem;height:2.875rem;top:1.3125rem;left:11.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDwTB86yorVzTf5tBC1s9WCvrSh5e7ZX { top:0rem;left:16.125rem;width:15.625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPrvgiT5bnZT8wT9hRoT5xshhEiux8a { top:0rem;left:0.25rem;width:15.625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRS1y0JCZl4BLXCow6CyXUI3R0LWRA0w { top:76.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwOUZGcs1haTGZQaWfKKVgaHhAecJJZH { top:10.3125rem;left:27.375rem;width:4.375rem;height:5.561525rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oJgi0FS5TgWGSBBR8HlBt4rUTat2zk { top:10.875rem;left:9.3125rem;width:6.5625rem;height:4.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4e8GaZloSolK40cNv2EbLyNl9iVrVEp { width:13.5rem;height:3.5625rem;top:55.8125rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrgVvOO4en45Wzhs5U8WWssAXXcKiEmF { width:1.25rem;height:1.25rem;top:57rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH9mI4Ob1fI11fkR6n6X2x3ZKr1e0Tvs { width:1.25rem;height:1.25rem;top:39.375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRoAXqq2ENLelfEAU1AT0isf4xWrD2e { width:13.5rem;height:3.5625rem;top:38.1875rem;left:18.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsgSK5i716ZOh2VAPNT73yiHCyFAekA4 { width:47.75rem;height:34.875rem;top:20.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q93fGH3el1OoObawwGstEVUizFsQ2r8U { width:12.5rem;height:5.8125rem;top:8.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEllhZq9wyXhe0huUmHV4cBpQ4vh7dbE { width:30.9375rem;height:2.5625rem;top:8.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSF1SDQsfR6VL38CK7LhT9HdXDm7WItQ { top:18.625rem;left:0rem;width:34.875rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyseKXWosXqnL7E6akd0P9PthREtWZ6s { top:18.625rem;left:7.6875rem;width:40.0625rem;height:38.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuvfFc4H30uNV2zt5aXOKS6sqdl1DdU { top:66.5rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #JW9dJrWztR6CLcVRRaeUcWaAuleoz65Z { top:11.5625rem;left:0rem;width:41.9375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTGLCd8FT4zFp12w1mThxKGfrKmx05X { width:21.125rem;height:3.8125rem;top:59.8125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crpAKwvcwraozlM9BOXFL6Z96g9JSuMp { display:block; }
 }@media only screen and (max-width: 763px) { #gU88cwuXFtgTHOercoMhk2SiQ87v4Btm { width:15.875rem;height:15.875rem;top:1.625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TuaN8XJu7HwEfabuTmmctPywJ171EZ { width:12.5rem;height:3.875rem;top:4.75rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { display:block; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { width:41.25rem;height:5.5rem;top:0rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEfCrAkK12ETnH1xmPahMRtURAAPMo7 { width:41.25rem;height:2.875rem;top:4.3125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 { display:block; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88 { width:14.375rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni9psv35DCa33v24L5U772BpIyy9q7wB { width:14.375rem;height:6.5625rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r { width:14.375rem;height:6.5625rem;top:0rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph { width:14.375rem;height:6.5625rem;top:0rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U { display:block; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ { width:14.375rem;height:6.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA { width:14.375rem;height:6.5625rem;top:0rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhpWes6lC05mVgF5oIkEC08MIexoykB { width:14.375rem;height:6.5625rem;top:0rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ { width:14.375rem;height:6.5625rem;top:0rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB { display:block; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwCkAgAUE8iWDh72wIIPWfn12eOT1aPm { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFLIoZJHfVNZBRnivWl1al5WtmvVd9Ap { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K44Db48XbsaUn7v1cR2QQzI6SzxkUbX1 { top:10.625rem;left:0rem;width:47.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3zlv6ZusxPMrCvn4604A1zo1Gt0o2L6 { width:26.75rem;height:4.0625rem;top:42.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIblSg8wvdqFHluCPNXN6R1p65qJZIzL { display:block; }
 }@media only screen and (max-width: 763px) { #kuTaZ5U2VhLw553nCtluzH5ZR6bx5Bh5 { top:19.5625rem;left:0rem;width:47.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD { display:block; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQQxfgtn9goLpgeeKwdOTEw17XRHNqD1 { width:32.5625rem;height:2.6875rem;top:5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRiUqpd1tTn1eHO80DQw3qvzCiXiFWa5 { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL7okx1vURbfpmAAItCIiWC2rEcINehv { top:13.25rem;left:20.5rem;width:2.5rem;height:2.5rem;display:block; }
#IL7okx1vURbfpmAAItCIiWC2rEcINehv > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #X46QJ0lOryLaGpuAHuqOJoKQMkZRkrwf { top:13.25rem;left:25.1875rem;width:2.5rem;height:2.5rem;display:block; }
#X46QJ0lOryLaGpuAHuqOJoKQMkZRkrwf > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #cNDwXcLxUC1uOFAz8iVakkw7qLbiOITD { top:13.25rem;left:29.75rem;width:2.5rem;height:2.5rem;display:block; }
#cNDwXcLxUC1uOFAz8iVakkw7qLbiOITD > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #sWmkUsTqmUpcc2SPt5RNe2mVxD20Mk7P { top:13.3125rem;left:15.5625rem;width:2.5rem;height:2.5rem;display:block; }
#sWmkUsTqmUpcc2SPt5RNe2mVxD20Mk7P > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;display:none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.adaptive-delivery-prevent-bg, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyload, #OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl.lazyloading { background-image: none; }#OVMrm0CrT5wm2DxpmNNve3uEwk5zaWzl > .row .container { width:20rem;height:72.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Za7O2bXWzmqrFdWNKV86B0yHpcv4OdLo { width:20rem;height:9.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClThy2Eg1AN31mxFARdEM1OF2f5TUn0b { width:10.5rem;height:3.0859375rem;top:0.8623046875rem;left:4.4052734375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwxi5lChgN8ZsU3uASnCreTyQeR69ul { width:20rem;height:2.0996125rem;top:50.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP133ZUXN81WGfl9OT7TFJ35k5vIQDlV { width:18.875rem;height:26.75rem;top:20.625rem;left:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(255,255,255,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #lWcrEoP44i5DEltBhllo2m0al0T7cLlU { width:17rem;height:3.75rem;top:22.8125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB3FMoPM6dRSL5KOHPSDTr9oewe9BTDi { display:flex;width:2.5rem;height:2.5rem;top:34.375rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BQPS5K0a2sZFCwLb8aZ5o5MJL3OuR07x { width:15.75rem;height:3.5rem;top:41rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzocGlDgMQryoU3RdypsJ1Pbbh6AwAvE { width:19.2480625rem;height:1.94921875rem;top:37.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze42WREsaXzMc9DFkhdvXNKFb2aQIwkM { width:20rem;height:4.6875rem;top:49.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ZCT0U0IHUXIMmQHakPAEqafc7KR4cF { width:20rem;height:0.0625rem;top:72.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnW7zk9vZMVIe4obO8qZcX1N9vhodIHA { width:10.625rem;height:8.25rem;top:10.998046875rem;left:4.3427734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwIBCDv0zPMEFgTClzgtHPKvK1tbXuXa { width:13.8125rem;height:2.0625rem;top:59.4375rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5Ug79WvCfTJyWH8qG16OEHCG8xGnRGC { display:block; }
 }@media only screen and (max-width: 763px) { #rvyw4ctf7bUw03BKxHTbLVS74bQZfhQp { width:20rem;height:2.75rem;top:59.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8STtvlQcEu62ZpBi0Ctg3PKpoWXi9qe { width:20rem;height:3.25rem;top:62.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WN8cAOxegfazR94DnuyNorr2MuK1g3 { width:20rem;height:2.75rem;top:66.53125rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lvpyQAFfL6z4Ku4grIJ9lyQANHtusIrb { width:20rem;height:12.8125rem;top:68.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQlKXd3RgXFez8WocI1oCoM1vCNHS2bc { width:20rem;height:2.75rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8If5ETQcIz6SXT27VoIgp94SHIsF8qt { width:16.5rem;height:2.4375rem;top:62.875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IcyJvpgtcX999OcfFCZvCW5gdZ2ZUgMo { display:block; }
 }@media only screen and (max-width: 763px) { #oppkvTJgqzmM8ZMsKPyTax5u5SgW3hg9 { width:12.8125rem;height:2.4375rem;top:55.25rem;left:3.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnGTJ5JwAkTxbqiNxryMekvezqzR9mHb { display:block; }
 }@media only screen and (max-width: 763px) { #qy2IiRWwg7Rh4FQ0T0cGLs7IhruPfnac { width:10.125rem;height:2.4375rem;top:66.6875rem;left:4.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iH4JDThuc3wn64ACacVhyko09TNfBMV7 { display:block; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-text.counter-number { padding-top:0.685625rem;padding-right:0.596875rem;padding-bottom:0.685625rem;padding-left:0.596875rem;width:3.58rem;min-width:3.58rem;height:3.68375rem;font-size:2.740625rem;line-height:58.94px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42875rem;margin-right:0;margin-bottom:0;margin-left:0;width:4.771875rem;height:1.90125rem;font-size:1.0275rem;line-height:30.42px;top:-12%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk { display:flex;width:12.0625rem;height:7.3125rem;top:27.125rem;left:3.96875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #avbpf0CwB7BtFFn5Qc6qIqg6z8rZSgON { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #lc28OIDr0iCocBoTkuhb3SsJUXwMAwD0 {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #J4UIwMEuunwX6pgeL2BiPxQcN5apx0f8 {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #L6l6G7UuSatemPTpozAml6z1S77OPK8R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #Oi8oJdg3pqcn4Gftke8acRvsIb56thgk {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #pfneGHr1G6ASF6r6NJP2ac1ZfmucG98h {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #RmxTRhp5KQSBQqSIBJ5Z1TTveHTiCSph { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #RqpoexPkLcC9vELehQsmCCvJvxOiJvnz {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #twRNgs64iHiJJCwttabgpxgxF6BI7rSn {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #AJGoImrsqRxrQRapM8aI49LzP5e00lWP { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #GFVW5BGoDqcSAZeFmddTcoDqMqxHsdD5 {  }
 }@media only screen and (max-width: 763px) { #tZ2viVfI9zmotNw2Rz5X0usarXxGcvzk #dybuLaCfZ6eOBTTZ5PGH0rtyPIdqZBoU {  }
 }@media only screen and (max-width: 763px) { #zZa37VkhaZdFRVnmpUpfTV42KdZbctBA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;z-index:auto;display:block; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA.adaptive-delivery-prevent-bg, #zZa37VkhaZdFRVnmpUpfTV42KdZbctBA.lazyload, #zZa37VkhaZdFRVnmpUpfTV42KdZbctBA.lazyloading { background-image: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container { background-color: transparent; background-image: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container > .video-iframe-container { display: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row > .video-iframe-container { display: none; }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .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); }#zZa37VkhaZdFRVnmpUpfTV42KdZbctBA > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coNZhyitlPCaTQFevUHuqb00e7blmSkw { width:20rem;height:9.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQuTcV31kWPQiVZoKEwLUmTTLdEGhf0a { width:13.5625rem;height:2.6806625rem;top:0.9404296875rem;left:3.21875rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gm4E8N1Td2GZ4ohp7Kgtxn3LL6PA0nKw { width:20rem;height:2.886725rem;top:48.275390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k6vJdFy81PzDTcfiK6s6TiJwmuSNLeeJ { width:18.875rem;height:25rem;top:20.625rem;left:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(255,255,255,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #e2AMmTS7iSwWEqquTaL27yR7qALFTX0D { width:17rem;height:3.75rem;top:23rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgCwlr4LT1nFnfBvJM4AaHlXbIFNSzA { display:flex;width:6.8125rem;height:6.8125rem;top:27.875rem;left:6.59375rem;font-size:3.6875rem; }
#qtgCwlr4LT1nFnfBvJM4AaHlXbIFNSzA > img { max-width: 100%;max-height:100%; width:6.8125rem; height:6.8125rem; } }@media only screen and (max-width: 763px) { #IDfUWnJqqhZNm2TBKyLvICbZBkVnt4Th { display:flex;width:2.6875rem;height:2.6875rem;top:35.5rem;left:8.625rem;font-size:1.75rem; }
#IDfUWnJqqhZNm2TBKyLvICbZBkVnt4Th > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }@media only screen and (max-width: 763px) { #l7VnLJZ01AUMXwiuT5R4Q038NqHZhgIK { width:19.2480625rem;height:1.94921875rem;top:38.8310546875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkbfOqu1V0msSPcVsXPABlz3gULr3bvD { width:20rem;height:4.6875rem;top:47.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkmuChdpUcaF1vkpa0XazLzf1Nf1JLWC { width:20rem;height:0.0625rem;top:66.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATG64fqICR8kbqEMkM6nTggTTWaJz56T { width:10.3125rem;height:9.4375rem;top:10.375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2uL28JTgn7dcKS5gtltzBc7e9cTf2W6 { width:13.8125rem;height:2.0625rem;top:57.6875rem;left:3.09375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pg3w1WU2aeAgngRtcH0FLdcdzA8P4r3L { display:block; }
 }@media only screen and (max-width: 763px) { #BVtNmTCVXfLQKHSQCqtfx1GE7DM26EAF { width:20rem;height:3.6875rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTkSsFXgFDLfpLRbbPv6gypV54xci8pd { width:20rem;height:3.6875rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJ8mmAlcQTEJHfDFcfavBtX68s3V7g7 { width:12.8125rem;height:2.4375rem;top:53.3125rem;left:3.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xdx7rtZkoxlSDzF2ycis4lTZTZlhXZeP { display:block; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-text.counter-number { padding-top:0.550625rem;padding-right:0.48rem;padding-bottom:0.550625rem;padding-left:0.48rem;width:2.87875rem;min-width:2.87875rem;height:2.959375rem;font-size:2.201875rem;line-height:47.35px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.344375rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.8375rem;height:1.5275rem;font-size:0.825625rem;line-height:24.44px;top:-12%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv { display:flex;width:9.6875rem;height:5.9296875rem;top:3.5576171875rem;left:5.15625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ZgBpRGsmoQonhb10dQIFyHAAbZGLti5q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #H0UvHIHfCcgqHmKwDupQzwktm6yFGNLc {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #JRXwLHccuxHRHyQbdLcU24wzd8R7dsdT {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ZbMvtyWM8dkCNLTPXiNixCq2TnR8domJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #l1dnZ0SgTI6qb6WGdJH9lvnRBVcFPd83 {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #RsrTnPPyk50qBeZHBiTNDwiHWOVw1zEu {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #qC3gqXLFqCXAEwXKCMu6fLrDVQcq595g { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #KTiD7dsx8o7WM6Vl9zoUgIcToTFx8diT {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #bwsOgAXbUI1hWJmFMbuEo41FLxxhv82P {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #ffuPeXq2LPVq0VvuKULuh5VB7q5qq9TG { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #i7i70HANgqTcz4wGS4ZEWXLPxVQkbKa3 {  }
 }@media only screen and (max-width: 763px) { #srTIBPIyDxhJGtlecP0ANzEGbMEfXTdv #mq3O58RwhAQl7EOAHCrMxf6OnVxdpssc {  }
 }@media only screen and (max-width: 763px) { #LqDLm7t3fxatJkFQnRwy2Ari19CashvC { width:19.1875rem;height:1.7246125rem;top:40.7802734375rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQr6014H3i0TsB7m0Z88htel6myNE2oq { width:20rem;height:3.6875rem;top:61.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZICgXT2RhIyP32L0Vlc6FtbdE9aoHJu { width:20rem;height:3.6875rem;top:65.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mZyDL46VQbEwim00ddxTVy52EcfxvRTT { width:19rem;height:2.4375rem;top:61.6875rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vwo353WbfoigtlLA0piTkA4cGQqL8vPW { display:block; }
 }@media only screen and (max-width: 763px) { #WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV.adaptive-delivery-prevent-bg, #WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV.lazyload, #WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV.lazyloading { background-image: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container { background-color: transparent; background-image: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container > .video-iframe-container { display: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row > .video-iframe-container { display: none; }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .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); }#WfawLTkTG5ttzkclQ6i8lo3CTFdVxqrV > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1lhV4IJD7rPOolfL6pw98BvoE2pNiDB { width:20rem;height:0.062144875rem;top:16.210048675537rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3D5NSby6GA27QaUCRbetPskbEQte9dQ { width:20rem;height:26.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RAu5EptidiqQfIellJ0kocemFqAh93Ci { top:2.2802734375rem;left:0rem;width:20rem;height:11.25rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS { background-color:rgba(0,0,0,0.47);background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS.adaptive-delivery-prevent-bg, #CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS.lazyload, #CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS.lazyloading { background-image: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container { background-color: transparent; background-image: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container > .video-iframe-container { display: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row > .video-iframe-container { display: none; }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .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); }#CEabBPvvy8Futp4Xxpw93K8KSVUk3qrS > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVmFp6mEJOTHrwAAdyUOzVUrUJAdDwtL { width:19.875rem;height:5.0625rem;top:11.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #575f5f, #000000);background-image: -moz-linear-gradient(183deg, #575f5f, #000000);background-image: -ms-linear-gradient(183deg, #575f5f, #000000);background-image: -o-linear-gradient(183deg, #575f5f, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#575f5f', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#575f5f', endColorstr='#000000' );";background-image: linear-gradient(183deg, #575f5f, #000000);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #lkXo2HJOLtmMg43tNRDaLMMKXeC5Kr0P { width:15.625rem;height:1.94921875rem;top:13.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtAs2gM7IqmbZH7VvMiN3M8izgLMJ50S { width:12rem;height:3.25rem;top:19.5625rem;left:3.53125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ5D6cT3K8HPKbM5BRWNQlLU5JTiq4rt { width:1.25rem;height:1.25rem;top:20.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsDTa5BWbvsZDnFLhxmmcQa5zQ14S29D { width:12.125rem;height:3.25rem;top:24.8125rem;left:3.65625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzJV2Neuvlh3FL3KMA6A1TEBKlXFx436 { width:1.25rem;height:1.25rem;top:25.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNDpPACiVXNtCV3ATmlWbWwuKRGb9atG { width:15.125rem;height:3.25rem;top:30.25rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSAA73PIDUVtbq8PLuxe62rI6y42Ruew { width:1.25rem;height:1.25rem;top:31.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFuzMTo9iiBScCd6SeDLUlvNDkSPRt2D { width:15.3125rem;height:3.25rem;top:41.875rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPtSgqoaWbNsMh7XrZIm70yqdR59cPsA { width:1.25rem;height:1.25rem;top:42.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQp6PqACefqnhTavRBoQMos6KRWi3fS { width:1.25rem;height:1.25rem;top:36.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTQ6XDZ6CJZ68GZgaTqJP24l8BwQC1CW { width:10.375rem;height:3.25rem;top:35.6875rem;left:3.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8QTyFk2alFfWRcarBDNc9eQ7qbD4Je { width:1.25rem;height:1.25rem;top:48.8125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1OOHyrcEXOOJ4dFbJiqnMcCl3t8pdp { width:9.9375rem;height:3.25rem;top:47.8125rem;left:3.59375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9NASNKk9AWpUkQbHmvehTbiS0qhTQiU { width:15.6875rem;height:3.6875rem;top:65rem;left:2.15625rem;font-size:1.0625rem;font-weight:400;font-style:normal;color:#000000;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ffffff, #c8c8c8);background-image: -moz-linear-gradient(216deg, #ffffff, #c8c8c8);background-image: -ms-linear-gradient(216deg, #ffffff, #c8c8c8);background-image: -o-linear-gradient(216deg, #ffffff, #c8c8c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8' );";background-image: linear-gradient(216deg, #ffffff, #c8c8c8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xTiqbe2I5VckKLeS7qlIRTIF1QzGTfyv { display:block; }
 }@media only screen and (max-width: 763px) { #AgEuBiWELFJ3TvkUCzptF8LMMoH7zmIK { width:19.75rem;height:51.25rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhFiSRATH5gzlD6ineOfUnndTsbIfHH { width:20rem;height:2.5996125rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcsD04gTPoZRbl6JDHGn4QuIq6ELq1gH { width:9.75rem;height:5.1875rem;top:1.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVGmiwZce1oDlyIOTOiI4FvePbrPimZO { width:10rem;height:5.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5rBxClmptP6qDWPblRAdhKTcwGrI8Rw { width:20rem;height:0;top:71.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTTOV2IMFARadC5XcIvN37R84eeekAOM { width:5.187325rem;height:3.312325rem;top:10.118075370789rem;left:7.4058948159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cady2EqF3H0XJcgqgnMI57WhsW6vvB5S { width:11.9375rem;height:3.25rem;top:53.75rem;left:3.59375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VphBM9pbQxcEIvIr0790Lq3Cv0Xqvt5G { width:1.25rem;height:1.25rem;top:54.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF8geT5SZHTgOLBUb9ixSuBQu6OuG32q { width:11.3125rem;height:1.625rem;top:59.4375rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V666vRsEyEB68azm9J29QnT6b47pz1rL { width:1.25rem;height:1.25rem;top:59.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov2e81xGeftiexleCq2W15sMJ2Lcuizx { background-color:rgba(0,0,0,0.47);background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx.adaptive-delivery-prevent-bg, #ov2e81xGeftiexleCq2W15sMJ2Lcuizx.lazyload, #ov2e81xGeftiexleCq2W15sMJ2Lcuizx.lazyloading { background-image: none; }#ov2e81xGeftiexleCq2W15sMJ2Lcuizx > .row .container { width:20rem;height:107.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m7DWpIgZ7zMO4xFnRxReEAPhFnTC79Xn { width:19.875rem;height:5.0625rem;top:11.8125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #034343, #000000);background-image: -moz-linear-gradient(183deg, #034343, #000000);background-image: -ms-linear-gradient(183deg, #034343, #000000);background-image: -o-linear-gradient(183deg, #034343, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#034343', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#034343', endColorstr='#000000' );";background-image: linear-gradient(183deg, #034343, #000000);background-size:cover !important;display:block; }
 }@media only screen and (max-width: 763px) { #Uw3pQneXog77XqtOdWMt2xAQgs8e3KHN { width:15.625rem;height:1.95rem;top:13.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7OO5Ra6hHW1nvrNi2pN9E8vOyAiHArM { width:8.1875rem;height:3.25rem;top:19.5625rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxaBryyTqFi7h0TPeu53kZFTuu1Htty4 { width:1.25rem;height:1.25rem;top:20.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cn1ZvHLyr8KvmCbL1P5kabDpPRk6L5KJ { width:7.9375rem;height:3.25rem;top:24.625rem;left:6.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET2XLB5KGsv65HRTv44cBBTwotNWtVtB { width:1.25rem;height:1.25rem;top:25.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXT5zDkWrZhJCTMDoqLb0bTtZW5cr8uH { width:8.125rem;height:3.25rem;top:30.0625rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlzo892of7i2hPLxbL6QCt5GLdS6D7Q { width:1.25rem;height:1.25rem;top:31.0625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3mAOrH1VqdDJQTiteUJg5vDcmWvCZuV { width:12.375rem;height:3.25rem;top:41.125rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTK8vpa4sMpMTLSbW4aNB34d7LJsDiTF { width:1.25rem;height:1.25rem;top:42.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWBee7XfOLzgIxcsu8zGvAGNUfIS4MHF { width:1.25rem;height:1.25rem;top:36.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVb3bwNUCkrwBZ8nsGWNkabgwP7OzNLQ { width:15.3125rem;height:3.25rem;top:35.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szRhEttEDHKRim3yI0gWXJPNbu4PoUQ7 { width:1.25rem;height:1.25rem;top:48.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #puu8FHEGNT3lsnSb5C7Aw0QvRyRIglDB { width:9.9375rem;height:3.25rem;top:47.0625rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBU7sIoSB4xT7R9H2xQyk4T4yOaDGr8X { width:20rem;height:32rem;top:61.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuAbS6zzkAzGs6BAZvErmv7l2aUKz9HF { width:11.6875rem;height:3.0875rem;top:81.5rem;left:5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFxq8k9a1UTn4TkRrlrRyay85PT9N6Gl { width:1.25rem;height:1.25rem;top:82.4375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKptPveLSnWyDI69GTXX7sCX165LwiZk { width:11.875rem;height:3.5rem;top:75.3125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xc8zxAsnGgoxVQiKn5T6w0rqFhK6JweL { width:1.25rem;height:1.25rem;top:76.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxfwFRWHIq4x7moUAsI2rikrJ6ExQB51 { width:19.875rem;height:5.0625rem;top:61.875rem;left:0.125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, #034343, #000000);background-image: -moz-linear-gradient(183deg, #034343, #000000);background-image: -ms-linear-gradient(183deg, #034343, #000000);background-image: -o-linear-gradient(183deg, #034343, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#034343', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#034343', endColorstr='#000000' );";background-image: linear-gradient(183deg, #034343, #000000);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Er8l248ITa3pTySH2pa6KhCixVP4QsU5 { width:18.625rem;height:3.25rem;top:70rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igt7rvPf8uX9dMyQTl244Cab9tLUqx5f { width:1.25rem;height:1.25rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmKEsuP3MXJTVBPwF4iF9TASHXkzIOZQ { width:14.8748125rem;height:1.95rem;top:63.4375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUiS8eUhtk4IVNOFS6UQsM3DZrF95acg { width:19.746125rem;height:4.74609375rem;top:97.8125rem;left:0.1259765625rem;font-size:1.375rem;font-weight:400;font-style:normal;color:#000000;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ffffff, #c8c8c8);background-image: -moz-linear-gradient(216deg, #ffffff, #c8c8c8);background-image: -ms-linear-gradient(216deg, #ffffff, #c8c8c8);background-image: -o-linear-gradient(216deg, #ffffff, #c8c8c8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c8c8c8' );";background-image: linear-gradient(216deg, #ffffff, #c8c8c8);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #acznzVGqoLSS2HNlIgDeCOK7oRgH3yzU { display:block; }
 }@media only screen and (max-width: 763px) { #pGhGvubXuWLSun5pdVCsRsI6o6RnzH0y { width:19.75rem;height:46.3125rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQv7pu50xGrFuQsNmUvcPKyawINyPR2i { width:20rem;height:2.6rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDwTB86yorVzTf5tBC1s9WCvrSh5e7ZX { width:9.75rem;height:5.1875rem;top:1.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPrvgiT5bnZT8wT9hRoT5xshhEiux8a { width:10rem;height:5.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRS1y0JCZl4BLXCow6CyXUI3R0LWRA0w { width:20rem;height:0;top:101.435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwOUZGcs1haTGZQaWfKKVgaHhAecJJZH { width:3.2492875rem;height:4.1867875rem;top:59.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2oJgi0FS5TgWGSBBR8HlBt4rUTat2zk { width:5.187325rem;height:3.312325rem;top:10.118075370789rem;left:7.4058948159219rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4e8GaZloSolK40cNv2EbLyNl9iVrVEp { width:9.9375rem;height:3.25rem;top:52.8125rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrgVvOO4en45Wzhs5U8WWssAXXcKiEmF { width:1.25rem;height:1.25rem;top:53.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH9mI4Ob1fI11fkR6n6X2x3ZKr1e0Tvs { width:1.25rem;height:1.25rem;top:87.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzRoAXqq2ENLelfEAU1AT0isf4xWrD2e { width:9.3125rem;height:3.0875rem;top:86.9375rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.adaptive-delivery-prevent-bg, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyload, #rJl3LA11fcokXEJTllG3CbEPoWCLFdAm.lazyloading { background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { background-color: transparent; background-image: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,4,0.61); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(1,1,4,0.61); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row > .video-iframe-container { display: none; }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .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); }#rJl3LA11fcokXEJTllG3CbEPoWCLFdAm > .row .container { width:20rem;height:118.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsgSK5i716ZOh2VAPNT73yiHCyFAekA4 { width:17.5rem;height:78.82718125rem;top:29.3740234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q93fGH3el1OoObawwGstEVUizFsQ2r8U { width:12.5rem;height:3.8984375rem;top:19.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEllhZq9wyXhe0huUmHV4cBpQ4vh7dbE { width:20rem;height:1.44375rem;top:2.8251953125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WSF1SDQsfR6VL38CK7LhT9HdXDm7WItQ { width:10.25rem;height:81rem;top:28.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyseKXWosXqnL7E6akd0P9PthREtWZ6s { width:9.75rem;height:81rem;top:28.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpuvfFc4H30uNV2zt5aXOKS6sqdl1DdU { width:20rem;height:0;top:118.623046875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JW9dJrWztR6CLcVRRaeUcWaAuleoz65Z { width:20rem;height:6.8232375rem;top:5.626953125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqTGLCd8FT4zFp12w1mThxKGfrKmx05X { width:14.3125rem;height:3.75rem;top:112.01171875rem;left:2.84375rem;font-size:1.0625rem;font-weight:400;font-style:normal;color:#000706;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(216deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(216deg, #ffffff, #ffffff);background-image: -o-linear-gradient(216deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(216deg, #ffffff, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #crpAKwvcwraozlM9BOXFL6Z96g9JSuMp { display:block; }
 }@media only screen and (max-width: 763px) { #gU88cwuXFtgTHOercoMhk2SiQ87v4Btm { width:12.75rem;height:12.75rem;top:14.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2TuaN8XJu7HwEfabuTmmctPywJ171EZ { width:12.5rem;height:2.925rem;top:16.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK { display:none; }#aaLNOToLTvPxwJzdn2gZvlTDwgADRuqK > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KVvP8JkEZzlnGc5zlhD8HnwiHmTknrSV { width:20rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImEfCrAkK12ETnH1xmPahMRtURAAPMo7 { width:20rem;height:2.4375rem;top:1.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 { display:none; }#uwbKwBFDeguwvqToVSDRy9stwHAEEqO9 > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNrBDvK1MLxhMTT49seD8GX9FKDSwV88 { width:9.6875rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni9psv35DCa33v24L5U772BpIyy9q7wB { width:9.6875rem;height:4.375rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJinhDDyvB6GUlteM1GBUufHAVrpz7r { width:9.6875rem;height:4.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkS0s3LKmKa0X3OEsl5M0kpbOJmm92ph { width:9.6875rem;height:4.375rem;top:4.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U { display:none; }#o2Fe1TfQ2SxJFnVud6w6RBEZTtk2TZ9U > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MgDKi7yvHL00nMFTqdwvdNpC0D6AVGvZ { width:9.6875rem;height:4.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XERNkX7Sp8S7TKE345E0xAMidOL2XSWA { width:9.6875rem;height:4.375rem;top:0rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHhpWes6lC05mVgF5oIkEC08MIexoykB { width:9.6875rem;height:4.375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPcu2CN2KVW2O8UkGVZcuQIpfyXoJSpJ { width:9.6875rem;height:4.375rem;top:4.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB.adaptive-delivery-prevent-bg, #WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB.lazyload, #WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB.lazyloading { background-image: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container { background-color: transparent; background-image: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container > .video-iframe-container { display: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row > .video-iframe-container { display: none; }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .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); }#WsvxUFu6Ifay2dnT1g2zEedUTwms1gCB > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwCkAgAUE8iWDh72wIIPWfn12eOT1aPm { width:14.249rem;height:2.3994125rem;top:3rem;left:2.875rem;text-align:center;text-align-last:center;font-size:2rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LFLIoZJHfVNZBRnivWl1al5WtmvVd9Ap { width:14.625rem;height:3.59765625rem;top:6rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K44Db48XbsaUn7v1cR2QQzI6SzxkUbX1 { width:20rem;height:15.8125rem;top:14.7041015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3zlv6ZusxPMrCvn4604A1zo1Gt0o2L6 { width:16rem;height:3.25rem;top:29.8916015625rem;left:2rem;font-size:1.0625rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CIblSg8wvdqFHluCPNXN6R1p65qJZIzL { display:block; }
 }@media only screen and (max-width: 763px) { #kuTaZ5U2VhLw553nCtluzH5ZR6bx5Bh5 { width:20rem;height:15rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8c058d7-26e9-4678-bbf9-c2252bbf714f/TechnoRoom1920x780.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD.adaptive-delivery-prevent-bg, #LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD.lazyload, #LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD.lazyloading { background-image: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container { background-color: transparent; background-image: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container > .video-iframe-container { display: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row > .video-iframe-container { display: none; }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .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); }#LGP8y6PE6QUNDv7N3sAuAQ9T4eRFdTGD > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQQxfgtn9goLpgeeKwdOTEw17XRHNqD1 { width:14.2498125rem;height:3.298825rem;top:4.625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eRiUqpd1tTn1eHO80DQw3qvzCiXiFWa5 { width:13.499625rem;height:2.3984375rem;top:9.125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL7okx1vURbfpmAAItCIiWC2rEcINehv { display:flex;width:1.875rem;height:1.875rem;top:14.1875rem;left:7.5625rem;font-size:1.3125rem; }
#IL7okx1vURbfpmAAItCIiWC2rEcINehv > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #X46QJ0lOryLaGpuAHuqOJoKQMkZRkrwf { display:flex;width:1.875rem;height:1.875rem;top:14.1875rem;left:10.8125rem;font-size:1.3125rem; }
#X46QJ0lOryLaGpuAHuqOJoKQMkZRkrwf > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #cNDwXcLxUC1uOFAz8iVakkw7qLbiOITD { display:flex;width:1.875rem;height:1.875rem;top:14.1875rem;left:14.25rem;font-size:1.3125rem; }
#cNDwXcLxUC1uOFAz8iVakkw7qLbiOITD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #sWmkUsTqmUpcc2SPt5RNe2mVxD20Mk7P { display:flex;width:1.875rem;height:1.875rem;top:14.1875rem;left:3.875rem;font-size:1.3125rem; }
#sWmkUsTqmUpcc2SPt5RNe2mVxD20Mk7P > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }