.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:209,235,251;--color-primary-1:116,194,243;--color-primary-2:23,153,235;--color-primary-3:14,92,141;--color-primary-4:14,49,120;--color-secondary-0:217,217,227;--color-secondary-1:128,129,163;--color-secondary-2:0,2,70;--color-secondary-3:0,1,35;--color-secondary-4:0,0,11;--color-tertiary-0:217,217,227;--color-tertiary-1:128,129,163;--color-tertiary-2:0,2,70;--color-tertiary-3:0,1,35;--color-tertiary-4:0,0,11;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { background-color: transparent; background-image: none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container > .video-iframe-container { display: none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row > .video-iframe-container { display: none; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .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); }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { border-width: 0; border-radius: 0; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#eUgco2Vc6wWHdmgwVOVbCM38XTuhWRmC { 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:5.5rem;width:16.8125rem;top:0rem;left:22.71875rem;overflow:hidden;display:block; }
#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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;z-index:auto;display:block; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container { background-color: transparent; background-image: none; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container > .video-iframe-container { display: none; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row > .video-iframe-container { display: none; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .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); }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container { border-width: 0; border-radius: 0; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#I7ZndaCusxPUGATTuDWPem5sU4hzVPRU { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:5rem;display:block; }
#o2seMPG2b77IvX05NGMoUwpWJLRO5FoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMRTunwAeiu4CEuewrTUWlmvyMUnRxeb { background-color:#061f56;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:#e8f7ff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6865234375rem;height:2.1240234375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:46.3125rem;display:block; }
#sRCHJCVVCb512q1hAeefAJuIO8wcqP7g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H5bpm3xPEycdSVMLH1T6TbLiDIJSWcq8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.873046875rem;height:2.6240234375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:30.6875rem;display:block; }
#vfqZeTtrgTOVxTN0g7wGo0NbW2wknCAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OO3FdhME9lAEMUrxmvqDolIs4yuKzOv6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:18.5rem;display:block; }
#D4BFHG3FzBeJgXipIiBKmplQW5XuiBd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwWxcZmsoO5tzrLbTNtk31eLbBrTupJg { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8746875rem;height:2.62478125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.99935913085938rem;left:34.435768127441rem;display:none; }
#zvmmEt42qB6pniASWBllDuKp58Em2Wtv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 { background-color:#323b22;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:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.adaptive-delivery-prevent-bg, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyload, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyloading { background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { background-color: transparent; background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .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); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { border-width: 0; border-radius: 0; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:60rem;overflow:visible;position:relative;display:block; }#MXRuMTPIpCyTPhKNCAEWcTtdUFFx44oT { color:#1e285c;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:23.3125rem;left:1.5rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ir5rUVsqowQ5Q3qxe9rQTIyZDRCU6ugM { color:#0d25ae;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.5rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TeqLuWmIAhnh4o7e5kpXUTwwOqX4o3sC { 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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:11.625rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:32.8125rem;left:1.5rem;display:block; }
#SlwLo40Gay161mfzRv1P6a6a9HzxxQBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PQ6yPF2DQS6PPGK2lEiZKfDv3AiNeBRV { position:absolute;display:block;z-index:15025;height:31.375rem;width:25.125rem;top:14.25rem;left:33.84375rem;display:block; }
#O32xO1GSFQEWWfT778uAR0VAxBfk1GOO { color:#1e285c;display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:9.8125rem;left:34.34375rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#sQfnhgmuCtdv9WspIyINAyV73e8n5Dhd { color:#1e285c;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:17.0625rem;left:1.5rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K0t4i9ddPWqHV4v0E0xdSyTxaLek6P8R { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:32.8125rem;left:15.8125rem;display:block; }
#Zfi3triEWQrrqyzmNGb2Q5FdKrEaDBbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qlMTr3T5S2NPSh7LLWKb9POGeMDm5Eg0 { color:#1e285c;display:block;width:32.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:14.25rem;left:1.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aJV0VHSE3OGvmTaeOKqqKaHVoFdBTo31 { color:#1e285c;display:block;width:32.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:5.75rem;left:0.90625rem;height:2.625rem;display:block; }
#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2da0;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; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container { background-color: transparent; background-image: none; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container > .video-iframe-container { display: none; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row > .video-iframe-container { display: none; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .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); }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container { border-width: 0; border-radius: 0; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#x48u4FVpqqG4ItsfqzWzme4e4O1BBlr5 { 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:10.25rem;width:59.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KZ2ePfEb2pqlBA4ZoJ049uTqTTlsZu5g { 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; }
#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv { 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; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv.adaptive-delivery-prevent-bg, #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv.lazyload, #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv.lazyloading { background-image: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { background-color: transparent; background-image: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container > .video-iframe-container { display: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row > .video-iframe-container { display: none; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .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); }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { border-width: 0; border-radius: 0; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#INryWoJhKzk3r9Vldapv8TLXvk8aUFm5 { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.9375rem;left:5.125rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EoumeTw2WryuTzKIoakLxV9aClPdvKy8 { color:#ffffff;display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:10.875rem;left:5.125rem;height:8.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F1tggf6NXuswBvEDwhdoMuGHUoyzLFmg { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5.125rem;border-top-right-radius:5.125rem;border-bottom-left-radius:5.125rem;border-bottom-right-radius:5.125rem;box-shadow: none;height:22.0625rem;width:17.5625rem;top:2.125rem;left:37.375rem;overflow:hidden;display:block; }
#uaOJVOEDS7NuhkBNwK9doWJ7udoWq8wM { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:3.8125rem;left:5.125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x4keVw8UspU2FsEiDMIU8xMAKHdbNPFv { position:absolute;display:block;z-index:15033;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:2.9375rem;width:2.9375rem;top:22.125rem;left:5.125rem;overflow:hidden;display:block; }
#KtBDaSRAcrlAnlygws5q5ashhiyWUgr7 { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:22.5rem;left:8.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZXtyT6sDWVBIA1bc6I1LNTSZETXOfXF { position:absolute;display:block;z-index:15034;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:3.6875rem;width:3.6875rem;top:21.5625rem;left:15.5625rem;overflow:hidden;display:block; }
#JPqatAqs4BNRSsgKE0Pc8d1hAsofERgP { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:22.5rem;left:19.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aMp6Wsm5BU0qmMDTg1DZulbNfzO6TBBh { position:absolute;display:block;z-index:15035;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:2.5625rem;width:2.5625rem;top:22.3125rem;left:28rem;overflow:hidden;display:block; }
#vcsQydW62fMu9Cb0k9a6pSLseJK7xV5s { color:#ffffff;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:22.5rem;left:31.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 { position:relative;display:block; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 { background-color: transparent; background-image: none; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row .container > .video-iframe-container { display: none; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row > .video-iframe-container { display: none; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .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); }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 { border-width: 0; border-radius: 0; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .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; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container { background-color: transparent; background-image: none; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container > .video-iframe-container { display: none; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row > .video-iframe-container { display: none; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .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); }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container { border-width: 0; border-radius: 0; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#NyanE930JMFgaRtvb49NCexia3alfiGd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ML8xCywu8XENyaeKPOvOKL75d6HTpAMp { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#VLtoUEQLTOJocpK6fmgICTIzxu5A2d3b { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.1875rem;left:8.4375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#Ec0Eifa83hWzipTPZ2Q1LuybxJnkCo42 { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:7.1875rem;left:17.75rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#pqTn2A7ibppqpf6ORCql6DRGNT4fNmSp { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.6875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#Mey9gDTW4iIIb1QJEOiNSIkiRDbhQtGu { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:7.5rem;left:35.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#hmJ8sN3Tzh8MyKpILTpCTNeTCaIcfMJd { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:7.4375rem;left:44.8125rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#kET50bhRMr3BNCG4QOiskgL3oIvf7fMO { position:absolute;display:block;z-index:15060;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:4.625rem;width:4.625rem;top:1.4375rem;left:9.125rem;overflow:hidden;display:block; }
#pc8CUCHRGHG3HKSIrs0PPayRc4abZg0h { position:absolute;display:block;z-index:15061;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:4.625rem;width:4.625rem;top:1.4375rem;left:18.4375rem;overflow:hidden;display:block; }
#QRK1oBIlwDOmWdzcDiKkSEwF9lc6UrtD { position:absolute;display:block;z-index:15062;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:4.625rem;width:4.625rem;top:1.375rem;left:27.75rem;overflow:hidden;display:block; }
#xBpZWqbvigXQV1rAcUBVMptN5mLpSwAn { position:absolute;display:block;z-index:15063;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:4.625rem;width:4.625rem;top:1.375rem;left:37.0625rem;overflow:hidden;display:block; }
#SMose3MVIV4zrNi0Lfte037AhE7Fwfwl { position:absolute;display:block;z-index:15064;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:4.625rem;width:4.625rem;top:1.4375rem;left:45.875rem;overflow:hidden;display:block; }
#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5.adaptive-delivery-prevent-bg, #y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5.lazyload, #y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5.lazyloading { background-image: none; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container { background-color: transparent; background-image: none; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container > .video-iframe-container { display: none; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row > .video-iframe-container { display: none; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .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); }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container { border-width: 0; border-radius: 0; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:60rem;position:relative;display:block; }#J1ILM1tOUxpGo9UV9uUdIKJrTHdqdJhB { color:#312e63;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.875rem;left:4.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wUo66WC0AXMP78ERC7pe02Ga2AVePz3r { color:#0d25ae;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:1.5rem;left:14.5rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inKPqiGzMdy3F1edyGGehZROEeqh3epP { box-sizing:content-box;height:17.75rem;width:13.75rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 3rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:5.4375rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#xxE6ZfiitTLsE2fNQenM8vZwt7Svr8UP { box-sizing:content-box;height:17.75rem;width:13.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 3rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:23rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#enVg1bVFWCURGnhhplTWlg5m8cPvg85v { box-sizing:content-box;height:17.75rem;width:13.75rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 3rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:40.8125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#OT2tVkUE8f4O7yZeCnyTerXopUFmEtIk { position:absolute;display:block;z-index:15062;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:3.5rem;width:3.5rem;top:10.8125rem;left:28.25rem;overflow:hidden;display:block; }
#wbcHDawGMEKzipgac6EaIgM11nFWrXsT { color:#312e63;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.9375rem;left:24.4375rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhRJDNtbtZWTIfJgyhO1APgZ68iDMEES { color:#1e285c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:18.0625rem;left:23.625rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#WNiTwMHxTTh5LJQ7cHrz0vlag3WcD1Rk { position:absolute;display:block;z-index:15063;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:4.25rem;width:4.25rem;top:10.4375rem;left:45.6875rem;overflow:hidden;display:block; }
#JpkhB7EWP518XsT9mrpH3tQZwZTDIwqc { color:#312e63;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42.25rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdWbbQWGIFq2Zu0Kw9AmO8tHw8QkT8sm { color:#1e285c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:18.0625rem;left:41.4375rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#EwTdBWhyRM8EBBr6A8KMUCgZy7TivdzX { position:absolute;display:block;z-index:15063;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:4.1875rem;width:4.1875rem;top:10.75rem;left:10.25rem;overflow:hidden;display:block; }
#eWK14vBBOT6mZIT61XJ99c6KDTMbaeTt { color:#312e63;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:16.0625rem;left:5.5rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JOn9hBA8QwPP9g1O8yrS6Hdv14iPuTip { color:#1e285c;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:18.0625rem;left:6.0625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt.adaptive-delivery-prevent-bg, #fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt.lazyload, #fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt.lazyloading { background-image: none; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container { background-color: transparent; background-image: none; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container > .video-iframe-container { display: none; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row > .video-iframe-container { display: none; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .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); }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container { border-width: 0; border-radius: 0; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#bTQ57p2GF3VLIWfFBEUL33r1lQieKfsm { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5625rem;left:7.5625rem;height:1.25rem;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; }
#ltoyabrCwTexifR5ooXNayTdrwm5LJs4 { color:#ffffff;display:block;width:34.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.125rem;left:2.6875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zF3TkdOyKtt8at1W7MiuCZxv90PkBuTD { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.6875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BTH9s8FC4PG1e8aeiEmw2Pe4nndz1WGT { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:13.375rem;left:2.75rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LpkSluuw2zJXrQ55bo8cPTsGMrZoZZsW { box-sizing:content-box;height:23.625rem;width:18.25rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 3rem rgba(var(--color-tertiary-4),0.25) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.71875rem;left:38.080078125rem;border-top-right-radius:2.25rem;border-bottom-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-top-left-radius:2.25rem;display:block; }
#WoOh1x3BVB9FmtFWr0bMJpIQNe540r3N { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:17.0625rem;left:4.4375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HA1cara2X4Ghw7kAxFICl3MJiVdEmUi9 { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:19.3125rem;left:4.4375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DERCTgSmLWVn9iI2JUKiuDyumTmE7gfP { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.4375rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NcThVOdoHMGxpUIh6TqzEA88VJEMAixT { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:23.8125rem;left:4.4375rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qI6HzctlMeXT3MAqITLiVKRetNNle5TB { position:absolute;display:block;z-index:15038;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:1.375rem;width:1.375rem;top:17.1875rem;left:2.6875rem;overflow:hidden;display:block; }
#hQ4MxIc5fT3ZuKWXF6XpCeruTM4pyIrv { position:absolute;display:block;z-index:15039;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:1.375rem;width:1.375rem;top:19.375rem;left:2.6875rem;overflow:hidden;display:block; }
#GblVdyzqSe61ux1rx38VTgwKHKFFQ7ee { position:absolute;display:block;z-index:15040;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:1.375rem;width:1.375rem;top:21.6875rem;left:2.6875rem;overflow:hidden;display:block; }
#Q3DBJcSdxzE67y48sHmDEP95dTkBl3cU { position:absolute;display:block;z-index:15041;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:1.375rem;width:1.375rem;top:23.875rem;left:2.6875rem;overflow:hidden;display:block; }
#eacwyXbRevOC350rVtGvRsv5NyXqnMzc { position:absolute;display:block;z-index:15042;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:6.1875rem;width:6.1875rem;top:5.8125rem;left:44.736328125rem;overflow:hidden;display:block; }
#gBDryLiTTZ5KX8vBUfdDqPDTt3AzKHD1 { 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.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;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:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:23rem;left:42.611328125rem;display:block; }
#z2dnQW7rpeRd06cTmvR55c5WMoHq9Gig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTwMz9AdZH8uTP0gBocrodWvwtyzuxBO { color:#1e285c;display:block;width:12.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:40.767578125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BOJLIxhT2er3CdTu4yGSZ37h0sv3Ox6B { color:#1e285c;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:15.875rem;left:40.705078125rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2da0;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; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container { background-color: transparent; background-image: none; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container > .video-iframe-container { display: none; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row > .video-iframe-container { display: none; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .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); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container { border-width: 0; border-radius: 0; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:60rem;position:relative;display:block; }#nDNszUamwyScnRvSmIPPJT0JsqxaqnD3 { 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:10.125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IthF17Gr3FWyd1Hrr3xU9mLxFlqcnkbP { 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; }
#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g.adaptive-delivery-prevent-bg, #q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g.lazyload, #q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g.lazyloading { background-image: none; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container { background-color: transparent; background-image: none; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container > .video-iframe-container { display: none; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row > .video-iframe-container { display: none; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .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); }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container { border-width: 0; border-radius: 0; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:60rem;position:relative;display:block; }#BScF8PhJgHADPUiGBBu74X67ZPNcaJMK { color:#312e63;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16rem;left:2.4375rem;height:14.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I7Jwy11heb9oa6n444XVbz31xQdfEAg7 { color:#312e63;display:block;width:28.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:31.875rem;left:2.4375rem;height:7.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fHRQ9WSqzFVl9DDcxLsgVTKetMRZ67Km { color:#061f56;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.4375rem;height:7.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f3Z1PLsMEN37dVvSr3ewJTuKCgipHVyt { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:41rem;width:23rem;top:2.125rem;left:34.59375rem;display:block; }
#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9.adaptive-delivery-prevent-bg, #x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9.lazyload, #x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9.lazyloading { background-image: none; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container { background-color: transparent; background-image: none; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container > .video-iframe-container { display: none; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row > .video-iframe-container { display: none; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .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); }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container { border-width: 0; border-radius: 0; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#CFKptOhppOGbPEh4GhXdhtPKncrJ8JFR { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:montserrat;font-size:2.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:3.5625rem;left:2.53125rem;height:3.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CZmWbmPpzTSGsgKfJl644Efd4OmAp4xA { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.375rem;left:2.53125rem;height:2rem;font-style:normal;display:block; }
#H0OMU768CmlEAnN5Uul3uUBVpgIRt1qr { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.625rem;left:2.53125rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aN1XLEDMut1qiwL3S1V2eVOpahhM8z3A { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:23.53125rem;left:2.53125rem;height:2rem;font-style:normal;display:block; }
#buJUaNZI7GBpgm7ZeNsvzT9IlGnMzkSg { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:27.5625rem;left:2.53125rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xvZ8VIlbfpRaO1OrDmmoeJ1uWotnvorZ { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:37.28125rem;left:2.53125rem;height:2rem;font-style:normal;display:block; }
#CVGkgVD4PSbTmI0k4DuzNTqAl5Fh3CVU { color:#ffffff;display:block;width:27rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:40.875rem;left:2.53125rem;height:7.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vmEkxcRlwMMC2m4w2CqZbn1XxJ6nlJME { box-sizing:content-box;height:35.375rem;width:0.3125rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.375rem;left:30.96875rem;display:block; }
#Q3kKzyptpfF8gRnUFUhXtLtWKB4GGHlN { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:10.375rem;left:33.5625rem;height:2rem;font-style:normal;display:block; }
#iIeKBLAiCEibPfdIIcHobC1rLUmE3CPS { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.625rem;left:33.5625rem;height:7.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#epPA68e09GqpB33aBbPGtDUn2F74XDG1 { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.53125rem;left:33rem;height:2rem;font-style:normal;display:block; }
#RDUhEx1bHT5t52fhOU9ildVgbh0i4psr { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:27.5625rem;left:33rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yalQ7Fy7Ldf4023Hcb8QQnwAaV6IzLmU { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:37.28125rem;left:33rem;height:2rem;font-style:normal;display:block; }
#SWNzyeWnMNFUXFbn8iJvzZcNe9xehwDL { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:40.875rem;left:33rem;height:10.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container { background-color: transparent; background-image: none; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container > .video-iframe-container { display: none; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row > .video-iframe-container { display: none; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .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); }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container { border-width: 0; border-radius: 0; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:60rem;position:relative;display:block; }#swbTD76C9SZKugFBQh0pQECSrnskIqTU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eoSJmcymP6raGQUcdpNvbeR3JDLR3DwE { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#TvxDga9iTOcw0wIH8Smm6irUNKiu6Lql { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.34375rem;left:11.53125rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD.adaptive-delivery-prevent-bg, #tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD.lazyload, #tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD.lazyloading { background-image: none; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container { background-color: transparent; background-image: none; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container > .video-iframe-container { display: none; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row > .video-iframe-container { display: none; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .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); }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container { border-width: 0; border-radius: 0; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:60rem;position:relative;display:block; }#euk5IPgTC1caoAfG4Mc1L4v5e2s7fXSt { position:absolute;display:block;z-index:15000;height:43.625rem;width:57.0625rem;top:2.71875rem;left:1.46875rem;display:block; }
#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p { 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; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container { background-color: transparent; background-image: none; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container > .video-iframe-container { display: none; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row > .video-iframe-container { display: none; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .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); }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container { border-width: 0; border-radius: 0; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#ywOVHVcH29ArZu2FSPka4Ge5dc8kz5TO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CylweDHZOeyhOTLN6zVLMDFCJyeSQN9X { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container { background-color: transparent; background-image: none; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container > .video-iframe-container { display: none; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row > .video-iframe-container { display: none; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .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); }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container { border-width: 0; border-radius: 0; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:60rem;position:relative;display:block; }#yoCnbz9Kz2bLDFTtG7r04a65Oc8H91Sh { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#T0sRFVgk1ttb9uXAC1Isb5sG9iHRiAnV { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#THWg83CPsVFBz2ugRnnTmKTVQfJiu76C { color:#ffffff;display:block;width:58.4375rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.125rem;left:0.78125rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { 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 left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.adaptive-delivery-prevent-bg, #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.lazyload, #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH.lazyloading { background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { background-color: transparent; background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .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); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { border-width: 0; border-radius: 0; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:60rem;position:relative;display:block; }#T5yoUrpv1y6vORG6GKDgmz4DCXwtIGno { color:rgba(var(--color-tertiary-2),1);display:block;width:29.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.0625rem;height:5.75rem;text-align:left;text-align-last:left;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; }
#x6iTriEVKyZCPT37PCzreVFdLgd7B3U4 { color:rgba(var(--color-tertiary-2),1);display:block;width:26.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.75rem;left:1.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SFbdtfOtBxk4GBk39VXQl3GeqFAzxq84 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.5rem;left:1.1875rem;height:14.375rem;text-align:left;text-align-last:left;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; }
#drc7svaf63rIc5ZpGI00S0fsaaWADoGz { color:rgba(var(--color-tertiary-2),1);display:block;width:33.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:31.3125rem;left:1.0625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqfzxKULL4ekSNyXiPfi29Vn5aoEiov7 { color:rgba(var(--color-tertiary-2),1);display:block;width:52.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:34.75rem;left:1.0625rem;height:8.625rem;text-align:left;text-align-last:left;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; }
#G3H3BEHy92Z5L6BJHdLKpTM9s5yAUoMF { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:15.3125rem;width:27.3125rem;top:1.625rem;left:31.5625rem;display:block; }
#RlFmmZr4FAT8cdeDLn8I6Fyi8xNTnUgb { box-sizing:content-box;height:6.125rem;width:27.4375rem;position:absolute;display:block;z-index:15016;background-color:#061f56;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:16.9375rem;left:31.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#XgPITisVie2Er0mc5I0R7dRxi9loTgeJ { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:18.0625rem;left:33.34375rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7WEECgxUiPlF7Plpz8xqH07mdgRzitt { color:rgba(var(--color-tertiary-2),1);display:block;width:55.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:26.4375rem;left:1.0625rem;height:2.875rem;text-align:left;text-align-last:left;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; }
#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container { background-color: transparent; background-image: none; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container > .video-iframe-container { display: none; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row > .video-iframe-container { display: none; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .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); }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container { border-width: 0; border-radius: 0; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#z7PVFTm6NMfkVJiRrLKPy33w2kcDrzpF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gVkF89kbMXO0BSBE7KPSIXyBlfqh6qeH { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#yAsT4kJVHPwPqgfgb6NBxDskrZ3fP5IM { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:7.1875rem;left:8.4375rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#UTyVPBVyCPKmV5Oe7g2TrQCI1OmXOqel { color:#ffffff;display:block;width:6rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:7.1875rem;left:17.75rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#y37VTZrOeW8S3UmmQsBCNy5bWX0Zf5du { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:7.4375rem;left:25.6875rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#mAq406zRRBk2FaGpWiALTTLgZiN8xfRn { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:7.5rem;left:35.0625rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#eT6A0DTD0NJ9Q0Esogtx23TsD9W8vkAi { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:7.4375rem;left:44.78125rem;height:2.875rem;text-align:center;text-align-last:center;display:block; }
#tRB82mlH24826k8JPEnn3uFOOa9HRHDL { position:absolute;display:block;z-index:15060;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:4.625rem;width:4.625rem;top:1.4375rem;left:9.125rem;overflow:hidden;display:block; }
#GazcIpV1eCwT7InG6XXgV5JUiztHpItm { position:absolute;display:block;z-index:15061;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:4.625rem;width:4.625rem;top:1.4375rem;left:18.4375rem;overflow:hidden;display:block; }
#lwkTikpeMzGkGowPGaJsLTnvCGAlFSq7 { position:absolute;display:block;z-index:15062;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:4.625rem;width:4.625rem;top:1.375rem;left:27.75rem;overflow:hidden;display:block; }
#dnRqDDZPGt7sIGHOXfTJtL7CJ3RMH2nZ { position:absolute;display:block;z-index:15063;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:4.625rem;width:4.625rem;top:1.375rem;left:37.0625rem;overflow:hidden;display:block; }
#cWaGkXycNZc9L8DiE6u1MJcs6DNzoqr4 { position:absolute;display:block;z-index:15064;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:4.625rem;width:4.625rem;top:1.4375rem;left:45.875rem;overflow:hidden;display:block; }
#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL { 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; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container { background-color: transparent; background-image: none; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container > .video-iframe-container { display: none; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row > .video-iframe-container { display: none; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .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); }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container { border-width: 0; border-radius: 0; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#e9gieO3gwWb84tVWrq7PVp4ynr2d46lq { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VGQSTkNLzSVDMnoO5VtwmHeLTvKURQtp { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#061f56;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; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { background-color: transparent; background-image: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container > .video-iframe-container { display: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row > .video-iframe-container { display: none; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .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); }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { border-width: 0; border-radius: 0; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#VkkSdERtJFet2FGhdQqxT8hgcxDiueCB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yLUWdQinGxB5ycRxbBfdzDTrHU9EEocs { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#fbNTqFMUJMJv2XTkH43yUd36doUHTSCq { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.25rem;left:17.9375rem;height:3.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD { 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; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container { background-color: transparent; background-image: none; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container > .video-iframe-container { display: none; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row > .video-iframe-container { display: none; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .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); }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container { border-width: 0; border-radius: 0; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#gzPvALc6icH6pJ73PUQo19kzXb4iBdU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eoXH78zJlsLpTAmaHDQd8kVmFAIQ3rFV { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#Fcm72PdQTaLONGT58RenAn8DmyAtlopz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e285c;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; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz.adaptive-delivery-prevent-bg, #Fcm72PdQTaLONGT58RenAn8DmyAtlopz.lazyload, #Fcm72PdQTaLONGT58RenAn8DmyAtlopz.lazyloading { background-image: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { background-color: transparent; background-image: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .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); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { border-width: 0; border-radius: 0; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#Hfioy5N6N75ETF2t7DewFEsoug0Vvu2e { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:14.4375rem;width:15.375rem;top:7.6875rem;left:21.875rem;overflow:hidden;display:block; }
#DEd191TZUtmFkWtVdV99MKBPaBxJcxvC { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:14.4375rem;width:14.4375rem;top:11.6875rem;left:3.4375rem;overflow:hidden;display:block; }
#W0QT7RRVVhiQT3kWN0s70dUrCKcWd68T { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:15.375rem;width:15.375rem;top:11.21875rem;left:40.3125rem;overflow:hidden;display:block; }
#EfJP7tJnkI2gu8t4TaxOuRGALQWghJLF { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.375rem;left:23.3125rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#eTX04NrJHiXRQRlZstITZ9xqF50TlMzM { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:9.1875rem;left:24.875rem;height:0;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:none; }
#H5cHZs38ku2pVZhyzbt05lNfhf3N4PyX { box-sizing:content-box;height:4.875rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.8125rem;left:4.375rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#IU7tDuJCfwqSIMPKr62xroneMMivlTAh { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:6.1875rem;left:5.96875rem;height:4.125rem;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; }
#Tzz7ENmiM3oBbmR9RrqZzEA6tknraWT6 { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:41.75rem;border-top-right-radius:2.5rem;border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-top-left-radius:2.5rem;display:block; }
#yc4nu7QFy77XxSnwvB4vfZgmDp1GbAaP { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:7.75rem;left:43.3125rem;height:2.75rem;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; }
#XKCQgJHffUTwzDlAysePdRqp4TvwleWT { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:17rem;left:6.5625rem;height:2.8125rem;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:none; }
#ZnTZZv1c7wxOzG5DetzDLu5qtARrqs79 { color:#0d1f61;display:block;width:9.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:3.5625rem;left:24.875rem;height:2.75rem;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; }
#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf { 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; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container { background-color: transparent; background-image: none; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container > .video-iframe-container { display: none; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row > .video-iframe-container { display: none; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .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); }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container { border-width: 0; border-radius: 0; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:60rem;position:relative;display:block; }#bTkEMzn4XhdBnQxAEBnGUwBRnZmxSDmx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZHeT87mK882BD8Uy1ApTQAOhUBTJOeiC { 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:3.125rem;width:3.18725625rem;top:2.25rem;left:49.9375rem;overflow:hidden;display:none; }
#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy { background-color:#323b22;background-image:url("https://images.assets-landingi.com/uc/c9fa09ca-3927-4960-9255-c1e9b75404de/ArkaPlan.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy.adaptive-delivery-prevent-bg, #ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy.lazyload, #ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy.lazyloading { background-image: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { background-color: transparent; background-image: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container > .video-iframe-container { display: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row > .video-iframe-container { display: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .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); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { border-width: 0; border-radius: 0; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:60rem;overflow:visible;position:relative;display:block; }#J8aL9iyn4yZKtwEOwi1b3s0NMmzuUxhq { color:#312e63;display:block;width:24.5625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:34.53125rem;height:7.875rem;text-align:center;text-align-last:center;display:block; }
#Tl5yxWVW963zCUcvWehq1aGAbe9Jcyl3 { position:absolute;display:block;z-index:15016;height:31.375rem;width:25.125rem;top:14.3125rem;left:34.25rem;display:block; }
#oTt2qsiwOX5yWlrQwwtU82zdcruSiJyJ { color:#312e63;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:5.375rem;left:2.75rem;height:7.875rem;text-align:left;text-align-last:left;display:block; }
#vGDTa8HmRts2QWhHgxpEAGfQTry0y2i2 { color:#312e63;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:15.625rem;left:2.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hmsZZzdHxJx5Lhzyg2tWDenVLU4FHpOF { 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.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:11.625rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:29.5625rem;left:2.75rem;display:block; }
#SlNPgPTRd0GkQhWgtRFyIJaahhz6pfX3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAK7NfDa82wsO75KqLQanEe23o8bU6sd { 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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.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:9.1875rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:29.5625rem;left:17.0625rem;display:block; }
#aE8oX3exW1xbm0e9lTwPkAkXfxf9EJKy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByniLp9S9Tv4ebKTqZUQlDUdJGLR43q1 { position:absolute;display:block;z-index:15035;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:2.9375rem;width:2.9375rem;top:24rem;left:2.75rem;overflow:hidden;display:block; }
#vtLcJTAX8BETfQNq5ayHb10GipxznrLg { color:#1e285c;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:24.625rem;left:5.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnC9Wg9tdqJaFv5ynM1lqWx0EE1aK7yf { position:absolute;display:block;z-index:15037;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:2.9375rem;width:2.9375rem;top:24rem;left:13.625rem;overflow:hidden;display:block; }
#MJUJ5Mn9Xw6qKs3L3fvtgIpzCTP7Hb9g { color:#1e285c;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:24.625rem;left:16.4375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0d1f61;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; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { background-color: transparent; background-image: none; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container > .video-iframe-container { display: none; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row > .video-iframe-container { display: none; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .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); }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { border-width: 0; border-radius: 0; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#Vf1hCbHFGIFXh2bJII2Xvm1uSbrFruHG { position:absolute;display:block;z-index:15000;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:15.6875rem;top:43.9375rem;left:22.15625rem;overflow:hidden;display:none; }
#Td8f01ehIQhLy8HfapZ1bs08hfaCULkJ { 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:7.25rem;width:25rem;display:none; }
#Low0Wwu4vMqfczJNdZSMquQqHvmNqSzT { position:absolute;display:block;z-index:15002;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.5rem;width:34.5625rem;top:0.875rem;left:12.71875rem;overflow:hidden;display:block; }
#WhB1kIfCcauzEi1uOPpZqVHbHHy99wWw { position:absolute;display:block;z-index:15003;height:4.875rem;width:8.6875rem;top:1.1875rem;left:2.6875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 { display:block; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUgco2Vc6wWHdmgwVOVbCM38XTuhWRmC { top:0rem;left:16.59375rem;width:16.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc { display:block; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I7ZndaCusxPUGATTuDWPem5sU4hzVPRU { width:8.875rem;height:2.625rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2seMPG2b77IvX05NGMoUwpWJLRO5FoV { display:block; }
 }@media only screen and (max-width: 763px) { #TMRTunwAeiu4CEuewrTUWlmvyMUnRxeb { width:8.625rem;height:2.0625rem;top:1.25rem;left:39.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRCHJCVVCb512q1hAeefAJuIO8wcqP7g { display:block; }
 }@media only screen and (max-width: 763px) { #H5bpm3xPEycdSVMLH1T6TbLiDIJSWcq8 { width:10.8125rem;height:2.5625rem;top:1rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfqZeTtrgTOVxTN0g7wGo0NbW2wknCAn { display:block; }
 }@media only screen and (max-width: 763px) { #OO3FdhME9lAEMUrxmvqDolIs4yuKzOv6 { width:9.375rem;height:2.625rem;top:1rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BFHG3FzBeJgXipIiBKmplQW5XuiBd4 { display:block; }
 }@media only screen and (max-width: 763px) { #iwWxcZmsoO5tzrLbTNtk31eLbBrTupJg { width:14.8125rem;height:2.5625rem;top:0.9375rem;left:28.310768127441rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvmmEt42qB6pniASWBllDuKp58Em2Wtv { display:block; }
 }@media only screen and (max-width: 763px) { #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 { display:block; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXRuMTPIpCyTPhKNCAEWcTtdUFFx44oT { top:23.3125rem;left:0rem;width:26.3125rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5rUVsqowQ5Q3qxe9rQTIyZDRCU6ugM { top:12.4375rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqLuWmIAhnh4o7e5kpXUTwwOqX4o3sC { width:11.625rem;height:3.4375rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwLo40Gay161mfzRv1P6a6a9HzxxQBl { display:block; }
 }@media only screen and (max-width: 763px) { #PQ6yPF2DQS6PPGK2lEiZKfDv3AiNeBRV { top:14.25rem;left:22.625rem;width:25.125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O32xO1GSFQEWWfT778uAR0VAxBfk1GOO { top:9.8125rem;left:23.625rem;width:24.125rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQfnhgmuCtdv9WspIyINAyV73e8n5Dhd { top:17.0625rem;left:0rem;width:32.25rem;height:5.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0t4i9ddPWqHV4v0E0xdSyTxaLek6P8R { width:9.1875rem;height:3.4375rem;top:32.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfi3triEWQrrqyzmNGb2Q5FdKrEaDBbi { display:block; }
 }@media only screen and (max-width: 763px) { #qlMTr3T5S2NPSh7LLWKb9POGeMDm5Eg0 { top:14.25rem;left:0rem;width:32.4375rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJV0VHSE3OGvmTaeOKqqKaHVoFdBTo31 { top:5.75rem;left:0rem;width:32.25rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 { display:block; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x48u4FVpqqG4ItsfqzWzme4e4O1BBlr5 { top:0rem;left:0rem;width:47.75rem;height:8.2605485232068rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ2ePfEb2pqlBA4ZoJ049uTqTTlsZu5g { width:24.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv { display:block; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INryWoJhKzk3r9Vldapv8TLXvk8aUFm5 { top:5.9375rem;left:0rem;width:30.1875rem;height:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoumeTw2WryuTzKIoakLxV9aClPdvKy8 { top:10.875rem;left:0rem;width:26.3125rem;height:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tggf6NXuswBvEDwhdoMuGHUoyzLFmg { top:2.125rem;left:30.1875rem;width:17.5625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOJVOEDS7NuhkBNwK9doWJ7udoWq8wM { top:3.8125rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4keVw8UspU2FsEiDMIU8xMAKHdbNPFv { top:22.125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBDaSRAcrlAnlygws5q5ashhiyWUgr7 { top:22.5rem;left:1.9375rem;width:6.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZXtyT6sDWVBIA1bc6I1LNTSZETXOfXF { top:21.5625rem;left:9.4375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPqatAqs4BNRSsgKE0Pc8d1hAsofERgP { top:22.5rem;left:13.3125rem;width:6.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMp6Wsm5BU0qmMDTg1DZulbNfzO6TBBh { top:22.3125rem;left:21.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcsQydW62fMu9Cb0k9a6pSLseJK7xV5s { top:22.5rem;left:25.3125rem;width:6.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 { display:block; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK { display:block; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyanE930JMFgaRtvb49NCexia3alfiGd { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML8xCywu8XENyaeKPOvOKL75d6HTpAMp { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLtoUEQLTOJocpK6fmgICTIzxu5A2d3b { top:7.1875rem;left:2.3125rem;width:6rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0Eifa83hWzipTPZ2Q1LuybxJnkCo42 { top:7.1875rem;left:11.625rem;width:6rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTn2A7ibppqpf6ORCql6DRGNT4fNmSp { top:7.4375rem;left:19.5625rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mey9gDTW4iIIb1QJEOiNSIkiRDbhQtGu { top:7.5rem;left:28.9375rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJ8sN3Tzh8MyKpILTpCTNeTCaIcfMJd { top:7.4375rem;left:38.6875rem;width:6.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kET50bhRMr3BNCG4QOiskgL3oIvf7fMO { top:1.4375rem;left:3rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc8CUCHRGHG3HKSIrs0PPayRc4abZg0h { top:1.4375rem;left:12.3125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRK1oBIlwDOmWdzcDiKkSEwF9lc6UrtD { top:1.375rem;left:21.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBpZWqbvigXQV1rAcUBVMptN5mLpSwAn { top:1.375rem;left:30.9375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMose3MVIV4zrNi0Lfte037AhE7Fwfwl { top:1.4375rem;left:39.75rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 { display:block; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1ILM1tOUxpGo9UV9uUdIKJrTHdqdJhB { top:2.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUo66WC0AXMP78ERC7pe02Ga2AVePz3r { top:1.5rem;left:8.375rem;width:31.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inKPqiGzMdy3F1edyGGehZROEeqh3epP { top:8.625rem;left:0rem;width:13.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxE6ZfiitTLsE2fNQenM8vZwt7Svr8UP { top:8.625rem;left:16.875rem;width:13.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVg1bVFWCURGnhhplTWlg5m8cPvg85v { top:8.625rem;left:34rem;width:13.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2tVkUE8f4O7yZeCnyTerXopUFmEtIk { top:10.8125rem;left:22.125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcHDawGMEKzipgac6EaIgM11nFWrXsT { top:15.9375rem;left:18.3125rem;width:11.125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhRJDNtbtZWTIfJgyhO1APgZ68iDMEES { top:18.0625rem;left:17.5rem;width:12.5rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNiTwMHxTTh5LJQ7cHrz0vlag3WcD1Rk { top:10.4375rem;left:39.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpkhB7EWP518XsT9mrpH3tQZwZTDIwqc { top:15.9375rem;left:36.125rem;width:11.125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdWbbQWGIFq2Zu0Kw9AmO8tHw8QkT8sm { top:18.0625rem;left:35.25rem;width:12.5rem;height:3.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTdBWhyRM8EBBr6A8KMUCgZy7TivdzX { top:10.75rem;left:4.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWK14vBBOT6mZIT61XJ99c6KDTMbaeTt { top:16.0625rem;left:0rem;width:13.6875rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOn9hBA8QwPP9g1O8yrS6Hdv14iPuTip { top:18.0625rem;left:0rem;width:12.5rem;height:5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt { display:block; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTQ57p2GF3VLIWfFBEUL33r1lQieKfsm { top:4.5625rem;left:1.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltoyabrCwTexifR5ooXNayTdrwm5LJs4 { top:7.125rem;left:0rem;width:34.5rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF3TkdOyKtt8at1W7MiuCZxv90PkBuTD { top:5.1875rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTH9s8FC4PG1e8aeiEmw2Pe4nndz1WGT { top:13.375rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpkSluuw2zJXrQ55bo8cPTsGMrZoZZsW { top:3.6875rem;left:29.5rem;width:18.25rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoOh1x3BVB9FmtFWr0bMJpIQNe540r3N { top:17.0625rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA1cara2X4Ghw7kAxFICl3MJiVdEmUi9 { top:19.3125rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERCTgSmLWVn9iI2JUKiuDyumTmE7gfP { top:21.5625rem;left:0rem;width:31.0625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcThVOdoHMGxpUIh6TqzEA88VJEMAixT { top:23.8125rem;left:0rem;width:31.0625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6HzctlMeXT3MAqITLiVKRetNNle5TB { top:17.1875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4MxIc5fT3ZuKWXF6XpCeruTM4pyIrv { top:19.375rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GblVdyzqSe61ux1rx38VTgwKHKFFQ7ee { top:21.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3DBJcSdxzE67y48sHmDEP95dTkBl3cU { top:23.875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eacwyXbRevOC350rVtGvRsv5NyXqnMzc { top:5.8125rem;left:38.611328125rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBDryLiTTZ5KX8vBUfdDqPDTt3AzKHD1 { width:9.1875rem;height:3.4375rem;top:23rem;left:36.486328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2dnQW7rpeRd06cTmvR55c5WMoHq9Gig { display:block; }
 }@media only screen and (max-width: 763px) { #tTwMz9AdZH8uTP0gBocrodWvwtyzuxBO { top:13.4375rem;left:34.642578125rem;width:12.875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOJLIxhT2er3CdTu4yGSZ37h0sv3Ox6B { top:15.875rem;left:33.5rem;width:14.25rem;height:5.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs { display:block; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDNszUamwyScnRvSmIPPJT0JsqxaqnD3 { top:0rem;left:0rem;width:47.75rem;height:8.0578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IthF17Gr3FWyd1Hrr3xU9mLxFlqcnkbP { width:24.375rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g { display:block; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BScF8PhJgHADPUiGBBu74X67ZPNcaJMK { top:16rem;left:0rem;width:28.8125rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Jwy11heb9oa6n444XVbz31xQdfEAg7 { top:31.875rem;left:0rem;width:28.8125rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHRQ9WSqzFVl9DDcxLsgVTKetMRZ67Km { top:5.5625rem;left:0rem;width:23.6875rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Z1PLsMEN37dVvSr3ewJTuKCgipHVyt { top:2.125rem;left:24.75rem;width:23rem;height:41rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 { display:block; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFKptOhppOGbPEh4GhXdhtPKncrJ8JFR { top:3.5625rem;left:0rem;width:39.3125rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZmWbmPpzTSGsgKfJl644Efd4OmAp4xA { top:10.375rem;left:0rem;width:22.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0OMU768CmlEAnN5Uul3uUBVpgIRt1qr { top:13.625rem;left:0rem;width:25.3125rem;height:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1XLEDMut1qiwL3S1V2eVOpahhM8z3A { top:23.5rem;left:0rem;width:22.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJUaNZI7GBpgm7ZeNsvzT9IlGnMzkSg { top:27.5625rem;left:0rem;width:26.375rem;height:8.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZ8VIlbfpRaO1OrDmmoeJ1uWotnvorZ { top:37.25rem;left:0rem;width:22.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVGkgVD4PSbTmI0k4DuzNTqAl5Fh3CVU { top:40.875rem;left:0rem;width:27rem;height:7.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEkxcRlwMMC2m4w2CqZbn1XxJ6nlJME { top:12.375rem;left:24.84375rem;width:0.3125rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3kKzyptpfF8gRnUFUhXtLtWKB4GGHlN { top:10.375rem;left:25rem;width:22.75rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIeKBLAiCEibPfdIIcHobC1rLUmE3CPS { top:13.625rem;left:22.4375rem;width:25.3125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPA68e09GqpB33aBbPGtDUn2F74XDG1 { top:23.5rem;left:25rem;width:22.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUhEx1bHT5t52fhOU9ildVgbh0i4psr { top:27.5625rem;left:22.4375rem;width:25.3125rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yalQ7Fy7Ldf4023Hcb8QQnwAaV6IzLmU { top:37.25rem;left:25rem;width:22.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWNzyeWnMNFUXFbn8iJvzZcNe9xehwDL { top:40.875rem;left:22.4375rem;width:25.3125rem;height:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw { display:block; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swbTD76C9SZKugFBQh0pQECSrnskIqTU { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoSJmcymP6raGQUcdpNvbeR3JDLR3DwE { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvxDga9iTOcw0wIH8Smm6irUNKiu6Lql { top:1.3125rem;left:5.40625rem;width:36.9375rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD { display:block; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euk5IPgTC1caoAfG4Mc1L4v5e2s7fXSt { top:2.6875rem;left:0rem;width:47.75rem;height:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p { display:block; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywOVHVcH29ArZu2FSPka4Ge5dc8kz5TO { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CylweDHZOeyhOTLN6zVLMDFCJyeSQN9X { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M { display:block; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoCnbz9Kz2bLDFTtG7r04a65Oc8H91Sh { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0sRFVgk1ttb9uXAC1Isb5sG9iHRiAnV { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #THWg83CPsVFBz2ugRnnTmKTVQfJiu76C { top:2.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5yoUrpv1y6vORG6GKDgmz4DCXwtIGno { top:2.375rem;left:0rem;width:29.3125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6iTriEVKyZCPT37PCzreVFdLgd7B3U4 { top:9.75rem;left:0rem;width:26.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFbdtfOtBxk4GBk39VXQl3GeqFAzxq84 { top:12.5rem;left:0rem;width:29.125rem;height:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drc7svaf63rIc5ZpGI00S0fsaaWADoGz { top:31.3125rem;left:0rem;width:33.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqfzxKULL4ekSNyXiPfi29Vn5aoEiov7 { top:34.75rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3H3BEHy92Z5L6BJHdLKpTM9s5yAUoMF { top:1.625rem;left:20.4375rem;width:27.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlFmmZr4FAT8cdeDLn8I6Fyi8xNTnUgb { top:16.9375rem;left:20.3125rem;width:27.4375rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgPITisVie2Er0mc5I0R7dRxi9loTgeJ { top:18.0625rem;left:24rem;width:23.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7WEECgxUiPlF7Plpz8xqH07mdgRzitt { top:26.4375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd { display:block; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7PVFTm6NMfkVJiRrLKPy33w2kcDrzpF { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVkF89kbMXO0BSBE7KPSIXyBlfqh6qeH { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAsT4kJVHPwPqgfgb6NBxDskrZ3fP5IM { top:7.1875rem;left:2.3125rem;width:6rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTyVPBVyCPKmV5Oe7g2TrQCI1OmXOqel { top:7.1875rem;left:11.625rem;width:6rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y37VTZrOeW8S3UmmQsBCNy5bWX0Zf5du { top:7.4375rem;left:19.5625rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAq406zRRBk2FaGpWiALTTLgZiN8xfRn { top:7.5rem;left:28.9375rem;width:8.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6A0DTD0NJ9Q0Esogtx23TsD9W8vkAi { top:7.4375rem;left:38.65625rem;width:6.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRB82mlH24826k8JPEnn3uFOOa9HRHDL { top:1.4375rem;left:3rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazcIpV1eCwT7InG6XXgV5JUiztHpItm { top:1.4375rem;left:12.3125rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwkTikpeMzGkGowPGaJsLTnvCGAlFSq7 { top:1.375rem;left:21.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnRqDDZPGt7sIGHOXfTJtL7CJ3RMH2nZ { top:1.375rem;left:30.9375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWaGkXycNZc9L8DiE6u1MJcs6DNzoqr4 { top:1.4375rem;left:39.75rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eyLLzyCk0hfVTd642Am9yVmRHimNpL { display:block; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9gieO3gwWb84tVWrq7PVp4ynr2d46lq { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGQSTkNLzSVDMnoO5VtwmHeLTvKURQtp { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbhQNwExuxs7ZERxbbAF76m1TobDmXGo { display:block; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkkSdERtJFet2FGhdQqxT8hgcxDiueCB { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLUWdQinGxB5ycRxbBfdzDTrHU9EEocs { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbNTqFMUJMJv2XTkH43yUd36doUHTSCq { top:2.25rem;left:11.8125rem;width:24.125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXOTf6NQceWOAeB6zi2EdzebgVhUPZD { display:block; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzPvALc6icH6pJ73PUQo19kzXb4iBdU4 { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoXH78zJlsLpTAmaHDQd8kVmFAIQ3rFV { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcm72PdQTaLONGT58RenAn8DmyAtlopz { display:block; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfioy5N6N75ETF2t7DewFEsoug0Vvu2e { top:7.6875rem;left:15.75rem;width:15.375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEd191TZUtmFkWtVdV99MKBPaBxJcxvC { top:11.6875rem;left:0rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0QT7RRVVhiQT3kWN0s70dUrCKcWd68T { top:11.1875rem;left:32.375rem;width:15.375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJP7tJnkI2gu8t4TaxOuRGALQWghJLF { top:3.375rem;left:17.1875rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTX04NrJHiXRQRlZstITZ9xqF50TlMzM { top:9.1875rem;left:18.75rem;width:9.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5cHZs38ku2pVZhyzbt05lNfhf3N4PyX { top:5.8125rem;left:0rem;width:12.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7tDuJCfwqSIMPKr62xroneMMivlTAh { top:6.1875rem;left:0rem;width:9.375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzz7ENmiM3oBbmR9RrqZzEA6tknraWT6 { top:7.6875rem;left:35.25rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc4nu7QFy77XxSnwvB4vfZgmDp1GbAaP { top:7.75rem;left:37.1875rem;width:9.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKCQgJHffUTwzDlAysePdRqp4TvwleWT { top:5.375rem;left:0rem;width:9.375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnTZZv1c7wxOzG5DetzDLu5qtARrqs79 { top:3.5625rem;left:18.75rem;width:9.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf { display:block; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTkEMzn4XhdBnQxAEBnGUwBRnZmxSDmx { top:7.0625rem;left:39.9375rem;width:7.8125rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHeT87mK882BD8Uy1ApTQAOhUBTJOeiC { top:2.25rem;left:43.8125rem;width:3.125rem;height:3.0639597930037rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy { display:block; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8aL9iyn4yZKtwEOwi1b3s0NMmzuUxhq { width:24.5625rem;height:7.875rem;top:5.375rem;left:23.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5yxWVW963zCUcvWehq1aGAbe9Jcyl3 { top:14.3125rem;left:22.625rem;width:25.125rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTt2qsiwOX5yWlrQwwtU82zdcruSiJyJ { top:5.375rem;left:0rem;width:29.5625rem;height:7.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGDTa8HmRts2QWhHgxpEAGfQTry0y2i2 { top:15.625rem;left:0rem;width:21.75rem;height:0;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmsZZzdHxJx5Lhzyg2tWDenVLU4FHpOF { width:11.625rem;height:3.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlNPgPTRd0GkQhWgtRFyIJaahhz6pfX3 { display:block; }
 }@media only screen and (max-width: 763px) { #kAK7NfDa82wsO75KqLQanEe23o8bU6sd { width:9.1875rem;height:3.4375rem;top:29.5625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE8oX3exW1xbm0e9lTwPkAkXfxf9EJKy { display:block; }
 }@media only screen and (max-width: 763px) { #ByniLp9S9Tv4ebKTqZUQlDUdJGLR43q1 { top:24rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLcJTAX8BETfQNq5ayHb10GipxznrLg { top:24.625rem;left:0rem;width:6.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnC9Wg9tdqJaFv5ynM1lqWx0EE1aK7yf { top:24rem;left:7.5rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUJ5Mn9Xw6qKs3L3fvtgIpzCTP7Hb9g { top:24.625rem;left:10.3125rem;width:6.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L { display:block; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf1hCbHFGIFXh2bJII2Xvm1uSbrFruHG { top:43.9375rem;left:16.03125rem;width:15.6875rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td8f01ehIQhLy8HfapZ1bs08hfaCULkJ { width:25rem;height:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Low0Wwu4vMqfczJNdZSMquQqHvmNqSzT { top:0.875rem;left:6.59375rem;width:34.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhB1kIfCcauzEi1uOPpZqVHbHHy99wWw { top:1.1875rem;left:0rem;width:8.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 { display:block; }#CAsXX1mD3Rs0utK0DaTEf8fTuU1lw3Q0 > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eUgco2Vc6wWHdmgwVOVbCM38XTuhWRmC { width:13.75rem;height:4.375rem;top:0.625rem;left:3.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc { position:relative;z-index:auto;display:none; }#zOafk5SXwWHyy2ncDDuAbMFTIy0hiCxc > .row .container { width:20rem;height:2.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I7ZndaCusxPUGATTuDWPem5sU4hzVPRU { 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) { #o2seMPG2b77IvX05NGMoUwpWJLRO5FoV { display:block; }
 }@media only screen and (max-width: 763px) { #TMRTunwAeiu4CEuewrTUWlmvyMUnRxeb { width:4.8125rem;height:2.1875rem;top:0rem;left:15.187717437744rem;font-size:0.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-image: -moz-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-image: -ms-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-image: -o-linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe884' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d25ae', endColorstr='#354fe884' );";background-image: linear-gradient(118deg, #0d25ae, rgba(53,79,232,0.52));background-size:auto !important;line-height:.8;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRCHJCVVCb512q1hAeefAJuIO8wcqP7g { display:block; }
 }@media only screen and (max-width: 763px) { #H5bpm3xPEycdSVMLH1T6TbLiDIJSWcq8 { width:5.812175rem;height:1.37478125rem;top:0.43728303909302rem;left:3.1242408752441rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfqZeTtrgTOVxTN0g7wGo0NbW2wknCAn { display:block; }
 }@media only screen and (max-width: 763px) { #OO3FdhME9lAEMUrxmvqDolIs4yuKzOv6 { width:6.4371875rem;height:1.18706875rem;top:0.53005647659302rem;left:7.1557083129881rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4BFHG3FzBeJgXipIiBKmplQW5XuiBd4 { display:block; }
 }@media only screen and (max-width: 763px) { #iwWxcZmsoO5tzrLbTNtk31eLbBrTupJg { width:2.1875rem;height:1.81206875rem;top:0.21809864044189rem;left:12.408638000488rem;font-size:0.625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zvmmEt42qB6pniASWBllDuKp58Em2Wtv { display:block; }
 }@media only screen and (max-width: 763px) { #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 { 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: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; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.adaptive-delivery-prevent-bg, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyload, #GeF8smDg0e47DR1RxcbRZzU7rpDmWP18.lazyloading { background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { background-color: transparent; background-image: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { display: none; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .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); }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { border-width: 0; border-radius: 0; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeF8smDg0e47DR1RxcbRZzU7rpDmWP18 > .row .container { width:20rem;height:76.09375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXRuMTPIpCyTPhKNCAEWcTtdUFFx44oT { width:20rem;height:7.1875rem;top:9.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5rUVsqowQ5Q3qxe9rQTIyZDRCU6ugM { width:20rem;height:1.375rem;top:1.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeqLuWmIAhnh4o7e5kpXUTwwOqX4o3sC { width:17.5rem;height:3.4375rem;top:19.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlwLo40Gay161mfzRv1P6a6a9HzxxQBl { display:block; }
 }@media only screen and (max-width: 763px) { #PQ6yPF2DQS6PPGK2lEiZKfDv3AiNeBRV { width:20rem;height:31.375rem;top:35.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O32xO1GSFQEWWfT778uAR0VAxBfk1GOO { width:20rem;height:2rem;top:30.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQfnhgmuCtdv9WspIyINAyV73e8n5Dhd { width:20rem;height:4rem;top:5.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0t4i9ddPWqHV4v0E0xdSyTxaLek6P8R { width:17.5rem;height:3.4375rem;top:24.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zfi3triEWQrrqyzmNGb2Q5FdKrEaDBbi { display:block; }
 }@media only screen and (max-width: 763px) { #qlMTr3T5S2NPSh7LLWKb9POGeMDm5Eg0 { width:20rem;height:0;top:72.21875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJV0VHSE3OGvmTaeOKqqKaHVoFdBTo31 { width:20rem;height:0;top:68.34375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 { display:block; }#MMoq9n2MBssM9TraXTa7OOQhimbZXsN6 > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x48u4FVpqqG4ItsfqzWzme4e4O1BBlr5 { width:20rem;height:3.4599156118143rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZ2ePfEb2pqlBA4ZoJ049uTqTTlsZu5g { top:0rem;left:0rem;width:20rem;height:10.125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ilXTqooJqShzn7b4dsQyR0r5nA84uQsv { display:block; }#ilXTqooJqShzn7b4dsQyR0r5nA84uQsv > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INryWoJhKzk3r9Vldapv8TLXvk8aUFm5 { width:20rem;height:3rem;top:2.3125rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoumeTw2WryuTzKIoakLxV9aClPdvKy8 { width:20rem;height:6.75rem;top:6.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1tggf6NXuswBvEDwhdoMuGHUoyzLFmg { width:14.3125rem;height:18.125rem;top:16.3125rem;left:5.6875rem;overflow:hidden;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaOJVOEDS7NuhkBNwK9doWJ7udoWq8wM { width:20rem;height:1.25rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4keVw8UspU2FsEiDMIU8xMAKHdbNPFv { width:2.9375rem;height:2.9375rem;top:14.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtBDaSRAcrlAnlygws5q5ashhiyWUgr7 { width:6.625rem;height:2.25rem;top:18.3125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZXtyT6sDWVBIA1bc6I1LNTSZETXOfXF { width:3.6875rem;height:3.6875rem;top:22rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPqatAqs4BNRSsgKE0Pc8d1hAsofERgP { width:6.625rem;height:2.25rem;top:26.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMp6Wsm5BU0qmMDTg1DZulbNfzO6TBBh { width:2.5625rem;height:2.5625rem;top:30.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcsQydW62fMu9Cb0k9a6pSLseJK7xV5s { width:6.625rem;height:2.25rem;top:34.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 { display:block; }#zZhkpa6aum4kTIoETdiLsDQFTt9d9gI9 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK { display:block; }#xcfVxC6TrgsewDDalK7CPIZIyw8OJ4kK > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyanE930JMFgaRtvb49NCexia3alfiGd { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ML8xCywu8XENyaeKPOvOKL75d6HTpAMp { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLtoUEQLTOJocpK6fmgICTIzxu5A2d3b { width:6rem;height:2.875rem;top:7.5625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec0Eifa83hWzipTPZ2Q1LuybxJnkCo42 { width:6rem;height:2.875rem;top:7.5625rem;left:11.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqTn2A7ibppqpf6ORCql6DRGNT4fNmSp { width:8.6875rem;height:2.875rem;top:18.75rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mey9gDTW4iIIb1QJEOiNSIkiRDbhQtGu { width:8.6875rem;height:2.875rem;top:18.75rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmJ8sN3Tzh8MyKpILTpCTNeTCaIcfMJd { width:6.8125rem;height:2.875rem;top:28.875rem;left:6.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kET50bhRMr3BNCG4QOiskgL3oIvf7fMO { width:4.625rem;height:4.625rem;top:1.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc8CUCHRGHG3HKSIrs0PPayRc4abZg0h { width:4.625rem;height:4.625rem;top:1.625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRK1oBIlwDOmWdzcDiKkSEwF9lc6UrtD { width:4.625rem;height:4.625rem;top:12.875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBpZWqbvigXQV1rAcUBVMptN5mLpSwAn { width:4.625rem;height:4.625rem;top:12.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMose3MVIV4zrNi0Lfte037AhE7Fwfwl { width:4.625rem;height:4.625rem;top:23.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 { display:block; }#y92W2uIOlOiX0Hh7PH0lsOcyG9IKQpo5 > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1ILM1tOUxpGo9UV9uUdIKJrTHdqdJhB { width:20rem;height:4rem;top:3.0625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wUo66WC0AXMP78ERC7pe02Ga2AVePz3r { width:20rem;height:1.1875rem;top:1.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inKPqiGzMdy3F1edyGGehZROEeqh3epP { width:8.375rem;height:10.9375rem;top:9.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxE6ZfiitTLsE2fNQenM8vZwt7Svr8UP { width:8.4375rem;height:10.875rem;top:9.53125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #enVg1bVFWCURGnhhplTWlg5m8cPvg85v { width:8.5rem;height:11rem;top:22.375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT2tVkUE8f4O7yZeCnyTerXopUFmEtIk { width:2.625rem;height:2.625rem;top:10.375rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbcHDawGMEKzipgac6EaIgM11nFWrXsT { width:7.25rem;height:0.9375rem;top:13.9375rem;left:11.34375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WhRJDNtbtZWTIfJgyhO1APgZ68iDMEES { width:7.4375rem;height:2.4375rem;top:15.96875rem;left:11.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNiTwMHxTTh5LJQ7cHrz0vlag3WcD1Rk { width:2.8125rem;height:2.8125rem;top:23.375rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpkhB7EWP518XsT9mrpH3tQZwZTDIwqc { width:6.625rem;height:0.9375rem;top:26.875rem;left:6.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RdWbbQWGIFq2Zu0Kw9AmO8tHw8QkT8sm { width:7.5rem;height:2.4375rem;top:28.8125rem;left:6.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwTdBWhyRM8EBBr6A8KMUCgZy7TivdzX { width:3rem;height:3rem;top:10.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWK14vBBOT6mZIT61XJ99c6KDTMbaeTt { width:7.8125rem;height:1.875rem;top:13.78125rem;left:1.03125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOn9hBA8QwPP9g1O8yrS6Hdv14iPuTip { width:6.4375rem;height:3.25rem;top:16.03125rem;left:1.71875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt { display:block; }#fJt7Q32GMeaF4ESC9odQW7Sq8ncwsVAt > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTQ57p2GF3VLIWfFBEUL33r1lQieKfsm { width:12.5rem;height:1.25rem;top:39.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ltoyabrCwTexifR5ooXNayTdrwm5LJs4 { width:20rem;height:3.25rem;top:3.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zF3TkdOyKtt8at1W7MiuCZxv90PkBuTD { width:14.875rem;height:1.1875rem;top:1.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTH9s8FC4PG1e8aeiEmw2Pe4nndz1WGT { width:20rem;height:1.4375rem;top:8.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpkSluuw2zJXrQ55bo8cPTsGMrZoZZsW { width:14.1875rem;height:18.4375rem;top:26.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoOh1x3BVB9FmtFWr0bMJpIQNe540r3N { width:15.25rem;height:2.75rem;top:11.4375rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA1cara2X4Ghw7kAxFICl3MJiVdEmUi9 { width:14.0625rem;height:1.375rem;top:15.5625rem;left:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DERCTgSmLWVn9iI2JUKiuDyumTmE7gfP { width:15.3125rem;height:2.75rem;top:18.5rem;left:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcThVOdoHMGxpUIh6TqzEA88VJEMAixT { width:15.8125rem;height:2.75rem;top:22.25rem;left:2.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI6HzctlMeXT3MAqITLiVKRetNNle5TB { width:1.375rem;height:1.375rem;top:12.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ4MxIc5fT3ZuKWXF6XpCeruTM4pyIrv { width:1.375rem;height:1.375rem;top:15.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GblVdyzqSe61ux1rx38VTgwKHKFFQ7ee { width:1.375rem;height:1.375rem;top:19rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3DBJcSdxzE67y48sHmDEP95dTkBl3cU { width:1.375rem;height:1.375rem;top:22.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eacwyXbRevOC350rVtGvRsv5NyXqnMzc { width:3.75rem;height:3.75rem;top:27.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBDryLiTTZ5KX8vBUfdDqPDTt3AzKHD1 { width:9.1875rem;height:3.4375rem;top:39.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2dnQW7rpeRd06cTmvR55c5WMoHq9Gig { display:block; }
 }@media only screen and (max-width: 763px) { #tTwMz9AdZH8uTP0gBocrodWvwtyzuxBO { width:12.875rem;height:1.125rem;top:32.1875rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BOJLIxhT2er3CdTu4yGSZ37h0sv3Ox6B { width:12.5rem;height:4.75rem;top:34.5625rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs { background-color:#2f2da0;background-image:none;display:block; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container { background-color: transparent; background-image: none; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container > .video-iframe-container { display: none; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row > .video-iframe-container { display: none; }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .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); }#pOiuEXzTbrXn0KbSFs13MwFfAQxTfnEs > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nDNszUamwyScnRvSmIPPJT0JsqxaqnD3 { width:19.25rem;height:3.3125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IthF17Gr3FWyd1Hrr3xU9mLxFlqcnkbP { top:0rem;left:0rem;width:20rem;height:10.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g { display:block; }#q9H2fLGiz7bWQAp41a8dKKu69wOA3w6g > .row .container { width:20rem;height:73.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BScF8PhJgHADPUiGBBu74X67ZPNcaJMK { width:20rem;height:16.25rem;top:45.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7Jwy11heb9oa6n444XVbz31xQdfEAg7 { width:20rem;height:7.5rem;top:63.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHRQ9WSqzFVl9DDcxLsgVTKetMRZ67Km { width:20rem;height:6rem;top:38rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3Z1PLsMEN37dVvSr3ewJTuKCgipHVyt { width:20rem;height:35.652173913043rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 { display:block; }#x1GnzB5KAA2d3fZwxEu4b0mLtwpKqJd9 > .row .container { width:20rem;height:73.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFKptOhppOGbPEh4GhXdhtPKncrJ8JFR { width:20rem;height:3.875rem;top:1.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZmWbmPpzTSGsgKfJl644Efd4OmAp4xA { width:20rem;height:1.4375rem;top:6.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0OMU768CmlEAnN5Uul3uUBVpgIRt1qr { width:20rem;height:8.3125rem;top:8.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1XLEDMut1qiwL3S1V2eVOpahhM8z3A { width:20rem;height:1.4375rem;top:27.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buJUaNZI7GBpgm7ZeNsvzT9IlGnMzkSg { width:20rem;height:7.125rem;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvZ8VIlbfpRaO1OrDmmoeJ1uWotnvorZ { width:20rem;height:1.4375rem;top:50.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVGkgVD4PSbTmI0k4DuzNTqAl5Fh3CVU { width:20rem;height:7.125rem;top:53.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmEkxcRlwMMC2m4w2CqZbn1XxJ6nlJME { width:0.3125rem;height:35.375rem;top:91.3125rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3kKzyptpfF8gRnUFUhXtLtWKB4GGHlN { width:20rem;height:1.4375rem;top:18.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIeKBLAiCEibPfdIIcHobC1rLUmE3CPS { width:20rem;height:5.9375rem;top:20.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPA68e09GqpB33aBbPGtDUn2F74XDG1 { width:20rem;height:1.4375rem;top:37.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDUhEx1bHT5t52fhOU9ildVgbh0i4psr { width:20rem;height:8.3125rem;top:40.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yalQ7Fy7Ldf4023Hcb8QQnwAaV6IzLmU { width:20rem;height:1.4375rem;top:61.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWNzyeWnMNFUXFbn8iJvzZcNe9xehwDL { width:20rem;height:8.3125rem;top:64.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw { display:block; }#Rle3MIBoAUQPaPV6yPZsIHqHH0Dm3Tdw > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #swbTD76C9SZKugFBQh0pQECSrnskIqTU { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoSJmcymP6raGQUcdpNvbeR3JDLR3DwE { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvxDga9iTOcw0wIH8Smm6irUNKiu6Lql { width:20rem;height:5.125rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD { display:block; }#tQao5SVHKLunwGFaZ5MRJNMeudAMfyzD > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euk5IPgTC1caoAfG4Mc1L4v5e2s7fXSt { width:20rem;height:43.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p { display:block; }#Ka4H5iJg0eMvuuFETTO5P8hTT3XMM74p > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywOVHVcH29ArZu2FSPka4Ge5dc8kz5TO { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CylweDHZOeyhOTLN6zVLMDFCJyeSQN9X { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M { display:block; }#M69ndtIdCIBSuWa7ge0MRkPlaBk1hk9M > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yoCnbz9Kz2bLDFTtG7r04a65Oc8H91Sh { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0sRFVgk1ttb9uXAC1Isb5sG9iHRiAnV { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #THWg83CPsVFBz2ugRnnTmKTVQfJiu76C { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wRpDw34zq0CiCKTEX9BOIroBzzttJPUH { background-color:#ffffff;background-image:none;display:block; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { background-color: transparent; background-image: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row > .video-iframe-container { display: none; }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .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); }#wRpDw34zq0CiCKTEX9BOIroBzzttJPUH > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5yoUrpv1y6vORG6GKDgmz4DCXwtIGno { width:20rem;height:8.625rem;top:1rem;left:0rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6iTriEVKyZCPT37PCzreVFdLgd7B3U4 { width:20rem;height:3.25rem;top:10.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #SFbdtfOtBxk4GBk39VXQl3GeqFAzxq84 { width:20rem;height:16.5rem;top:14.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drc7svaf63rIc5ZpGI00S0fsaaWADoGz { width:20rem;height:3.25rem;top:37.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqfzxKULL4ekSNyXiPfi29Vn5aoEiov7 { width:20rem;height:19.25rem;top:41.2880859375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3H3BEHy92Z5L6BJHdLKpTM9s5yAUoMF { height:11.2119140625rem;width:20rem;top:53.6005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlFmmZr4FAT8cdeDLn8I6Fyi8xNTnUgb { width:20rem;height:5.125rem;top:64.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgPITisVie2Er0mc5I0R7dRxi9loTgeJ { width:18.0625rem;height:2.8125rem;top:65.90625rem;left:0.96875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7WEECgxUiPlF7Plpz8xqH07mdgRzitt { width:20rem;height:6.875rem;top:30.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd { display:block; }#ELMMMbIs1VIrmDu3C6bK4mZgS2GxOUmd > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7PVFTm6NMfkVJiRrLKPy33w2kcDrzpF { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVkF89kbMXO0BSBE7KPSIXyBlfqh6qeH { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAsT4kJVHPwPqgfgb6NBxDskrZ3fP5IM { width:6rem;height:2.875rem;top:7.5625rem;left:2.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTyVPBVyCPKmV5Oe7g2TrQCI1OmXOqel { width:6rem;height:2.875rem;top:7.5625rem;left:11.96875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y37VTZrOeW8S3UmmQsBCNy5bWX0Zf5du { width:8.6875rem;height:2.875rem;top:18.75rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAq406zRRBk2FaGpWiALTTLgZiN8xfRn { width:8.6875rem;height:2.875rem;top:18.75rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6A0DTD0NJ9Q0Esogtx23TsD9W8vkAi { width:6.8125rem;height:2.875rem;top:28.5625rem;left:6.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRB82mlH24826k8JPEnn3uFOOa9HRHDL { width:4.625rem;height:4.625rem;top:1.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GazcIpV1eCwT7InG6XXgV5JUiztHpItm { width:4.625rem;height:4.625rem;top:1.625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwkTikpeMzGkGowPGaJsLTnvCGAlFSq7 { width:4.625rem;height:4.625rem;top:13.375rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnRqDDZPGt7sIGHOXfTJtL7CJ3RMH2nZ { width:4.625rem;height:4.625rem;top:13.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWaGkXycNZc9L8DiE6u1MJcs6DNzoqr4 { width:4.625rem;height:4.625rem;top:23rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8eyLLzyCk0hfVTd642Am9yVmRHimNpL { display:block; }#z8eyLLzyCk0hfVTd642Am9yVmRHimNpL > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9gieO3gwWb84tVWrq7PVp4ynr2d46lq { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VGQSTkNLzSVDMnoO5VtwmHeLTvKURQtp { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbhQNwExuxs7ZERxbbAF76m1TobDmXGo { display:block; }#wbhQNwExuxs7ZERxbbAF76m1TobDmXGo > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VkkSdERtJFet2FGhdQqxT8hgcxDiueCB { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLUWdQinGxB5ycRxbBfdzDTrHU9EEocs { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbNTqFMUJMJv2XTkH43yUd36doUHTSCq { width:20rem;height:2.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #toXOTf6NQceWOAeB6zi2EdzebgVhUPZD { display:block; }#toXOTf6NQceWOAeB6zi2EdzebgVhUPZD > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gzPvALc6icH6pJ73PUQo19kzXb4iBdU4 { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoXH78zJlsLpTAmaHDQd8kVmFAIQ3rFV { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fcm72PdQTaLONGT58RenAn8DmyAtlopz { background-color:#04213f;background-image:none;display:block; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { background-color: transparent; background-image: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row > .video-iframe-container { display: none; }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .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); }#Fcm72PdQTaLONGT58RenAn8DmyAtlopz > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hfioy5N6N75ETF2t7DewFEsoug0Vvu2e { width:15.375rem;height:14.4375rem;top:5.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEd191TZUtmFkWtVdV99MKBPaBxJcxvC { width:14.4375rem;height:14.4375rem;top:26.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0QT7RRVVhiQT3kWN0s70dUrCKcWd68T { width:15.375rem;height:15.375rem;top:47.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfJP7tJnkI2gu8t4TaxOuRGALQWghJLF { width:12.5rem;height:4.0625rem;top:21.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTX04NrJHiXRQRlZstITZ9xqF50TlMzM { width:9.375rem;height:2.25rem;top:5.375rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #H5cHZs38ku2pVZhyzbt05lNfhf3N4PyX { width:12.5rem;height:3rem;top:1.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU7tDuJCfwqSIMPKr62xroneMMivlTAh { width:9.375rem;height:3.375rem;top:21.75rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Tzz7ENmiM3oBbmR9RrqZzEA6tknraWT6 { width:12.5rem;height:3rem;top:42.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc4nu7QFy77XxSnwvB4vfZgmDp1GbAaP { width:9.375rem;height:2.25rem;top:42.4375rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XKCQgJHffUTwzDlAysePdRqp4TvwleWT { width:9.375rem;height:2.25rem;top:1.75rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZnTZZv1c7wxOzG5DetzDLu5qtARrqs79 { width:9.375rem;height:0;top:68.875rem;left:5.3125rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf { display:block; }#DpVTEa3po9Pr38hSZlyZagzSe5QSDCyf > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTkEMzn4XhdBnQxAEBnGUwBRnZmxSDmx { width:7.8125rem;height:2.55555rem;top:27.8125rem;left:1.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHeT87mK882BD8Uy1ApTQAOhUBTJOeiC { width:3.125rem;height:3.0638rem;top:23.75rem;left:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy { 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: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; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy.adaptive-delivery-prevent-bg, #ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy.lazyload, #ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy.lazyloading { background-image: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { background-color: transparent; background-image: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container > .video-iframe-container { display: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row > .video-iframe-container { display: none; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .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); }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { border-width: 0; border-radius: 0; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ONwDD1s0TNcsK2aV9RkZsGX3IrQJ3Vdy > .row .container { width:20rem;height:98.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8aL9iyn4yZKtwEOwi1b3s0NMmzuUxhq { width:17.4375rem;height:6rem;top:35.5625rem;left:1.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;font-family:rubik;color:#0d1f61;display:block; }
 }@media only screen and (max-width: 763px) { #Tl5yxWVW963zCUcvWehq1aGAbe9Jcyl3 { width:20rem;height:42.5rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTt2qsiwOX5yWlrQwwtU82zdcruSiJyJ { width:20rem;height:6rem;top:1.6875rem;left:0rem;font-size:1.5625rem;color:#1e285c;display:block; }
 }@media only screen and (max-width: 763px) { #vGDTa8HmRts2QWhHgxpEAGfQTry0y2i2 { width:20rem;height:0;top:8.9375rem;left:0rem;font-size:1.125rem;color:#312e63;display:block; }
 }@media only screen and (max-width: 763px) { #hmsZZzdHxJx5Lhzyg2tWDenVLU4FHpOF { width:11.625rem;height:3.4375rem;top:24.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlNPgPTRd0GkQhWgtRFyIJaahhz6pfX3 { display:block; }
 }@media only screen and (max-width: 763px) { #kAK7NfDa82wsO75KqLQanEe23o8bU6sd { width:11.75rem;height:3.4375rem;top:29rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE8oX3exW1xbm0e9lTwPkAkXfxf9EJKy { display:block; }
 }@media only screen and (max-width: 763px) { #ByniLp9S9Tv4ebKTqZUQlDUdJGLR43q1 { width:2.9375rem;height:2.9375rem;top:15.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtLcJTAX8BETfQNq5ayHb10GipxznrLg { width:6.625rem;height:2.25rem;top:19.5625rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnC9Wg9tdqJaFv5ynM1lqWx0EE1aK7yf { width:2.9375rem;height:2.9375rem;top:15.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUJ5Mn9Xw6qKs3L3fvtgIpzCTP7Hb9g { width:6.625rem;height:2.25rem;top:19.625rem;left:11.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L { display:block; }#OUrlwHWqaTV3h4pCUlq31Bm0Ak55E22L > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vf1hCbHFGIFXh2bJII2Xvm1uSbrFruHG { width:17.375rem;height:4.75rem;top:1.6875rem;left:4.15625rem;overflow:hidden;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #Td8f01ehIQhLy8HfapZ1bs08hfaCULkJ { top:0.8125rem;left:3.71875rem;width:12.5625rem;height:3.5625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Low0Wwu4vMqfczJNdZSMquQqHvmNqSzT { width:15.0625rem;height:2.5rem;top:8.5rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhB1kIfCcauzEi1uOPpZqVHbHHy99wWw { width:3.5rem;height:2.3125rem;top:1.4375rem;left:16.5rem;display:block; }
 }