.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:transparent;background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57aa9a;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; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container { background-color: transparent; background-image: none; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container > .video-iframe-container { display: none; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row > .video-iframe-container { display: none; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .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); }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container { border-width: 0; border-radius: 0; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#SyW8C8ENUJoiXQsB7bcxZsdNWgt5VlML { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:5.125rem;top:0rem;left:0.9375rem;overflow:hidden;display:block; }
#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a15106cf-4cc3-4e67-9300-53e87890833a/partes_Mesadetrabajo1.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;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; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST.adaptive-delivery-prevent-bg, #grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST.lazyload, #grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST.lazyloading { background-image: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { background-color: transparent; background-image: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container > .video-iframe-container { display: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row > .video-iframe-container { display: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .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); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { border-width: 0; border-radius: 0; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#mpiaV6kqLLJDJMFlwmXW7sVEwwOICfcH { color:#ffffff;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15002;line-height:2;letter-spacing:0;top:10.125rem;left:0rem;height:12rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UTyorl2se42cOnxGcbCprDJC6qKzTule { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:43.1875rem;top:14rem;left:1.875rem;overflow:hidden;display:block; }
#BS5TSdcWxa8T95qJCAPnXcptd660ZiaT { color:#ffffff;display:block;width:44.4995rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.856567382812rem;left:0rem;height:10.5590625rem;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef8e0;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; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { color:#1a3b66;display:block;width:49.375rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7490234375rem;left:0rem;height:19.0063375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef8e0;background-image:url("https://images.assets-landingi.com/uc/6ef52ed2-05a4-4033-91a3-30d1d1d91844/PartesLandingpreregistro.jpg");background-position:top right !important;background-repeat: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; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6.adaptive-delivery-prevent-bg, #eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6.lazyload, #eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6.lazyloading { background-image: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { background-color: transparent; background-image: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container > .video-iframe-container { display: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row > .video-iframe-container { display: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .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); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { border-width: 0; border-radius: 0; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36f6765b-0ddd-40c5-9ab7-90f65e8478a9/PartesLanding.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; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH.adaptive-delivery-prevent-bg, #HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH.lazyload, #HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH.lazyloading { background-image: none; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container { background-color: transparent; background-image: none; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container > .video-iframe-container { display: none; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row > .video-iframe-container { display: none; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .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); }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container { border-width: 0; border-radius: 0; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#w0aNzUCbVdls5BiZ5IesNcIpfiSW1GE3 { color:#1a3b66;display:block;width:29.0625rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.25rem;left:0rem;height:11.0498125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gP69bAO29q14LxklzpBVWkL2AMTWmMA2 { color:#1a3b66;display:block;width:27.8125rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.124755859375rem;left:0rem;height:6.9863125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-form-header { font-size:0.75rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:23.875rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:23.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:23.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:23.875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .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; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#1a3b66;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:23.875rem;height:3.4375rem;font-family:poppins;overflow:hidden; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal;float:none; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .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; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-container:first-of-type{padding-top:0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-container:last-of-type{padding-bottom:0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:32.6240234375rem;top:6.5625rem;z-index:15024;position:absolute;font-size:0.75rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem;display:block;vertical-align:top; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM {display:block;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:32.6240234375rem;top:6.5625rem;z-index:15024;position:absolute;font-size:0.75rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #qMEavUvk7A8aSJ9IPgVsEN3z6T2UpcMu { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #a0fOxGh6JIvhGGd9WalTULARzOeuTWvK { position:relative;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #lGDvDQyWZU0uAT1oo9NraCct1tDsmH0F { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #JdchnO8E6T8kd3daoAf9foQwvSMWWTkT { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #ttedtqNJ7toaSsX1T56br6mLkm9uZquS { position:relative;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #kTRSep2Q9JlLhLsbrz29IqpMd3Z2OXrT { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #uZanEg5VoQwJRqpAM6486cCquKwqfk4T { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #f7Fytkry21yNar3pdkks4fqebLbi53RS { position:relative;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #OfxSpX9gwOPp843iUkwZlANcTshh15Gs { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #WEkVOy9DGc2XArBL0WeAK9cR8qeNlIf6 { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #C2wtMBQlSbwJf84NHl4Mt3J4bfAyqrey { position:relative;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #wpyZCSq0wd9lXmWlXksqTJmTyxefHdv1 { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #mbCZw8ell6AwIgFVmQHs9dyqbeKigMNz { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #gGH9Rsl9xaQh7NU0xVRdfAKNAxvkGe5g { position:relative;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #eeqXJLxrfTpD5V3zNAmeRoASfpserTwp { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #h83Uc0XnwE1ACwTnmRzhDsrxxtOaLLxe { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #kFqKTLAOkIgUZ5EHElLQCEGB75IkZf82 { position:relative;display:block; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #x7W7SxcDf2PDG2bFkIEDLF8E4MKUqbQI { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #dABQRBf9htPXGuzDVOvJAIEcnzVVgWzB { position:relative; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #He6ASNJKA3acCwRpR5pkevNeQHA6thyx { position:relative; }
#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb144979-fb50-4394-bacd-8739b71c7bab/4.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; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG.adaptive-delivery-prevent-bg, #v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG.lazyload, #v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG.lazyloading { background-image: none; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container { background-color: transparent; background-image: none; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container > .video-iframe-container { display: none; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row > .video-iframe-container { display: none; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .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); }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container { border-width: 0; border-radius: 0; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#r4flMBDxkCQlsWHM2AgT4GThIBQ7QBVH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:60rem;top:35.8125rem;left:0rem;overflow:hidden;display:block; }
#BETsvV4AO1Zpgdq9A8xL6cgaXLWm64uq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:9.624625rem;top:21.3125rem;left:0rem;overflow:hidden;display:block; }
#nb0wCElVz6GauX6I4avHqxgcBASERPBT { color:#1a3b66;display:block;width:11.3745rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.5rem;left:11.25rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ucQiNACQp6cH4AzvV4HOFFtRCCRdb6n5 { color:#1a3b66;display:block;width:43.9375rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.562744140625rem;left:0rem;height:6.17431875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XH8oUtzdTaTO3VHK8xay4iV6tgUoWih2 { color:#1a3b66;display:block;width:37.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.1875rem;left:0rem;height:4.22363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d5tW4zuvB264oy8kAq68yvlFn4pT9l51 { color:#1a3b66;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:21.499633789062rem;left:43.062133789062rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CMoLnnsFguyURRMRt9I0SiET2bHsJJ2c { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.31225rem;width:11.124875rem;top:21.279907226562rem;left:30rem;overflow:hidden;display:block; }
#FPGTNlvu29kLu0GoW3QfpnQ0gLkv5uk3 { color:#1a3b66;display:block;width:14.74975rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.125rem;left:11.25rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oU2uyUT8xOPKLR6qGt7QqLdxficlKfi0 { color:#1a3b66;display:block;width:14.7485625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.124755859375rem;left:43.062133789062rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb144979-fb50-4394-bacd-8739b71c7bab/4.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; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T.adaptive-delivery-prevent-bg, #kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T.lazyload, #kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T.lazyloading { background-image: none; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container { background-color: transparent; background-image: none; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container > .video-iframe-container { display: none; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row > .video-iframe-container { display: none; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .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); }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container { border-width: 0; border-radius: 0; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#JiU6Mt2E0PW75x8iIVdfM9b9DmTppxVo { 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:5.75rem;width:60rem;top:24.874877929688rem;left:0rem;overflow:hidden;display:block; }
#k9Gxc7bkpcC3qPle6iVITqHs6728qqnr { color:#1a3b66;display:block;width:11.3745rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:11.625rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAs67nbTD4nxZqxlyP95eNlkcmUr7Xl1 { color:#1a3b66;display:block;width:18.0615rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:41.9384765625rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C6kh8MRQVOv7O6DzVZX8CPHgzwFfx9uA { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:11.1875rem;left:30rem;overflow:hidden;display:block; }
#eW4V6JWSBPCd8xzLVcSrC3aeGdTVyUBh { color:#1a3b66;display:block;width:14.74975rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:11.625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XVUFc2Z8leIaaFs8dq0tuhbKbg5LEdLB { color:#1a3b66;display:block;width:16.4375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.976318359375rem;left:41.9384765625rem;height:3.2495125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pvMhWt1sVcTZzNR9m71U6trOlTeEUTiX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.562125rem;width:9.812rem;top:11.25rem;left:0rem;overflow:hidden;display:block; }
#COydFi02abWWgsvDgtNtUy120UywTUe0 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6248779296875rem;left:0rem;height:4.22363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb144979-fb50-4394-bacd-8739b71c7bab/4.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; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk.adaptive-delivery-prevent-bg, #NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk.lazyload, #NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk.lazyloading { background-image: none; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container { background-color: transparent; background-image: none; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container > .video-iframe-container { display: none; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row > .video-iframe-container { display: none; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .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); }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container { border-width: 0; border-radius: 0; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#TcfwyNgHRJomXrOEOvNfQuvR7Xgi9FKm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:60rem;top:25.43701171875rem;left:0rem;overflow:hidden;display:block; }
#lSyxiRZqfAgZ1gSBToxHMspaSuZRlvFb { color:#1a3b66;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.3125rem;left:11.375rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NrFROo7GMkB1rbfPFHnm1TZ39pTggSVm { color:#1a3b66;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.9375rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l7iu8Matfei2FbCKQbXP3z32J1XTEKaz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:11.1875rem;left:30rem;overflow:hidden;display:block; }
#NwiLeDlalr33v9uAAGS84997brXN79OA { color:#1a3b66;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:11.375rem;height:5.1181625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xkVc7myiCmREAQAuiOZdCT2y5IiMLkRa { color:#1a3b66;display:block;width:14.749125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:43.9375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ntXEQpuQr2fWXCd6RLbZzKbsZ9v4lHFS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:9.625rem;top:11.279907226562rem;left:0rem;overflow:hidden;display:block; }
#Q8D4mkOQVI0oDRs1EdcdVdBvfXyNqOCH { color:#1a3b66;display:block;width:37.5rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6248779296875rem;left:0rem;height:4.22363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb144979-fb50-4394-bacd-8739b71c7bab/4.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; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O.adaptive-delivery-prevent-bg, #OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O.lazyload, #OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O.lazyloading { background-image: none; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container { background-color: transparent; background-image: none; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container > .video-iframe-container { display: none; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row > .video-iframe-container { display: none; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .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); }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container { border-width: 0; border-radius: 0; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container { font-size:0.875rem;font-family:arial;height:32.625rem;width:60rem;position:relative;display:block; }#uIariPI4A3Qvzegn7yrBbh6uzlpHZUVN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:60rem;top:25.186767578125rem;left:0rem;overflow:hidden;display:block; }
#afmyPdo1Tsmfc7nraS8NCRJeo1u6CHnx { color:#1a3b66;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:11.624755859375rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cJp5gFqF7u5LPU1dkaiP0muKq6BBt24D { color:#1a3b66;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:41.5rem;height:4.38720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xTiRFE3Z0cvO3n7UUGql8iPah84r3rW2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:9.625rem;top:11.3515625rem;left:30rem;overflow:hidden;display:block; }
#RnmmzsWsPIN0iTQlQXf9ZGTToTqFpcTm { color:#1a3b66;display:block;width:14.74975rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.9375rem;left:11.625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xMCRuQE4MNwv87dDoNiuZfNt75H82wSv { color:#1a3b66;display:block;width:14.7485625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.375rem;left:41.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K9IPgspE75qd2FvwpPbRiGouJext64zn { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.3125rem;top:11.373291015625rem;left:0rem;overflow:hidden;display:block; }
#plO6RoQwFAo0KmS9bakgqBIOWObn5mod { color:#ffffff;display:block;width:49.375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6248779296875rem;left:0rem;height:4.22363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb144979-fb50-4394-bacd-8739b71c7bab/4.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; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu.adaptive-delivery-prevent-bg, #LVoAGaWzUk3GvxStlHIDfS2926yqr2eu.lazyload, #LVoAGaWzUk3GvxStlHIDfS2926yqr2eu.lazyloading { background-image: none; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container { background-color: transparent; background-image: none; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container > .video-iframe-container { display: none; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row > .video-iframe-container { display: none; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .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); }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container { border-width: 0; border-radius: 0; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;position:relative;display:block; }#GH7bPJZlZJWC4STts3nQHfA81XhfslJZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31213125rem;width:60rem;top:25.499267578125rem;left:0rem;overflow:hidden;display:block; }
#RgMdIi7eG7lPLZKPUtgpOovw35FvHtww { color:#1a3b66;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.31201171875rem;left:11.62353515625rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MqosZoTB3Wy3hLtSHOnliyi5qMw5VqqS { color:#1a3b66;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.9375rem;height:2.19360625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xU9zE53K1PozJqqppTFnaOIMXlLH2SFx { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.249rem;width:10.249rem;top:10.811767578125rem;left:31.4990234375rem;overflow:hidden;display:block; }
#UMA9JLCG2OTGfZMFGtSgDE4iidhG3T5X { color:#1a3b66;display:block;width:14.749125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.481567382812rem;left:11.62353515625rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTMERJw4AODiD5ASLrPAZ4Ua6V52aeAx { color:#1a3b66;display:block;width:14.749125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:43.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#keeHWi4VJeSG2e5ZPnI3wOHSBbb0JgxE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.249625rem;width:9.562375rem;top:10.810546875rem;left:0rem;overflow:hidden;display:block; }
#TzCCvR97i2vwHF7sPWXZarbbuvtuHwuE { color:#1a3b66;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6248779296875rem;left:0rem;height:4.22363125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57aa9a;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; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container { background-color: transparent; background-image: none; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container > .video-iframe-container { display: none; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row > .video-iframe-container { display: none; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .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); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container { border-width: 0; border-radius: 0; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:60rem;position:relative;display:block; }#T3srUZmB3HHMwTBkN78ivB38CqozxMoR { 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:3rem;width:8.3125rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#h3MT0wPmeyTz0QdJ1UzO7lFiaGTys0lE { 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:7.0625rem;width:18.125rem;top:0rem;left:8.3125rem;overflow:hidden;display:block; }
#EeqVXIkTQDIO9dNgRB65FyVvknaGmn3R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:2.625rem;left:46.625rem; }
#EeqVXIkTQDIO9dNgRB65FyVvknaGmn3R > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Esxr4HcDgChria42aydAZr3TNox3H67i { box-sizing:content-box;color:#5d92ff;font-size:2.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:flex;z-index:15020;opacity:1;top:2.8125rem;left:44.25rem; }
#Esxr4HcDgChria42aydAZr3TNox3H67i > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#vwPwHnnGZwITCuDNZcDSRdNd8FcUC3fD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.65625rem;left:49.25rem; }
#vwPwHnnGZwITCuDNZcDSRdNd8FcUC3fD > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#XNHyKTDWumQJdfzyVcEShERTV91cuuQy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.59375rem;left:51.8125rem; }
#XNHyKTDWumQJdfzyVcEShERTV91cuuQy > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV { display:block; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyW8C8ENUJoiXQsB7bcxZsdNWgt5VlML { width:5.125rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST { display:block; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpiaV6kqLLJDJMFlwmXW7sVEwwOICfcH { width:47.75rem;height:11.9375rem;top:10.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTyorl2se42cOnxGcbCprDJC6qKzTule { top:14rem;left:0rem;width:43.125rem;height:8.3003935623361rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS5TSdcWxa8T95qJCAPnXcptd660ZiaT { top:24.8125rem;left:0rem;width:44.4375rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:47.75rem;height:19rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 { display:block; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH { display:block; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0aNzUCbVdls5BiZ5IesNcIpfiSW1GE3 { width:29.0625rem;height:11rem;top:18.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP69bAO29q14LxklzpBVWkL2AMTWmMA2 { width:27.8125rem;height:6.9375rem;top:9.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-regular-label { display:block;width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-checkbox-label { width:22.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM  { width:23.875rem;height:auto;top:6.5625rem;left:21.375rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM {display:block;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM { width:23.875rem;height:auto;top:6.5625rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #qMEavUvk7A8aSJ9IPgVsEN3z6T2UpcMu {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #a0fOxGh6JIvhGGd9WalTULARzOeuTWvK {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #lGDvDQyWZU0uAT1oo9NraCct1tDsmH0F {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #JdchnO8E6T8kd3daoAf9foQwvSMWWTkT {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #ttedtqNJ7toaSsX1T56br6mLkm9uZquS { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #kTRSep2Q9JlLhLsbrz29IqpMd3Z2OXrT {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #uZanEg5VoQwJRqpAM6486cCquKwqfk4T {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #f7Fytkry21yNar3pdkks4fqebLbi53RS { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #OfxSpX9gwOPp843iUkwZlANcTshh15Gs {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #WEkVOy9DGc2XArBL0WeAK9cR8qeNlIf6 {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #C2wtMBQlSbwJf84NHl4Mt3J4bfAyqrey { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #wpyZCSq0wd9lXmWlXksqTJmTyxefHdv1 {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #mbCZw8ell6AwIgFVmQHs9dyqbeKigMNz {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #gGH9Rsl9xaQh7NU0xVRdfAKNAxvkGe5g { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #eeqXJLxrfTpD5V3zNAmeRoASfpserTwp {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #h83Uc0XnwE1ACwTnmRzhDsrxxtOaLLxe {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #kFqKTLAOkIgUZ5EHElLQCEGB75IkZf82 { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #x7W7SxcDf2PDG2bFkIEDLF8E4MKUqbQI {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #dABQRBf9htPXGuzDVOvJAIEcnzVVgWzB {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #He6ASNJKA3acCwRpR5pkevNeQHA6thyx {  }
 }@media only screen and (max-width: 763px) { #v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG { display:block; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4flMBDxkCQlsWHM2AgT4GThIBQ7QBVH { top:35.8125rem;left:0rem;width:47.75rem;height:3.8295599479167rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETsvV4AO1Zpgdq9A8xL6cgaXLWm64uq { top:21.3125rem;left:0rem;width:9.5625rem;height:11.178109413965rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb0wCElVz6GauX6I4avHqxgcBASERPBT { width:11.3125rem;height:2.1875rem;top:21.5rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucQiNACQp6cH4AzvV4HOFFtRCCRdb6n5 { width:43.875rem;height:6.125rem;top:5.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH8oUtzdTaTO3VHK8xay4iV6tgUoWih2 { width:37.1875rem;height:4.1875rem;top:15.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5tW4zuvB264oy8kAq68yvlFn4pT9l51 { width:14.375rem;height:2.1875rem;top:21.4375rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMoLnnsFguyURRMRt9I0SiET2bHsJJ2c { top:21.25rem;left:23.875rem;width:11.0625rem;height:11.248824424994rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPGTNlvu29kLu0GoW3QfpnQ0gLkv5uk3 { width:14.6875rem;height:3.375rem;top:24.0625rem;left:8.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU2uyUT8xOPKLR6qGt7QqLdxficlKfi0 { width:14.6875rem;height:3.375rem;top:24.0625rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T { display:block; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiU6Mt2E0PW75x8iIVdfM9b9DmTppxVo { top:24.8125rem;left:0rem;width:47.75rem;height:4.5760416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Gxc7bkpcC3qPle6iVITqHs6728qqnr { width:11.3125rem;height:2.1875rem;top:12.3125rem;left:8.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAs67nbTD4nxZqxlyP95eNlkcmUr7Xl1 { width:18rem;height:4.375rem;top:12.25rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6kh8MRQVOv7O6DzVZX8CPHgzwFfx9uA { top:11.1875rem;left:23.875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW4V6JWSBPCd8xzLVcSrC3aeGdTVyUBh { width:14.6875rem;height:3.375rem;top:14.875rem;left:8.562255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVUFc2Z8leIaaFs8dq0tuhbKbg5LEdLB { width:16.4375rem;height:3.25rem;top:16.9375rem;left:31.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvMhWt1sVcTZzNR9m71U6trOlTeEUTiX { top:11.25rem;left:0rem;width:9.75rem;height:10.495385115165rem;display:block; }
 }@media only screen and (max-width: 763px) { #COydFi02abWWgsvDgtNtUy120UywTUe0 { width:32.5rem;height:4.25rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk { display:block; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcfwyNgHRJomXrOEOvNfQuvR7Xgi9FKm { top:25.375rem;left:0rem;width:47.75rem;height:3.43203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSyxiRZqfAgZ1gSBToxHMspaSuZRlvFb { width:16.4375rem;height:2.1875rem;top:12.3125rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrFROo7GMkB1rbfPFHnm1TZ39pTggSVm { width:14.375rem;height:2.1875rem;top:12.25rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7iu8Matfei2FbCKQbXP3z32J1XTEKaz { top:11.1875rem;left:23.875rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwiLeDlalr33v9uAAGS84997brXN79OA { width:16.4375rem;height:5.0625rem;top:14.9375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkVc7myiCmREAQAuiOZdCT2y5IiMLkRa { width:14.6875rem;height:3.1875rem;top:15.0625rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntXEQpuQr2fWXCd6RLbZzKbsZ9v4lHFS { top:11.25rem;left:0rem;width:9.625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8D4mkOQVI0oDRs1EdcdVdBvfXyNqOCH { width:37.5rem;height:4.25rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O { display:block; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIariPI4A3Qvzegn7yrBbh6uzlpHZUVN { top:25.125rem;left:0rem;width:47.75rem;height:3.43203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afmyPdo1Tsmfc7nraS8NCRJeo1u6CHnx { width:14.375rem;height:2.1875rem;top:12.25rem;left:8.562255859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJp5gFqF7u5LPU1dkaiP0muKq6BBt24D { width:14.375rem;height:4.375rem;top:12.3125rem;left:32.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiRFE3Z0cvO3n7UUGql8iPah84r3rW2 { top:11.3125rem;left:23.875rem;width:9.625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnmmzsWsPIN0iTQlQXf9ZGTToTqFpcTm { width:14.6875rem;height:3.375rem;top:14.875rem;left:8.562255859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMCRuQE4MNwv87dDoNiuZfNt75H82wSv { width:14.6875rem;height:1.5625rem;top:17.375rem;left:32.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9IPgspE75qd2FvwpPbRiGouJext64zn { top:11.3125rem;left:0rem;width:10.3125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plO6RoQwFAo0KmS9bakgqBIOWObn5mod { width:47.75rem;height:4.25rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVoAGaWzUk3GvxStlHIDfS2926yqr2eu { display:block; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GH7bPJZlZJWC4STts3nQHfA81XhfslJZ { top:25.4375rem;left:0rem;width:47.75rem;height:3.4317377864583rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgMdIi7eG7lPLZKPUtgpOovw35FvHtww { width:17.5rem;height:2.1875rem;top:12.25rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqosZoTB3Wy3hLtSHOnliyi5qMw5VqqS { width:14.375rem;height:2.1875rem;top:12.25rem;left:33.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9zE53K1PozJqqppTFnaOIMXlLH2SFx { top:10.75rem;left:23.875rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMA9JLCG2OTGfZMFGtSgDE4iidhG3T5X { width:14.6875rem;height:3.375rem;top:15.4375rem;left:8.56103515625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTMERJw4AODiD5ASLrPAZ4Ua6V52aeAx { width:14.6875rem;height:1.5625rem;top:15.0625rem;left:33.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keeHWi4VJeSG2e5ZPnI3wOHSBbb0JgxE { top:10.75rem;left:0rem;width:9.5rem;height:10.182767094995rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCCvR97i2vwHF7sPWXZarbbuvtuHwuE { width:37.25rem;height:4.1875rem;top:3.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ { display:block; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3srUZmB3HHMwTBkN78ivB38CqozxMoR { top:2.125rem;left:0rem;width:8.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3MT0wPmeyTz0QdJ1UzO7lFiaGTys0lE { top:0rem;left:2.1875rem;width:18.125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeqVXIkTQDIO9dNgRB65FyVvknaGmn3R { top:2.625rem;left:40.5rem;width:2rem;height:2rem;display:block; }
#EeqVXIkTQDIO9dNgRB65FyVvknaGmn3R > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Esxr4HcDgChria42aydAZr3TNox3H67i { top:2.8125rem;left:38.125rem;width:1.75rem;height:1.75rem;display:block; }
#Esxr4HcDgChria42aydAZr3TNox3H67i > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #vwPwHnnGZwITCuDNZcDSRdNd8FcUC3fD { top:2.625rem;left:43.125rem;width:1.9375rem;height:1.9375rem;display:block; }
#vwPwHnnGZwITCuDNZcDSRdNd8FcUC3fD > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #XNHyKTDWumQJdfzyVcEShERTV91cuuQy { top:2.5625rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
#XNHyKTDWumQJdfzyVcEShERTV91cuuQy > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV { position:relative;z-index:auto;display:block; }#rSRa3pKBkQTgKoeHwGhnzU3GykA1LNJV > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SyW8C8ENUJoiXQsB7bcxZsdNWgt5VlML { width:4.375rem;height:4.375rem;top:0rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a15106cf-4cc3-4e67-9300-53e87890833a/partes_Mesadetrabajo1.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;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; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST.adaptive-delivery-prevent-bg, #grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST.lazyload, #grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST.lazyloading { background-image: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { background-color: transparent; background-image: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,47,112,0.55); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container > .video-iframe-container { display: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,47,112,0.55); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row > .video-iframe-container { display: none; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .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); }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { border-width: 0; border-radius: 0; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST::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; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grtX8Qw7Ohl8DDDl8JAmWvWqpN12P6ST > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpiaV6kqLLJDJMFlwmXW7sVEwwOICfcH { width:17.875rem;height:5.06225625rem;top:3.5rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.9375rem;z-index:15009;line-height:2.7;display:block; }
 }@media only screen and (max-width: 763px) { #UTyorl2se42cOnxGcbCprDJC6qKzTule { width:11.187125rem;height:1.93725625rem;top:6.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BS5TSdcWxa8T95qJCAPnXcptd660ZiaT { width:17.75rem;height:9.746125rem;top:9.854736328125rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { background-color:#fef8e0;background-image:none;display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HT9pmoBaiFLohqdhMazWhz5vTXqTafUf { width:18.062125rem;height:18.2739125rem;top:2.4554443359375rem;left:0.9686279296875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c65e99e3-edd5-482c-b348-030b0950dc55/PartesLandingpreregistro.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6.adaptive-delivery-prevent-bg, #eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6.lazyload, #eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6.lazyloading { background-image: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { background-color: transparent; background-image: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container > .video-iframe-container { display: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row > .video-iframe-container { display: none; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .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); }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { border-width: 0; border-radius: 0; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eMmGdXZsh6E7enLpU5b8n03LXEU2PkX6 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH { display:block; }#HqLCkSAcp41Bib1Ocv9LR1KBVlotQAFH > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w0aNzUCbVdls5BiZ5IesNcIpfiSW1GE3 { width:16.5rem;height:6.499rem;top:7.0489501953125rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #gP69bAO29q14LxklzpBVWkL2AMTWmMA2 { width:12.687375rem;height:3.08715625rem;top:2.4359130859375rem;left:0.999755859375rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-text {padding-top: 0; padding-bottom: 0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-select {padding-top: 0; padding-bottom: 0;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM  { width:17.5rem;height:auto;top:15.436401367188rem;left:0rem; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM {display:block;}#GT96OENHM2TTTkI3TOhGMvco9rBzBTGM { width:17.5rem;height:auto;top:15.436401367188rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #qMEavUvk7A8aSJ9IPgVsEN3z6T2UpcMu {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #a0fOxGh6JIvhGGd9WalTULARzOeuTWvK {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #lGDvDQyWZU0uAT1oo9NraCct1tDsmH0F {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #JdchnO8E6T8kd3daoAf9foQwvSMWWTkT {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #ttedtqNJ7toaSsX1T56br6mLkm9uZquS { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #kTRSep2Q9JlLhLsbrz29IqpMd3Z2OXrT {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #uZanEg5VoQwJRqpAM6486cCquKwqfk4T {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #f7Fytkry21yNar3pdkks4fqebLbi53RS { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #OfxSpX9gwOPp843iUkwZlANcTshh15Gs {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #WEkVOy9DGc2XArBL0WeAK9cR8qeNlIf6 {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #C2wtMBQlSbwJf84NHl4Mt3J4bfAyqrey { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #wpyZCSq0wd9lXmWlXksqTJmTyxefHdv1 {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #mbCZw8ell6AwIgFVmQHs9dyqbeKigMNz {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #gGH9Rsl9xaQh7NU0xVRdfAKNAxvkGe5g { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #eeqXJLxrfTpD5V3zNAmeRoASfpserTwp {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #h83Uc0XnwE1ACwTnmRzhDsrxxtOaLLxe {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #kFqKTLAOkIgUZ5EHElLQCEGB75IkZf82 { display:block; }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #x7W7SxcDf2PDG2bFkIEDLF8E4MKUqbQI {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #dABQRBf9htPXGuzDVOvJAIEcnzVVgWzB {  }
 }@media only screen and (max-width: 763px) { #GT96OENHM2TTTkI3TOhGMvco9rBzBTGM #He6ASNJKA3acCwRpR5pkevNeQHA6thyx {  }
 }@media only screen and (max-width: 763px) { #v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG { display:block; }#v7Z1W6C6gLnNmFBAqxW2pEdxQfTMdUKG > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r4flMBDxkCQlsWHM2AgT4GThIBQ7QBVH { width:20rem;height:1.60400625rem;top:52.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETsvV4AO1Zpgdq9A8xL6cgaXLWm64uq { width:8.624875rem;height:10.1245rem;top:19.874267578125rem;left:1.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb0wCElVz6GauX6I4avHqxgcBASERPBT { width:11.31225rem;height:1.62475625rem;top:30.562133789062rem;left:1.84326171875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #ucQiNACQp6cH4AzvV4HOFFtRCCRdb6n5 { width:17.6245rem;height:6.09375rem;top:2.4371337890625rem;left:1.84326171875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #XH8oUtzdTaTO3VHK8xay4iV6tgUoWih2 { width:18.125rem;height:7.473125rem;top:10.586547851562rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #d5tW4zuvB264oy8kAq68yvlFn4pT9l51 { width:14.375rem;height:1.62475625rem;top:46.499633789062rem;left:1.84326171875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #CMoLnnsFguyURRMRt9I0SiET2bHsJJ2c { width:9.436625rem;height:9.624rem;top:36.123657226562rem;left:1.84326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPGTNlvu29kLu0GoW3QfpnQ0gLkv5uk3 { width:14.6875rem;height:1.2182625rem;top:32.686767578125rem;left:1.84326171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #oU2uyUT8xOPKLR6qGt7QqLdxficlKfi0 { width:14.874875rem;height:2.436525rem;top:48.63037109375rem;left:1.84326171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T { display:block; }#kMBVDNTNW3ztQdhVLgbXySwFMhCkqS9T > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JiU6Mt2E0PW75x8iIVdfM9b9DmTppxVo { width:20rem;height:1.91650625rem;top:43.687133789062rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9Gxc7bkpcC3qPle6iVITqHs6728qqnr { width:11.31225rem;height:1.62475625rem;top:21.625rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #WAs67nbTD4nxZqxlyP95eNlkcmUr7Xl1 { width:15rem;height:1.62475625rem;top:37.186889648438rem;left:1.68701171875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #C6kh8MRQVOv7O6DzVZX8CPHgzwFfx9uA { width:9.12475rem;height:9.12475rem;top:26.624755859375rem;left:1.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW4V6JWSBPCd8xzLVcSrC3aeGdTVyUBh { width:14.6875rem;height:1.2182625rem;top:23.24951171875rem;left:1.68701171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #XVUFc2Z8leIaaFs8dq0tuhbKbg5LEdLB { width:14.6875rem;height:2.436525rem;top:39.374389648438rem;left:1.68701171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #pvMhWt1sVcTZzNR9m71U6trOlTeEUTiX { width:9.25rem;height:9.9375rem;top:10.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COydFi02abWWgsvDgtNtUy120UywTUe0 { width:16.062rem;height:7.473125rem;top:1.8115234375rem;left:1.68701171875rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk { display:block; }#NvCqVEiKVnbGp7ba9XvSJyEGyHokw5sk > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TcfwyNgHRJomXrOEOvNfQuvR7Xgi9FKm { width:20rem;height:1.43676875rem;top:46.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSyxiRZqfAgZ1gSBToxHMspaSuZRlvFb { width:16.437375rem;height:1.62475625rem;top:23.25rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #NrFROo7GMkB1rbfPFHnm1TZ39pTggSVm { width:14.375rem;height:1.62475625rem;top:40.062255859375rem;left:1.8121337890625rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #l7iu8Matfei2FbCKQbXP3z32J1XTEKaz { width:8.1875rem;height:8.1875rem;top:30.812377929688rem;left:1.8121337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwiLeDlalr33v9uAAGS84997brXN79OA { width:16.43675rem;height:3.6547875rem;top:25.499267578125rem;left:1.781005859375rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #xkVc7myiCmREAQAuiOZdCT2y5IiMLkRa { width:14.6875rem;height:2.436525rem;top:42.31201171875rem;left:1.8121337890625rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #ntXEQpuQr2fWXCd6RLbZzKbsZ9v4lHFS { width:7.875rem;height:8.875rem;top:13.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8D4mkOQVI0oDRs1EdcdVdBvfXyNqOCH { width:14.812rem;height:9.3414375rem;top:2.0625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O { display:block; }#OPHThW7I4DWiJAcugKKaTaUd2G7uyk0O > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIariPI4A3Qvzegn7yrBbh6uzlpHZUVN { width:20rem;height:1.43676875rem;top:44.686889648438rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afmyPdo1Tsmfc7nraS8NCRJeo1u6CHnx { width:14.375rem;height:1.70593125rem;top:24.124145507812rem;left:1.37451171875rem;text-align:left;text-align-last:left;font-size:1.3125rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #cJp5gFqF7u5LPU1dkaiP0muKq6BBt24D { width:18.75rem;height:1.62475625rem;top:39.685668945312rem;left:1.37451171875rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #xTiRFE3Z0cvO3n7UUGql8iPah84r3rW2 { width:8.2495rem;height:8.624875rem;top:30.062255859375rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnmmzsWsPIN0iTQlQXf9ZGTToTqFpcTm { width:14.312125rem;height:1.2182625rem;top:26.37451171875rem;left:1.4044189453125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #xMCRuQE4MNwv87dDoNiuZfNt75H82wSv { width:14.6875rem;height:1.2182625rem;top:41.936645507812rem;left:1.4385986328125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #K9IPgspE75qd2FvwpPbRiGouJext64zn { width:8.2495rem;height:8.4375rem;top:14.6240234375rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plO6RoQwFAo0KmS9bakgqBIOWObn5mod { width:18.561375rem;height:9.3414375rem;top:2.874755859375rem;left:1.4385986328125rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #LVoAGaWzUk3GvxStlHIDfS2926yqr2eu { display:block; }#LVoAGaWzUk3GvxStlHIDfS2926yqr2eu > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GH7bPJZlZJWC4STts3nQHfA81XhfslJZ { width:20rem;height:1.43676875rem;top:39.49951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgMdIi7eG7lPLZKPUtgpOovw35FvHtww { width:17.5rem;height:1.62475625rem;top:21.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #MqosZoTB3Wy3hLtSHOnliyi5qMw5VqqS { width:14.375rem;height:1.62475625rem;top:34.81201171875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #xU9zE53K1PozJqqppTFnaOIMXlLH2SFx { width:7.749rem;height:7.749rem;top:25.999755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMA9JLCG2OTGfZMFGtSgDE4iidhG3T5X { width:14.6875rem;height:1.2182625rem;top:22.981567382812rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #zTMERJw4AODiD5ASLrPAZ4Ua6V52aeAx { width:14.6875rem;height:1.2182625rem;top:36.936645507812rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #keeHWi4VJeSG2e5ZPnI3wOHSBbb0JgxE { width:7.87475rem;height:8.4375rem;top:12.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzCCvR97i2vwHF7sPWXZarbbuvtuHwuE { width:17.937rem;height:7.473125rem;top:2.25rem;left:1rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#555555;display:block; }
 }@media only screen and (max-width: 763px) { #ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ { background-color:#072f70;background-image:none;display:block; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container { background-color: transparent; background-image: none; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container > .video-iframe-container { display: none; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row > .video-iframe-container { display: none; }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .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); }#ZWXhza72Ant6TQfzCr8Wcp0tuU8vHMZJ > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3srUZmB3HHMwTBkN78ivB38CqozxMoR { width:5.5rem;height:1.875rem;top:3rem;left:2.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #h3MT0wPmeyTz0QdJ1UzO7lFiaGTys0lE { width:10.5rem;height:3.9375rem;top:1.65625rem;left:9.6552734375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EeqVXIkTQDIO9dNgRB65FyVvknaGmn3R { display:flex;width:2rem;height:2rem;top:6.9375rem;left:4.3125rem; }
#EeqVXIkTQDIO9dNgRB65FyVvknaGmn3R > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Esxr4HcDgChria42aydAZr3TNox3H67i { display:flex;width:1.8125rem;height:1.8125rem;top:7.0625rem;left:7.625rem; }
#Esxr4HcDgChria42aydAZr3TNox3H67i > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #vwPwHnnGZwITCuDNZcDSRdNd8FcUC3fD { display:flex;width:1.9375rem;height:1.9375rem;top:7rem;left:10.5rem; }
#vwPwHnnGZwITCuDNZcDSRdNd8FcUC3fD > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #XNHyKTDWumQJdfzyVcEShERTV91cuuQy { display:flex;width:2.0625rem;height:2.0625rem;top:6.9375rem;left:13.625rem; }
#XNHyKTDWumQJdfzyVcEShERTV91cuuQy > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }