.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:53,79,232;--color-primary-1:24,153,235;--color-primary-2:36,54,160;--color-primary-3:30,40,92;--color-primary-4:13,31,97;--color-secondary-0:246,224,242;--color-secondary-1:225,151,212;--color-secondary-2:195,46,169;--color-secondary-3:98,23,85;--color-secondary-4:29,7,25;--color-tertiary-0:255,255,255;--color-tertiary-1:168,175,198;--color-tertiary-2:110,121,160;--color-tertiary-3:84,110,122;--color-tertiary-4:13,31,97;--headlines-font-family:"Helvetica Neue";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container { background-color: transparent; background-image: none; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container > .video-iframe-container { display: none; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row > .video-iframe-container { display: none; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .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); }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container { border-width: 0; border-radius: 0; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#JJUraHWFoQrvhTQAkZnMKDMBQMqPuQE9 { position:absolute;display:block;z-index:15003;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.75rem;width:16.8125rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#c4zJc0wFMXS2WuaeIeBozz18TPA2PTdS { box-sizing:content-box;height:2.75rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:16.8125rem;display:block; }
#TU89EnvXmNkC6Nl3a8y9OQgoWlKUtqQ3 { 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:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.625rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.78125rem;left:20.625rem;display:block; }
#VzrVZDGwSBgQJGZ5aXRCft78WnGQVGZZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAbNHfotxpAuwRHPgp77VCALdLIC54Ut { 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:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:2.625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.78125rem;left:28.1875rem;display:block; }
#XoK0bvCgRhZos1sdym3SWGVXTLXZi40O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmS4mTotPKDLSnpGa4cyoJ3spLT56nCX { 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:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.78125rem;left:39.1875rem;display:block; }
#TKDXTFSFgsQwyghEQ9axwoaNe3EfU6LI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hS5hrD15XH2KDOUkcs9EyaBAzXJdPDo1 { 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:#061f56;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.125rem;height:2.625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.78125rem;left:50.3125rem;display:block; }
#xUqXIO6xozurPF98Z16QwFUIaVQvuKf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZOX2865gHk1Uny70MraSNrxm9bihEEX { background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.375rem;left:61.125rem;display:block; }
#XgNtGmE3DnqkaITEuWlnmUsHPU31nx17 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMzi2px3k6UlNVDi0luK5FXpRLcipHDM { position:relative;display:none; }#tMzi2px3k6UlNVDi0luK5FXpRLcipHDM { border-width: 0; border-radius: 0; }#tMzi2px3k6UlNVDi0luK5FXpRLcipHDM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tMzi2px3k6UlNVDi0luK5FXpRLcipHDM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#lWgx7iGoLq9SdT0560kpAgU8PTslgOGR { position:absolute;display:block;z-index:15003;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.75rem;width:16.8125rem;top:0.75rem;left:0rem;overflow:hidden;display:none; }
#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ee599a67-9017-4f6b-bbd9-9561af52d177/Deneme1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb.adaptive-delivery-prevent-bg, #h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb.lazyload, #h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb.lazyloading { background-image: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container { background-color: transparent; background-image: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container > .video-iframe-container { display: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row > .video-iframe-container { display: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .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); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container { border-width: 0; border-radius: 0; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }#VmERuM8QN0ztAW6BICU0uUTi1ifaNLN9 { color:#ffffff;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QVnzNppikfm1G3qrWsLONKus2PUcdovm { position:absolute;display:block;z-index:15053;height:28.6875rem;width:24.125rem;top:22.5rem;left:4.4375rem;display:block; }
#t8TymRsL7IIuVeFBDZae3z9J6KXxciNx { position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-primary-4),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-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.6875rem;width:24.3125rem;top:16.875rem;left:4.4375rem;display:block; }
#SrUxGBJqBfsm7EUeUMArkhRCR3keWJ3Z { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.83);top:17.4375rem;left:5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HETh8DTCy7WW9mRoBaRdmTxU2m2WBbzr { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top: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:10.625rem;width:10.625rem;top:6.25rem;left:35.9375rem;overflow:hidden;display:block; }
#ZDmhk6ettK5OTTh7S9BTUhdEd49bhGbV { background-color:#00c802;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:12.1875rem;left:8.125rem;display:block; }
#aa6mRsTTXpdhlFkKggwU1NqIbhDBx0c7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1c5c4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container { background-color: transparent; background-image: none; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container > .video-iframe-container { display: none; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row > .video-iframe-container { display: none; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .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); }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container { border-width: 0; border-radius: 0; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#xiybU8J0VFtkH9Hgre3LiNyF97grmNsL { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#PbMrmg5OJ10ZOSzneJhTUWWsPgk27bmz { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.5rem;width:24.375rem;display:none; }
#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2.adaptive-delivery-prevent-bg, #nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2.lazyload, #nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2.lazyloading { background-image: none; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container { background-color: transparent; background-image: none; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container > .video-iframe-container { display: none; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row > .video-iframe-container { display: none; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .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); }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container { border-width: 0; border-radius: 0; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#L8FbuXo6Q3eBT6ibyoDATs89xKIKsP41 { color:#ffffff;display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.875rem;left:23.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmCdD0TDGhSgRMqy4T9XLUQx54SKUW7K { color:#ffffff;display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:10.4375rem;left:14.375rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/35937db6-6982-46ab-9783-e88455cf518c/222.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5.adaptive-delivery-prevent-bg, #WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5.lazyload, #WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5.lazyloading { background-image: none; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container { background-color: transparent; background-image: none; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container > .video-iframe-container { display: none; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row > .video-iframe-container { display: none; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .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); }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container { border-width: 0; border-radius: 0; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#kSU9b2a4ZLQFwJCwCzpZL0obrBlVA2mW { color:rgba(var(--color-primary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.5625rem;left:17.375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zA2WXVQOufgH5AJMks4Ah7fzX1MDkezk { color:rgba(var(--color-primary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:12.0625rem;left:18.1875rem;height:8.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aoK3TxtTKGd4iTTaeA3ocsTfhRkXyvKT { color:rgba(var(--color-primary-4),1);display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:20.625rem;left:18.1875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZQMnzqSXVU8pomIbJlaESpV36yduBIJV { position:absolute;display:block;z-index:15001;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:8.0625rem;width:8.0625rem;top:22.125rem;left:33.5625rem;overflow:hidden;display:block; }
#Tg9rBJacte7ZJSRPTSQHBCHZ7Iob1GFK { color:rgba(var(--color-primary-4),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.125rem;left:16.125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.39);background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y.adaptive-delivery-prevent-bg, #mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y.lazyload, #mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y.lazyloading { background-image: none; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container { background-color: transparent; background-image: none; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container > .video-iframe-container { display: none; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row > .video-iframe-container { display: none; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .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); }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container { border-width: 0; border-radius: 0; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#mePV6wFnNhdFDOeChEglmO2TKuiALCKC { color:#0d1f61;display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:22.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.39);background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U.adaptive-delivery-prevent-bg, #pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U.lazyload, #pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U.lazyloading { background-image: none; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container { background-color: transparent; background-image: none; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container > .video-iframe-container { display: none; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row > .video-iframe-container { display: none; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .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); }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container { border-width: 0; border-radius: 0; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#sokEwdSKU2f7zGLkRfOmm6dJPR3etGrf { color:rgba(var(--color-tertiary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.921875rem;left:22.0625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSRB3XHKVZw8474iuqTqDeXNXTb0pT8N { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:28.25rem;width:50.4375rem;top:0.5rem;left:12.28125rem;display:block; }
#bmvNnlKWqp13wuywFUgv50ICWanoG2QD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1c5c4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container { background-color: transparent; background-image: none; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container > .video-iframe-container { display: none; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row > .video-iframe-container { display: none; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .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); }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container { border-width: 0; border-radius: 0; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#koD1ZmiwLywNDw3az1w2VyHPOK4NJLCU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NmQ2AkDNKzCIqwFea1MQpTg8aQrTvhmv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.5rem;width:24.375rem;display:none; }
#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK.adaptive-delivery-prevent-bg, #weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK.lazyload, #weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK.lazyloading { background-image: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container { background-color: transparent; background-image: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container > .video-iframe-container { display: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row > .video-iframe-container { display: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .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); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container { border-width: 0; border-radius: 0; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;position:relative;display:block; }#AbliQa8dscGcwRxv7NE0SblhyJuE7Nd0 { color:rgba(var(--color-primary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:2.4375rem;left:12.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BohNuKrOT2zNp7n5cWiiDtnheTNTzT7s { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-4),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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:47.75rem;top:7.71875rem;left:13.625rem;display:block; }
#gtOdfNstbvCviOPmcRnsDtM5Tyfmki7t { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:20.6875rem;display:block; }
#N3GBV8RevoHfUzboRWD1gKGUXu98Qyq6 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:43.125rem;display:block; }
#gDqgwe9FUpqOCusQs0vJIP1MqEWDMMT4 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:54.1875rem;display:block; }
#chdBkyWkBOy0ZEwFTm8sTb01pQNCzcVU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.6875rem;left:18.625rem; }
#IrA5L6M9TcZmzfkUSd2BJUDas61Rai4D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.6875rem;left:29.75rem; }
#nm7hkWarMsGNFvwqvUlaLHobtUcbciMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.6875rem;left:41.0625rem; }
#eTdXOGo4Ac9t9g6ow68ERdDXo6sI0lQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:22.25rem;left:24.1875rem; }
#BRkToWpBCTOsOvL76gRX9UeTeI2PV6ek { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:22.25rem;left:35.5rem; }
#aA61ASGG9uur5XwULiIUThZcTecXhyGS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:22.25rem;left:47.1875rem; }
#xJEfxwOt2WR24KDH8l8w5pMcFEQMIwR2 { color:rgba(var(--color-primary-4),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:15.625rem;left:15.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dlf11MadFoIdzioPLiOcx5eD1z3HrZ5r { color:rgba(var(--color-primary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:15.625rem;left:26.8125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CycsZn79rzUcf4WR2ITyTadTx4nAmpKa { color:rgba(var(--color-primary-4),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.625rem;left:38.75rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e8M8HKXOPs19FVJFTEXwEfgek27fKvJB { color:rgba(var(--color-primary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:15.625rem;left:49rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#znX6LQlvR37ZcTRNfLCvLoKeCQtKLaS8 { color:rgba(var(--color-primary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:29.375rem;left:21.5625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3zgLqbpinhWbcyCf2WBm3vBpvgVJXSV { color:rgba(var(--color-primary-4),1);display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:29.375rem;left:33.25rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w9i74hlrtqRqKTCX7yWA30ykUnAEFd8x { color:rgba(var(--color-primary-4),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:29.375rem;left:44.75rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tru6EvaQlzTb0qSNUtvt7ffP1Rft2Tnh { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:32.3125rem;display:block; }
#TRSZPTbHosduaoBtcBepeHEEGamzm6nr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:9.6875rem;left:52rem; }
#odRbx5sWE2fAks9GM9sGgcC9S0vftU2B { position:absolute;display:block;z-index:15036;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.3125rem;width:4.3125rem;top:10rem;left:41.3125rem;overflow:hidden;display:block; }
#yPpT2Vl6u4o4pSTiL6EIVxPXROdaBFZF { position:absolute;display:block;z-index:15037;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.3125rem;width:4.3125rem;top:9.9375rem;left:30rem;overflow:hidden;display:block; }
#w25mnkSUaCitI7k3IWsxUt0J0F6ex3nz { position:absolute;display:block;z-index:15038;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:4rem;width:4rem;top:10rem;left:19rem;overflow:hidden;display:block; }
#Jxn78CISkZK6Oq4IX9NKbfmph4DP8DGb { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.9375rem;left:24.875rem;overflow:hidden;display:block; }
#g6T5Jr8cGLw4LP1lrv3oeWmmBc4c78Xp { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.9375rem;left:36.1875rem;overflow:hidden;display:block; }
#GMnusN1UyD5aFlkmMEXHlPJenfI6zU59 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:22.9375rem;left:47.875rem;overflow:hidden;display:block; }
#G3rdMiKwUIFs0IXG9LkWzXoTZBSTVu5t { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:47.75rem;top:7.71875rem;left:13.625rem;display:none; }
#TLf3qvovodRb4yneBm02WBck62a3GTXd { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:42.875rem;display:none; }
#ymoDBfEIWn1CwUVCdqPvz3gtOqHNWKDT { position:absolute;display:block;z-index:15013;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.125rem;width:47.75rem;top:7.71875rem;left:13.625rem;display:none; }
#flSTKJ2NLtrbirTTZr3G9libatE4TP06 { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:54.1875rem;display:none; }
#eyFuT2nPnC0v3npvCpx0Br5JzywglvdA { position:absolute;display:block;z-index:15017;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: none;height:0.625rem;width:0.625rem;top:7.46875rem;left:54.1875rem;display:none; }
#BK3WRgEHwbcLTIF7w5SngV2B49eGdxON { position:absolute;display:block;z-index:15001;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.3125rem;width:4.3125rem;top:10rem;left:52.3125rem;overflow:hidden;display:block; }
#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu.adaptive-delivery-prevent-bg, #WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu.lazyload, #WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu.lazyloading { background-image: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { background-color: transparent; background-image: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container > .video-iframe-container { display: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row > .video-iframe-container { display: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .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); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { border-width: 0; border-radius: 0; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { font-size:0.875rem;font-family:arial;height:110.4375rem;width:75rem;position:relative;display:block; }#u4fXBUqbWTuTxH8Fe5SFxyAzHBGRrVMB { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.3125rem;left:17.8125rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxTDOTEvhCN0hgvTEpN43cID2GiV4Imc { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:0.71875rem;left:18.1875rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdKroZ8AJHXgXKH7b7xIHIipTcNyMRTT { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:18.25rem;left:8.9375rem;display:block; }
#q84vU2x7uzDbMrbuV8NOvNoXN4A9zUoi { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.8125rem;left:18.1875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fk3Chy9PaTbfg2IazTl5CxxdqqSBzuJm { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:26.4375rem;left:8.125rem;display:block; }
#nkbcTnJVhzvkTB1KTXeFD9sTEZ6R3Cnq { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:27.3125rem;left:17.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTKvk1m3foTseaLi7TJhu80tmAU8DUzl { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0f7c8f9c-8b0a-4adc-8386-9609cf37fae7/ZG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:42.5625rem;left:8.9375rem;display:block; }#UTKvk1m3foTseaLi7TJhu80tmAU8DUzl.adaptive-delivery-prevent-bg, #UTKvk1m3foTseaLi7TJhu80tmAU8DUzl.lazyload, #UTKvk1m3foTseaLi7TJhu80tmAU8DUzl.lazyloading { background-image: none; }
#bBUtUXSWncE8NLs4O8d3lcxbRliIcOZe { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:43.375rem;left:17rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lFp4CAQetLEDm2oDJgaBy57UvraaVWJg { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:52.5rem;left:8.9375rem;display:block; }
#TcLILRGitnVdVgBIULKFmpDCO9ATBUbP { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:53.1875rem;left:17.875rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZURTzQHyoU6sSxeepKi8tCEzO89VPX9S { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:66.5rem;left:8.125rem;display:block; }
#mJ1o2VHHwwF8dScd3ua9d9xLOi7iliWy { color:#fafafa;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:67.5rem;left:17rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubIXs8OVLlQ5Pi6CBBuSOTxJzqnv43PV { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:75.4375rem;left:8.125rem;display:block; }
#yymqkwt6qPT2Oe5lRQ4SW211gQAVODq1 { color:#ffffff;display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:76.1875rem;left:15.9375rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VI2gNgiMqZRtxMCspeCX4AXA93I2smby { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0.0625rem dashed rgba(72,53,53,0.63);border-left:0.0625rem dashed rgba(72,53,53,0.63);border-right:0.0625rem dashed rgba(72,53,53,0.63);border-bottom:0.0625rem dashed rgba(72,53,53,0.63);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;width:56.25rem;top:92.6875rem;left:8.125rem;display:block; }
#XpX9n5MbTTh7qmACTFEy9hAhcnNVWrlu { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:93.875rem;left:17.125rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XpRx2QHFsXlmUHlPRFToBEeZKTdlTgVo { color:#ffffff;display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:12.1875rem;left:12.125rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UdobvX87wd6G1v4g2Q42Rp5TaEDQWUKy { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:21.375rem;left:12rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IB5tFJmdWcGfACXniV0vV80xOi9BpccK { color:#ffffff;display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:29.9375rem;left:12.625rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHxCHAQVP3u5gguEbdG7mPkE8bo0Dxb6 { color:#ffffff;display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:46rem;left:11.5rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mhRDdMgT2vFDP3Ew0tVGl04CmMmLgM1E { color:#ffffff;display:block;width:49.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:55.8125rem;left:11.5rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CX1ArFIya2NUke62TqXCaAQRBRIkCMMN { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:70.25rem;left:11.6875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U7SOz2JOwK54VhJr6LSITRGuOHbOGtXv { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:81.125rem;left:12.4375rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5LpGNivWsMHt1BskQEoOHBJrOJslqog { color:#ffffff;display:block;width:51.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:98.9375rem;left:10.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4a9e23f3-b7fa-4239-9c8b-1af1450ef2cb/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P.adaptive-delivery-prevent-bg, #J371leEJOJxCnRnFeFrlUmm1HLQWrK5P.lazyload, #J371leEJOJxCnRnFeFrlUmm1HLQWrK5P.lazyloading { background-image: none; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container { background-color: transparent; background-image: none; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container > .video-iframe-container { display: none; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row > .video-iframe-container { display: none; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .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); }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container { border-width: 0; border-radius: 0; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#r9LXdLlSANLPlivHi8vV1fpGiIhy45lt { color:#f8f8ff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:4rem;left:26.625rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rQmUvt2LLDppzuBnyB2X2M0py0iKC1Bw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14.1875rem;left:37.6875rem; }
#ePw2mVUB6kdn8ZtCKEzOvmhtxw2Drk6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:14.1875rem;left:44.1875rem; }
#dXvlLK6vhJlnmlwsWAQSVcrS5TVZQUgP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.1875rem;left:50.5rem; }
#P5GWgcpFkMVmb8PENIzqaoy3WThOb0t1 { position:absolute;display:block;z-index:15017;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.25rem;width:5.25rem;top:13.9375rem;left:37.5rem;overflow:hidden;display:block; }
#hZRSx6UgwzRJZWtloXGrh0EdCQsSmz6T { position:absolute;display:block;z-index:15018;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.9375rem;width:4.9375rem;top:14.1875rem;left:44.1875rem;overflow:hidden;display:block; }
#PES6d0wfANESaSdNbFRIAyutM1HH6Tp2 { position:absolute;display:block;z-index:15019;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.125rem;width:5.125rem;top:14.09375rem;left:50.375rem;overflow:hidden;display:block; }
#UKstrpK3QxTh5FPAKMwQL2rNI9Xi11oR { color:#f8f8ff;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.150390625rem;left:30.75rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN.adaptive-delivery-prevent-bg, #nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN.lazyload, #nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN.lazyloading { background-image: none; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container { background-color: transparent; background-image: none; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container > .video-iframe-container { display: none; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row > .video-iframe-container { display: none; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .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); }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container { border-width: 0; border-radius: 0; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#pV1xEcmWpcRhxX5Iw997BNQVNTzW51uT { color:rgba(var(--color-primary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.78125rem;left:26.625rem;height:3.25rem;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; }
#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.59);background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv.adaptive-delivery-prevent-bg, #ZDy46WdmT5duONdfTNf8fydLt6XOkDiv.lazyload, #ZDy46WdmT5duONdfTNf8fydLt6XOkDiv.lazyloading { background-image: none; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container { background-color: transparent; background-image: none; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container > .video-iframe-container { display: none; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row > .video-iframe-container { display: none; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .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); }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container { border-width: 0; border-radius: 0; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#O2E55On1wEff5nHbuMrrJHv0nh3NJz2I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:1.84375rem;left:1.875rem;overflow:hidden;display:block; }
#ErR4S6Ok1ievS07RWG0gRJVKoJZlVon9 { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVirAhb8kXQvk7pChJKT0mLvIFbSegKT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:1.90625rem;left:20.625rem;overflow:hidden;display:block; }
#NvMQI1ti2vlCqmFTy5MkrTiE3NGTFdsR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:1.84375rem;left:39.375rem;overflow:hidden;display:block; }
#zFu1BBFgyZGaEnclv1D83Qc0Z9vxVeoI { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:1.84375rem;left:58.125rem;overflow:hidden;display:block; }
#MHOiGlfwgIv4eF0RFPzX3OXC4G7lBl32 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s2V4kHf59dM5J5UNg7TSgXyDGIt48KXP { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:39.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xf754fZ94y7xQmhH4AztzHK3Z2sAbiUe { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:58.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.61);background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg.adaptive-delivery-prevent-bg, #dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg.lazyload, #dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg.lazyloading { background-image: none; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container { background-color: transparent; background-image: none; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container > .video-iframe-container { display: none; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row > .video-iframe-container { display: none; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .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); }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container { border-width: 0; border-radius: 0; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;position:relative;display:block; }#BaebRy3imgaysQByMdMJGgx0mm0rJtHG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:2.46875rem;left:1.875rem;overflow:hidden;display:block; }
#uyxMstwZvZTy7KTS5ngS0lla0LAFNig5 { color:rgba(var(--color-primary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:18.75rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWTx3EBCBuPvcdWaTpGIH9KAxNLIqU6G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:2.46875rem;left:20.625rem;overflow:hidden;display:block; }
#g10ynC0lbzGXKktUL2nLRhOEGJaDrMWT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:2.53125rem;left:39.375rem;overflow:hidden;display:block; }
#ZWa1xyAJAADR4i7oMczR5UeJlOR3NHcu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:14.25rem;width:15rem;top:2.46875rem;left:58.125rem;overflow:hidden;display:block; }
#lryxTwplpPiGZVNtEhMDVTMo5ir7nXzC { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbXBK9TOTXi9zeHD1iQ0aVpQCfm7ezBB { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.75rem;left:39.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gh17e64tzMO5vMlufJ4c8WWcT5wWU9lD { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.75rem;left:58.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1c5c4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container { background-color: transparent; background-image: none; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container > .video-iframe-container { display: none; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row > .video-iframe-container { display: none; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .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); }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container { border-width: 0; border-radius: 0; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#AtKECdBvOa3ky5H2FIApOVPMy505sXDv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Nq3oRvny8pS59KpulvXppxdJ3nXnrrXB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:12.5rem;width:24.375rem;display:none; }
#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC.adaptive-delivery-prevent-bg, #aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC.lazyload, #aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC.lazyloading { background-image: none; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container { background-color: transparent; background-image: none; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container > .video-iframe-container { display: none; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row > .video-iframe-container { display: none; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .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); }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container { border-width: 0; border-radius: 0; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#XX3s8xrAeunoE6Xp1FbVnafahTXbOvuI { color:#ffffff;display:block;width:48.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.53125rem;left:13.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A4mWsaGI3TfgNnivVDLsSzCCiQQ3ULUE { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:26.25rem;width:20.9375rem;top:8.625rem;left:1.125rem;overflow:hidden;display:block; }
#TUoB3xznekVdc3f1CNd8efQHThlEMbtl { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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:26.125rem;width:20.875rem;top:8.625rem;left:27.03125rem;overflow:hidden;display:block; }
#Kb9blRdI38eWCwTOQlGNWyKOk7qaLiZb { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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:26.125rem;width:20.875rem;top:8.625rem;left:52.75rem;overflow:hidden;display:block; }
#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W.adaptive-delivery-prevent-bg, #QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W.lazyload, #QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W.lazyloading { background-image: none; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container { background-color: transparent; background-image: none; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container > .video-iframe-container { display: none; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row > .video-iframe-container { display: none; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .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); }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container { border-width: 0; border-radius: 0; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:75rem;position:relative;display:block; }#EA3FcET3kKTsyTe9s6IbyEvkWBoDqe5C { color:#0d1f61;display:block;width:48.5rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.03125rem;left:9.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I1vN2F3P8NT48KRA5O8spqomKMoCyumi { color:#0d1f61;display:block;width:29.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:9.125rem;left:9.5625rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mr6kOzgWvr8dDAT3ZrKstIMtFAMZ7bJx { color:#0d1f61;display:block;width:30.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.9375rem;left:9.5625rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IzZvUxzZLTIXKTiyOCk909HFHVLsBOap { color:#0d1f61;display:block;width:31rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:28.125rem;left:9.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aMyxdapQPe5Pb02oTAddvbRWCR8GpUuk { color:#0d1f61;display:block;width:30.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:37.9375rem;left:9.5625rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xxwf59eQTOWPXaA7eNTtC91l3n55dKa8 { color:#0d1f61;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:49.4375rem;left:9.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v4suZBNHhzOhNosTeJxpwe2Gpx5N1lcP { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:40rem;width:22.4375rem;top:6.5rem;left:41.0625rem;display:block; }
#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ebba645e-6822-4295-b251-63f8d9b328bf/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx.adaptive-delivery-prevent-bg, #bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx.lazyload, #bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx.lazyloading { background-image: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container { background-color: transparent; background-image: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container > .video-iframe-container { display: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row > .video-iframe-container { display: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .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); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container { border-width: 0; border-radius: 0; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container { font-size:0.875rem;font-family:arial;height:51.5rem;width:75rem;position:relative;display:block; }#NyL3LJXg5gmEkT1GvX10MAtlO2taW477 { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:0.875rem;left:18.21875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K8Uhtf1EMcelkBEJaZTMbBZ5NqfcUWym { position:absolute;display:block;z-index:15054;height:34.125rem;width:24.125rem;top:13.75rem;left:25.4375rem;display:block; }
#PWhMGKyCe2SumTXOtLofuaQTzEESaW1V { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top: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:10.625rem;width:10.625rem;top:12.125rem;left:10.71875rem;overflow:hidden;display:block; }
#QPNlpDugdaVDJ0TlZuWBeNrqUO75mJTX { position:absolute;display:block;z-index:15001;height:5.125rem;width:5.125rem;top:0.625rem;left:17.84375rem;display:none; }
#I0fLuo1ihNU0kpzmJls2ZsoqTwEGNwnI { background-color:#00c802;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:8.125rem;left:29.0625rem;display:block; }
#H3E9oIw2zAwX5sotT0ArOq8DKnGRUMli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { background-color: transparent; background-image: none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container > .video-iframe-container { display: none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row > .video-iframe-container { display: none; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .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); }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { border-width: 0; border-radius: 0; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#wfFbD2xaEidP770imeKQMtelg3G0aXvl { position:absolute;display:block;z-index:15001;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:6.875rem;width:24.375rem;top:0.53125rem;left:25.3125rem;overflow:hidden;display:block; }
#rAgcql2N4J9FcXBXHn5AcWQCoGRO6UI7 { position:absolute;display:block;z-index:15001;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:8.375rem;width:29.5rem;top:18.625rem;left:7.5rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG { display:block; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJUraHWFoQrvhTQAkZnMKDMBQMqPuQE9 { top:0.75rem;left:0rem;width:16.8125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4zJc0wFMXS2WuaeIeBozz18TPA2PTdS { top:1.75rem;left:3.1875rem;width:0.125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU89EnvXmNkC6Nl3a8y9OQgoWlKUtqQ3 { width:7.625rem;height:2.625rem;top:1.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzrVZDGwSBgQJGZ5aXRCft78WnGQVGZZ { display:block; }
 }@media only screen and (max-width: 763px) { #qAbNHfotxpAuwRHPgp77VCALdLIC54Ut { width:10.4375rem;height:2.625rem;top:1.75rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoK0bvCgRhZos1sdym3SWGVXTLXZi40O { display:block; }
 }@media only screen and (max-width: 763px) { #AmS4mTotPKDLSnpGa4cyoJ3spLT56nCX { width:8.25rem;height:2.625rem;top:1.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDXTFSFgsQwyghEQ9axwoaNe3EfU6LI { display:block; }
 }@media only screen and (max-width: 763px) { #hS5hrD15XH2KDOUkcs9EyaBAzXJdPDo1 { width:6.125rem;height:2.625rem;top:1.75rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUqXIO6xozurPF98Z16QwFUIaVQvuKf1 { display:block; }
 }@media only screen and (max-width: 763px) { #hZOX2865gHk1Uny70MraSNrxm9bihEEX { width:10rem;height:3.4375rem;top:1.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgNtGmE3DnqkaITEuWlnmUsHPU31nx17 { display:block; }
 }@media only screen and (max-width: 763px) { #tMzi2px3k6UlNVDi0luK5FXpRLcipHDM { display:none; }#tMzi2px3k6UlNVDi0luK5FXpRLcipHDM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lWgx7iGoLq9SdT0560kpAgU8PTslgOGR { top:0.75rem;left:0rem;width:16.8125rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb { display:block; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmERuM8QN0ztAW6BICU0uUTi1ifaNLN9 { top:3.125rem;left:0rem;width:28.125rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVnzNppikfm1G3qrWsLONKus2PUcdovm { top:22.5rem;left:0rem;width:24.125rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TymRsL7IIuVeFBDZae3z9J6KXxciNx { top:16.875rem;left:0rem;width:24.3125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrUxGBJqBfsm7EUeUMArkhRCR3keWJ3Z { width:27.8125rem;height:1.9375rem;top:27rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETh8DTCy7WW9mRoBaRdmTxU2m2WBbzr { top:6.25rem;left:22.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmhk6ettK5OTTh7S9BTUhdEd49bhGbV { width:16.875rem;height:3.4375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa6mRsTTXpdhlFkKggwU1NqIbhDBx0c7 { display:block; }
 }@media only screen and (max-width: 763px) { #x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ { display:block; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiybU8J0VFtkH9Hgre3LiNyF97grmNsL { top:0rem;left:0rem;width:47.75rem;height:8.0379166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbMrmg5OJ10ZOSzneJhTUWWsPgk27bmz { width:24.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 { display:block; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8FbuXo6Q3eBT6ibyoDATs89xKIKsP41 { top:1.875rem;left:10.125rem;width:27.5rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmCdD0TDGhSgRMqy4T9XLUQx54SKUW7K { top:10.4375rem;left:0.75rem;width:46.1875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 { display:block; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSU9b2a4ZLQFwJCwCzpZL0obrBlVA2mW { top:2.5625rem;left:3.75rem;width:38.5625rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2WXVQOufgH5AJMks4Ah7fzX1MDkezk { top:12.0625rem;left:4.5625rem;width:38.5625rem;height:8.8125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoK3TxtTKGd4iTTaeA3ocsTfhRkXyvKT { top:20.625rem;left:4.5625rem;width:38.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQMnzqSXVU8pomIbJlaESpV36yduBIJV { width:8.0625rem;height:8.0625rem;top:22.125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9rBJacte7ZJSRPTSQHBCHZ7Iob1GFK { top:6.125rem;left:2.5rem;width:42.6875rem;height:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y { display:block; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mePV6wFnNhdFDOeChEglmO2TKuiALCKC { top:1.9375rem;left:8.4375rem;width:30.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U { display:block; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sokEwdSKU2f7zGLkRfOmm6dJPR3etGrf { top:1.875rem;left:8.4375rem;width:30.875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSRB3XHKVZw8474iuqTqDeXNXTb0pT8N { top:0.5rem;left:0rem;width:47.75rem;height:26.744733581165rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvNnlKWqp13wuywFUgv50ICWanoG2QD { display:block; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koD1ZmiwLywNDw3az1w2VyHPOK4NJLCU { top:0rem;left:0rem;width:47.75rem;height:8.0379166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmQ2AkDNKzCIqwFea1MQpTg8aQrTvhmv { width:24.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK { display:block; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbliQa8dscGcwRxv7NE0SblhyJuE7Nd0 { top:2.4375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BohNuKrOT2zNp7n5cWiiDtnheTNTzT7s { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOdfNstbvCviOPmcRnsDtM5Tyfmki7t { top:7.4375rem;left:7.0625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3GBV8RevoHfUzboRWD1gKGUXu98Qyq6 { top:7.4375rem;left:29.5rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDqgwe9FUpqOCusQs0vJIP1MqEWDMMT4 { top:7.4375rem;left:40.5625rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chdBkyWkBOy0ZEwFTm8sTb01pQNCzcVU { top:9.6875rem;left:5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrA5L6M9TcZmzfkUSd2BJUDas61Rai4D { top:9.6875rem;left:16.125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm7hkWarMsGNFvwqvUlaLHobtUcbciMK { top:9.6875rem;left:27.4375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdXOGo4Ac9t9g6ow68ERdDXo6sI0lQb { top:22.25rem;left:10.5625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRkToWpBCTOsOvL76gRX9UeTeI2PV6ek { top:22.25rem;left:21.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA61ASGG9uur5XwULiIUThZcTecXhyGS { top:22.25rem;left:33.5625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJEfxwOt2WR24KDH8l8w5pMcFEQMIwR2 { top:15.625rem;left:2.3125rem;width:10.0625rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlf11MadFoIdzioPLiOcx5eD1z3HrZ5r { top:15.625rem;left:13.1875rem;width:10.8125rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CycsZn79rzUcf4WR2ITyTadTx4nAmpKa { top:15.625rem;left:25.125rem;width:9.3125rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8M8HKXOPs19FVJFTEXwEfgek27fKvJB { top:15.625rem;left:35.375rem;width:10.9375rem;height:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znX6LQlvR37ZcTRNfLCvLoKeCQtKLaS8 { top:29.375rem;left:7.9375rem;width:10.125rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3zgLqbpinhWbcyCf2WBm3vBpvgVJXSV { top:29.375rem;left:19.625rem;width:9.625rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9i74hlrtqRqKTCX7yWA30ykUnAEFd8x { top:29.375rem;left:31.125rem;width:9.5rem;height:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tru6EvaQlzTb0qSNUtvt7ffP1Rft2Tnh { top:7.4375rem;left:18.6875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSZPTbHosduaoBtcBepeHEEGamzm6nr { top:9.6875rem;left:38.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRbx5sWE2fAks9GM9sGgcC9S0vftU2B { width:4.3125rem;height:4.3125rem;top:10rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPpT2Vl6u4o4pSTiL6EIVxPXROdaBFZF { width:4.3125rem;height:4.3125rem;top:9.9375rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25mnkSUaCitI7k3IWsxUt0J0F6ex3nz { width:4rem;height:4rem;top:10rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxn78CISkZK6Oq4IX9NKbfmph4DP8DGb { width:3.5625rem;height:3.5625rem;top:22.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6T5Jr8cGLw4LP1lrv3oeWmmBc4c78Xp { width:3.5625rem;height:3.5625rem;top:22.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMnusN1UyD5aFlkmMEXHlPJenfI6zU59 { width:3.5625rem;height:3.5625rem;top:22.9375rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rdMiKwUIFs0IXG9LkWzXoTZBSTVu5t { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLf3qvovodRb4yneBm02WBck62a3GTXd { top:7.4375rem;left:29.25rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymoDBfEIWn1CwUVCdqPvz3gtOqHNWKDT { top:7.6875rem;left:0rem;width:47.75rem;height:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #flSTKJ2NLtrbirTTZr3G9libatE4TP06 { top:7.4375rem;left:40.5625rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eyFuT2nPnC0v3npvCpx0Br5JzywglvdA { top:7.4375rem;left:40.5625rem;width:0.625rem;height:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BK3WRgEHwbcLTIF7w5SngV2B49eGdxON { width:4.3125rem;height:4.3125rem;top:10rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu { display:block; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4fXBUqbWTuTxH8Fe5SFxyAzHBGRrVMB { top:9.3125rem;left:4.1875rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxTDOTEvhCN0hgvTEpN43cID2GiV4Imc { top:0.6875rem;left:4.5625rem;width:38.5625rem;height:4.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdKroZ8AJHXgXKH7b7xIHIipTcNyMRTT { top:18.25rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q84vU2x7uzDbMrbuV8NOvNoXN4A9zUoi { top:18.8125rem;left:4.5625rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk3Chy9PaTbfg2IazTl5CxxdqqSBzuJm { top:26.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #nkbcTnJVhzvkTB1KTXeFD9sTEZ6R3Cnq { top:27.3125rem;left:4.25rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTKvk1m3foTseaLi7TJhu80tmAU8DUzl { top:42.5625rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #bBUtUXSWncE8NLs4O8d3lcxbRliIcOZe { top:43.375rem;left:3.375rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFp4CAQetLEDm2oDJgaBy57UvraaVWJg { top:52.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #TcLILRGitnVdVgBIULKFmpDCO9ATBUbP { top:53.1875rem;left:4.25rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZURTzQHyoU6sSxeepKi8tCEzO89VPX9S { top:66.5rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #mJ1o2VHHwwF8dScd3ua9d9xLOi7iliWy { top:67.5rem;left:3.375rem;width:38.5625rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubIXs8OVLlQ5Pi6CBBuSOTxJzqnv43PV { top:75.4375rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #yymqkwt6qPT2Oe5lRQ4SW211gQAVODq1 { top:76.1875rem;left:2.3125rem;width:40.6875rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI2gNgiMqZRtxMCspeCX4AXA93I2smby { top:92.6875rem;left:0rem;width:47.625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #XpX9n5MbTTh7qmACTFEy9hAhcnNVWrlu { top:93.875rem;left:3.5rem;width:38.375rem;height:4.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpRx2QHFsXlmUHlPRFToBEeZKTdlTgVo { top:12.1875rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdobvX87wd6G1v4g2Q42Rp5TaEDQWUKy { top:21.375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5tFJmdWcGfACXniV0vV80xOi9BpccK { top:29.9375rem;left:0rem;width:47.75rem;height:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHxCHAQVP3u5gguEbdG7mPkE8bo0Dxb6 { top:46rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhRDdMgT2vFDP3Ew0tVGl04CmMmLgM1E { top:55.8125rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX1ArFIya2NUke62TqXCaAQRBRIkCMMN { top:70.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7SOz2JOwK54VhJr6LSITRGuOHbOGtXv { top:81.125rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5LpGNivWsMHt1BskQEoOHBJrOJslqog { top:98.9375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J371leEJOJxCnRnFeFrlUmm1HLQWrK5P { display:block; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9LXdLlSANLPlivHi8vV1fpGiIhy45lt { top:4rem;left:9.1875rem;width:38.5625rem;height:3.4375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQmUvt2LLDppzuBnyB2X2M0py0iKC1Bw { top:14.1875rem;left:24.0625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePw2mVUB6kdn8ZtCKEzOvmhtxw2Drk6V { top:14.1875rem;left:30.5625rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvlLK6vhJlnmlwsWAQSVcrS5TVZQUgP { top:14.1875rem;left:36.875rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GWgcpFkMVmb8PENIzqaoy3WThOb0t1 { width:5.25rem;height:5.25rem;top:13.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZRSx6UgwzRJZWtloXGrh0EdCQsSmz6T { width:4.9375rem;height:4.9375rem;top:14.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PES6d0wfANESaSdNbFRIAyutM1HH6Tp2 { width:5.125rem;height:5.125rem;top:14.0625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKstrpK3QxTh5FPAKMwQL2rNI9Xi11oR { top:8.125rem;left:17.125rem;width:30.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN { display:block; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV1xEcmWpcRhxX5Iw997BNQVNTzW51uT { width:21.75rem;height:3.25rem;top:0.75rem;left:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDy46WdmT5duONdfTNf8fydLt6XOkDiv { display:block; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2E55On1wEff5nHbuMrrJHv0nh3NJz2I { top:1.8125rem;left:0rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErR4S6Ok1ievS07RWG0gRJVKoJZlVon9 { width:16.5625rem;height:1.625rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVirAhb8kXQvk7pChJKT0mLvIFbSegKT { top:1.875rem;left:6.5rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvMQI1ti2vlCqmFTy5MkrTiE3NGTFdsR { top:1.8125rem;left:18.4375rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFu1BBFgyZGaEnclv1D83Qc0Z9vxVeoI { top:1.8125rem;left:30.375rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOiGlfwgIv4eF0RFPzX3OXC4G7lBl32 { width:16.5625rem;height:1.625rem;top:18.75rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2V4kHf59dM5J5UNg7TSgXyDGIt48KXP { width:16.5625rem;height:1.625rem;top:18.75rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf754fZ94y7xQmhH4AztzHK3Z2sAbiUe { width:16.5625rem;height:1.625rem;top:18.75rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg { display:block; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaebRy3imgaysQByMdMJGgx0mm0rJtHG { top:2.4375rem;left:0rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyxMstwZvZTy7KTS5ngS0lla0LAFNig5 { width:16.5625rem;height:1.625rem;top:18.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTx3EBCBuPvcdWaTpGIH9KAxNLIqU6G { top:2.4375rem;left:6.5rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g10ynC0lbzGXKktUL2nLRhOEGJaDrMWT { top:2.5rem;left:18.4375rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWa1xyAJAADR4i7oMczR5UeJlOR3NHcu { top:2.4375rem;left:30.375rem;width:17.375rem;height:16.50625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryxTwplpPiGZVNtEhMDVTMo5ir7nXzC { width:16.5625rem;height:1.625rem;top:18.75rem;left:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbXBK9TOTXi9zeHD1iQ0aVpQCfm7ezBB { width:16.5625rem;height:1.625rem;top:18.75rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh17e64tzMO5vMlufJ4c8WWcT5wWU9lD { width:16.5625rem;height:1.625rem;top:18.75rem;left:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 { display:block; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtKECdBvOa3ky5H2FIApOVPMy505sXDv { top:0rem;left:0rem;width:47.75rem;height:8.0379166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq3oRvny8pS59KpulvXppxdJ3nXnrrXB { width:24.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC { display:block; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX3s8xrAeunoE6Xp1FbVnafahTXbOvuI { top:2.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4mWsaGI3TfgNnivVDLsSzCCiQQ3ULUE { top:8.625rem;left:0rem;width:20.9375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoB3xznekVdc3f1CNd8efQHThlEMbtl { top:8.625rem;left:13.40625rem;width:20.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb9blRdI38eWCwTOQlGNWyKOk7qaLiZb { top:8.625rem;left:26.8125rem;width:20.875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W { display:block; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA3FcET3kKTsyTe9s6IbyEvkWBoDqe5C { top:2rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vN2F3P8NT48KRA5O8spqomKMoCyumi { top:9.125rem;left:0rem;width:29.875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6kOzgWvr8dDAT3ZrKstIMtFAMZ7bJx { top:17.9375rem;left:0rem;width:30.9375rem;height:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzZvUxzZLTIXKTiyOCk909HFHVLsBOap { top:28.125rem;left:0rem;width:31rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMyxdapQPe5Pb02oTAddvbRWCR8GpUuk { top:37.9375rem;left:0rem;width:30.8125rem;height:9.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxwf59eQTOWPXaA7eNTtC91l3n55dKa8 { top:49.4375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4suZBNHhzOhNosTeJxpwe2Gpx5N1lcP { top:6.5rem;left:25.3125rem;width:22.4375rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx { display:block; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyL3LJXg5gmEkT1GvX10MAtlO2taW477 { top:0.875rem;left:4.59375rem;width:38.5625rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Uhtf1EMcelkBEJaZTMbBZ5NqfcUWym { top:13.75rem;left:11.8125rem;width:24.125rem;height:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhMGKyCe2SumTXOtLofuaQTzEESaW1V { top:12.125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPNlpDugdaVDJ0TlZuWBeNrqUO75mJTX { top:0.625rem;left:4.21875rem;width:5.125rem;height:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0fLuo1ihNU0kpzmJls2ZsoqTwEGNwnI { width:16.875rem;height:3.4375rem;top:8.125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3E9oIw2zAwX5sotT0ArOq8DKnGRUMli { display:block; }
 }@media only screen and (max-width: 763px) { #Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 { display:block; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfFbD2xaEidP770imeKQMtelg3G0aXvl { top:0.5rem;left:11.6875rem;width:24.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgcql2N4J9FcXBXHn5AcWQCoGRO6UI7 { top:18.625rem;left:0rem;width:30rem;height:8.5169491525424rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .row > .video-iframe-container { display: none; }#Hx8cCAND6LiwXgg6rwhvxZa1NrOwbVbH > .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); } }@media only screen and (max-width: 763px) { #h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG { display:none; }#h9SbJ9e4Du0Ar4eDMOV8zcuMSp2As2qG > .row .container { width:20rem;height:26.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JJUraHWFoQrvhTQAkZnMKDMBQMqPuQE9 { width:13.75rem;height:3.875rem;top:0.625rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c4zJc0wFMXS2WuaeIeBozz18TPA2PTdS { width:0.125rem;height:2.75rem;top:5.75rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU89EnvXmNkC6Nl3a8y9OQgoWlKUtqQ3 { width:3.25rem;height:2.25rem;top:2.3841857910156E-7rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzrVZDGwSBgQJGZ5aXRCft78WnGQVGZZ { display:block; }
 }@media only screen and (max-width: 763px) { #qAbNHfotxpAuwRHPgp77VCALdLIC54Ut { width:10.4375rem;height:2.625rem;top:9.75rem;left:4.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoK0bvCgRhZos1sdym3SWGVXTLXZi40O { display:block; }
 }@media only screen and (max-width: 763px) { #AmS4mTotPKDLSnpGa4cyoJ3spLT56nCX { width:8.25rem;height:2.625rem;top:13.625rem;left:5.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKDXTFSFgsQwyghEQ9axwoaNe3EfU6LI { display:block; }
 }@media only screen and (max-width: 763px) { #hS5hrD15XH2KDOUkcs9EyaBAzXJdPDo1 { width:6.125rem;height:2.625rem;top:17.5rem;left:6.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUqXIO6xozurPF98Z16QwFUIaVQvuKf1 { display:block; }
 }@media only screen and (max-width: 763px) { #hZOX2865gHk1Uny70MraSNrxm9bihEEX { width:18.25rem;height:3.4375rem;top:21.375rem;left:0.875rem;background-color:#1e285c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XgNtGmE3DnqkaITEuWlnmUsHPU31nx17 { display:block; }
 }@media only screen and (max-width: 763px) { #tMzi2px3k6UlNVDi0luK5FXpRLcipHDM { display:block; }#tMzi2px3k6UlNVDi0luK5FXpRLcipHDM > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lWgx7iGoLq9SdT0560kpAgU8PTslgOGR { width:13.75rem;height:3.875rem;top:0.375rem;left:3.125rem;overflow:hidden;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/891fcc0c-21dd-4e8c-ba3a-c8167de87f48/Mobil1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb.adaptive-delivery-prevent-bg, #h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb.lazyload, #h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb.lazyloading { background-image: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container { background-color: transparent; background-image: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container > .video-iframe-container { display: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row > .video-iframe-container { display: none; }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .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); }#h4BKcgsEekaMmvEz8hmwWQ7UGxA2mvFb > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VmERuM8QN0ztAW6BICU0uUTi1ifaNLN9 { width:20rem;height:8.5rem;top:1rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QVnzNppikfm1G3qrWsLONKus2PUcdovm { width:20rem;height:34.125rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8TymRsL7IIuVeFBDZae3z9J6KXxciNx { width:20rem;height:5.6875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrUxGBJqBfsm7EUeUMArkhRCR3keWJ3Z { width:15.75rem;height:3.25rem;top:24.375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HETh8DTCy7WW9mRoBaRdmTxU2m2WBbzr { width:6.75rem;height:6.75rem;top:10.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDmhk6ettK5OTTh7S9BTUhdEd49bhGbV { width:16.875rem;height:3.4375rem;top:18.5rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa6mRsTTXpdhlFkKggwU1NqIbhDBx0c7 { display:block; }
 }@media only screen and (max-width: 763px) { #x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ { display:block; }#x7T5zQaq9b7gcc13L5g4BZldwhS34CTZ > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiybU8J0VFtkH9Hgre3LiNyF97grmNsL { width:20rem;height:3.3666666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbMrmg5OJ10ZOSzneJhTUWWsPgk27bmz { top:0rem;left:0rem;width:20rem;height:10.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 { display:block; }#nc8AZsZNlBqDIW3pnCk9FaxIw6uS1HT2 > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8FbuXo6Q3eBT6ibyoDATs89xKIKsP41 { width:17.4375rem;height:4.875rem;top:1.25rem;left:1.28125rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kmCdD0TDGhSgRMqy4T9XLUQx54SKUW7K { width:20rem;height:9.1875rem;top:7.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 { display:block; }#WCIGa3J4wrGit9X6Sh09OkZQRZ7m7Ct5 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSU9b2a4ZLQFwJCwCzpZL0obrBlVA2mW { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zA2WXVQOufgH5AJMks4Ah7fzX1MDkezk { width:10.125rem;height:3.8125rem;top:6.25rem;left:4.9375rem;font-size:2.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aoK3TxtTKGd4iTTaeA3ocsTfhRkXyvKT { width:20rem;height:1.5625rem;top:9.4375rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZQMnzqSXVU8pomIbJlaESpV36yduBIJV { width:6.8125rem;height:6.8125rem;top:23.0029296875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9rBJacte7ZJSRPTSQHBCHZ7Iob1GFK { width:20rem;height:9.5rem;top:12.78125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y { display:block; }#mbp6XidCrvkFFGPUFN3qGRxsPhKqrL5y > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mePV6wFnNhdFDOeChEglmO2TKuiALCKC { width:20rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U { display:block; }#pvA1ZcckJN2pTT3lk4O3uaeDksbuV89U > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sokEwdSKU2f7zGLkRfOmm6dJPR3etGrf { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSRB3XHKVZw8474iuqTqDeXNXTb0pT8N { height:11.25rem;width:20rem;top:1.787109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmvNnlKWqp13wuywFUgv50ICWanoG2QD { display:block; }#bmvNnlKWqp13wuywFUgv50ICWanoG2QD > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #koD1ZmiwLywNDw3az1w2VyHPOK4NJLCU { width:20rem;height:3.3666666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NmQ2AkDNKzCIqwFea1MQpTg8aQrTvhmv { top:0rem;left:0rem;width:20rem;height:10.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK { background-color:rgba(239,239,239,0.58);background-image:none;display:block; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container { background-color: transparent; background-image: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container > .video-iframe-container { display: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row > .video-iframe-container { display: none; }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .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); }#weehS4yVXTou5ZSWZ0uSgBqKrM96tqqK > .row .container { width:20rem;height:48.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AbliQa8dscGcwRxv7NE0SblhyJuE7Nd0 { width:20rem;height:8.4375rem;top:1.625rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BohNuKrOT2zNp7n5cWiiDtnheTNTzT7s { width:20rem;height:0.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOdfNstbvCviOPmcRnsDtM5Tyfmki7t { width:0.625rem;height:0.625rem;top:10rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3GBV8RevoHfUzboRWD1gKGUXu98Qyq6 { width:0.625rem;height:0.625rem;top:22rem;left:14.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDqgwe9FUpqOCusQs0vJIP1MqEWDMMT4 { width:0.625rem;height:0.625rem;top:34.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chdBkyWkBOy0ZEwFTm8sTb01pQNCzcVU { width:3.375rem;height:3.375rem;top:11.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrA5L6M9TcZmzfkUSd2BJUDas61Rai4D { width:3.4375rem;height:3.4375rem;top:23.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm7hkWarMsGNFvwqvUlaLHobtUcbciMK { width:3.5rem;height:3.5rem;top:23.375rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTdXOGo4Ac9t9g6ow68ERdDXo6sI0lQb { width:3.4375rem;height:3.4375rem;top:11.25rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRkToWpBCTOsOvL76gRX9UeTeI2PV6ek { width:3.3125rem;height:3.3125rem;top:36.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aA61ASGG9uur5XwULiIUThZcTecXhyGS { width:3.3125rem;height:3.3125rem;top:36.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJEfxwOt2WR24KDH8l8w5pMcFEQMIwR2 { width:8.0625rem;height:3.75rem;top:15.3125rem;left:0.46875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlf11MadFoIdzioPLiOcx5eD1z3HrZ5r { width:7.75rem;height:5.625rem;top:15.3125rem;left:11.28125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CycsZn79rzUcf4WR2ITyTadTx4nAmpKa { width:7.375rem;height:2.8125rem;top:28.0625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8M8HKXOPs19FVJFTEXwEfgek27fKvJB { width:7.375rem;height:4rem;top:28.427734375rem;left:11.46875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znX6LQlvR37ZcTRNfLCvLoKeCQtKLaS8 { width:6.125rem;height:5.625rem;top:40.0625rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3zgLqbpinhWbcyCf2WBm3vBpvgVJXSV { width:4.8125rem;height:2.8125rem;top:40.0625rem;left:7.59375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9i74hlrtqRqKTCX7yWA30ykUnAEFd8x { width:5.625rem;height:6.5625rem;top:40.0625rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tru6EvaQlzTb0qSNUtvt7ffP1Rft2Tnh { width:0.625rem;height:0.625rem;top:10rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRSZPTbHosduaoBtcBepeHEEGamzm6nr { width:3.25rem;height:3.25rem;top:36.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #odRbx5sWE2fAks9GM9sGgcC9S0vftU2B { width:2.75rem;height:2.75rem;top:23.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPpT2Vl6u4o4pSTiL6EIVxPXROdaBFZF { width:3.125rem;height:3.125rem;top:11.3125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25mnkSUaCitI7k3IWsxUt0J0F6ex3nz { width:2.9375rem;height:2.9375rem;top:11.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jxn78CISkZK6Oq4IX9NKbfmph4DP8DGb { width:2.5rem;height:2.5rem;top:36.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6T5Jr8cGLw4LP1lrv3oeWmmBc4c78Xp { width:3.0625rem;height:3.0625rem;top:36.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMnusN1UyD5aFlkmMEXHlPJenfI6zU59 { width:2.5rem;height:2.5rem;top:36.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3rdMiKwUIFs0IXG9LkWzXoTZBSTVu5t { width:20rem;height:0.125rem;top:22.25rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #TLf3qvovodRb4yneBm02WBck62a3GTXd { width:0.625rem;height:0.625rem;top:22rem;left:4.1875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ymoDBfEIWn1CwUVCdqPvz3gtOqHNWKDT { width:20rem;height:0.125rem;top:34.625rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #flSTKJ2NLtrbirTTZr3G9libatE4TP06 { width:0.625rem;height:0.625rem;top:34.375rem;left:15.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #eyFuT2nPnC0v3npvCpx0Br5JzywglvdA { width:0.625rem;height:0.625rem;top:34.375rem;left:9.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #BK3WRgEHwbcLTIF7w5SngV2B49eGdxON { width:3.75rem;height:3.75rem;top:23.21875rem;left:13.34375rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/be4a9a8e-6b4d-4278-b9f8-7429700dd420/Grup1.png");background-position:top 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-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu.adaptive-delivery-prevent-bg, #WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu.lazyload, #WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu.lazyloading { background-image: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { background-color: transparent; background-image: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container > .video-iframe-container { display: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row > .video-iframe-container { display: none; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .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); }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { border-width: 0; border-radius: 0; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDPpElcrdtnu2QbaNQ6zTyNu60HDkHsu > .row .container { width:20rem;height:215.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4fXBUqbWTuTxH8Fe5SFxyAzHBGRrVMB { width:20rem;height:1.5625rem;top:12.5625rem;left:0rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UxTDOTEvhCN0hgvTEpN43cID2GiV4Imc { width:20rem;height:9rem;top:2.125rem;left:0rem;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vdKroZ8AJHXgXKH7b7xIHIipTcNyMRTT { width:19.875rem;height:0;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q84vU2x7uzDbMrbuV8NOvNoXN4A9zUoi { width:20rem;height:4.125rem;top:28.625rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fk3Chy9PaTbfg2IazTl5CxxdqqSBzuJm { width:19.875rem;height:0;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkbcTnJVhzvkTB1KTXeFD9sTEZ6R3Cnq { width:20rem;height:4.125rem;top:45.6875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UTKvk1m3foTseaLi7TJhu80tmAU8DUzl { width:19.875rem;height:0;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBUtUXSWncE8NLs4O8d3lcxbRliIcOZe { width:20rem;height:4.125rem;top:80.125rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lFp4CAQetLEDm2oDJgaBy57UvraaVWJg { width:19.875rem;height:0;top:98.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcLILRGitnVdVgBIULKFmpDCO9ATBUbP { width:20rem;height:4.125rem;top:99.9375rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZURTzQHyoU6sSxeepKi8tCEzO89VPX9S { width:19.875rem;height:0;top:125.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ1o2VHHwwF8dScd3ua9d9xLOi7iliWy { width:20rem;height:4.125rem;top:126.6875rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ubIXs8OVLlQ5Pi6CBBuSOTxJzqnv43PV { width:19.875rem;height:0;top:144.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yymqkwt6qPT2Oe5lRQ4SW211gQAVODq1 { width:20rem;height:8.25rem;top:145.5rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VI2gNgiMqZRtxMCspeCX4AXA93I2smby { width:19.875rem;height:0;top:178.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpX9n5MbTTh7qmACTFEy9hAhcnNVWrlu { width:20rem;height:8.25rem;top:180.5rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XpRx2QHFsXlmUHlPRFToBEeZKTdlTgVo { width:20rem;height:10rem;top:14.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdobvX87wd6G1v4g2Q42Rp5TaEDQWUKy { width:20rem;height:8.75rem;top:33.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB5tFJmdWcGfACXniV0vV80xOi9BpccK { width:20rem;height:26.25rem;top:51.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHxCHAQVP3u5gguEbdG7mPkE8bo0Dxb6 { width:20rem;height:11.25rem;top:85.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhRDdMgT2vFDP3Ew0tVGl04CmMmLgM1E { width:20rem;height:18.75rem;top:105.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX1ArFIya2NUke62TqXCaAQRBRIkCMMN { width:20rem;height:10rem;top:132.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7SOz2JOwK54VhJr6LSITRGuOHbOGtXv { width:20rem;height:22.5rem;top:154.5625rem;left:0rem;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #L5LpGNivWsMHt1BskQEoOHBJrOJslqog { width:20rem;height:22.5rem;top:189.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J371leEJOJxCnRnFeFrlUmm1HLQWrK5P { display:none; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P { border-width: 0; border-radius: 0; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container { width:20rem;height:70.9375rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54a45403-6181-4c90-ac39-ec363e8ea1be/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;display:none; }#J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container.adaptive-delivery-prevent-bg, #J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container.lazyload, #J371leEJOJxCnRnFeFrlUmm1HLQWrK5P > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #r9LXdLlSANLPlivHi8vV1fpGiIhy45lt { width:20rem;height:5.625rem;top:6.875rem;left:0rem;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rQmUvt2LLDppzuBnyB2X2M0py0iKC1Bw { width:4.9375rem;height:4.9375rem;top:16.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePw2mVUB6kdn8ZtCKEzOvmhtxw2Drk6V { width:4.9375rem;height:4.9375rem;top:27.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXvlLK6vhJlnmlwsWAQSVcrS5TVZQUgP { width:4.9375rem;height:4.9375rem;top:38rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5GWgcpFkMVmb8PENIzqaoy3WThOb0t1 { width:5.25rem;height:5.25rem;top:51.9355625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZRSx6UgwzRJZWtloXGrh0EdCQsSmz6T { width:4.9375rem;height:4.9375rem;top:58.4355625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PES6d0wfANESaSdNbFRIAyutM1HH6Tp2 { width:5.125rem;height:5.125rem;top:64.6230625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKstrpK3QxTh5FPAKMwQL2rNI9Xi11oR { width:20rem;height:6.499rem;top:44.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN { display:block; }#nTTVZTFJLSs3ZEl98MSvJT4LT9Hm6OcN > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pV1xEcmWpcRhxX5Iw997BNQVNTzW51uT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDy46WdmT5duONdfTNf8fydLt6XOkDiv { display:block; }#ZDy46WdmT5duONdfTNf8fydLt6XOkDiv > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O2E55On1wEff5nHbuMrrJHv0nh3NJz2I { width:17.375rem;height:14.25rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErR4S6Ok1ievS07RWG0gRJVKoJZlVon9 { width:16.5625rem;height:1.25rem;top:16.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVirAhb8kXQvk7pChJKT0mLvIFbSegKT { width:17.375rem;height:14.25rem;top:19.29980625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvMQI1ti2vlCqmFTy5MkrTiE3NGTFdsR { width:17.375rem;height:14.25rem;top:37.3496125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFu1BBFgyZGaEnclv1D83Qc0Z9vxVeoI { width:17.375rem;height:14.25rem;top:55.39941875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHOiGlfwgIv4eF0RFPzX3OXC4G7lBl32 { width:16.5625rem;height:1.25rem;top:34.79980625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2V4kHf59dM5J5UNg7TSgXyDGIt48KXP { width:16.5625rem;height:1.25rem;top:52.8496125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf754fZ94y7xQmhH4AztzHK3Z2sAbiUe { width:16.5625rem;height:1.25rem;top:70.89941875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg { display:block; }#dF5JSqEqOFFEUKvxy5V0nTeOktEImIWg > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BaebRy3imgaysQByMdMJGgx0mm0rJtHG { width:17.375rem;height:14.25rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyxMstwZvZTy7KTS5ngS0lla0LAFNig5 { width:16.5625rem;height:1.25rem;top:16.75rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTx3EBCBuPvcdWaTpGIH9KAxNLIqU6G { width:17.375rem;height:14.25rem;top:19.29980625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g10ynC0lbzGXKktUL2nLRhOEGJaDrMWT { width:17.375rem;height:14.25rem;top:37.3496125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWa1xyAJAADR4i7oMczR5UeJlOR3NHcu { width:17.375rem;height:14.25rem;top:55.39941875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryxTwplpPiGZVNtEhMDVTMo5ir7nXzC { width:16.5625rem;height:1.25rem;top:34.79980625rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbXBK9TOTXi9zeHD1iQ0aVpQCfm7ezBB { width:16.5625rem;height:1.25rem;top:52.8496125rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gh17e64tzMO5vMlufJ4c8WWcT5wWU9lD { width:16.5625rem;height:1.25rem;top:70.89941875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 { display:block; }#yZTkNq8hwh6yMitWpoaxF1lZzU2acbK7 > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtKECdBvOa3ky5H2FIApOVPMy505sXDv { width:20rem;height:3.3666666666667rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq3oRvny8pS59KpulvXppxdJ3nXnrrXB { top:0rem;left:0rem;width:20rem;height:10.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC { display:block; }#aZ4TiaiQ83k8Og67FcrFcPHIZNlgeZfC > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XX3s8xrAeunoE6Xp1FbVnafahTXbOvuI { width:20rem;height:2.25rem;top:1.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A4mWsaGI3TfgNnivVDLsSzCCiQQ3ULUE { width:20rem;height:25.074626865672rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUoB3xznekVdc3f1CNd8efQHThlEMbtl { width:20rem;height:25.02994011976rem;top:30.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb9blRdI38eWCwTOQlGNWyKOk7qaLiZb { width:20rem;height:25.02994011976rem;top:57.228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W { display:block; }#QgdfIhmApz5wyIgc1ay9TJ5z0DdiQT2W > .row .container { width:20rem;height:103rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EA3FcET3kKTsyTe9s6IbyEvkWBoDqe5C { width:20rem;height:6.75rem;top:1.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1vN2F3P8NT48KRA5O8spqomKMoCyumi { width:20rem;height:7.1875rem;top:8.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mr6kOzgWvr8dDAT3ZrKstIMtFAMZ7bJx { width:20rem;height:10.0625rem;top:17.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzZvUxzZLTIXKTiyOCk909HFHVLsBOap { width:20rem;height:8.625rem;top:28.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMyxdapQPe5Pb02oTAddvbRWCR8GpUuk { width:20rem;height:11.5rem;top:38.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxwf59eQTOWPXaA7eNTtC91l3n55dKa8 { width:20rem;height:8.625rem;top:51.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4suZBNHhzOhNosTeJxpwe2Gpx5N1lcP { width:20rem;height:35.654296875rem;top:64.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d7bf219-f82b-40d6-b6a2-d8114a21007d/7.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx.adaptive-delivery-prevent-bg, #bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx.lazyload, #bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx.lazyloading { background-image: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container { background-color: transparent; background-image: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container > .video-iframe-container { display: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row > .video-iframe-container { display: none; }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .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); }#bKizsKpT1F3Gdsg8RiZ0a2oFkJzPgTyx > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyL3LJXg5gmEkT1GvX10MAtlO2taW477 { width:20rem;height:7.5rem;top:1.5rem;left:0rem;font-size:1.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #K8Uhtf1EMcelkBEJaZTMbBZ5NqfcUWym { width:20rem;height:40.5625rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWhMGKyCe2SumTXOtLofuaQTzEESaW1V { width:5.875rem;height:5.875rem;top:14.8125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPNlpDugdaVDJ0TlZuWBeNrqUO75mJTX { width:1.5rem;height:1.5rem;top:62.0625rem;left:2.1875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #I0fLuo1ihNU0kpzmJls2ZsoqTwEGNwnI { width:16.875rem;height:3.4375rem;top:10.1875rem;left:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3E9oIw2zAwX5sotT0ArOq8DKnGRUMli { display:block; }
 }@media only screen and (max-width: 763px) { #Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 { display:block; }#Xe5TN2434Tnwg7Lgd9M9kilcMRrFt7X0 > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfFbD2xaEidP770imeKQMtelg3G0aXvl { width:18.4375rem;height:5.1875rem;top:0.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAgcql2N4J9FcXBXHn5AcWQCoGRO6UI7 { width:20rem;height:5.5rem;top:0rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }