.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd4c668b-8e87-484a-a762-6bfa19d7c744/_08A9925EnhancedNREditarcopyrightmanuelsacopiar.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX.adaptive-delivery-prevent-bg, #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX.lazyload, #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX.lazyloading { background-image: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { background-color: transparent; background-image: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .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); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { border-width: 0; border-radius: 0; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:60rem;height:58.6875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#KGJJwOOWzIdrcJVuKBbhPXySNTg7U5rT { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:18.123815536499rem;left:3.4369087219238rem;height:2.0625rem;font-style:normal;display:block; }
#Fh7zbvoc7B2LZxfGNlbTpcOn6UR6Mtww { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0.55);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0.875rem 6.25rem rgba(75,79,84,0.1) ;height:55.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#iKRhzrFB5LJ8uTI8IvRARkW0QigTnmot { color:#3d85c6;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.40625rem;left:35.354167938233rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PyUQFsTaxfryEwhmeVwlI7UFhm3XHWkc { 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:6.0625rem;width:24.25rem;top:8.8125rem;left:3.4375rem;overflow:hidden;display:block; }
#ACMttmyNTKSsoROLI0zi3cM2fUbwN69P { color:#3d85c6;display:block;width:21.75rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:2.9375rem;left:3.5625rem;height:1.75rem;font-style:normal;display:block; }
#CFNFA3govb0s2fzL7VlScqtkbuou3Aea { color:#3d85c6;display:block;width:23.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.6875rem;left:3.5625rem;height:1.4rem;font-style:normal;display:block; }
#SlhDearCsgpheRTDu7ftP48UlFFr5KIJ { color:#ffffff;display:block;width:26.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:25.4365234375rem;left:3.4365234375rem;height:16.56836875rem;font-style:normal;display:block; }
#UnlzMNiB7HoTJ4pDiyEqwEQ2NgSry9tL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:7.6875rem;top:16.125rem;left:3.4375rem;overflow:hidden;display:block; }
#MmGTS5hmT2kkMbtAVtFDWTinqRJkum84 { color:#ffffff;display:block;width:29.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:16.515625rem;left:12.12109375rem;height:1.03125rem;font-style:normal;display:block; }
#EUVkiZ6IVJSWCHKMJc2cTsoSOTZzZf2c { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:20.810546875rem;left:3.4365234375rem;height:2.6125rem;font-style:normal;display:block; }
#llgfy9bxzTpRHh5LmaHftbTCZDuxzhbO { color:#fdfdfd;display:block;width:29.625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:46.5rem;left:3.4365234375rem;height:0.89375rem;display:block; }
#PTfcrAQnbuugiCs2r3rzRFTxHlRsnN43 { box-sizing:content-box;height:0.25rem;width:9.375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:11.125rem;left:23.9375rem;display:none; }
#Zmt5NuFOsh37uZ4P7tIHhITULszPPL1i { box-sizing:content-box;height:9.4375rem;width:20.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;top:7.125rem;left:37rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:block; }
#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f97fb66-ebfd-4732-905a-729713ce93f3/ConexoINTERNACIONAL3.png");background-position:center left !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; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo.adaptive-delivery-prevent-bg, #vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo.lazyload, #vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo.lazyloading { background-image: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container { background-color: transparent; background-image: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container > .video-iframe-container { display: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row > .video-iframe-container { display: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .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); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container { border-width: 0; border-radius: 0; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:60rem;position:relative;display:block; }#l2SXQvIr31iZDTTFTVD4eDewaik2xTkR { box-sizing:content-box;height:43.3125rem;width:58.125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:6.1860795021057rem;left:1.8110790252686rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#21428b;padding-top:0.58125rem;padding-right:0.515625rem;padding-bottom:0.58125rem;padding-left:0.515625rem;display:block;align-items:center;width:3.0975rem;min-width:3.0975rem;height:3.12625rem;position:relative;font-family:"open sans";font-size:2.326875rem;font-weight:700;line-height:50.02px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-text.counter-label { background-color:;background-image:none;color:#21428b;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.363125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.13rem;height:1.235625rem;position:relative;font-family:"open sans";font-size:0.8725rem;font-weight:400;line-height:19.77px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.375rem;height:5.8875rem;padding-top:0.726875rem;padding-right:0.7375rem;padding-bottom:0.726875rem;padding-left:0.7375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.2392578125rem;left:4.5595703125rem;z-index:15001; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #RNeAnoP1Ei3DGUeyMQrD1ZpALzMM3USg { display:flex;position:relative;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #AM6TIasN8BPvkoQcVTlqFDFR4TcmJhcg { width:auto; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #QRTQ4NipuKSPeBkKFGTHEwpcqB5dTCNM {  }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #QkuFFnyvP7LS4oPc89OQzcfbCPuT1RoB { display:flex;position:relative;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #TsGH9AFCSxntguT3DmPGXQO7GgcFRz6l {  }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #DXklIKIlT3g4ko3TJDwBNpBvWVIMJg9N {  }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #stJ92INrhyKihJphCXacs5xA1uTphUeT { display:flex;position:relative;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #A0TQDGIJRReP8doGXHTp2kimu4n8C2zI {  }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #li2QpiTJdW9Ab3iGyHczgdbUOtmxkbFN {  }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #SX6XcV2FVxIUFTF7D9n8WQhHQDChOqma { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #cC6eOnezTSWpqSItx4idutEITqfAToW4 {  }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #yJR9yl6sxr9ZgihwXwp91vHuiDvE5iMB {  }
#a0D2TIFPkINC5eFTbSV8rcQXoCHcaTBG { color:#21428b;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.4375rem;left:23.9375rem;height:1.575rem;font-style:normal;display:block; }
#p4QekOSEd8GepFvCZf9nzEz1AqN2pZu4 { color:#21428b;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.062175750733rem;left:24.125rem;height:1.575rem;font-style:normal;display:block; }
#eBUAu6tOzTSHxui0u0kFbqvSaPTVo03z { box-sizing:content-box;height:0.25rem;width:9.375rem;position:absolute;display:block;z-index:15006;background-color:#eee0d0;background-image:none;top:11.125rem;left:23.9375rem;display:block; }
#ebCgb88QhD44vE4UmdeAwpm5q3U2D5VR { color:#21428b;display:block;width:16.4373125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:21.271484375rem;left:4.5595703125rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UoiehS8HGkI6JLfJwhpgXcVMuMSac7ps { color:#21428b;display:block;width:33.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:15.9990234375rem;left:23.96875rem;height:1.575rem;font-style:normal;display:block; }
#SRInvkAMZNGPkTO7ASHy9wgiU6yVEHRI { color:#21428b;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:19.759765625rem;left:23.875rem;height:1.575rem;font-style:normal;display:block; }
#a2U58VRGnnaD1cCm2rr7shQ4h7MJEMkV { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:#eee0d0;background-image:none;top:14.6875rem;left:23.9375rem;display:block; }
#XdRQxlq3cbhewIVkxaT0u82l3IBxoI3z { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:#eee0d0;background-image:none;top:18.75rem;left:23.9375rem;display:block; }
#g7ELxTlnUXkKr7ppWfWtu5OawdLa5zRk { color:#21428b;display:block;width:23.8125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.125rem;left:18.09375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wPrQrvmbuJ8SNVgqkqWwwNNNbACUTpJg { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15009;background-color:#eee0d0;background-image:none;top:22.625rem;left:23.9375rem;display:block; }
#T7tQgHiW03oTOLKqlcOqask6V4lyFzLy { color:#21428b;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:23.962891895324rem;left:23.875rem;height:1.575rem;font-style:normal;display:block; }
#KTTO0LO2mXX4fRVNy7wVEbI6gWbKQfTo { color:#21428b;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:27.971356708556rem;left:23.875rem;height:3.15rem;font-style:normal;display:block; }
#leP2vMin5OwOhCIZUZ0I6gChGoJJivrA { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15010;background-color:#eee0d0;background-image:none;top:26.6875rem;left:23.9375rem;display:block; }
#IRSwG6mLb7KdLVi9tFbhKInFtDNpN7Bw { color:#21428b;display:block;width:33.8743125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.936385154724rem;left:23.968192100525rem;height:4.725rem;font-style:normal;display:block; }
#KuWAULS8k9fBdSXbRMklPl2Ik4X9O9wX { box-sizing:content-box;height:0.1873225rem;width:9.375rem;position:absolute;display:block;z-index:15011;background-color:#eee0d0;background-image:none;top:32.217073917389rem;left:23.937500953674rem;display:block; }
#HJDb52tDfJznq17cBTocqiZsTFqMhw8c { color:#21428b;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:41.336496353149rem;left:23.875000953674rem;height:1.575rem;font-style:normal;display:block; }
#MbiMdGuKuVxNZFMwVddT9ehudCkcWBt2 { box-sizing:content-box;height:0.1873225rem;width:9.375rem;position:absolute;display:block;z-index:15012;background-color:#eee0d0;background-image:none;top:39.723215103149rem;left:23.937500953674rem;display:block; }
#cMD0OGTK5wbeff3WBtnSRwA6ZgTeOJaq { color:#21428b;display:block;width:34.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:46.160715103149rem;left:23.875000953674rem;height:1.575rem;font-style:normal;display:block; }
#KdXrUePH1F0NaPTX0T9VBoacBBEaMmzR { box-sizing:content-box;height:0.1873225rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:#eee0d0;background-image:none;top:44.441965103149rem;left:23.937500953674rem;display:block; }
#zTSuxxfKXxWOi59sXCynkukDpt57s35w { box-sizing:content-box;height:0.25rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:18.75rem;left:23.9375rem;display:none; }
#yptJ0zV0nm7uT466dTQ4mRFAvx8G0IFU { box-sizing:content-box;height:0.25rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:18.75rem;left:23.9375rem;display:none; }
#G5Iu9cx3knAx8NqI3nAhgZKuSi3pTEy6 { box-sizing:content-box;height:0.25rem;width:9.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:18.75rem;left:23.9375rem;display:none; }
#pFQev70i09xkRQSiKPamqPiqMTwTn4uy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21428b;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; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container { background-color: transparent; background-image: none; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container > .video-iframe-container { display: none; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row > .video-iframe-container { display: none; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .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); }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container { border-width: 0; border-radius: 0; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#fNFJlCVTe7neTc2Im2lFZy13iK8Ka4uP { color:#ffffff;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4375rem;left:20.25rem;height:2.2747375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GtJRmM2x5cBbChoRHSAkH9DAmfLRPElU { color:#ffffff;display:block;width:36.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.25rem;left:20.25rem;height:1.625rem;font-style:normal;display:block; }
#qphB6ucIQpSavHhK7u6aPXpoe4uHDAH3 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.625rem;left:20.25rem;height:0.975rem;font-style:normal;display:block; }
#mxZKiBvANtNp8tsDBr6sEQI4WcuLQFx4 { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.5625rem;left:20.25rem;height:1.625rem;font-style:normal;display:block; }
#GIgzDfodbCCibuHKJoC43nFV0HtIfREq { position:absolute;display:block;z-index:15009;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.3125rem;width:14.6875rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c56a7;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; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container { background-color: transparent; background-image: none; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container > .video-iframe-container { display: none; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row > .video-iframe-container { display: none; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .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); }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container { border-width: 0; border-radius: 0; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:block; }#ytp0sUG8i7bGmT1LN5UXGbvQ5EsTaknm { color:#ffffff;display:block;width:35.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:20.25rem;height:5.68685rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gex6WKxKKCW77iTW4cKrv2TrgZfXe2vc { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:20.25rem;height:1.625rem;font-style:normal;display:block; }
#zeudsTlLMwmEr2g31CaPJtA9kTKtCrTN { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5625rem;left:20.25rem;height:0.975rem;font-style:normal;display:block; }
#ezOu8FBM8wvJLUiZce7fGqm80CIzC07P { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5rem;left:20.25rem;height:3.25rem;font-style:normal;display:block; }
#iQXDlV6QnTDsxPQ6ghA0EmcTgTyVTqHv { 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:18.3125rem;width:14.625rem;top:0rem;left:2.6875rem;overflow:hidden;display:block; }
#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21428b;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; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container { background-color: transparent; background-image: none; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container > .video-iframe-container { display: none; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row > .video-iframe-container { display: none; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .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); }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container { border-width: 0; border-radius: 0; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#q1v3AdMTAaxkeaIzkPsd1zABablMxdOI { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.4375rem;left:20.4375rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XXKEuOlKiQ4xnpf150iZxoPXwXlfcHL4 { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.4375rem;left:20.4375rem;height:3.25rem;font-style:normal;display:block; }
#VENHiB2BJZFgISwTmTws64JZ6xEtQJk2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.875rem;left:20.4375rem;height:0.975rem;font-style:normal;display:block; }
#fgcHM28Dh8TQFohfTS7PrHPeRsJxTTmF { color:#ffffff;display:block;width:36.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:20.4375rem;height:1.625rem;font-style:normal;display:block; }
#TkVbKqxq2q8gIU21nwuVrHlEWiOuGmuk { 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:18.3125rem;width:14.625rem;top:0rem;left:2.75rem;overflow:hidden;display:block; }
#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c56a7;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; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container { background-color: transparent; background-image: none; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container > .video-iframe-container { display: none; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row > .video-iframe-container { display: none; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .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); }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container { border-width: 0; border-radius: 0; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#hS6bX9qfP432aQDO5OPVTRnIqHhtD068 { color:#ffffff;display:block;width:35.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.9375rem;left:20.5625rem;height:5.68685rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GcaVKmvUAbFGMwNCusadSmLixNoLZdP2 { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:20.5625rem;height:3.25rem;font-style:normal;display:block; }
#JXJxThOcMSMZgv2w0f8fim6t5v2M0QEN { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.75rem;left:20.5625rem;height:0.975rem;font-style:normal;display:block; }
#BSaogmVhtayhBeKreemaVpysy765NqT5 { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.6875rem;left:20.5625rem;height:3.25rem;font-style:normal;display:block; }
#Cv6921SFdVKy8tn0knuAdIGNLpGrDFyI { 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:18.3125rem;width:14.625rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#21428b;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; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container { background-color: transparent; background-image: none; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container > .video-iframe-container { display: none; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row > .video-iframe-container { display: none; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .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); }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container { border-width: 0; border-radius: 0; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:60rem;position:relative;display:block; }#T7odqzG1iQqxG0gcKDEiF5mFXSbziK3N { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.75rem;left:20.1875rem;height:6.82425rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s8OtRD3I4Tov4wPPaJAnel7TTz5ZOPfB { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8125rem;left:20.1875rem;height:3.25rem;font-style:normal;display:block; }
#xFu915VQ5gBfqsyoJhL3JtRCPkZZSZrZ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.5rem;left:20.1875rem;height:0.975rem;font-style:normal;display:block; }
#Vhl5vbaJlL57Ib737J1Ln0qkXLs751wG { color:#ffffff;display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.75rem;left:20.1875rem;height:3.25rem;font-style:normal;display:block; }
#RzdhmF7cihO09AD71E12yRSHl7FiauIn { position:absolute;display:block;z-index:15013;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.3125rem;width:14.625rem;top:0.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#WA00zI04dU0ffziq1bbSp69oe7XSLElQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c56a7;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; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container { background-color: transparent; background-image: none; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container > .video-iframe-container { display: none; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row > .video-iframe-container { display: none; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .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); }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container { border-width: 0; border-radius: 0; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#lHSETwTFgy0lufOLVskW1fhGyQN94xtD { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.25rem;left:20.3125rem;height:5.68685rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbcWzWwSFwGnv79bg9c89IcVvwpG462B { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0625rem;left:20.3125rem;height:1.625rem;font-style:normal;display:block; }
#HBhTL8XnBSgtI42prcEoEfOHaLkioft8 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.375rem;left:20.3125rem;height:0.975rem;font-style:normal;display:block; }
#nWeuZLJHwVCfgKLpBPVGEIX5NDEpAcG3 { color:#ffffff;display:block;width:36.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:20.3125rem;height:1.625rem;font-style:normal;display:block; }
#TVmkh90m29MXL5zD1Swgd9oWOroKkTHZ { position:absolute;display:block;z-index:15014;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.3125rem;width:14.625rem;top:0rem;left:3rem;overflow:hidden;display:block; }
#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE { 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; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container { background-color: transparent; background-image: none; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container > .video-iframe-container { display: none; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row > .video-iframe-container { display: none; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .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); }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container { border-width: 0; border-radius: 0; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#zaVxJSnmTg9TJW2APNw2GdR9QUSn31GR { position:absolute;display:block;z-index:15007;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.375rem;width:60rem;top:1.31103515625rem;left:0rem;overflow:hidden;display:block; }
#R3al6ELZLGQi536bOPFQuxEt6dKqDliN { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.760938644409rem;left:11.375rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGJJwOOWzIdrcJVuKBbhPXySNTg7U5rT { width:29.375rem;height:2.0625rem;top:18.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7zbvoc7B2LZxfGNlbTpcOn6UR6Mtww { width:47.75rem;height:55.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKRhzrFB5LJ8uTI8IvRARkW0QigTnmot { width:23.0625rem;height:4.875rem;top:9.375rem;left:24.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyUQFsTaxfryEwhmeVwlI7UFhm3XHWkc { top:8.8125rem;left:0rem;width:24.25rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACMttmyNTKSsoROLI0zi3cM2fUbwN69P { width:21.75rem;height:1.75rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFNFA3govb0s2fzL7VlScqtkbuou3Aea { width:23.5625rem;height:1.375rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlhDearCsgpheRTDu7ftP48UlFFr5KIJ { width:26.5rem;height:16.5625rem;top:25.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlzMNiB7HoTJ4pDiyEqwEQ2NgSry9tL { top:16.125rem;left:0rem;width:7.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmGTS5hmT2kkMbtAVtFDWTinqRJkum84 { width:29.375rem;height:1rem;top:16.5rem;left:5.99609375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUVkiZ6IVJSWCHKMJc2cTsoSOTZzZf2c { width:17.3125rem;height:2.625rem;top:20.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llgfy9bxzTpRHh5LmaHftbTCZDuxzhbO { top:46.5rem;left:0rem;width:29.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTfcrAQnbuugiCs2r3rzRFTxHlRsnN43 { top:11.125rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zmt5NuFOsh37uZ4P7tIHhITULszPPL1i { top:7.125rem;left:27.25rem;width:20.375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo { display:block; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2SXQvIr31iZDTTFTVD4eDewaik2xTkR { top:6.125rem;left:0rem;width:47.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs { display:flex;width:13.5rem;height:5.0625rem;top:5.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #RNeAnoP1Ei3DGUeyMQrD1ZpALzMM3USg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #AM6TIasN8BPvkoQcVTlqFDFR4TcmJhcg {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #QRTQ4NipuKSPeBkKFGTHEwpcqB5dTCNM {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #QkuFFnyvP7LS4oPc89OQzcfbCPuT1RoB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #TsGH9AFCSxntguT3DmPGXQO7GgcFRz6l {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #DXklIKIlT3g4ko3TJDwBNpBvWVIMJg9N {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #stJ92INrhyKihJphCXacs5xA1uTphUeT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #A0TQDGIJRReP8doGXHTp2kimu4n8C2zI {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #li2QpiTJdW9Ab3iGyHczgdbUOtmxkbFN {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #SX6XcV2FVxIUFTF7D9n8WQhHQDChOqma { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #cC6eOnezTSWpqSItx4idutEITqfAToW4 {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #yJR9yl6sxr9ZgihwXwp91vHuiDvE5iMB {  }
 }@media only screen and (max-width: 763px) { #a0D2TIFPkINC5eFTbSV8rcQXoCHcaTBG { width:33.9375rem;height:1.5625rem;top:8.4375rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4QekOSEd8GepFvCZf9nzEz1AqN2pZu4 { width:33.75rem;height:1.5625rem;top:12rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBUAu6tOzTSHxui0u0kFbqvSaPTVo03z { top:11.125rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebCgb88QhD44vE4UmdeAwpm5q3U2D5VR { width:16.375rem;height:1.5625rem;top:21.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoiehS8HGkI6JLfJwhpgXcVMuMSac7ps { width:33.875rem;height:1.5625rem;top:15.9375rem;left:13.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRInvkAMZNGPkTO7ASHy9wgiU6yVEHRI { width:34.0625rem;height:1.5625rem;top:19.75rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2U58VRGnnaD1cCm2rr7shQ4h7MJEMkV { top:14.6875rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdRQxlq3cbhewIVkxaT0u82l3IBxoI3z { top:18.75rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7ELxTlnUXkKr7ppWfWtu5OawdLa5zRk { width:23.8125rem;height:2.0625rem;top:2.125rem;left:11.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPrQrvmbuJ8SNVgqkqWwwNNNbACUTpJg { top:22.625rem;left:17.8125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7tQgHiW03oTOLKqlcOqask6V4lyFzLy { width:34.0625rem;height:1.5625rem;top:23.9375rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTO0LO2mXX4fRVNy7wVEbI6gWbKQfTo { width:34.0625rem;height:3.125rem;top:27.9375rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #leP2vMin5OwOhCIZUZ0I6gChGoJJivrA { top:26.6875rem;left:17.8125rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRSwG6mLb7KdLVi9tFbhKInFtDNpN7Bw { width:33.8125rem;height:4.6875rem;top:33.875rem;left:13.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuWAULS8k9fBdSXbRMklPl2Ik4X9O9wX { top:32.1875rem;left:17.812500953674rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJDb52tDfJznq17cBTocqiZsTFqMhw8c { width:34.0625rem;height:1.5625rem;top:41.3125rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbiMdGuKuVxNZFMwVddT9ehudCkcWBt2 { top:39.6875rem;left:17.812500953674rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMD0OGTK5wbeff3WBtnSRwA6ZgTeOJaq { width:34.0625rem;height:1.5625rem;top:46.125rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdXrUePH1F0NaPTX0T9VBoacBBEaMmzR { top:44.4375rem;left:17.812500953674rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTSuxxfKXxWOi59sXCynkukDpt57s35w { top:18.75rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yptJ0zV0nm7uT466dTQ4mRFAvx8G0IFU { top:18.75rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5Iu9cx3knAx8NqI3nAhgZKuSi3pTEy6 { top:18.75rem;left:17.8125rem;width:9.375rem;height:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pFQev70i09xkRQSiKPamqPiqMTwTn4uy { display:block; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNFJlCVTe7neTc2Im2lFZy13iK8Ka4uP { width:35.4375rem;height:2.25rem;top:11.4375rem;left:12.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtJRmM2x5cBbChoRHSAkH9DAmfLRPElU { width:36.6875rem;height:1.625rem;top:9.25rem;left:11.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphB6ucIQpSavHhK7u6aPXpoe4uHDAH3 { width:22.5rem;height:0.9375rem;top:4.625rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZKiBvANtNp8tsDBr6sEQI4WcuLQFx4 { width:37.4375rem;height:1.625rem;top:5.5625rem;left:10.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIgzDfodbCCibuHKJoC43nFV0HtIfREq { top:0rem;left:0rem;width:14.6875rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gloogPsVmVS9s4QOBJfKqp4kSetKlofJ { display:block; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytp0sUG8i7bGmT1LN5UXGbvQ5EsTaknm { width:35.25rem;height:5.6875rem;top:10.75rem;left:12.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gex6WKxKKCW77iTW4cKrv2TrgZfXe2vc { width:36.25rem;height:1.625rem;top:8.3125rem;left:11.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeudsTlLMwmEr2g31CaPJtA9kTKtCrTN { width:22.5rem;height:0.9375rem;top:2.5625rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezOu8FBM8wvJLUiZce7fGqm80CIzC07P { width:28.25rem;height:3.25rem;top:3.5rem;left:14.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXDlV6QnTDsxPQ6ghA0EmcTgTyVTqHv { top:0rem;left:0rem;width:14.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQiHpKek2EfWD3yWl2M7oPu88D2xezdb { display:block; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1v3AdMTAaxkeaIzkPsd1zABablMxdOI { width:36.9375rem;height:6.8125rem;top:10.4375rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXKEuOlKiQ4xnpf150iZxoPXwXlfcHL4 { width:36.4375rem;height:3.25rem;top:6.4375rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VENHiB2BJZFgISwTmTws64JZ6xEtQJk2 { width:22.5rem;height:0.9375rem;top:1.875rem;left:14.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgcHM28Dh8TQFohfTS7PrHPeRsJxTTmF { width:36.4375rem;height:1.625rem;top:2.8125rem;left:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVbKqxq2q8gIU21nwuVrHlEWiOuGmuk { top:0rem;left:0rem;width:14.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI { display:block; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS6bX9qfP432aQDO5OPVTRnIqHhtD068 { width:35.875rem;height:5.625rem;top:11.9375rem;left:11.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcaVKmvUAbFGMwNCusadSmLixNoLZdP2 { width:27.875rem;height:3.25rem;top:8.0625rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJxThOcMSMZgv2w0f8fim6t5v2M0QEN { width:22.5rem;height:0.9375rem;top:1.75rem;left:14.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSaogmVhtayhBeKreemaVpysy765NqT5 { width:25.3125rem;height:3.25rem;top:2.6875rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6921SFdVKy8tn0knuAdIGNLpGrDFyI { top:0rem;left:0rem;width:14.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs { display:block; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7odqzG1iQqxG0gcKDEiF5mFXSbziK3N { width:34.75rem;height:6.8125rem;top:11.75rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8OtRD3I4Tov4wPPaJAnel7TTz5ZOPfB { width:25.6875rem;height:3.25rem;top:7.8125rem;left:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFu915VQ5gBfqsyoJhL3JtRCPkZZSZrZ { width:22.5rem;height:0.9375rem;top:1.5rem;left:14.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhl5vbaJlL57Ib737J1Ln0qkXLs751wG { width:25.6875rem;height:3.25rem;top:2.75rem;left:14.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzdhmF7cihO09AD71E12yRSHl7FiauIn { top:0.3125rem;left:0rem;width:14.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA00zI04dU0ffziq1bbSp69oe7XSLElQ { display:block; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHSETwTFgy0lufOLVskW1fhGyQN94xtD { width:34.75rem;height:5.625rem;top:10.25rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbcWzWwSFwGnv79bg9c89IcVvwpG462B { width:31.875rem;height:1.625rem;top:8.0625rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhTL8XnBSgtI42prcEoEfOHaLkioft8 { width:22.5rem;height:0.9375rem;top:3.375rem;left:14.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWeuZLJHwVCfgKLpBPVGEIX5NDEpAcG3 { width:36.8125rem;height:1.625rem;top:4.3125rem;left:10.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmkh90m29MXL5zD1Swgd9oWOroKkTHZ { top:0rem;left:0rem;width:14.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE { display:block; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaVxJSnmTg9TJW2APNw2GdR9QUSn31GR { top:1.25rem;left:0rem;width:47.75rem;height:11.440104166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3al6ELZLGQi536bOPFQuxEt6dKqDliN { width:33.9375rem;height:0.9375rem;top:14.75rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dd4c668b-8e87-484a-a762-6bfa19d7c744/_08A9925EnhancedNREditarcopyrightmanuelsacopiar.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX.adaptive-delivery-prevent-bg, #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX.lazyload, #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX.lazyloading { background-image: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { background-color: transparent; background-image: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .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); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { border-width: 0; border-radius: 0; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KGJJwOOWzIdrcJVuKBbhPXySNTg7U5rT { width:17.0625rem;height:1.44375rem;top:12.8125rem;left:1.46875rem;text-align:center;text-align-last:center;font-size:1.3125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fh7zbvoc7B2LZxfGNlbTpcOn6UR6Mtww { width:19.75rem;height:54.3125rem;top:6.123046875rem;left:0.12174475193024rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKRhzrFB5LJ8uTI8IvRARkW0QigTnmot { width:20rem;height:1.4622375rem;top:45.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyUQFsTaxfryEwhmeVwlI7UFhm3XHWkc { width:13.125rem;height:3.25rem;top:7.0625rem;left:1.40625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ACMttmyNTKSsoROLI0zi3cM2fUbwN69P { width:16.75rem;height:1.4rem;top:2.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFNFA3govb0s2fzL7VlScqtkbuou3Aea { width:20rem;height:1.225rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlhDearCsgpheRTDu7ftP48UlFFr5KIJ { width:18.2480625rem;height:22.41600625rem;top:17.5908203125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnlzMNiB7HoTJ4pDiyEqwEQ2NgSry9tL { width:7.6865rem;height:1.811525rem;top:54.125rem;left:6.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MmGTS5hmT2kkMbtAVtFDWTinqRJkum84 { width:20rem;height:1.3059875rem;top:55.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUVkiZ6IVJSWCHKMJc2cTsoSOTZzZf2c { width:17.3125rem;height:2.6125rem;top:14.255859375rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #llgfy9bxzTpRHh5LmaHftbTCZDuxzhbO { width:11.0625rem;height:1.78645625rem;top:51.125rem;left:4.5rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PTfcrAQnbuugiCs2r3rzRFTxHlRsnN43 { width:9.375rem;height:0.125rem;top:41.1875rem;left:5.3125rem;background-color:#ffffff;background-image:none;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Zmt5NuFOsh37uZ4P7tIHhITULszPPL1i { width:19.875rem;height:6.0625rem;top:42.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f97fb66-ebfd-4732-905a-729713ce93f3/ConexoINTERNACIONAL3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo.adaptive-delivery-prevent-bg, #vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo.lazyload, #vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo.lazyloading { background-image: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container { background-color: transparent; background-image: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container > .video-iframe-container { display: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row > .video-iframe-container { display: none; }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .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); }#vxtzFrwMqdBplrXGgG4waDbtZT1SaQRo > .row .container { width:20rem;height:80.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l2SXQvIr31iZDTTFTVD4eDewaik2xTkR { width:20rem;height:1.375rem;top:63.1875rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs { display:flex;width:13.5rem;height:5.0625rem;top:73.185546875rem;left:2.51171875rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #RNeAnoP1Ei3DGUeyMQrD1ZpALzMM3USg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #AM6TIasN8BPvkoQcVTlqFDFR4TcmJhcg {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #QRTQ4NipuKSPeBkKFGTHEwpcqB5dTCNM {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #QkuFFnyvP7LS4oPc89OQzcfbCPuT1RoB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #TsGH9AFCSxntguT3DmPGXQO7GgcFRz6l {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #DXklIKIlT3g4ko3TJDwBNpBvWVIMJg9N {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #stJ92INrhyKihJphCXacs5xA1uTphUeT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #A0TQDGIJRReP8doGXHTp2kimu4n8C2zI {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #li2QpiTJdW9Ab3iGyHczgdbUOtmxkbFN {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #SX6XcV2FVxIUFTF7D9n8WQhHQDChOqma { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #cC6eOnezTSWpqSItx4idutEITqfAToW4 {  }
 }@media only screen and (max-width: 763px) { #tKzyTRMAK0mWwIn44s2G26oJXb4vf7Cs #yJR9yl6sxr9ZgihwXwp91vHuiDvE5iMB {  }
 }@media only screen and (max-width: 763px) { #a0D2TIFPkINC5eFTbSV8rcQXoCHcaTBG { width:14.874rem;height:3.5rem;top:5.9375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4QekOSEd8GepFvCZf9nzEz1AqN2pZu4 { width:20rem;height:3.5rem;top:11.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBUAu6tOzTSHxui0u0kFbqvSaPTVo03z { width:9.375rem;height:0.125rem;top:10.4375rem;left:5.3125rem;background-color:#21428b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ebCgb88QhD44vE4UmdeAwpm5q3U2D5VR { width:20rem;height:1.75rem;top:71.435546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoiehS8HGkI6JLfJwhpgXcVMuMSac7ps { width:13.75rem;height:5.25rem;top:17.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRInvkAMZNGPkTO7ASHy9wgiU6yVEHRI { width:14.0625rem;height:5.25rem;top:24.884765625rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2U58VRGnnaD1cCm2rr7shQ4h7MJEMkV { width:9.375rem;height:0.125rem;top:16rem;left:5.3125rem;background-color:#21428b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XdRQxlq3cbhewIVkxaT0u82l3IBxoI3z { width:9.375rem;height:0.125rem;top:30.8115234375rem;left:5.3125rem;background-color:#21428b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g7ELxTlnUXkKr7ppWfWtu5OawdLa5zRk { width:20rem;height:2.0625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPrQrvmbuJ8SNVgqkqWwwNNNbACUTpJg { width:9.375rem;height:0.125rem;top:40.811625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7tQgHiW03oTOLKqlcOqask6V4lyFzLy { width:15.125rem;height:3.5rem;top:31.947265625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTTO0LO2mXX4fRVNy7wVEbI6gWbKQfTo { width:20rem;height:8.75rem;top:37.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leP2vMin5OwOhCIZUZ0I6gChGoJJivrA { width:9.375rem;height:0.12402375rem;top:65.1728515625rem;left:5.3125rem;background-color:#21428b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IRSwG6mLb7KdLVi9tFbhKInFtDNpN7Bw { width:20rem;height:8.75rem;top:48.9287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuWAULS8k9fBdSXbRMklPl2Ik4X9O9wX { width:9.375rem;height:0.125rem;top:58.30449375rem;left:5.3125rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #HJDb52tDfJznq17cBTocqiZsTFqMhw8c { width:20rem;height:3.5rem;top:60.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbiMdGuKuVxNZFMwVddT9ehudCkcWBt2 { width:9.375rem;height:0.12402375rem;top:59.1123046875rem;left:5.3125rem;background-color:#21428b;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cMD0OGTK5wbeff3WBtnSRwA6ZgTeOJaq { width:20rem;height:1.75rem;top:66.296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdXrUePH1F0NaPTX0T9VBoacBBEaMmzR { width:9.375rem;height:0.25rem;top:69.484375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTSuxxfKXxWOi59sXCynkukDpt57s35w { width:9.375rem;height:0.125rem;top:23.9375rem;left:5.3125rem;background-color:#21428b;background-image:none;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #yptJ0zV0nm7uT466dTQ4mRFAvx8G0IFU { width:9.375rem;height:0.125rem;top:36.4365234375rem;left:4.75rem;background-color:#21428b;background-image:none;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #G5Iu9cx3knAx8NqI3nAhgZKuSi3pTEy6 { width:9.375rem;height:0.125rem;top:47.78125rem;left:4.75rem;background-color:#21428b;background-image:none;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #pFQev70i09xkRQSiKPamqPiqMTwTn4uy { display:block; }#pFQev70i09xkRQSiKPamqPiqMTwTn4uy > .row .container { width:20rem;height:35.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fNFJlCVTe7neTc2Im2lFZy13iK8Ka4uP { width:19rem;height:5.25rem;top:10.5625rem;left:0.43749994039536rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GtJRmM2x5cBbChoRHSAkH9DAmfLRPElU { width:17.75rem;height:3.25rem;top:6.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphB6ucIQpSavHhK7u6aPXpoe4uHDAH3 { width:20rem;height:0.975rem;top:2.38671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxZKiBvANtNp8tsDBr6sEQI4WcuLQFx4 { width:20rem;height:1.625rem;top:3.3617191314698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIgzDfodbCCibuHKJoC43nFV0HtIfREq { width:14.6875rem;height:18.3125rem;top:17.05859375rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gloogPsVmVS9s4QOBJfKqp4kSetKlofJ { display:block; }#gloogPsVmVS9s4QOBJfKqp4kSetKlofJ > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytp0sUG8i7bGmT1LN5UXGbvQ5EsTaknm { width:18.5rem;height:10.96875rem;top:17.206251144409rem;left:0.74921876192094rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gex6WKxKKCW77iTW4cKrv2TrgZfXe2vc { width:17.125rem;height:3.25rem;top:13.125rem;left:1.4375000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeudsTlLMwmEr2g31CaPJtA9kTKtCrTN { width:20rem;height:0.975rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezOu8FBM8wvJLUiZce7fGqm80CIzC07P { width:20rem;height:4.875rem;top:5.9125003814697rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQXDlV6QnTDsxPQ6ghA0EmcTgTyVTqHv { width:14.625rem;height:18.3125rem;top:28.125rem;left:2.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQiHpKek2EfWD3yWl2M7oPu88D2xezdb { display:block; }#LQiHpKek2EfWD3yWl2M7oPu88D2xezdb > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1v3AdMTAaxkeaIzkPsd1zABablMxdOI { width:20rem;height:15.75rem;top:12.1865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XXKEuOlKiQ4xnpf150iZxoPXwXlfcHL4 { width:19.875rem;height:6.5rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VENHiB2BJZFgISwTmTws64JZ6xEtQJk2 { width:20rem;height:0.975rem;top:1.8249998092651rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgcHM28Dh8TQFohfTS7PrHPeRsJxTTmF { width:20rem;height:1.625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkVbKqxq2q8gIU21nwuVrHlEWiOuGmuk { width:14.625rem;height:18.3125rem;top:27.9365234375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI { display:block; }#hMUNgJTPSrlmfdd1SL24Uu4TX6gNnbpI > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hS6bX9qfP432aQDO5OPVTRnIqHhtD068 { width:19.9375rem;height:13.125rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GcaVKmvUAbFGMwNCusadSmLixNoLZdP2 { width:19.75rem;height:4.875rem;top:8rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXJxThOcMSMZgv2w0f8fim6t5v2M0QEN { width:20rem;height:0.975rem;top:0.8671875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSaogmVhtayhBeKreemaVpysy765NqT5 { width:20rem;height:4.875rem;top:1.8421878814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv6921SFdVKy8tn0knuAdIGNLpGrDFyI { width:14.625rem;height:18.3125rem;top:27.3056640625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs { display:block; }#ftXFlX3yGM071mlBMM7iQNy9mcwuk8Rs > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7odqzG1iQqxG0gcKDEiF5mFXSbziK3N { width:18.5rem;height:15.75rem;top:15.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #s8OtRD3I4Tov4wPPaJAnel7TTz5ZOPfB { width:19.875rem;height:4.875rem;top:10rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFu915VQ5gBfqsyoJhL3JtRCPkZZSZrZ { width:20rem;height:0.975rem;top:8.0625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhl5vbaJlL57Ib737J1Ln0qkXLs751wG { width:20rem;height:4.875rem;top:1.4296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzdhmF7cihO09AD71E12yRSHl7FiauIn { width:14.625rem;height:18.3125rem;top:33.3671875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA00zI04dU0ffziq1bbSp69oe7XSLElQ { display:block; }#WA00zI04dU0ffziq1bbSp69oe7XSLElQ > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHSETwTFgy0lufOLVskW1fhGyQN94xtD { width:18.375rem;height:13.125rem;top:13rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vbcWzWwSFwGnv79bg9c89IcVvwpG462B { width:15.75rem;height:4.875rem;top:7.3125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBhTL8XnBSgtI42prcEoEfOHaLkioft8 { width:20rem;height:0.975rem;top:1.8179688453674rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWeuZLJHwVCfgKLpBPVGEIX5NDEpAcG3 { width:20rem;height:3.25rem;top:2.79296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVmkh90m29MXL5zD1Swgd9oWOroKkTHZ { width:14.625rem;height:18.3125rem;top:26.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE { display:block; }#BkzPtUxJ3iDoHihTmTF88dB8TSp0cWmE > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zaVxJSnmTg9TJW2APNw2GdR9QUSn31GR { width:20rem;height:4.7916666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3al6ELZLGQi536bOPFQuxEt6dKqDliN { width:20rem;height:1.94921875rem;top:7.29140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }