.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container { background-color: transparent; background-image: none; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container > .video-iframe-container { display: none; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row > .video-iframe-container { display: none; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .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); }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container { border-width: 0; border-radius: 0; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#DI5HwsIuQ5b06igEdsSudzD36ImcJb2S { position:absolute;display:block;z-index:15011;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:12.5rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6ebee54c-3a2c-4848-ab1c-ce4dd545d4ee/Presentacionsintitulo.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC.adaptive-delivery-prevent-bg, #hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC.lazyload, #hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC.lazyloading { background-image: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container { background-color: transparent; background-image: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container > .video-iframe-container { display: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row > .video-iframe-container { display: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .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); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container { border-width: 0; border-radius: 0; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container { width:75rem;height:35.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#Ii2ooCOKE73Ms2vAfTyOnAAyVUJoR9o2 { color:#003057;display:block;width:28.8125rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0.375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DuEDL9BZEsXIU3ad5GxeAKThZNdwKurK { color:#003057;display:block;width:65.625rem;position:absolute;font-family:"titillium web";font-size:1.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375rem;left:0.375rem;height:2.35595625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#eklHMhfHNydWxQeRRIMVfqMVqTDxfoP7 { background-color:#587db9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f2f2f2;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"boing macro";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.875rem;left:1.5625rem;display:none; }
#Q59AwlR1hJkfkbL2Ppy01dVP1kkTNyoh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HeJ2QzICcda4I31vW8HAL869i1mOpFma { position:absolute;display:block;z-index:15010;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:14.6245625rem;width:14.749375rem;top:20.3125rem;left:15.5625rem;overflow:hidden;display:none; }
#RCAUTUMA8xo3OKUFpGaLzGIX5qB3l5tE { position:absolute;display:block;z-index:15011;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:14.5625rem;width:14.5625rem;top:20.3125rem;left:45rem;overflow:hidden;display:none; }
#phhWxxUT420EO4zpe2H0WKPXXTrk4O3s { background-color:#fecf01;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;box-sizing:border-box;color:#f2f2f2;text-shadow:0rem 0rem 0.125rem rgba(0,0,0,0.39);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5rem;left:48.375rem;display:none; }
#Oz9pbva63AMQ9AR63TJqRPLqo0Ggw52r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g5cXVMyIHGFhHFOH2egcu9yAPVXUUhci { color:#003057;display:block;width:36.4375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.3125rem;left:0.375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E3sy3XcuTnlT4IpRniVodbrms0eGzTJ3 { box-sizing:content-box;color:#f73a44;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:14.78125rem;left:26.3125rem;display:none; }
#kDirK8zKSgRXakxRNr6BnLuEQ8TsIH5F { background-color:#f73a43;background-image:none;border-top:0.0625rem solid #f73a43;border-left:0.0625rem solid #f73a43;border-right:0.0625rem solid #f73a43;border-bottom:0.0625rem solid #f73a43;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"boing macro";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:3.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.0625rem;left:48.375rem;display:none; }
#ewF2e4IsPDGGStsHy2Be7gLiomafnSLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UpnBcylrpbJsZPrb7OOpXtmTNAOcyapV { box-sizing:content-box;color:#f73a44;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:1rem;left:71.875rem;display:none; }
#Hltl2QKUAPTBfn5L6h0n3JauhoHLzVSG { color:#003057;display:block;width:39.3125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:15.375rem;left:0.375rem;height:15.3979375rem;display:block; }
#OqIcJJVWXBUQ9OvTbFdJlmQtVpSmHwLC { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:27.25rem;top:12.79296875rem;left:0rem;overflow:hidden;display:block; }
#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6bc4e8;background-image:url("https://images.assets-landingi.com/uc/c8259138-3bb4-469a-b20a-12f88c31f8d2/404.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL.adaptive-delivery-prevent-bg, #nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL.lazyload, #nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL.lazyloading { background-image: none; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container { background-color: transparent; background-image: none; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container > .video-iframe-container { display: none; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row > .video-iframe-container { display: none; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .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); }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container { border-width: 0; border-radius: 0; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container { font-size:0.875rem;font-family:arial;height:40.6875rem;width:75rem;position:relative;display:block; }#O91EEfEOxSxhSQ1WKf5KMXpnBlzO9RM8 { background-color:#ff8cc5;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003057;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.875rem;height:3.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.0625rem;left:33.6875rem;display:block; }
#aRPctDH1UTCnCywSJnfrc6WhZX6puJub { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WJKZlDIhdTmIC2obyCoQowXpzwyDqWyl { background-color:#ff8cc5;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003057;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.875rem;height:3.375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.1875rem;left:33.6875rem;display:block; }
#upsTrOUVstUeyBDUbucXvnsafUDH0xL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#My8kFDhMTdAQktJEVptCunF02SoS5HRW { background-color:#ff8cc5;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#003057;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.875rem;height:3.375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:13.625rem;left:33.6875rem;display:block; }
#kO6zZSOCqW8rTRatcM1xZBECPoNLSgTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e23KxlI7G05SOrMTCMTGNm4gL6HNyrdD { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.75rem;top:14.1875rem;left:66.1875rem;overflow:hidden;display:block; }
#trkbyF59lNR54yginqr4CC8v2vt0pXN8 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.75rem;top:18.4375rem;left:66.1875rem;overflow:hidden;display:block; }
#El4T2u6s9RPd49Tc9rT0GRuvisgtqzkb { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.75rem;top:23.3125rem;left:66.1875rem;overflow:hidden;display:block; }
#xXGk9MRgJRMyUd9M1LGxNl44oQrDs0pl { position:absolute;display:block;z-index:15024;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:18.125rem;width:21.625rem;top:10.8125rem;left:7.4375rem;overflow:hidden;display:block; }
#nnEWHoQCdzteAO20lg6TPKDmVu5EbM0t { color:#003057;display:block;width:37rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:3.6875rem;left:20.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTAc1HLUltXsUsz4peyhEql8zSPz6wXZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:3.375rem;left:17.75rem; }
#iKTQtm0iTlXaBgNCgs2XdfVV71KNRa7M { box-sizing:content-box;height:3.125rem;width:60.625rem;position:absolute;display:block;z-index:15027;background-color:#efe108;background-image:none;top:34.3125rem;left:8.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VOaRSIc2a95OOk2EwsWNlEW8yTlfne3r { color:#003057;display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.25rem;left:12.875rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#f11M29qbAHEKQKBtZxSBGcPSDcu3L43X { 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:15027;opacity:1;top:34.875rem;left:9.625rem; }
#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo { position:relative;display:block; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo { background-color: transparent; background-image: none; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row .container > .video-iframe-container { display: none; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row > .video-iframe-container { display: none; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .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); }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo { border-width: 0; border-radius: 0; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WudQ1Swe07m4gAryRcU8TC5h5tCAVyAh { color:#003057;display:block;width:62.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:2.8125rem;left:8.75rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EzrMGsf5tEIUASq7IDT80J7OQgrJhIlm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.4375rem;left:21.625rem; }
#gftnF06H9n6TzIVrg9picX74SKmIE55h { color:#003057;display:block;width:69.6875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:6.625rem;left:3.75rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff8cc5;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; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container { background-color: transparent; background-image: none; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container > .video-iframe-container { display: none; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row > .video-iframe-container { display: none; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .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); }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container { border-width: 0; border-radius: 0; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#ScDPz4gs7D2xtQhgOTpvwTaS8TFAWVTa { color:#003057;display:block;width:25.875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:1.3125rem;left:24.5625rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AGn5QlDTWnlb4aT5XFinbur28oXvlzGl { color:#003057;display:block;width:45.875rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:4.25rem;left:14.5625rem;height:4.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvhETfTTB9WMcITPZdBED3tehoAnmKg5 { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:16.4375rem;left:27.1875rem; }
#wE8PeWMs7Kcmnv4uz0b1xKTpQaE57LiK { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:11.1875rem;left:25rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O3hbDZuwTT6RA6QITLlW8lPU4iiH48IG { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:16.4375rem;left:42.625rem; }
#FhbAxnVX4VJ57t0obXrL2puK4RxPunf5 { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:"titillium web";font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:12.1875rem;left:40.4375rem;height:2.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wqJvfQvpLgdLBFDtLa76s3dZnbKdsffT { position:absolute;display:block;z-index:15015;background-color:#003057;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4375rem;width:9.6875rem;top:10.4375rem;left:24.5625rem;display:block; }
#cRT4sz6AwiXqUqfBWf3PQkBParFe9qgp { position:absolute;display:block;z-index:15016;background-color:#003057;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.4375rem;width:9.6875rem;top:10.4375rem;left:40rem;display:block; }
#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d7d6;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; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container { background-color: transparent; background-image: none; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container > .video-iframe-container { display: none; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row > .video-iframe-container { display: none; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .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); }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container { border-width: 0; border-radius: 0; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#eSxpOZtPzJ6VUZPD3SfUMupX7qe48t65 { color:#073352;display:block;width:62.125rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:1.75rem;left:6.4375rem;height:2.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UaE5u01dRSpA3OxVg8w9Bo6sJ0W9SPJR { color:#073352;display:block;width:67.125rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:5.2685546875rem;left:3.9375rem;height:2.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xCsUDIL3AhlLSqeaRiwnhVk0htXrgmil { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:10.125rem;left:21.4375rem; }
#dEI2RpSAiewBLwMNADvA4DVDNayGMue0 { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:11.0625rem;left:28.6875rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U8iXzVZVHciEMicA7OeTPweZK76AlWg2 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:15.0625rem;left:21.4375rem; }
#MR06LlmEzSSH3HKNlZ79smzmHZZMXLx9 { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:15.9375rem;left:28.6875rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HA8yQr6lEaqcIDNgEvTHewMtc9aZe23m { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:20rem;left:21.4375rem; }
#vxxZu3LsAszXT3R3fvMbKZ8ZTrxHeORS { color:#ffffff;display:block;width:26.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:20.9375rem;left:28.6875rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EiwRB5VRD1gG9UasHiTDZIc3TyOIHJmT { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.125rem;top:10.625rem;left:26.8125rem;display:block; }
#Z2p7Uh6vg8aZAlgcd7qIoT1259xng9kS { position:absolute;display:block;z-index:15016;background-color:#003057;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6bc4e8;border-left:0.1875rem solid #6bc4e8;border-right:0.1875rem solid #6bc4e8;border-bottom:0.1875rem solid #6bc4e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16rem;width:36.375rem;top:8.94921875rem;left:19.0625rem;display:block; }
#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7c58536b-dadd-43d0-8217-6a19a29a95cc/Poryectos.png");background-position:center left !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; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D.adaptive-delivery-prevent-bg, #rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D.lazyload, #rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D.lazyloading { background-image: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container { background-color: transparent; background-image: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container > .video-iframe-container { display: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row > .video-iframe-container { display: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .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); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container { border-width: 0; border-radius: 0; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#mfIu2gM1Cbu5NUda17Lf8XB5b577hC1q { color:#073352;display:block;width:30.875rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:7.9375rem;left:44.125rem;height:6.8994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfz47ZmRr7Xey2AcWfbw8Kz9CC8LD7JG { color:#073352;display:block;width:30.5625rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:4.9375rem;left:44.3125rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exv8rTPweDT8AZJRTXbSwfTzvRw8PsxN { color:#073352;display:block;width:30.0625rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:17rem;left:44.5625rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQcLoii4CITtfFSUgzeH2eedQuyId8RE { color:#073352;display:block;width:29.75rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:20.1875rem;left:44.6875rem;height:8.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L7m6cTqcTPWExIPOAie44NuuFyGz6seu { position:absolute;display:block;z-index:15016;background-color:#003057;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #6bc4e8;border-left:0.1875rem solid #6bc4e8;border-right:0.1875rem solid #6bc4e8;border-bottom:0.1875rem solid #6bc4e8;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16rem;width:36.375rem;top:8.94921875rem;left:19.0625rem;display:none; }
#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6bc4e8;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; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container { background-color: transparent; background-image: none; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container > .video-iframe-container { display: none; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row > .video-iframe-container { display: none; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .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); }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container { border-width: 0; border-radius: 0; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#XmOfSHNZLhvaacbVuoMmAfIcFtRI3he2 { color:#ffffff;display:block;width:62.125rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:2.625rem;left:6.4375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t6sdKFQqxMAwWRrISNFglfHDRRHA5ruZ { position:absolute;display:block;z-index:15147;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.9375rem;top:14.75rem;left:34.65625rem;display:block; }
#Wc8SSAgqxNWwyOO3qXrlxedwWJhxkRKK { position:absolute;display:block;z-index:15145;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.9375rem;top:14.75rem;left:53.34375rem;display:block; }
#RPTtqAan73HWalkSMDDpNozuIfso6A3G { position:absolute;display:block;z-index:15146;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:5.75rem;top:14.75rem;left:16.4375rem;display:block; }
#CmTJA6TArxUZzJ08uA3EGxg36XuncRhJ { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.125rem;width:12.125rem;top:8.78125rem;left:4.5rem;display:block; }
#NklMkcoOF0Mk1E2nTzRISSxAu0SotgHQ { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15122;line-height:1.3;letter-spacing:0;top:13.08447265625rem;left:4.90625rem;height:4.142575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rXPy5hGZ5y5uhyqfQBWqmFeEqIrFOvMl { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.125rem;width:12.125rem;top:8.78125rem;left:22.34375rem;display:block; }
#HWfmhKvTixS5Ma1dpkLxkRqXss1u4aqo { position:absolute;display:block;z-index:15140;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:13rem;width:13rem;top:8.78125rem;left:22.1875rem;overflow:hidden;display:block; }
#a5JChKTgVfXeJGBhy0F5mIfJ0nO67RxM { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15125;line-height:1.3;letter-spacing:0;top:12.89697265625rem;left:23.375rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMNt2eTnP8UP1Ux1zsyxNS67GmAlkc2I { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.125rem;width:12.125rem;top:8.78125rem;left:40.65625rem;display:block; }
#PN17bVMf1cuyt4eJsB5XaPGrb1IGfTcR { position:absolute;display:block;z-index:15143;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.25rem;top:8.78125rem;left:40.15625rem;overflow:hidden;display:block; }
#H7ggdDKNVoN3oq1ocI0uTXEKZMgbitAs { color:#000000;display:block;width:11rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:700;z-index:15128;line-height:1.3;letter-spacing:0;top:13.619140625rem;left:41.25rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFuHv1Lq57kU3koIuJ1tVaMw0QS17HWU { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.125rem;width:12.125rem;top:8.78125rem;left:58.90625rem;display:block; }
#gAJaf1bViBAa4dd8sLKE1pGTb0ctKLBG { position:absolute;display:block;z-index:15143;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:13rem;width:13rem;top:8.34375rem;left:58.90625rem;overflow:hidden;display:block; }
#idUp1tPoVkgLhXLWrmoxFLAXxuufFyx6 { color:#000000;display:block;width:11rem;position:absolute;font-family:"titillium web";font-size:1.0625rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:12.99072265625rem;left:59.5rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#qzaJkMTmm3EN0wf0ZZiF49PGUNqD4xRf { position:absolute;display:block;z-index:15135;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:13rem;width:13.125rem;top:8.34375rem;left:3.6875rem;overflow:hidden;display:block; }
#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8d7d6;background-image:url("https://images.assets-landingi.com/uc/c8259138-3bb4-469a-b20a-12f88c31f8d2/404.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA.adaptive-delivery-prevent-bg, #gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA.lazyload, #gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA.lazyloading { background-image: none; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container { background-color: transparent; background-image: none; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container > .video-iframe-container { display: none; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row > .video-iframe-container { display: none; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .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); }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container { border-width: 0; border-radius: 0; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#NNETaqkHmTDTsGtBEucdsSB0N9mWx1ov { background-color:#0d3361;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(42,42,42,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.875rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.75rem;left:19.5625rem;display:block; }
#WxfHegQHrsiyR5PnWyg9fOTTUt0xXfTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yQBMRXBmTPzl3Jo1dzqXTVVsTzDBsGeT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:3.53125rem;left:24.375rem; }
#yQBMRXBmTPzl3Jo1dzqXTVVsTzDBsGeT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF { position:relative;display:none; }#QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF { border-width: 0; border-radius: 0; }#QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#6bc4e8;background-image:none;font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wZiFautVA1d1N5sATGcoRfOchrXvnNbS { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:625rem;border-top-right-radius:625rem;border-bottom-left-radius:625rem;border-bottom-right-radius:625rem;box-shadow: none;height:19.625rem;width:19.625rem;top:3.0625rem;left:27.375rem;display:block; }
#ahBSKhgNtX235TPldIOerPJCr2N6Oy4g { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"titillium web";font-size:2.0625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.0625rem;left:30.0625rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pZEHfvIAC4LfoLye39DavgdUcJ5NMsUg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:14.1875rem;left:35rem; }
#zl3aNX02nf2yrm4CifbuzxQkduXiEti6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.3125rem;left:69.875rem; }
#yc7ewof7IUEZnH1VxbnoDd2RLZDZeSIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.125rem;left:69.875rem; }
#a8yNPFTIWGa8h8uEqot4uy8PatHvtwhN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2rem;left:69.875rem; }
#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container { background-color: transparent; background-image: none; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container > .video-iframe-container { display: none; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row > .video-iframe-container { display: none; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .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); }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container { border-width: 0; border-radius: 0; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#TOWfHtsR3N8cexmzsmeKchGbu7toK9Eq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.625rem;top:1.0625rem;left:63.3125rem;overflow:hidden;display:block; }
#oDhxM3RCeOmEagvt0yztdGlQ8hnD28nH { color:#0d3361;display:block;width:50.5rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:1.943359375rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By { display:block; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI5HwsIuQ5b06igEdsSudzD36ImcJb2S { top:0.625rem;left:0rem;width:12.5rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC { display:block; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii2ooCOKE73Ms2vAfTyOnAAyVUJoR9o2 { top:3.3125rem;left:0rem;width:28.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuEDL9BZEsXIU3ad5GxeAKThZNdwKurK { top:10.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eklHMhfHNydWxQeRRIMVfqMVqTDxfoP7 { width:24.8125rem;height:3.4375rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q59AwlR1hJkfkbL2Ppy01dVP1kkTNyoh { display:block; }
 }@media only screen and (max-width: 763px) { #HeJ2QzICcda4I31vW8HAL869i1mOpFma { top:20.3125rem;left:1.9375rem;width:14.6875rem;height:14.563021221778rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCAUTUMA8xo3OKUFpGaLzGIX5qB3l5tE { top:20.3125rem;left:31.375rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #phhWxxUT420EO4zpe2H0WKPXXTrk4O3s { width:20.5rem;height:2.3125rem;top:5rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz9pbva63AMQ9AR63TJqRPLqo0Ggw52r { display:block; }
 }@media only screen and (max-width: 763px) { #g5cXVMyIHGFhHFOH2egcu9yAPVXUUhci { top:6.3125rem;left:0rem;width:36.4375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3sy3XcuTnlT4IpRniVodbrms0eGzTJ3 { top:14.75rem;left:12.6875rem;width:3.625rem;height:3.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDirK8zKSgRXakxRNr6BnLuEQ8TsIH5F { width:23.6875rem;height:3.0625rem;top:1.0625rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewF2e4IsPDGGStsHy2Be7gLiomafnSLN { display:block; }
 }@media only screen and (max-width: 763px) { #UpnBcylrpbJsZPrb7OOpXtmTNAOcyapV { top:1rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hltl2QKUAPTBfn5L6h0n3JauhoHLzVSG { top:15.375rem;left:0rem;width:39.3125rem;height:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqIcJJVWXBUQ9OvTbFdJlmQtVpSmHwLC { top:12.75rem;left:0rem;width:27.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL { display:block; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O91EEfEOxSxhSQ1WKf5KMXpnBlzO9RM8 { width:34.875rem;height:3.375rem;top:23.0625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRPctDH1UTCnCywSJnfrc6WhZX6puJub { display:block; }
 }@media only screen and (max-width: 763px) { #WJKZlDIhdTmIC2obyCoQowXpzwyDqWyl { width:34.875rem;height:3.375rem;top:18.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upsTrOUVstUeyBDUbucXvnsafUDH0xL8 { display:block; }
 }@media only screen and (max-width: 763px) { #My8kFDhMTdAQktJEVptCunF02SoS5HRW { width:34.875rem;height:3.375rem;top:13.625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO6zZSOCqW8rTRatcM1xZBECPoNLSgTv { display:block; }
 }@media only screen and (max-width: 763px) { #e23KxlI7G05SOrMTCMTGNm4gL6HNyrdD { top:14.1875rem;left:44rem;width:3.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkbyF59lNR54yginqr4CC8v2vt0pXN8 { top:18.4375rem;left:44rem;width:3.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #El4T2u6s9RPd49Tc9rT0GRuvisgtqzkb { top:23.3125rem;left:44rem;width:3.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXGk9MRgJRMyUd9M1LGxNl44oQrDs0pl { top:10.8125rem;left:0rem;width:21.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnEWHoQCdzteAO20lg6TPKDmVu5EbM0t { top:3.6875rem;left:6.6875rem;width:37rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAc1HLUltXsUsz4peyhEql8zSPz6wXZ { top:3.375rem;left:4.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTQtm0iTlXaBgNCgs2XdfVV71KNRa7M { top:34.3125rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOaRSIc2a95OOk2EwsWNlEW8yTlfne3r { top:35.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f11M29qbAHEKQKBtZxSBGcPSDcu3L43X { top:34.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo { display:block; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WudQ1Swe07m4gAryRcU8TC5h5tCAVyAh { top:2.8125rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrMGsf5tEIUASq7IDT80J7OQgrJhIlm { top:2.4375rem;left:8rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gftnF06H9n6TzIVrg9picX74SKmIE55h { top:6.625rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L { display:block; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScDPz4gs7D2xtQhgOTpvwTaS8TFAWVTa { top:1.3125rem;left:10.9375rem;width:25.875rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGn5QlDTWnlb4aT5XFinbur28oXvlzGl { top:4.25rem;left:0.9375rem;width:45.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvhETfTTB9WMcITPZdBED3tehoAnmKg5 { top:16.4375rem;left:13.5625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE8PeWMs7Kcmnv4uz0b1xKTpQaE57LiK { top:11.1875rem;left:11.375rem;width:9.0625rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hbDZuwTT6RA6QITLlW8lPU4iiH48IG { top:16.4375rem;left:29rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhbAxnVX4VJ57t0obXrL2puK4RxPunf5 { top:12.1875rem;left:26.8125rem;width:9.0625rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqJvfQvpLgdLBFDtLa76s3dZnbKdsffT { top:10.4375rem;left:10.9375rem;width:9.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRT4sz6AwiXqUqfBWf3PQkBParFe9qgp { top:10.4375rem;left:26.375rem;width:9.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG { display:block; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSxpOZtPzJ6VUZPD3SfUMupX7qe48t65 { top:1.75rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaE5u01dRSpA3OxVg8w9Bo6sJ0W9SPJR { top:5.25rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCsUDIL3AhlLSqeaRiwnhVk0htXrgmil { top:10.125rem;left:7.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEI2RpSAiewBLwMNADvA4DVDNayGMue0 { top:11.0625rem;left:15.0625rem;width:26.875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8iXzVZVHciEMicA7OeTPweZK76AlWg2 { top:15.0625rem;left:7.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR06LlmEzSSH3HKNlZ79smzmHZZMXLx9 { top:15.9375rem;left:15.0625rem;width:26.1875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA8yQr6lEaqcIDNgEvTHewMtc9aZe23m { top:20rem;left:7.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxxZu3LsAszXT3R3fvMbKZ8ZTrxHeORS { top:20.9375rem;left:15.0625rem;width:26.1875rem;height:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiwRB5VRD1gG9UasHiTDZIc3TyOIHJmT { top:10.625rem;left:13.1875rem;width:0.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2p7Uh6vg8aZAlgcd7qIoT1259xng9kS { top:8.9375rem;left:5.4375rem;width:36.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D { display:block; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfIu2gM1Cbu5NUda17Lf8XB5b577hC1q { top:7.9375rem;left:16.875rem;width:30.875rem;height:6.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfz47ZmRr7Xey2AcWfbw8Kz9CC8LD7JG { top:4.9375rem;left:17.1875rem;width:30.5625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exv8rTPweDT8AZJRTXbSwfTzvRw8PsxN { top:17rem;left:17.6875rem;width:30.0625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQcLoii4CITtfFSUgzeH2eedQuyId8RE { top:20.1875rem;left:18rem;width:29.75rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7m6cTqcTPWExIPOAie44NuuFyGz6seu { top:8.9375rem;left:5.4375rem;width:36.375rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g { display:block; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmOfSHNZLhvaacbVuoMmAfIcFtRI3he2 { top:2.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6sdKFQqxMAwWRrISNFglfHDRRHA5ruZ { top:14.75rem;left:21.03125rem;width:5.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc8SSAgqxNWwyOO3qXrlxedwWJhxkRKK { top:14.75rem;left:39.71875rem;width:5.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTtqAan73HWalkSMDDpNozuIfso6A3G { top:14.75rem;left:2.8125rem;width:5.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmTJA6TArxUZzJ08uA3EGxg36XuncRhJ { top:8.75rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NklMkcoOF0Mk1E2nTzRISSxAu0SotgHQ { top:13.0625rem;left:0rem;width:10.4375rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXPy5hGZ5y5uhyqfQBWqmFeEqIrFOvMl { top:8.75rem;left:8.71875rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfmhKvTixS5Ma1dpkLxkRqXss1u4aqo { top:8.75rem;left:8.5625rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5JChKTgVfXeJGBhy0F5mIfJ0nO67RxM { top:12.875rem;left:9.75rem;width:10.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMNt2eTnP8UP1Ux1zsyxNS67GmAlkc2I { top:8.75rem;left:27.03125rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN17bVMf1cuyt4eJsB5XaPGrb1IGfTcR { top:8.75rem;left:26.53125rem;width:13.25rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7ggdDKNVoN3oq1ocI0uTXEKZMgbitAs { top:13.5625rem;left:27.625rem;width:11rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFuHv1Lq57kU3koIuJ1tVaMw0QS17HWU { top:8.75rem;left:35.625rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAJaf1bViBAa4dd8sLKE1pGTb0ctKLBG { top:8.3125rem;left:34.75rem;width:13rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #idUp1tPoVkgLhXLWrmoxFLAXxuufFyx6 { top:12.9375rem;left:36.75rem;width:11rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzaJkMTmm3EN0wf0ZZiF49PGUNqD4xRf { top:8.3125rem;left:0rem;width:13.125rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA { display:block; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNETaqkHmTDTsGtBEucdsSB0N9mWx1ov { width:35.875rem;height:3.4375rem;top:2.75rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxfHegQHrsiyR5PnWyg9fOTTUt0xXfTo { display:block; }
 }@media only screen and (max-width: 763px) { #yQBMRXBmTPzl3Jo1dzqXTVVsTzDBsGeT { top:3.5rem;left:10.75rem;width:2.125rem;height:2.125rem;display:block; }
#yQBMRXBmTPzl3Jo1dzqXTVVsTzDBsGeT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF { display:block; }#QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZiFautVA1d1N5sATGcoRfOchrXvnNbS { top:3.0625rem;left:13.75rem;width:19.625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBSKhgNtX235TPldIOerPJCr2N6Oy4g { top:7.0625rem;left:16.4375rem;width:15.0625rem;height:5.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZEHfvIAC4LfoLye39DavgdUcJ5NMsUg { top:14.1875rem;left:21.375rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3aNX02nf2yrm4CifbuzxQkduXiEti6 { top:15.3125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7ewof7IUEZnH1VxbnoDd2RLZDZeSIa { top:9.125rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yNPFTIWGa8h8uEqot4uy8PatHvtwhN { top:2rem;left:42.625rem;width:5.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk { display:block; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOWfHtsR3N8cexmzsmeKchGbu7toK9Eq { top:1.0625rem;left:37.125rem;width:10.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhxM3RCeOmEagvt0yztdGlQ8hnD28nH { top:1.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By { position:relative;z-index:auto;display:block; }#Npzus5UbGUAcDDS2hm7eK0fZ7IMQZ8By > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DI5HwsIuQ5b06igEdsSudzD36ImcJb2S { width:6.375rem;height:2.1875rem;top:0.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #6bc4e8);background-image: -moz-linear-gradient(180deg, #ffffff, #6bc4e8);background-image: -ms-linear-gradient(180deg, #ffffff, #6bc4e8);background-image: -o-linear-gradient(180deg, #ffffff, #6bc4e8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6bc4e8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6bc4e8' );";background-image: linear-gradient(180deg, #ffffff, #6bc4e8);background-size:contain !important;display:block; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container { background-color: transparent; background-image: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container > .video-iframe-container { display: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row > .video-iframe-container { display: none; }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .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); }#hV6GvoMyvSsrJrEmRqsm9Qv0NfDUCkRC > .row .container { width:20rem;height:24.14306640625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ii2ooCOKE73Ms2vAfTyOnAAyVUJoR9o2 { width:15.6875rem;height:1.7871125rem;top:0.77490234375rem;left:2.15625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DuEDL9BZEsXIU3ad5GxeAKThZNdwKurK { width:16.875rem;height:1.3808625rem;top:4.68017578125rem;left:1.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eklHMhfHNydWxQeRRIMVfqMVqTDxfoP7 { width:16.5rem;height:2.4375rem;top:17.375rem;left:1.75rem;font-size:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #Q59AwlR1hJkfkbL2Ppy01dVP1kkTNyoh { display:block; }
 }@media only screen and (max-width: 763px) { #HeJ2QzICcda4I31vW8HAL869i1mOpFma { width:14.6875rem;height:14.563021221778rem;top:20.3125rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RCAUTUMA8xo3OKUFpGaLzGIX5qB3l5tE { width:14.5625rem;height:14.5625rem;top:20.3125rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #phhWxxUT420EO4zpe2H0WKPXXTrk4O3s { width:20rem;height:2.4375rem;top:14.8125rem;left:0rem;text-shadow:0rem 0rem 0.125rem rgba(0,0,0,0.39);font-size:1rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #Oz9pbva63AMQ9AR63TJqRPLqo0Ggw52r { display:block; }
 }@media only screen and (max-width: 763px) { #g5cXVMyIHGFhHFOH2egcu9yAPVXUUhci { width:19.5625rem;height:1.86865rem;top:2.5rem;left:0.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3sy3XcuTnlT4IpRniVodbrms0eGzTJ3 { width:4.375rem;height:4.375rem;top:11.9990234375rem;left:7.8125rem;font-size:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDirK8zKSgRXakxRNr6BnLuEQ8TsIH5F { width:16.25rem;height:2.3125rem;top:18.25rem;left:1.875rem;text-shadow:0rem 0rem 0.125rem rgba(0,0,0,0.39);font-size:1rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;display:none; }
 }@media only screen and (max-width: 763px) { #ewF2e4IsPDGGStsHy2Be7gLiomafnSLN { display:block; }
 }@media only screen and (max-width: 763px) { #UpnBcylrpbJsZPrb7OOpXtmTNAOcyapV { width:3.125rem;height:3.125rem;top:1rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hltl2QKUAPTBfn5L6h0n3JauhoHLzVSG { width:20rem;height:15rem;top:9.14306640625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqIcJJVWXBUQ9OvTbFdJlmQtVpSmHwLC { width:20rem;height:1.5137614678899rem;top:7.37939453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL { display:block; }#nGJHuhJt4D5OJwsmXfcl3vnmimZS7zzL > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O91EEfEOxSxhSQ1WKf5KMXpnBlzO9RM8 { width:20rem;height:2.3125rem;top:17.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRPctDH1UTCnCywSJnfrc6WhZX6puJub { display:block; }
 }@media only screen and (max-width: 763px) { #WJKZlDIhdTmIC2obyCoQowXpzwyDqWyl { width:20rem;height:2.3125rem;top:13.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upsTrOUVstUeyBDUbucXvnsafUDH0xL8 { display:block; }
 }@media only screen and (max-width: 763px) { #My8kFDhMTdAQktJEVptCunF02SoS5HRW { width:20rem;height:2.3125rem;top:9.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO6zZSOCqW8rTRatcM1xZBECPoNLSgTv { display:block; }
 }@media only screen and (max-width: 763px) { #e23KxlI7G05SOrMTCMTGNm4gL6HNyrdD { width:3.75rem;height:2.875rem;top:10.4375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkbyF59lNR54yginqr4CC8v2vt0pXN8 { width:3.75rem;height:2.875rem;top:14.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #El4T2u6s9RPd49Tc9rT0GRuvisgtqzkb { width:3.75rem;height:2.875rem;top:18.5625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXGk9MRgJRMyUd9M1LGxNl44oQrDs0pl { width:13.75rem;height:11.5rem;top:21.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnEWHoQCdzteAO20lg6TPKDmVu5EbM0t { width:16.75rem;height:4.875rem;top:1.3125rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTAc1HLUltXsUsz4peyhEql8zSPz6wXZ { display:flex;width:2.8125rem;height:2.8125rem;top:4.09375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iKTQtm0iTlXaBgNCgs2XdfVV71KNRa7M { width:20rem;height:6.5rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOaRSIc2a95OOk2EwsWNlEW8yTlfne3r { width:20rem;height:3.16845625rem;top:36.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f11M29qbAHEKQKBtZxSBGcPSDcu3L43X { display:flex;width:2.0625rem;height:2.0625rem;top:34.4375rem;left:8.96875rem; }
 }@media only screen and (max-width: 763px) { #Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo { display:block; }#Gf8An3LNrN6WsPHBoX1ylcBCSlN6fslo > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WudQ1Swe07m4gAryRcU8TC5h5tCAVyAh { width:14.9375rem;height:4rem;top:0.8125rem;left:5.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EzrMGsf5tEIUASq7IDT80J7OQgrJhIlm { width:2.8125rem;height:2.8125rem;top:1.21875rem;left:1.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gftnF06H9n6TzIVrg9picX74SKmIE55h { width:20rem;height:4.38720625rem;top:5.875rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L { display:block; }#lCPb0DBKvAgmCK6gi6nSQ7pEZWbrRz0L > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ScDPz4gs7D2xtQhgOTpvwTaS8TFAWVTa { width:20rem;height:2rem;top:1.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGn5QlDTWnlb4aT5XFinbur28oXvlzGl { width:20rem;height:5.8496125rem;top:3.4375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fvhETfTTB9WMcITPZdBED3tehoAnmKg5 { width:2.375rem;height:2.375rem;top:14rem;left:4.53125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE8PeWMs7Kcmnv4uz0b1xKTpQaE57LiK { width:6.9375rem;height:3rem;top:10.75rem;left:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3hbDZuwTT6RA6QITLlW8lPU4iiH48IG { width:2.375rem;height:2.375rem;top:13.8125rem;left:12.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhbAxnVX4VJ57t0obXrL2puK4RxPunf5 { width:5.25rem;height:1.5rem;top:11.1875rem;left:11.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqJvfQvpLgdLBFDtLa76s3dZnbKdsffT { width:6.125rem;height:6.0625rem;top:10.5rem;left:2.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRT4sz6AwiXqUqfBWf3PQkBParFe9qgp { width:5.75rem;height:6.0625rem;top:10.58740234375rem;left:11.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG { display:block; }#NuEEBb81xdgFFdU0mKe95vuN5A3g5aXG > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSxpOZtPzJ6VUZPD3SfUMupX7qe48t65 { width:17.75rem;height:4rem;top:1rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaE5u01dRSpA3OxVg8w9Bo6sJ0W9SPJR { width:20rem;height:2.92480625rem;top:5.5rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xCsUDIL3AhlLSqeaRiwnhVk0htXrgmil { width:2.8125rem;height:2.8125rem;top:10.39794921875rem;left:2.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEI2RpSAiewBLwMNADvA4DVDNayGMue0 { width:10.3125rem;height:3.3994125rem;top:10.10498046875rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8iXzVZVHciEMicA7OeTPweZK76AlWg2 { width:2.5rem;height:2.5rem;top:15.25341796875rem;left:2.21875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR06LlmEzSSH3HKNlZ79smzmHZZMXLx9 { width:12rem;height:3.3994125rem;top:14.86572265625rem;left:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA8yQr6lEaqcIDNgEvTHewMtc9aZe23m { width:2.8125rem;height:2.8125rem;top:19.978515625rem;left:2.0625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxxZu3LsAszXT3R3fvMbKZ8ZTrxHeORS { width:11.6875rem;height:3.3994125rem;top:19.685546875rem;left:6.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiwRB5VRD1gG9UasHiTDZIc3TyOIHJmT { width:0.0625rem;height:12rem;top:10.64697265625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2p7Uh6vg8aZAlgcd7qIoT1259xng9kS { width:19rem;height:15.125rem;top:8.89697265625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12a4f177-31a2-41a5-a4d0-664304bb8096/Copiade0c55f31617cc47e1a12ad04bbef18ec9.JPG");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D.adaptive-delivery-prevent-bg, #rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D.lazyload, #rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D.lazyloading { background-image: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container { background-color: transparent; background-image: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.13); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container > .video-iframe-container { display: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(69,69,69,0.13); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row > .video-iframe-container { display: none; }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .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); }#rXHUkXwDf2BTLc8gLznT5rAkiTDfcd5D > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfIu2gM1Cbu5NUda17Lf8XB5b577hC1q { width:20rem;height:4.38720625rem;top:4.5rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tfz47ZmRr7Xey2AcWfbw8Kz9CC8LD7JG { width:20rem;height:2rem;top:1.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exv8rTPweDT8AZJRTXbSwfTzvRw8PsxN { width:20rem;height:2rem;top:10.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQcLoii4CITtfFSUgzeH2eedQuyId8RE { width:20rem;height:7.312rem;top:13.1875rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #L7m6cTqcTPWExIPOAie44NuuFyGz6seu { width:19.625rem;height:20.125rem;top:1.15625rem;left:0rem;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g { display:block; }#KMbu3CkSpZUtDvoBFT3qVFu1IyTHdt6g > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmOfSHNZLhvaacbVuoMmAfIcFtRI3he2 { width:20rem;height:2rem;top:0.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6sdKFQqxMAwWRrISNFglfHDRRHA5ruZ { width:0.125rem;height:3.125rem;top:27.875rem;left:9.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wc8SSAgqxNWwyOO3qXrlxedwWJhxkRKK { width:0.125rem;height:3.125rem;top:42.15625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPTtqAan73HWalkSMDDpNozuIfso6A3G { width:0.125rem;height:3.1875rem;top:14rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmTJA6TArxUZzJ08uA3EGxg36XuncRhJ { width:10.5rem;height:10.5rem;top:3.5rem;left:4.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NklMkcoOF0Mk1E2nTzRISSxAu0SotgHQ { width:9.5rem;height:3.65625rem;top:6.9375rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXPy5hGZ5y5uhyqfQBWqmFeEqIrFOvMl { width:10.5rem;height:10.5rem;top:19.8125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWfmhKvTixS5Ma1dpkLxkRqXss1u4aqo { width:11.375rem;height:11.3125rem;top:19.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5JChKTgVfXeJGBhy0F5mIfJ0nO67RxM { width:9.5rem;height:2.4375rem;top:23.921875rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMNt2eTnP8UP1Ux1zsyxNS67GmAlkc2I { width:10.5rem;height:10.5rem;top:34.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN17bVMf1cuyt4eJsB5XaPGrb1IGfTcR { width:11.6875rem;height:11.6875rem;top:34.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7ggdDKNVoN3oq1ocI0uTXEKZMgbitAs { width:9.5rem;height:1.21875rem;top:39.0625rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFuHv1Lq57kU3koIuJ1tVaMw0QS17HWU { width:10.5rem;height:10.5rem;top:50rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAJaf1bViBAa4dd8sLKE1pGTb0ctKLBG { width:11.625rem;height:11.625rem;top:50rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idUp1tPoVkgLhXLWrmoxFLAXxuufFyx6 { width:9.875rem;height:2.4375rem;top:54.125rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzaJkMTmm3EN0wf0ZZiF49PGUNqD4xRf { width:11.4375rem;height:11.375rem;top:2.9375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA { display:block; }#gPAKDQ3MsP2ENBzIpsbtwk1KTREwD7dA > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNETaqkHmTDTsGtBEucdsSB0N9mWx1ov { width:20rem;height:2.9375rem;top:1.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxfHegQHrsiyR5PnWyg9fOTTUt0xXfTo { display:block; }
 }@media only screen and (max-width: 763px) { #yQBMRXBmTPzl3Jo1dzqXTVVsTzDBsGeT { width:2.125rem;height:2.125rem;top:5.9375rem;left:8.9375rem;display:none; }
#yQBMRXBmTPzl3Jo1dzqXTVVsTzDBsGeT > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF { display:none; }#QCiW8hTAXh4WqVrMpimunt7zWyG2ylTF > .row .container { width:20rem;height:41.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wZiFautVA1d1N5sATGcoRfOchrXvnNbS { width:19.625rem;height:19.625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahBSKhgNtX235TPldIOerPJCr2N6Oy4g { width:15.0625rem;height:0;top:5.25rem;left:2.5rem;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pZEHfvIAC4LfoLye39DavgdUcJ5NMsUg { width:5.125rem;height:5.125rem;top:12.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl3aNX02nf2yrm4CifbuzxQkduXiEti6 { width:5.125rem;height:5.125rem;top:35.5rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yc7ewof7IUEZnH1VxbnoDd2RLZDZeSIa { width:5.125rem;height:5.125rem;top:29.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8yNPFTIWGa8h8uEqot4uy8PatHvtwhN { width:5.125rem;height:5.125rem;top:22.75rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk { display:block; }#G3OT0sla2LCv7NHhN5Sw3MhxFJu5WQPk > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TOWfHtsR3N8cexmzsmeKchGbu7toK9Eq { width:9.3125rem;height:3.125rem;top:4.662109375rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDhxM3RCeOmEagvt0yztdGlQ8hnD28nH { width:20rem;height:3.19921875rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }