.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k { 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; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container { background-color: transparent; background-image: none; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container > .video-iframe-container { display: none; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row > .video-iframe-container { display: none; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .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); }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container { border-width: 0; border-radius: 0; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#bUm5Nv6M5AMOidd93i6vDF5KQrMOCErl { position:absolute;display:block;z-index:15000;background-color:#141186;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:48.875rem;display:block; }
#dRV34FbWcho6DH2xLWyGt4d2zi2xtoP5 { position:absolute;display:block;z-index:15002;background-color:#ff3557;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:51.8125rem;display:block; }
#yTfpmDacZGuLJiCIL2pOqKCTpU4NvWET { position:absolute;display:block;z-index:15004;background-color:#4fc2e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:54.875rem;display:block; }
#GZ0pTeTuGXFPDUgPrTaULmGCVW0ggqyv { box-sizing:content-box;color:#ffffff;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:2.25rem;left:49.125rem;display:block; }
#kyNI6H5Gmcz9vaKh8x8AeHec2GMwZ2Tz { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.1875rem;left:52.125rem;display:block; }
#w34pV6GuW5LK5MQNmDfXFDRsb0KTsh6X { position:absolute;display:block;z-index:15005;background-color:#253cb7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:2rem;left:57.8125rem;display:block; }
#IU0EfUZqi8DD1N12rlPC4dGJF24QMGgT { box-sizing:content-box;color:#ffffff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.1875rem;left:58.0625rem;display:block; }
#Ba9pZ8By4OsQ5Uc6wCFMGTchWnRqaNCl { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:13.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nEyWO8Xbwlbb2ZlR14BkICNoS68KFIQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.3125rem;left:55.1875rem; }
#nEyWO8Xbwlbb2ZlR14BkICNoS68KFIQg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aa36f3c6-8467-4ae8-b77f-5355a2297191/IMG_6033.JPG");background-position:bottom 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.41); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { display:block;width:28.875rem;position:absolute;font-family:"indivisa font";font-size:4.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.0859375rem;left:0rem;height:8.5rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NToTnXeC69LGtOviPie79FExFhcSQTmb { display:block;width:18.8730625rem;position:absolute;font-family:"indivisa font";font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:36.0625rem;left:40.6845703125rem;height:2.0249rem;color:#000000;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVyEoUT0QC05mNETPdya6JDPbTzf0zLM { background-color:#d7263d;background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.37) ;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:"indivisa font";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:43.43359375rem;display:block; }
#JNGAHnHCTmR6nRTOdKP0fznolcKTAX1T { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#xXLBuKPcE0EXXl1xf8xoAQrOFkDuDegT { display:block;width:24.25rem;position:absolute;font-family:"indivisa font";font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:8rem;left:0rem;height:2.4746125rem;color:#000000;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nTO6TT7wvUIznqUbFFOQxxMbPn8XreBe { background-color:#0a1d45;background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.37) ;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:"indivisa font";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32rem;left:31.8125rem;display:none; }
#m7LQsMhbyM7q5patdyoxHDtBUFn5tS7v { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#nq1Ein5Ky9Tc35R8zkd5JubMhBGaqlcg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#W1dWeeIUTtQyFuGfXd93P1J2EJNQ5Gqz { position:absolute;display:block;z-index:15009;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.6875rem;width:13.125rem;top:34.5rem;left:43.55859375rem;display:block; }
#nVOr2sR0Vo78S4xatMlM7w6mw1Joq9JI { position:absolute;display:block;z-index:15010;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:0.6875rem;width:13.125rem;top:43.5rem;left:43.55859375rem;display:block; }
#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container { background-color: transparent; background-image: none; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container > .video-iframe-container { display: none; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row > .video-iframe-container { display: none; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .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); }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container { border-width: 0; border-radius: 0; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:60rem;position:relative;display:block; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC { 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; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container { background-color: transparent; background-image: none; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container > .video-iframe-container { display: none; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row > .video-iframe-container { display: none; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .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); }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container { border-width: 0; border-radius: 0; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container { font-size:0.875rem;font-family:arial;height:89.3125rem;width:60rem;position:relative;display:block; }#eIJMzuTrzK3po7bACqTP6hUgizMPBx84 { color:#0a1d45;display:block;width:55.125rem;position:absolute;font-family:"indivisa font";font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:8.0625rem;left:2.4375rem;height:11.698225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiL4GaKqZf9Eu9bENzLFoA5cEnyAVRBO { box-sizing:content-box;color:#d7263d;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:1.9375rem;left:52.5rem;display:block; }
#Of9rT5tLKW9vh0uoKAhVARPgl0RrgW54 { color:#0a1d45;display:block;width:43.5rem;position:absolute;font-family:"indivisa display font";font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:3.25rem;left:9rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XAn6INToPpPNwqFKqwJJnS5ztddfUvQu { box-sizing:content-box;color:#d7263d;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:1.9375rem;left:4.5625rem;display:block; }
#H3JNHl1pPpk68LHWk6TwEkeKJvwSeay4 { color:#2b3446;display:block;width:18.0625rem;position:absolute;font-family:"indivisa font";font-size:1.6875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:35.375rem;left:32rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBF03KoVyOS6zPXVUVxoZqh6muJkTQUt { color:#2b3446;display:block;width:18.1875rem;position:absolute;font-family:"indivisa font";font-size:1.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:38.6875rem;left:4.9375rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qJOk7WgyRsl7FLleEO74K6E7nAROs8ah { color:#2b3446;display:block;width:18.5rem;position:absolute;font-family:"indivisa font";font-size:1.6875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:59.0625rem;left:39.125rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v2neh4tposWSs4oENAxVModHRMBQCcMi { position:absolute;display:block;z-index:15014;background-color:#d7263d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:1.75rem;top:25.625rem;left:4.5625rem;display:block; }
#Xs3uBqn4CaTstaJRXb4PuL1WZkxzXfLA { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.875rem;top:25.625rem;left:5.375rem;overflow:hidden;display:block; }
#vgvCe0sbkiH5SccxMs4f00ZBdPbZZr26 { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:43.6875rem;left:5.375rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dm7f8poq7mxkI6bx2iA1WmvxHuG0UErx { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:38.125rem;left:31.8125rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kaOyPmQNxs2oqRyowR0M7ZKPAvEIfDCc { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.8125rem;top:22.4375rem;left:32.5rem;overflow:hidden;display:block; }
#V1V1FOoVrUco95r562TTbfJkySZSJJOT { position:absolute;display:block;z-index:15015;background-color:#d7263d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:1.75rem;top:22.40625rem;left:31.8125rem;display:block; }
#apVFfOr23kgc8PyrsNWsXLaBOrkzEsfK { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:63.3125rem;left:39.25rem;height:7.3120125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T1toIz2NEm4E4UnLWHZK5rAnfhR1iCSD { position:absolute;display:block;z-index:15020;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:10.4375rem;width:15.6875rem;top:46.625rem;left:41.1875rem;overflow:hidden;display:block; }
#MTnx6q9fkc4n83onIVraOt9Wfn9oEU0I { position:absolute;display:block;z-index:15016;background-color:#d7263d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:1.75rem;top:46.6875rem;left:40.25rem;display:block; }
#kcLZOR6GZvoULNlXXPhcCeiRFoe2S61W { position:absolute;display:block;z-index:15016;background-color:#d7263d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:1.75rem;top:56.625rem;left:14rem;display:block; }
#ZyRlmpye2NE96w5TJEo2KHamAeA41mT9 { position:absolute;display:block;z-index:15022;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:11.8125rem;width:17.8125rem;top:56.6875rem;left:15rem;overflow:hidden;display:block; }
#X0whi835ZygzAsVHRPQW7oFHK6Vx1IKx { color:#2b3446;display:block;width:18.0625rem;position:absolute;font-family:"indivisa font";font-size:1.6875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:68.5rem;left:14.75rem;height:4.38671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lW6ZSwA7Z5kvk1hNNlT4e4m1nR865gTS { color:#000000;display:block;width:17.25rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:72.875rem;left:14.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rtJxHgzqhHMyNlumwNtEFhuxcEen71Id { color:#000000;display:block;width:20.75rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:72.875rem;left:12.875rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container { background-color: transparent; background-image: none; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container > .video-iframe-container { display: none; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row > .video-iframe-container { display: none; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .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); }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container { border-width: 0; border-radius: 0; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:60rem;position:relative;display:block; }#JBGT6Qv16N2JPCkaWF4nDn2ouoN1zfGb { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"indivisa font";font-size:1.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.41796875rem;left:1.5rem;height:5.0371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4baBJxZgGUT2nQztt50TUuhbXv05ltq { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:5.767578125rem;left:27.6875rem;display:block; }
#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ioOSWLfZ/300.jpg");background-position:top left !important;background-repeat: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; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc.adaptive-delivery-prevent-bg, #NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc.lazyload, #NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc.lazyloading { background-image: none; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container { background-color: transparent; background-image: none; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container > .video-iframe-container { display: none; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row > .video-iframe-container { display: none; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .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); }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container { border-width: 0; border-radius: 0; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:60rem;position:relative;display:block; }#qDRFsh4nmosaM7EFyHobaAJrVRarsVRw { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0625rem;left:42.1875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vdkm6FrdeOwB6VCgamSVs2yBTCfiz4s8 { position:absolute;display:block;z-index:15027;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:9.375rem;left:40.25rem;display:block; }
#AA52gZA1UTyCfTOwwHW74vEPBDLBIhyH { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:43.1875rem;left:24.25rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iMvFZCzF4q60Sn2T1vQFJi1iAmWmkRsd { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:37.3125rem;left:24.5rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nn5KZ9g5RSZmNVNvmNmPJ4bZIPTHmD4W { position:absolute;display:block;z-index:15014;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:36.625rem;left:20.3125rem;display:block; }
#LGeu2ZT8mJvpSxTBfoEw7IEuOi4esq95 { position:absolute;display:block;z-index:15015;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:43.5rem;left:20.3125rem;display:block; }
#nGsAMKK4MnvkU90OcwW4T8DD81NfyzIV { position:absolute;display:block;z-index:15013;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:29.8125rem;left:20.3125rem;display:block; }
#VHCbA9lk70au8b28DLS3fcAb3qMz0VCC { position:absolute;display:block;z-index:15049;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:2.1875rem;width:2.1875rem;top:44.125rem;left:20.9375rem;overflow:hidden;display:block; }
#XkevzMwOcilaeDsaFfc7CHCHKNUdUWGq { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:30.375rem;left:24.25rem;height:2.34375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rTtI7Sd5kcVSmMx8FdiyS3T6cUoUcZr3 { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:23.4375rem;left:22.5rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lxdeRDAlT8i9U0NMhQwvsqvIXgPZxfHC { position:absolute;display:block;z-index:15037;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:23.8125rem;left:20.6875rem;display:block; }
#xy0vCsrX9hPc7pn6OmwUVeyLMRgS0rUI { position:absolute;display:block;z-index:15015;background-color:#2357db;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:3.625rem;left:0rem;display:block; }
#Zkb9IJit07Ckznwt0VqTUpQSzLlfMM7q { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:"indivisa display font";font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5.5rem;left:0.71875rem;height:6.9873125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FAq7aa0iqiVx0nw16QsU7VuIfxAzbslb { color:#ffffff;display:block;width:13rem;position:absolute;font-family:"indivisa font";font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:2.875rem;left:6.8125rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#McILbTGcccA1i8xbd1HFmlH4SukEDAfs { position:absolute;display:block;z-index:15016;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:16rem;width:10.5625rem;top:38.35546875rem;left:4.71875rem;overflow:hidden;display:block; }
#dwi3lZqZDs4WfXonssvqXGeJwFmUuzez { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"indivisa font";font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.25rem;left:0.1875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#LLrNp8pwZFP4y0KuMLTnymxdSDFC8CAs { color:#ffffff;display:block;width:17.375rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.1875rem;left:1.3125rem;height:17.5488625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C9RZGuel8wAB2nt3Mc9Tx5U2Dyww1E72 { position:absolute;display:block;z-index:15018;background-color:#f5494f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.125rem;top:18.625rem;left:5.4375rem;display:block; }
#dTnzDa9dvacb2OuQrT1hF3pHRwvI0U4F { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:29.91015625rem;left:44.5625rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GDRVoUa064DtsKk0ZsD6F1xwyVzmqsRU { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:22.640625rem;left:44.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#El7ruInBLaQIax51dgKh5Hn8rTuhrThV { position:absolute;display:block;z-index:15035;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:22rem;left:40.75rem;display:block; }
#x3yIT3ZqkxgCzB6XiRn7IOZfxo092C5H { position:absolute;display:block;z-index:15036;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:28.875rem;left:40.75rem;display:block; }
#VB1FTIzbT09iVvRlRHH8Sfi278yNa76p { position:absolute;display:block;z-index:15034;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:15.1875rem;left:40.75rem;display:block; }
#anSGE5we9ds7XPgS8HKQ5RycnsNUGew3 { position:absolute;display:block;z-index:15069;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:2.1875rem;width:2.1875rem;top:29.5rem;left:41.4375rem;overflow:hidden;display:block; }
#aCM1HVCCEgiZ3mfN375MpCPAzbW6hdVq { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:15.75rem;left:44.6875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K5LEZGSBnc8F48f9ZrVozOa62vU8rD3B { position:absolute;display:block;z-index:15068;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:2rem;width:2rem;top:15.90625rem;left:41.4375rem;overflow:hidden;display:block; }
#mW3hhGzqKmekuydzSJIia4K4p8Jl8uGv { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:30.4375rem;left:20.9375rem;overflow:hidden;display:block; }
#gMKnQN1szrJIbReBihGMWMZ0onJfwB7g { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:37.25rem;left:20.9375rem;overflow:hidden;display:block; }
#T1shURzfgHxfTM9pzklZbTLptdzarGQr { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:22.5625rem;left:41.375rem;overflow:hidden;display:block; }
#Km2d9VO2mcBF5P9uQgwVwyp0I9DN9DCs { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:6.9375rem;left:20rem;overflow:hidden;display:block; }
#rHNGFXTq5gQJxObKRPcZNvZSnhrfxcQa { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:36.0625rem;left:40rem;overflow:hidden;display:block; }
#Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 { color:#1e195b;display:block;width:39.875rem;position:absolute;font-family:"indivisa font";font-size:1.8125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);top:1.26171875rem;left:20.125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:none; }#Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
#dv5izo6xw83HTU4gEciyKEE2xGD02Xan { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(44,87,165,0.99);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; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container { background-color: transparent; background-image: none; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container > .video-iframe-container { display: none; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row > .video-iframe-container { display: none; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .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); }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container { border-width: 0; border-radius: 0; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#cFNIZ3L8qcUuAIVAu0uy6w8CsSmdlGsk { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.5rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LTmfLAt9hZc55PcWRClJaPXszneewLzW { position:absolute;display:block;z-index:15049;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:1.6875rem;left:0.6875rem;display:block; }
#skkrS1w3f27LcZdUHrNFkOrbzpHffkfz { position:absolute;display:block;z-index:15025;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.3125rem;left:0.9375rem;display:block; }
#JReS5M7yaMEgOoLCeJX3gX6tMwdoV0Ma { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:7.9375rem;left:4.75rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Gfn3blxvXzmLsG2RkL0EA2vrt35zMApB { position:absolute;display:block;z-index:15047;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:2.1875rem;width:2.1875rem;top:7.9375rem;left:1.625rem;overflow:hidden;display:block; }
#pFkke8Qg7qrawwgrTpqS2R4wr90QhgDJ { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:20.875rem;left:5rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tvuQulKwGD0JBnvqcTZzuVgnLdX7v2w8 { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:14.9375rem;left:4.875rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mvrNtdCbHIxPE2isW7Tb1Na3vCn500yT { position:absolute;display:block;z-index:15026;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.125rem;left:0.9375rem;display:block; }
#fJc60NWt9uixmaJsIAbGL1yGK6FS6ke1 { position:absolute;display:block;z-index:15027;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:21rem;left:0.9375rem;display:block; }
#vBc83dXSmMaoH8Mo1FdF6sfU2sU7GTR9 { position:absolute;display:block;z-index:15049;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:2.1875rem;width:2.1875rem;top:21.625rem;left:1.625rem;overflow:hidden;display:block; }
#bK45b8ktc223w5UXSwWGy7s6vTPD7bsu { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:14.75rem;left:1.625rem;overflow:hidden;display:block; }
#COgulqmx7cJsiOqhVTgvtKZ0uTqd3Zpp { position:absolute;display:block;z-index:15061;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2rem;left:20.75rem;display:block; }
#ZwuCh6p18qXkP7QkKRgATNgcFSVR0AsH { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.6875rem;height:2.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tkU0zoVBJpJJL2thzeuzZOnf23ywVwgs { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:8.1875rem;left:25.375rem;height:2.15625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CBr5BVWgVJ9tpvxERmUODeKrzZTsgW4t { position:absolute;display:block;z-index:15034;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.625rem;left:21.4375rem;display:block; }
#Wyl6wDm8V5030gZNLOXwBdXtUFiGBENH { position:absolute;display:block;z-index:15035;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.4375rem;left:21.4375rem;display:block; }
#csTDg6tUI8qTD6sh9zFyNmbVukSys5SB { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:15.0625rem;left:25.375rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dWPZnQAiuhfgDf3PqKoyAmvasJTfRuBT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:15.125rem;left:22.1875rem;overflow:hidden;display:block; }
#ATX0FAgzTGkbw0dMp9oXDZ6aIHO1oq21 { position:absolute;display:block;z-index:15036;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:21.3125rem;left:21.4375rem;display:block; }
#yD85ubhV3bXQwigJTSNuDBOWsISwis8M { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:21.4375rem;left:21.5625rem;display:block; }
#w25Cb53CvODOsAlQE30AfgktmX477GwG { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:22.125rem;left:25.3125rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HOnw9hHm2gFgCJEbyCCP6LkdqWq9rqIF { position:absolute;display:block;z-index:15072;background-color:#d7263d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:1.875rem;left:40.75rem;display:block; }
#aE86XVqx0OAH0ds5LX13hSuyue7oup7y { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"indivisa display font";font-size:1.5625rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:1.5625rem;left:42.6875rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4NTJ2U0RpaIliq9CusBf0IiKM02rFcb { color:#ffffff;display:block;width:15.125rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:6.9375rem;left:45.375rem;height:4.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SuopetivZb2i5IOhhws6vMUGK4SIDF07 { position:absolute;display:block;z-index:15045;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:7.5rem;left:41.4375rem;display:block; }
#TRimyiPQnvxeIsx94baZeKdS23awWNXa { box-sizing:content-box;color:#ffffff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15083;top:7.4375rem;left:41.5625rem;display:block; }
#AdOvwBohOMidGdAQQulHeDZ53dXzPSt5 { position:absolute;display:block;z-index:15046;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:14.3125rem;left:41.4375rem;display:block; }
#mX9oBPQuOcg0oCkRSpMDIFec4Jecc969 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:13.3125rem;left:45.375rem;height:3.73730625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OuHfZdLCVt1n2SMuFUfa2178ggEeOIS7 { position:absolute;display:block;z-index:15047;background-color:#141186;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.0625rem;border-top-right-radius:7.0625rem;border-bottom-left-radius:7.0625rem;border-bottom-right-radius:7.0625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:21.1875rem;left:41.4375rem;display:block; }
#GF46DZQ0gN97t3FiALumFODm5hxG6D2y { box-sizing:content-box;color:#ffffff;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15082;top:21.3125rem;left:41.5625rem;display:block; }
#f3GLAIzPhdA141yzwr6b2CMDzy3wtMTD { color:#ffffff;display:block;width:14.9375rem;position:absolute;font-family:"indivisa display font";font-size:1.4375rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:22rem;left:45.3125rem;height:1.86865rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dv3BoMNSPRQJQggM7AKlQO9RWPhWDQWf { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:19.9375rem;top:12.6875rem;left:37.1875rem;overflow:hidden;display:none; }
#FvE7zsAzrm2uwQk0ZTMDwyUCMntRCMev { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:19.9375rem;top:6.9375rem;left:20rem;overflow:hidden;display:none; }
#dWChg8PcPgpU2QH3OiRkMZsvW2ZfApok { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:7.6875rem;left:21.59375rem;display:block; }
#TWPWqc7MoWnx2TXnPLQ9tBrOhwGsBWeU { box-sizing:content-box;color:#ffffff;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15084;top:14.33984375rem;left:41.625rem;display:block; }
#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH { 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; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container { background-color: transparent; background-image: none; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container > .video-iframe-container { display: none; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row > .video-iframe-container { display: none; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .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); }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container { border-width: 0; border-radius: 0; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#i42Niq6Vs9Rs9LZN1Q1Ddw17MGrWIEgz { color:#000000;display:block;width:43.625rem;position:absolute;font-family:"indivisa font";font-size:1.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:8.1875rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container { background-color: transparent; background-image: none; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container > .video-iframe-container { display: none; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row > .video-iframe-container { display: none; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .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); }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container { border-width: 0; border-radius: 0; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:block; }#c9A7qu0v1TSDhpLwKZSI32caaqnoFbDB { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"indivisa font";font-size:1.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.73046875rem;left:1.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g { position:relative;display:block; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g { background-color: transparent; background-image: none; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .row .container > .video-iframe-container { display: none; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .row > .video-iframe-container { display: none; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .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); }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g { border-width: 0; border-radius: 0; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .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; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .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:25.6875rem;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; }#FZc6k6Xlo0oGNqQmZBsvZGTkwCXEWTIx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.3125rem;top:2.65625rem;left:23.6875rem;display:block; }
#a0AhfS9tDd9TprPNpkECfT5Ch5g9ddAN { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #ff653c;border-left:0.125rem dashed #ff653c;border-right:0.125rem dashed #ff653c;border-bottom:0.125rem dashed #ff653c;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:30.4375rem;top:1.625rem;left:0rem;display:block; }
#T1Abp72CsmrydyJU0QS208oxLgCZM3AL { color:#000000;display:block;width:20.8125rem;position:absolute;font-family:"indivisa font";font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.28125rem;left:1.625rem;height:11.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dEDt99M7DUuWtUAfJIBaIJdabKHfhULh { box-sizing:content-box;color:#f5494f;font-size:4.5rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:16.59375rem;left:8.78125rem;display:none; }
#TD8ypl51WR0ou4NOJM29u46FTsvi05gb { box-sizing:content-box;color:#f5494f;font-size:4.1875rem;font-weight:400;line-height:1;height:6rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:17.09375rem;left:9.03125rem;display:block; }
#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d7263d;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; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container { background-color: transparent; background-image: none; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container > .video-iframe-container { display: none; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row > .video-iframe-container { display: none; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .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); }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container { border-width: 0; border-radius: 0; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:60rem;position:relative;display:block; }#e0Xzelr4qMFpeJIe6K6CnTNWcXk3F4zm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"indivisa font";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.068359375rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);background-image:url("https://images.assets-landingi.com/uc/dddc4567-e4c7-4419-98d4-d7988ffdf321/FONDOLANDINGUNI.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr.adaptive-delivery-prevent-bg, #zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr.lazyload, #zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr.lazyloading { background-image: none; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container { background-color: transparent; background-image: none; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container > .video-iframe-container { display: none; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row > .video-iframe-container { display: none; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .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); }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container { border-width: 0; border-radius: 0; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#tHUXuDK4hEHT8gvIzUr1ooiCpnqEQHlG { position:absolute;display:block;z-index:15006;background-color:#0b153f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:25.375rem;top:5.0625rem;left:0rem;display:block; }
#JVzUbXI5EGeOXTGFK9ASuQhtyhZwUcK4 { position:absolute;display:block;z-index:15024;background-color:#ff3557;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:3.875rem;top:15.5625rem;left:2.0625rem;display:block; }
#eT5kMoQRpUwwt36KyQKsphw9ohTfb3TZ { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"indivisa font";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8rem;left:2.0625rem;height:6.3369375rem;font-style:normal;display:block; }
#BlzBIKRyXrPnF2aTkSDJ3DKPfbw4TGwq { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:"indivisa font";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2rem;height:4.38720625rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Frte2ka2enpO0y44nhs6XGB51HlFt3DA { background-color:#ff3557;background-image:none;background-position:top left !important;background-repeat: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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.37) ;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:"indivisa font";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:3.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:24.1875rem;left:2.25rem;display:block; }
#aMlTDEZaOzJW5HrguyiAhmTsQ4CfXylm { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#VBNBiWXVCzfBOiLkGqIUxOT6L9VLB6RF { 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:33.3125rem;width:50rem;display:none; }
#g5XBQTq658zKlquvTZNceUUVKfmNKpKG { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dd35bdd6-43fb-4dee-874e-60b6c36898dd/509361246_1134030958760804_8467896321878766789_n.jpg");background-position:center left !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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:31rem;top:5.0625rem;left:25.375rem;display:block; }#g5XBQTq658zKlquvTZNceUUVKfmNKpKG.adaptive-delivery-prevent-bg, #g5XBQTq658zKlquvTZNceUUVKfmNKpKG.lazyload, #g5XBQTq658zKlquvTZNceUUVKfmNKpKG.lazyloading { background-image: none; }
#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba68108a-6eaf-4212-83b1-b2d8f9632cfc/509423955_1134031892094044_4719982616111036810_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z.adaptive-delivery-prevent-bg, #U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z.lazyload, #U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z.lazyloading { background-image: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container { background-color: transparent; background-image: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.37); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container > .video-iframe-container { display: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.37); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row > .video-iframe-container { display: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .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); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container { border-width: 0; border-radius: 0; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container { font-size:0.875rem;font-family:"indivisa font";height:50.875rem;width:60rem;position:relative;display:block; }#woG8g4GVvvhGWESv0AisMUpvoJCtXq7R { color:#ffffff;display:block;width:14.5625rem;position:absolute;font-family:"indivisa font";font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.44921875rem;left:40.8720703125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJ6umSQTswfzQPp6sTltGhKFF58sA5iZ { position:absolute;display:block;z-index:15005;background-color:#d50d44;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8120403289795rem;width:20.499769210815rem;top:1.25rem;left:0rem;display:block; }
#NX7L4HVhwvq4zIo6PD3LkxaxexWAuM0T { color:#ffffff;display:block;width:15.6865rem;position:absolute;font-family:"indivisa font";font-size:2.1875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:2.5625rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTOQsmTfNB1RZO7RiBVE5CT0t6cTfpdN { color:#ffffff;display:block;width:27.999769210815rem;position:absolute;font-family:"indivisa font";font-size:3.125rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;top:5.9375rem;left:2.5625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kPoqSsLbdFvkVBUaS9H28DqJRftBt2IG { position:absolute;display:block;z-index:15004;background-color:#0a1d45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:30rem;top:3.8125rem;left:1.25rem;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-form-header {  }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-regular-label { height:auto;display:block;font-family:"indivisa font";font-size:0.875rem;font-weight:bold;color:#ffffff;width:16.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"indivisa font";vertical-align:top; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-text {padding-top: 0; padding-bottom: 0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"indivisa font";vertical-align:top; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"indivisa font";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-select {padding-top: 0; padding-bottom: 0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:#d50d44;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:16.75rem;height:3.4375rem;font-family:"indivisa font";overflow:hidden; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"indivisa font";font-size:0.875rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"indivisa font";line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.1875rem;overflow:hidden;font-style:normal; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"indivisa font";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-container:first-of-type{padding-top:0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-container:last-of-type{padding-bottom:0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.4619140625rem;left:38.1533203125rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-info-text { display:block;height:auto;font-family:"indivisa font";font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg {display:block;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.4619140625rem;left:38.1533203125rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #hdXz8uLatnFr9qqgkWzqipdlwMTu4Xv0 { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #gOFsWkuyUHE6XGR6TloZw9D3pHthQXwM { position:relative;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #tV9ibxJDrWyCTXUwDskSIqdrV8c4hRUg { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #SK3ZkAPZ4CuolCS0q0xkvWdEvbyg5DTS { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #PofTfe7GdZ1bo7H9Knt2FkTp5lBeF5xl { position:relative;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #KoqryOCKKb3aOUpk9q6KkwnWKER89b3a { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #ARJN7gT5LtsoHPZQfu0n3G3NmToORL1I { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #hnuop7pv6tJPWzn2uq8Tp5536Up5SriW { position:relative;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fmL0WkQ0vA6KrpcPVWJWPD2bAB0yv7ou { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #LyaWfAkJqcw5ACpb9wPiBKQzvK7z1d71 { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #V6I7Nw6RWfPKMR3vO916uBw5rsnVcsyT { position:relative;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #UJn7PAPqCvOBr6rLIe5fbNrhOd5TOet6 { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #TKf9GsZwrI9tCft4u73apVgKNaJTqF9I { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #LrTfQiLXn39mreh7hTR0em2xT7tlVy0B { position:relative;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #dfdReMZh3Bio2nMD3gDaEuL7pRl4qJ5h { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #gEufeHb1eH1OEKN6R0Vk3Zc1bml5lfag { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #tDsIStEFJuTSPi9s8CSZRyFG7UDZHq7J { position:relative;z-index:2; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #QRqNBhnquAPXbrsqhz6vPhC4V1A0Q0aQ { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fVl1mW4iZTIw2H5WkZf88tCn9TItv4Cr { position:relative;display:block;z-index:15000; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #d9vrQkVL1y1PDyBXRLUEZbdVtcVTdm14 { position:relative;display:block;z-index:15000; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #UyoPnsgCs11SFJzGQrCRcCEScrkAKZBJ { position:relative; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fxl25cXkK5VgyUcCwz4WgcPcaekEDGgv { position:relative; }
#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 { 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;z-index:auto;display:block; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container { background-color: transparent; background-image: none; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container > .video-iframe-container { display: none; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row > .video-iframe-container { display: none; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .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); }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container { border-width: 0; border-radius: 0; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container { font-size:0.875rem;font-family:"indivisa font";height:7.6875rem;width:60rem;position:relative;display:block; }#MK8V9bixv7H1H0lRZ7Ut6lWcXiEnePTX { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:2.0625rem;left:1.5rem;display:block; }
#kFD79mDiTt6EkTyiemXEKlzgb43KklGS { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:2.125rem;left:4.625rem;display:block; }
#bTnSaZRISn7XdUWaRIUqoBByLcKA4E7z { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.125rem;left:7.75rem;display:block; }
#qSWXbf5lbVRETrnJdlMCIK7sCNv9qbUU { box-sizing:content-box;color:#00083a;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:2.125rem;left:10.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k { display:block; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUm5Nv6M5AMOidd93i6vDF5KQrMOCErl { width:2.1875rem;height:2.1875rem;top:2rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRV34FbWcho6DH2xLWyGt4d2zi2xtoP5 { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfpmDacZGuLJiCIL2pOqKCTpU4NvWET { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ0pTeTuGXFPDUgPrTaULmGCVW0ggqyv { top:2.25rem;left:43rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyNI6H5Gmcz9vaKh8x8AeHec2GMwZ2Tz { top:2.1875rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w34pV6GuW5LK5MQNmDfXFDRsb0KTsh6X { width:2.1875rem;height:2.1875rem;top:2rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0EfUZqi8DD1N12rlPC4dGJF24QMGgT { top:2.1875rem;left:46rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9pZ8By4OsQ5Uc6wCFMGTchWnRqaNCl { top:0rem;left:0rem;width:13.875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEyWO8Xbwlbb2ZlR14BkICNoS68KFIQg { top:2.3125rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
#nEyWO8Xbwlbb2ZlR14BkICNoS68KFIQg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:40.375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:28.875rem;height:8.5rem;top:11.0625rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NToTnXeC69LGtOviPie79FExFhcSQTmb { width:18.8125rem;height:2rem;top:36.0625rem;left:28.9375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVyEoUT0QC05mNETPdya6JDPbTzf0zLM { width:13.375rem;height:3.375rem;top:38.625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNGAHnHCTmR6nRTOdKP0fznolcKTAX1T { display:block; }
 }@media only screen and (max-width: 763px) { #xXLBuKPcE0EXXl1xf8xoAQrOFkDuDegT { width:24.25rem;height:2.4375rem;top:8rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTO6TT7wvUIznqUbFFOQxxMbPn8XreBe { width:11.75rem;height:3.0625rem;top:32.625rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7LQsMhbyM7q5patdyoxHDtBUFn5tS7v { display:block; }
 }@media only screen and (max-width: 763px) { #nq1Ein5Ky9Tc35R8zkd5JubMhBGaqlcg { display:none; }
 }@media only screen and (max-width: 763px) { #W1dWeeIUTtQyFuGfXd93P1J2EJNQ5Gqz { top:34.5rem;left:34.625rem;width:13.125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVOr2sR0Vo78S4xatMlM7w6mw1Joq9JI { top:43.5rem;left:34.625rem;width:13.125rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t { display:block; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC { display:block; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIJMzuTrzK3po7bACqTP6hUgizMPBx84 { width:47.75rem;height:11.6875rem;top:8.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL4GaKqZf9Eu9bENzLFoA5cEnyAVRBO { width:1.875rem;height:1.875rem;top:1.5rem;left:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9rT5tLKW9vh0uoKAhVARPgl0RrgW54 { width:43.5rem;height:1.875rem;top:3.25rem;left:2.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAn6INToPpPNwqFKqwJJnS5ztddfUvQu { width:1.875rem;height:1.875rem;top:1.5rem;left:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3JNHl1pPpk68LHWk6TwEkeKJvwSeay4 { width:18.0625rem;height:2.1875rem;top:35.375rem;left:25.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBF03KoVyOS6zPXVUVxoZqh6muJkTQUt { width:18.1875rem;height:4.375rem;top:38.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJOk7WgyRsl7FLleEO74K6E7nAROs8ah { width:18.5rem;height:4.375rem;top:59.0625rem;left:29.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2neh4tposWSs4oENAxVModHRMBQCcMi { width:1.75rem;height:11.9375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs3uBqn4CaTstaJRXb4PuL1WZkxzXfLA { top:25.625rem;left:0rem;width:17.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgvCe0sbkiH5SccxMs4f00ZBdPbZZr26 { top:43.6875rem;left:0rem;width:17.3125rem;height:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm7f8poq7mxkI6bx2iA1WmvxHuG0UErx { top:38.125rem;left:25.6875rem;width:17.25rem;height:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOyPmQNxs2oqRyowR0M7ZKPAvEIfDCc { top:22.4375rem;left:26.375rem;width:17.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1V1FOoVrUco95r562TTbfJkySZSJJOT { width:1.75rem;height:11.875rem;top:22.375rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apVFfOr23kgc8PyrsNWsXLaBOrkzEsfK { top:63.3125rem;left:29.375rem;width:18.375rem;height:7.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1toIz2NEm4E4UnLWHZK5rAnfhR1iCSD { top:46.625rem;left:32.0625rem;width:15.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTnx6q9fkc4n83onIVraOt9Wfn9oEU0I { width:1.75rem;height:10.3125rem;top:46.6875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcLZOR6GZvoULNlXXPhcCeiRFoe2S61W { width:1.75rem;height:11.875rem;top:56.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyRlmpye2NE96w5TJEo2KHamAeA41mT9 { top:56.6875rem;left:8.875rem;width:17.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0whi835ZygzAsVHRPQW7oFHK6Vx1IKx { width:18.0625rem;height:4.375rem;top:68.5rem;left:8.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW6ZSwA7Z5kvk1hNNlT4e4m1nR865gTS { top:72.875rem;left:8.5rem;width:17.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJxHgzqhHMyNlumwNtEFhuxcEen71Id { top:72.875rem;left:6.75rem;width:20.75rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU { display:block; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBGT6Qv16N2JPCkaWF4nDn2ouoN1zfGb { width:47.75rem;height:5rem;top:1.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4baBJxZgGUT2nQztt50TUuhbXv05ltq { top:5.75rem;left:21.5625rem;width:4.625rem;height:4.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc { display:block; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDRFsh4nmosaM7EFyHobaAJrVRarsVRw { width:15.875rem;height:;top:9.0625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdkm6FrdeOwB6VCgamSVs2yBTCfiz4s8 { top:9.375rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA52gZA1UTyCfTOwwHW74vEPBDLBIhyH { width:10.8125rem;height:4.0625rem;top:43.1875rem;left:18.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvFZCzF4q60Sn2T1vQFJi1iAmWmkRsd { width:10.375rem;height:2rem;top:37.3125rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn5KZ9g5RSZmNVNvmNmPJ4bZIPTHmD4W { top:36.625rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGeu2ZT8mJvpSxTBfoEw7IEuOi4esq95 { top:43.5rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGsAMKK4MnvkU90OcwW4T8DD81NfyzIV { top:29.8125rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHCbA9lk70au8b28DLS3fcAb3qMz0VCC { top:44.125rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkevzMwOcilaeDsaFfc7CHCHKNUdUWGq { width:10.8125rem;height:2.3125rem;top:30.375rem;left:18.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtI7Sd5kcVSmMx8FdiyS3T6cUoUcZr3 { width:17.5625rem;height:4.0625rem;top:23.4375rem;left:14.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdeRDAlT8i9U0NMhQwvsqvIXgPZxfHC { top:23.8125rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0vCsrX9hPc7pn6OmwUVeyLMRgS0rUI { width:6.25rem;height:0.0625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkb9IJit07Ckznwt0VqTUpQSzLlfMM7q { width:17.1875rem;height:6.9375rem;top:5.5rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAq7aa0iqiVx0nw16QsU7VuIfxAzbslb { width:13rem;height:1.875rem;top:2.875rem;left:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McILbTGcccA1i8xbd1HFmlH4SukEDAfs { width:10.5625rem;height:16rem;top:38.3125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwi3lZqZDs4WfXonssvqXGeJwFmUuzez { top:13.25rem;left:0rem;width:19.625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrNp8pwZFP4y0KuMLTnymxdSDFC8CAs { top:20.1875rem;left:0rem;width:17.375rem;height:18.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RZGuel8wAB2nt3Mc9Tx5U2Dyww1E72 { width:9.125rem;height:0.25rem;top:18.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTnzDa9dvacb2OuQrT1hF3pHRwvI0U4F { width:14.0625rem;height:;top:29.875rem;left:33.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDRVoUa064DtsKk0ZsD6F1xwyVzmqsRU { width:14.1875rem;height:;top:22.625rem;left:33.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7ruInBLaQIax51dgKh5Hn8rTuhrThV { top:22rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3yIT3ZqkxgCzB6XiRn7IOZfxo092C5H { top:28.875rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB1FTIzbT09iVvRlRHH8Sfi278yNa76p { top:15.1875rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anSGE5we9ds7XPgS8HKQ5RycnsNUGew3 { top:29.5rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCM1HVCCEgiZ3mfN375MpCPAzbW6hdVq { width:16.5rem;height:;top:15.75rem;left:31.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LEZGSBnc8F48f9ZrVozOa62vU8rD3B { top:15.875rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW3hhGzqKmekuydzSJIia4K4p8Jl8uGv { top:30.4375rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMKnQN1szrJIbReBihGMWMZ0onJfwB7g { top:37.25rem;left:15.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1shURzfgHxfTM9pzklZbTLptdzarGQr { top:22.5625rem;left:31.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2d9VO2mcBF5P9uQgwVwyp0I9DN9DCs { width:19.9375rem;height:13.25rem;top:6.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHNGFXTq5gQJxObKRPcZNvZSnhrfxcQa { width:19.9375rem;height:13.25rem;top:36.0625rem;left:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 { width:39.875rem;height:2.125rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }#Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #dv5izo6xw83HTU4gEciyKEE2xGD02Xan { display:block; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFNIZ3L8qcUuAIVAu0uy6w8CsSmdlGsk { width:17.5625rem;height:4.0625rem;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmfLAt9hZc55PcWRClJaPXszneewLzW { top:1.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #skkrS1w3f27LcZdUHrNFkOrbzpHffkfz { top:7.3125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReS5M7yaMEgOoLCeJX3gX6tMwdoV0Ma { width:14.4375rem;height:2.125rem;top:7.9375rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfn3blxvXzmLsG2RkL0EA2vrt35zMApB { top:7.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkke8Qg7qrawwgrTpqS2R4wr90QhgDJ { width:13.9375rem;height:3.6875rem;top:20.875rem;left:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvuQulKwGD0JBnvqcTZzuVgnLdX7v2w8 { width:14.125rem;height:1.8125rem;top:14.9375rem;left:1.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrNtdCbHIxPE2isW7Tb1Na3vCn500yT { top:14.125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJc60NWt9uixmaJsIAbGL1yGK6FS6ke1 { top:21rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBc83dXSmMaoH8Mo1FdF6sfU2sU7GTR9 { top:21.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK45b8ktc223w5UXSwWGy7s6vTPD7bsu { top:14.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COgulqmx7cJsiOqhVTgvtKZ0uTqd3Zpp { top:2rem;left:15.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuCh6p18qXkP7QkKRgATNgcFSVR0AsH { width:15.875rem;height:2rem;top:1.6875rem;left:15.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkU0zoVBJpJJL2thzeuzZOnf23ywVwgs { width:15.125rem;height:2.125rem;top:8.1875rem;left:16.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBr5BVWgVJ9tpvxERmUODeKrzZTsgW4t { top:7.625rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyl6wDm8V5030gZNLOXwBdXtUFiGBENH { top:14.4375rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTDg6tUI8qTD6sh9zFyNmbVukSys5SB { width:14.3125rem;height:1.875rem;top:15.0625rem;left:16.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPZnQAiuhfgDf3PqKoyAmvasJTfRuBT { top:15.125rem;left:16rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATX0FAgzTGkbw0dMp9oXDZ6aIHO1oq21 { top:21.3125rem;left:15.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD85ubhV3bXQwigJTSNuDBOWsISwis8M { top:21.4375rem;left:15.875rem;width:2.875rem;height:2.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25Cb53CvODOsAlQE30AfgktmX477GwG { width:14.9375rem;height:1.8125rem;top:22.125rem;left:16.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOnw9hHm2gFgCJEbyCCP6LkdqWq9rqIF { top:1.875rem;left:31.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE86XVqx0OAH0ds5LX13hSuyue7oup7y { width:15.875rem;height:;top:1.5625rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4NTJ2U0RpaIliq9CusBf0IiKM02rFcb { width:15.125rem;height:;top:6.9375rem;left:32.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuopetivZb2i5IOhhws6vMUGK4SIDF07 { top:7.5rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRimyiPQnvxeIsx94baZeKdS23awWNXa { top:7.4375rem;left:31.75rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdOvwBohOMidGdAQQulHeDZ53dXzPSt5 { top:14.3125rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9oBPQuOcg0oCkRSpMDIFec4Jecc969 { width:14.3125rem;height:;top:13.3125rem;left:33.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHfZdLCVt1n2SMuFUfa2178ggEeOIS7 { top:21.1875rem;left:31.75rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF46DZQ0gN97t3FiALumFODm5hxG6D2y { top:21.3125rem;left:31.75rem;width:3.3125rem;height:3.3125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3GLAIzPhdA141yzwr6b2CMDzy3wtMTD { width:14.9375rem;height:;top:22rem;left:32.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv3BoMNSPRQJQggM7AKlQO9RWPhWDQWf { width:19.9375rem;height:13.25rem;top:13.3125rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FvE7zsAzrm2uwQk0ZTMDwyUCMntRCMev { width:19.9375rem;height:13.375rem;top:6.9375rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dWChg8PcPgpU2QH3OiRkMZsvW2ZfApok { top:7.6875rem;left:15.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWPWqc7MoWnx2TXnPLQ9tBrOhwGsBWeU { top:14.3125rem;left:31.75rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH { display:block; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i42Niq6Vs9Rs9LZN1Q1Ddw17MGrWIEgz { top:1.125rem;left:2.0625rem;width:43.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf { display:block; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9A7qu0v1TSDhpLwKZSI32caaqnoFbDB { width:47.75rem;height:;top:0.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g { display:block; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZc6k6Xlo0oGNqQmZBsvZGTkwCXEWTIx { top:2.625rem;left:0rem;width:36.3125rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0AhfS9tDd9TprPNpkECfT5Ch5g9ddAN { width:30.4375rem;height:22.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Abp72CsmrydyJU0QS208oxLgCZM3AL { width:20.8125rem;height:11.375rem;top:5.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEDt99M7DUuWtUAfJIBaIJdabKHfhULh { top:16.5625rem;left:5.71875rem;width:6.5rem;height:6.5rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ypl51WR0ou4NOJM29u46FTsvi05gb { top:17.0625rem;left:5.96875rem;width:6rem;height:6rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw { display:block; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0Xzelr4qMFpeJIe6K6CnTNWcXk3F4zm { width:47.75rem;height:3.6875rem;top:1.0625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr { display:block; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHUXuDK4hEHT8gvIzUr1ooiCpnqEQHlG { width:25.3125rem;height:23.25rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzUbXI5EGeOXTGFK9ASuQhtyhZwUcK4 { width:3.875rem;height:0.3125rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5kMoQRpUwwt36KyQKsphw9ohTfb3TZ { width:21.25rem;height:6.3125rem;top:8rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlzBIKRyXrPnF2aTkSDJ3DKPfbw4TGwq { width:21.375rem;height:4.375rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frte2ka2enpO0y44nhs6XGB51HlFt3DA { width:11.75rem;height:3.0625rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlTDEZaOzJW5HrguyiAhmTsQ4CfXylm { display:block; }
 }@media only screen and (max-width: 763px) { #VBNBiWXVCzfBOiLkGqIUxOT6L9VLB6RF { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5XBQTq658zKlquvTZNceUUVKfmNKpKG { top:5.0625rem;left:16.75rem;width:31rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z { display:block; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woG8g4GVvvhGWESv0AisMUpvoJCtXq7R { width:14.5625rem;height:2.5625rem;top:7.4375rem;left:33.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ6umSQTswfzQPp6sTltGhKFF58sA5iZ { top:1.25rem;left:0rem;width:20.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX7L4HVhwvq4zIo6PD3LkxaxexWAuM0T { width:15.625rem;height:2.8125rem;top:1.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTOQsmTfNB1RZO7RiBVE5CT0t6cTfpdN { width:27.9375rem;height:5.625rem;top:5.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPoqSsLbdFvkVBUaS9H28DqJRftBt2IG { top:3.8125rem;left:0rem;width:30rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-text {padding-top: 0; padding-bottom: 0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-select {padding-top: 0; padding-bottom: 0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg  { width:17.4375rem;height:auto;top:10.4375rem;left:27.75rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg {display:block;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg { width:17.4375rem;height:auto;top:10.4375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #hdXz8uLatnFr9qqgkWzqipdlwMTu4Xv0 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #gOFsWkuyUHE6XGR6TloZw9D3pHthQXwM { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #tV9ibxJDrWyCTXUwDskSIqdrV8c4hRUg {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #SK3ZkAPZ4CuolCS0q0xkvWdEvbyg5DTS {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #PofTfe7GdZ1bo7H9Knt2FkTp5lBeF5xl { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #KoqryOCKKb3aOUpk9q6KkwnWKER89b3a {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #ARJN7gT5LtsoHPZQfu0n3G3NmToORL1I {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #hnuop7pv6tJPWzn2uq8Tp5536Up5SriW { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fmL0WkQ0vA6KrpcPVWJWPD2bAB0yv7ou {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #LyaWfAkJqcw5ACpb9wPiBKQzvK7z1d71 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #V6I7Nw6RWfPKMR3vO916uBw5rsnVcsyT { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #UJn7PAPqCvOBr6rLIe5fbNrhOd5TOet6 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #TKf9GsZwrI9tCft4u73apVgKNaJTqF9I {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #LrTfQiLXn39mreh7hTR0em2xT7tlVy0B { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #dfdReMZh3Bio2nMD3gDaEuL7pRl4qJ5h {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #gEufeHb1eH1OEKN6R0Vk3Zc1bml5lfag {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #tDsIStEFJuTSPi9s8CSZRyFG7UDZHq7J {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #QRqNBhnquAPXbrsqhz6vPhC4V1A0Q0aQ {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fVl1mW4iZTIw2H5WkZf88tCn9TItv4Cr {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #d9vrQkVL1y1PDyBXRLUEZbdVtcVTdm14 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #UyoPnsgCs11SFJzGQrCRcCEScrkAKZBJ {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fxl25cXkK5VgyUcCwz4WgcPcaekEDGgv {  }
 }@media only screen and (max-width: 763px) { #PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 { display:block; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8V9bixv7H1H0lRZ7Ut6lWcXiEnePTX { top:2.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFD79mDiTt6EkTyiemXEKlzgb43KklGS { top:2.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTnSaZRISn7XdUWaRIUqoBByLcKA4E7z { top:2.125rem;left:1.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWXbf5lbVRETrnJdlMCIK7sCNv9qbUU { top:2.125rem;left:4.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k { display:block; }#Uzm6hzfTdXpU9sUbiNalQW0WzO35t16k > .row .container { width:20rem;height:14.937269210815rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUm5Nv6M5AMOidd93i6vDF5KQrMOCErl { width:2.1875rem;height:2.1875rem;top:1.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRV34FbWcho6DH2xLWyGt4d2zi2xtoP5 { width:2.1875rem;height:2.1875rem;top:1.75rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTfpmDacZGuLJiCIL2pOqKCTpU4NvWET { width:2.1875rem;height:2.1875rem;top:1.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZ0pTeTuGXFPDUgPrTaULmGCVW0ggqyv { width:1.6875rem;height:1.6875rem;top:2rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyNI6H5Gmcz9vaKh8x8AeHec2GMwZ2Tz { width:1.75rem;height:1.75rem;top:2rem;left:8rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w34pV6GuW5LK5MQNmDfXFDRsb0KTsh6X { width:2.1875rem;height:2.1875rem;top:1.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0EfUZqi8DD1N12rlPC4dGJF24QMGgT { width:1.75rem;height:1.75rem;top:2rem;left:12.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba9pZ8By4OsQ5Uc6wCFMGTchWnRqaNCl { width:11.6875rem;height:5.75rem;top:5.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEyWO8Xbwlbb2ZlR14BkICNoS68KFIQg { display:flex;width:1.5625rem;height:1.5625rem;top:12.124769210816rem;left:9.1875rem; }
#nEyWO8Xbwlbb2ZlR14BkICNoS68KFIQg > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e62da970-2c8e-4dd6-b454-60313e1990c4/IMG_57652.crop_6000x3560_0,0.preview.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.49); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.49); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:56.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IW4rU9GB3xA4NRVOpTBqfoA3b9SExss6 { width:17.125rem;height:5.7352938652039rem;top:12.5rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:2.4375rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NToTnXeC69LGtOviPie79FExFhcSQTmb { width:18.8125rem;height:0;top:20.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #WVyEoUT0QC05mNETPdya6JDPbTzf0zLM { width:11.75rem;height:3.0625rem;top:22.625rem;left:4.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNGAHnHCTmR6nRTOdKP0fznolcKTAX1T { display:block; }
 }@media only screen and (max-width: 763px) { #xXLBuKPcE0EXXl1xf8xoAQrOFkDuDegT { width:15.5625rem;height:3.2352941036224rem;top:9.25rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nTO6TT7wvUIznqUbFFOQxxMbPn8XreBe { width:11.74977016449rem;height:3.0618104934692rem;top:40.520408630371rem;left:4.1222425699234rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7LQsMhbyM7q5patdyoxHDtBUFn5tS7v { display:block; }
 }@media only screen and (max-width: 763px) { #nq1Ein5Ky9Tc35R8zkd5JubMhBGaqlcg { top:43.5rem;left:7.875rem;width:4.3125rem;height:4.3125rem;z-index:15009;color:#f8134e;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1dWeeIUTtQyFuGfXd93P1J2EJNQ5Gqz { width:10rem;height:0.25rem;top:20.0625rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVOr2sR0Vo78S4xatMlM7w6mw1Joq9JI { width:13.125rem;height:0.6875rem;top:43.5rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t { display:block; }#F5bOZmlhKPApaqzCufL7hHkrRAyN8E0t > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC { display:block; }#O7JNz9dFFDQvSof4d1OGurHLC4hJGxVC > .row .container { width:20rem;height:151.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eIJMzuTrzK3po7bACqTP6hUgizMPBx84 { width:18.25rem;height:15.367645978928rem;top:18.9375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiL4GaKqZf9Eu9bENzLFoA5cEnyAVRBO { width:4.5rem;height:4.5rem;top:13.875rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of9rT5tLKW9vh0uoKAhVARPgl0RrgW54 { width:19.3125rem;height:5.7352938652039rem;top:6.8125rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAn6INToPpPNwqFKqwJJnS5ztddfUvQu { width:4.5rem;height:4.5rem;top:1.25rem;left:7.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3JNHl1pPpk68LHWk6TwEkeKJvwSeay4 { width:18.0625rem;height:4.8529410362244rem;top:65.8125rem;left:1rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WBF03KoVyOS6zPXVUVxoZqh6muJkTQUt { width:18.1875rem;height:4.264705657959rem;top:37.8642578125rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJOk7WgyRsl7FLleEO74K6E7nAROs8ah { width:18.5rem;height:4.8529410362244rem;top:94.625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2neh4tposWSs4oENAxVModHRMBQCcMi { width:1.75rem;height:11.9375rem;top:25.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xs3uBqn4CaTstaJRXb4PuL1WZkxzXfLA { width:17.8125rem;height:11.8125rem;top:43.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgvCe0sbkiH5SccxMs4f00ZBdPbZZr26 { width:17.3125rem;height:5.5882349014282rem;top:83.9375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dm7f8poq7mxkI6bx2iA1WmvxHuG0UErx { width:17.25rem;height:5.5882349014282rem;top:55.6875rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaOyPmQNxs2oqRyowR0M7ZKPAvEIfDCc { width:17.8125rem;height:11.8125rem;top:71.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1V1FOoVrUco95r562TTbfJkySZSJJOT { width:1.75rem;height:11.875rem;top:22.375rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #apVFfOr23kgc8PyrsNWsXLaBOrkzEsfK { width:18.375rem;height:5.5882351398468rem;top:111.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1toIz2NEm4E4UnLWHZK5rAnfhR1iCSD { width:15.5rem;height:10.3125rem;top:100.0625rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTnx6q9fkc4n83onIVraOt9Wfn9oEU0I { width:1.75rem;height:10.3125rem;top:46.6875rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kcLZOR6GZvoULNlXXPhcCeiRFoe2S61W { width:1.75rem;height:11.875rem;top:56.625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZyRlmpye2NE96w5TJEo2KHamAeA41mT9 { width:17.8125rem;height:11.8125rem;top:118.43702697754rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0whi835ZygzAsVHRPQW7oFHK6Vx1IKx { width:18.0625rem;height:0;top:144.23587697754rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15012;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lW6ZSwA7Z5kvk1hNNlT4e4m1nR865gTS { width:17.25rem;height:0;top:141.52396447754rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtJxHgzqhHMyNlumwNtEFhuxcEen71Id { width:20rem;height:0;top:131.49952697754rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU { display:block; }#PfN2lH0WuNuGhFQlR9kZ5eyDxTlJJTMU > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBGT6Qv16N2JPCkaWF4nDn2ouoN1zfGb { width:20rem;height:9.5588235855103rem;top:0.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4baBJxZgGUT2nQztt50TUuhbXv05ltq { width:4.625rem;height:4.625rem;top:10.12109375rem;left:7.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc { display:block; }#NLKFN3xmwmWyt11Dxt93evwLxSLZOiGc > .row .container { width:20rem;height:129.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qDRFsh4nmosaM7EFyHobaAJrVRarsVRw { width:15.875rem;height:3.9705882072449rem;top:88.625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdkm6FrdeOwB6VCgamSVs2yBTCfiz4s8 { width:1.1875rem;height:1.1875rem;top:85.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA52gZA1UTyCfTOwwHW74vEPBDLBIhyH { width:10.8125rem;height:3.9705882072449rem;top:79.4375rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvFZCzF4q60Sn2T1vQFJi1iAmWmkRsd { width:10.375rem;height:1.9852941036224rem;top:70.5rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn5KZ9g5RSZmNVNvmNmPJ4bZIPTHmD4W { width:3.4375rem;height:3.4375rem;top:65.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGeu2ZT8mJvpSxTBfoEw7IEuOi4esq95 { width:3.4375rem;height:3.4375rem;top:74.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGsAMKK4MnvkU90OcwW4T8DD81NfyzIV { width:3.4375rem;height:3.4375rem;top:57.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHCbA9lk70au8b28DLS3fcAb3qMz0VCC { width:2.1875rem;height:2.1875rem;top:75.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkevzMwOcilaeDsaFfc7CHCHKNUdUWGq { width:10.8125rem;height:2.2794117927551rem;top:62.1875rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTtI7Sd5kcVSmMx8FdiyS3T6cUoUcZr3 { width:17.5625rem;height:3.9705882072449rem;top:52.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxdeRDAlT8i9U0NMhQwvsqvIXgPZxfHC { width:1.1875rem;height:1.1875rem;top:49.75rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy0vCsrX9hPc7pn6OmwUVeyLMRgS0rUI { width:6.25rem;height:0.0625rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkb9IJit07Ckznwt0VqTUpQSzLlfMM7q { width:17.1875rem;height:5.1470584869385rem;top:5.44921875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAq7aa0iqiVx0nw16QsU7VuIfxAzbslb { width:11.8125rem;height:1.8382352590561rem;top:2.9375rem;left:4.09375rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #McILbTGcccA1i8xbd1HFmlH4SukEDAfs { width:8.8125rem;height:13.25rem;top:11.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwi3lZqZDs4WfXonssvqXGeJwFmUuzez { width:19.625rem;height:4.1176471710205rem;top:26.75rem;left:0.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLrNp8pwZFP4y0KuMLTnymxdSDFC8CAs { width:17.375rem;height:13.970587730408rem;top:33.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9RZGuel8wAB2nt3Mc9Tx5U2Dyww1E72 { width:9.125rem;height:0.25rem;top:32.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTnzDa9dvacb2OuQrT1hF3pHRwvI0U4F { width:10.8125rem;height:3.9705882072449rem;top:124.8125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDRVoUa064DtsKk0ZsD6F1xwyVzmqsRU { width:10.375rem;height:3.9705882072449rem;top:112.125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #El7ruInBLaQIax51dgKh5Hn8rTuhrThV { width:3.4375rem;height:3.4375rem;top:107.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3yIT3ZqkxgCzB6XiRn7IOZfxo092C5H { width:3.4375rem;height:3.4375rem;top:120.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB1FTIzbT09iVvRlRHH8Sfi278yNa76p { width:3.4375rem;height:3.4375rem;top:95.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anSGE5we9ds7XPgS8HKQ5RycnsNUGew3 { width:2.1875rem;height:2.1875rem;top:95.8125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCM1HVCCEgiZ3mfN375MpCPAzbW6hdVq { width:10.8125rem;height:4.5588235855103rem;top:99.5625rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LEZGSBnc8F48f9ZrVozOa62vU8rD3B { width:2.1875rem;height:2.1875rem;top:120.75rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW3hhGzqKmekuydzSJIia4K4p8Jl8uGv { width:2.1875rem;height:2.1875rem;top:58.125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMKnQN1szrJIbReBihGMWMZ0onJfwB7g { width:2.1875rem;height:2.1875rem;top:66.4375rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1shURzfgHxfTM9pzklZbTLptdzarGQr { width:2.1875rem;height:2.1875rem;top:108.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km2d9VO2mcBF5P9uQgwVwyp0I9DN9DCs { width:19.9375rem;height:13.25rem;top:130.71875rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHNGFXTq5gQJxObKRPcZNvZSnhrfxcQa { width:19.9375rem;height:13.25rem;top:146.96875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 { width:20rem;height:0;top:130.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.1;color:#141186;text-shadow:0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0);display:none; }#Rih0pQTMF49xysFTPvgCDIaUxU1Rsho1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/V7ujejeV/arrows.png); }
 }@media only screen and (max-width: 763px) { #dv5izo6xw83HTU4gEciyKEE2xGD02Xan { display:block; }#dv5izo6xw83HTU4gEciyKEE2xGD02Xan > .row .container { width:20rem;height:126.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFNIZ3L8qcUuAIVAu0uy6w8CsSmdlGsk { width:17.5625rem;height:3.9705882072449rem;top:4.1875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTmfLAt9hZc55PcWRClJaPXszneewLzW { width:1.1875rem;height:1.1875rem;top:1rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #skkrS1w3f27LcZdUHrNFkOrbzpHffkfz { width:3.4375rem;height:3.4375rem;top:9.5rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JReS5M7yaMEgOoLCeJX3gX6tMwdoV0Ma { width:15.75rem;height:2.2794117927551rem;top:13.5rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gfn3blxvXzmLsG2RkL0EA2vrt35zMApB { width:2.1875rem;height:2.1875rem;top:10.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFkke8Qg7qrawwgrTpqS2R4wr90QhgDJ { width:10.8125rem;height:3.9705882072449rem;top:32.25rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvuQulKwGD0JBnvqcTZzuVgnLdX7v2w8 { width:14.8125rem;height:1.9852941036224rem;top:21.9375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvrNtdCbHIxPE2isW7Tb1Na3vCn500yT { width:3.4375rem;height:3.4375rem;top:17.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJc60NWt9uixmaJsIAbGL1yGK6FS6ke1 { width:3.4375rem;height:3.4375rem;top:27.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBc83dXSmMaoH8Mo1FdF6sfU2sU7GTR9 { width:2.1875rem;height:2.1875rem;top:28.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK45b8ktc223w5UXSwWGy7s6vTPD7bsu { width:2.1875rem;height:2.1875rem;top:18.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COgulqmx7cJsiOqhVTgvtKZ0uTqd3Zpp { width:1.1875rem;height:1.1875rem;top:54.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwuCh6p18qXkP7QkKRgATNgcFSVR0AsH { width:15.875rem;height:1.9852941036224rem;top:57.25rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkU0zoVBJpJJL2thzeuzZOnf23ywVwgs { width:15.25rem;height:2.2794117927551rem;top:67.125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBr5BVWgVJ9tpvxERmUODeKrzZTsgW4t { width:3.4375rem;height:3.4375rem;top:62.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyl6wDm8V5030gZNLOXwBdXtUFiGBENH { width:3.4375rem;height:3.4375rem;top:71rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTDg6tUI8qTD6sh9zFyNmbVukSys5SB { width:18.875rem;height:1.9852941036224rem;top:75.375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWPZnQAiuhfgDf3PqKoyAmvasJTfRuBT { width:2.1875rem;height:2.1875rem;top:71.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATX0FAgzTGkbw0dMp9oXDZ6aIHO1oq21 { width:3.4375rem;height:3.4375rem;top:81rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD85ubhV3bXQwigJTSNuDBOWsISwis8M { width:3.3125rem;height:3.3125rem;top:81.0625rem;left:8.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w25Cb53CvODOsAlQE30AfgktmX477GwG { width:17.4375rem;height:1.9852941036224rem;top:85rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOnw9hHm2gFgCJEbyCCP6LkdqWq9rqIF { width:1.1875rem;height:1.1875rem;top:88.6875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE86XVqx0OAH0ds5LX13hSuyue7oup7y { width:15.875rem;height:3.9705882072449rem;top:91.125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4NTJ2U0RpaIliq9CusBf0IiKM02rFcb { width:15.125rem;height:4.5588235855103rem;top:101.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuopetivZb2i5IOhhws6vMUGK4SIDF07 { width:3.4375rem;height:3.4375rem;top:96.625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRimyiPQnvxeIsx94baZeKdS23awWNXa { width:3.3125rem;height:3.3125rem;top:96.6875rem;left:8.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdOvwBohOMidGdAQQulHeDZ53dXzPSt5 { width:3.4375rem;height:3.4375rem;top:107.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX9oBPQuOcg0oCkRSpMDIFec4Jecc969 { width:14.3125rem;height:5.9558820724487rem;top:111.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuHfZdLCVt1n2SMuFUfa2178ggEeOIS7 { width:3.4375rem;height:3.4375rem;top:119.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF46DZQ0gN97t3FiALumFODm5hxG6D2y { width:3.3125rem;height:3.3125rem;top:119.1875rem;left:8.375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3GLAIzPhdA141yzwr6b2CMDzy3wtMTD { width:14.9375rem;height:1.9852941036224rem;top:123.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dv3BoMNSPRQJQggM7AKlQO9RWPhWDQWf { width:19.9375rem;height:13.25rem;top:199.0625rem;left:2.5625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #FvE7zsAzrm2uwQk0ZTMDwyUCMntRCMev { width:19.9375rem;height:13.375rem;top:38.6875rem;left:0.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #dWChg8PcPgpU2QH3OiRkMZsvW2ZfApok { width:3.125rem;height:3.125rem;top:62.84375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWPWqc7MoWnx2TXnPLQ9tBrOhwGsBWeU { width:3.0625rem;height:3.0625rem;top:107.25rem;left:8.46875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH { display:block; }#i0M7klrh9qhW6VvG1ydRy9qXqRNLlOfH > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i42Niq6Vs9Rs9LZN1Q1Ddw17MGrWIEgz { width:19.25rem;height:4.1176471710205rem;top:0.5625rem;left:0.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf { display:block; }#SMVKd1xeOKRGDg1RUqkkI94m6lMeKLcf > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9A7qu0v1TSDhpLwKZSI32caaqnoFbDB { width:20rem;height:9.5588235855103rem;top:0.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g { display:block; }#k4MhbiDtq94kIUIXDGzdFVBfoDbRCI9g > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FZc6k6Xlo0oGNqQmZBsvZGTkwCXEWTIx { height:11.2216875rem;width:20rem;top:16.888671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0AhfS9tDd9TprPNpkECfT5Ch5g9ddAN { width:19.75rem;height:29.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1Abp72CsmrydyJU0QS208oxLgCZM3AL { width:18.8125rem;height:9.779411315918rem;top:0.96875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEDt99M7DUuWtUAfJIBaIJdabKHfhULh { width:5.6875rem;height:5.6875rem;top:11.201171875rem;left:7.15625rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD8ypl51WR0ou4NOJM29u46FTsvi05gb { width:6rem;height:6rem;top:31.625rem;left:7rem;font-size:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw { display:block; }#MCIBFTMTt5nVtSIgtQCHFkVB9dqRHGAw > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0Xzelr4qMFpeJIe6K6CnTNWcXk3F4zm { width:20rem;height:3.9705882072449rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr { display:block; }#zeGg4e53ZQTtvpqdZyTLFsyBRVIPRTxr > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHUXuDK4hEHT8gvIzUr1ooiCpnqEQHlG { width:20rem;height:34.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVzUbXI5EGeOXTGFK9ASuQhtyhZwUcK4 { width:15.9375rem;height:0.375rem;top:8.1015625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5kMoQRpUwwt36KyQKsphw9ohTfb3TZ { width:20rem;height:5.0735292434692rem;top:2.3736267089844rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlzBIKRyXrPnF2aTkSDJ3DKPfbw4TGwq { width:18.187040328979rem;height:5.2941174507141rem;top:24.311828613281rem;left:0.90418207645419rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frte2ka2enpO0y44nhs6XGB51HlFt3DA { width:11.749rem;height:3.061525rem;top:30.8955078125rem;left:4.1240234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMlTDEZaOzJW5HrguyiAhmTsQ4CfXylm { display:block; }
 }@media only screen and (max-width: 763px) { #VBNBiWXVCzfBOiLkGqIUxOT6L9VLB6RF { top:9.9368286132812rem;left:0rem;width:20rem;height:13.3125rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #g5XBQTq658zKlquvTZNceUUVKfmNKpKG { width:20rem;height:23.3125rem;top:37.7695328125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cdc46fd2-4bd2-406b-a1f9-d12607fca491/tempImageuI7O8D.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z.adaptive-delivery-prevent-bg, #U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z.lazyload, #U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z.lazyloading { background-image: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container { background-color: transparent; background-image: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.37); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container > .video-iframe-container { display: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,17,134,0.37); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row > .video-iframe-container { display: none; }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .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); }#U1mQiOVPPnnTwXuC298r2AgHaL5vKb5z > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woG8g4GVvvhGWESv0AisMUpvoJCtXq7R { width:14.56227016449rem;height:2.1323528289795rem;top:13.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ6umSQTswfzQPp6sTltGhKFF58sA5iZ { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX7L4HVhwvq4zIo6PD3LkxaxexWAuM0T { width:15.625rem;height:2.4264705181122rem;top:2.2495422363281rem;left:2.3747692108154rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTOQsmTfNB1RZO7RiBVE5CT0t6cTfpdN { width:20rem;height:3.3823528289795rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPoqSsLbdFvkVBUaS9H28DqJRftBt2IG { width:20rem;height:5.0625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-text {padding-top: 0; padding-bottom: 0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-select {padding-top: 0; padding-bottom: 0;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg  { width:17.5rem;height:auto;top:16.3125rem;left:0rem; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg {display:block;}#itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg { width:17.5rem;height:auto;top:16.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #hdXz8uLatnFr9qqgkWzqipdlwMTu4Xv0 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #gOFsWkuyUHE6XGR6TloZw9D3pHthQXwM { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #tV9ibxJDrWyCTXUwDskSIqdrV8c4hRUg {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #SK3ZkAPZ4CuolCS0q0xkvWdEvbyg5DTS {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #PofTfe7GdZ1bo7H9Knt2FkTp5lBeF5xl { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #KoqryOCKKb3aOUpk9q6KkwnWKER89b3a {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #ARJN7gT5LtsoHPZQfu0n3G3NmToORL1I {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #hnuop7pv6tJPWzn2uq8Tp5536Up5SriW { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fmL0WkQ0vA6KrpcPVWJWPD2bAB0yv7ou {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #LyaWfAkJqcw5ACpb9wPiBKQzvK7z1d71 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #V6I7Nw6RWfPKMR3vO916uBw5rsnVcsyT { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #UJn7PAPqCvOBr6rLIe5fbNrhOd5TOet6 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #TKf9GsZwrI9tCft4u73apVgKNaJTqF9I {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #LrTfQiLXn39mreh7hTR0em2xT7tlVy0B { display:block; }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #dfdReMZh3Bio2nMD3gDaEuL7pRl4qJ5h {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #gEufeHb1eH1OEKN6R0Vk3Zc1bml5lfag {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #tDsIStEFJuTSPi9s8CSZRyFG7UDZHq7J {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #QRqNBhnquAPXbrsqhz6vPhC4V1A0Q0aQ {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fVl1mW4iZTIw2H5WkZf88tCn9TItv4Cr {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #d9vrQkVL1y1PDyBXRLUEZbdVtcVTdm14 {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #UyoPnsgCs11SFJzGQrCRcCEScrkAKZBJ {  }
 }@media only screen and (max-width: 763px) { #itpARgLNHGEsmCX2FuxVJbQgJF1ZCOGg #fxl25cXkK5VgyUcCwz4WgcPcaekEDGgv {  }
 }@media only screen and (max-width: 763px) { #PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 { position:relative;z-index:auto;display:block; }#PBN4bAET6RO49o1bFuvnBJduRRGKX2X4 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK8V9bixv7H1H0lRZ7Ut6lWcXiEnePTX { width:3.125rem;height:3.125rem;top:0.75rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFD79mDiTt6EkTyiemXEKlzgb43KklGS { width:3.125rem;height:3.125rem;top:0.75rem;left:5.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTnSaZRISn7XdUWaRIUqoBByLcKA4E7z { width:3.125rem;height:3.125rem;top:0.75rem;left:10.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSWXbf5lbVRETrnJdlMCIK7sCNv9qbUU { width:3.125rem;height:3.125rem;top:0.75rem;left:15.375rem;font-size:2.1875rem;display:block; }
 }