.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED { position:relative;display:block; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED { background-color: transparent; background-image: none; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row .container > .video-iframe-container { display: none; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row > .video-iframe-container { display: none; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .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); }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED { border-width: 0; border-radius: 0; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#Pxrr48ulkrNburVL9csQ0MfPTZKsS0Aw { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:3.75rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#hl0mnqne0xqJ9uUwA4zMK3uRhm1K1OJt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:1.375rem;left:5.4375rem;overflow:hidden;display:block; }
#wB03zpkecIzIFJUm7IfDLiXGQzJRHdMa { color:#05554f;display:block;width:5.6875rem;position:absolute;font-family:rotunda;font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:32.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#fuk8VzgEzIcL2qA8yULvIGXan1xuN3J6 { color:#05554f;display:block;width:8.4375rem;position:absolute;font-family:rotunda;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:39.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#ksEKUQA67902eHwHFzB0Oc7DBfgTHVlX { color:#05554f;display:block;width:9.6875rem;position:absolute;font-family:rotunda;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.8125rem;left:49.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#G7OPO7KoJEplRvOxhh7kMZ7vBkIEbiCy { color:#05554f;display:block;width:7.5rem;position:absolute;font-family:rotunda;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:59rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#dE59HcTTUZG56hNlh8Sadr03BuCJxLC7 { color:#05554f;display:block;width:8.4375rem;position:absolute;font-family:rotunda;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:2.80029296875rem;left:66.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#c10TBpWm945LBTi94gIK3chXbF8DZW6e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #071f4b, #4fa17c);background-image: -moz-linear-gradient(180deg, #071f4b, #4fa17c);background-image: -ms-linear-gradient(180deg, #071f4b, #4fa17c);background-image: -o-linear-gradient(180deg, #071f4b, #4fa17c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#071f4b', endColorstr='#4fa17c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#071f4b', endColorstr='#4fa17c' );";background-image: linear-gradient(180deg, #071f4b, #4fa17c);background-size:auto !important;position:relative;display:block; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container { background-color: transparent; background-image: none; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container > .video-iframe-container { display: none; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row > .video-iframe-container { display: none; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .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); }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container { border-width: 0; border-radius: 0; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#Fv8leETqKuzce4QQmLZCuuJCk0IO83XH { color:#ffffff;display:block;width:56.6875rem;position:absolute;font-family:rotunda;font-size:1.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.875rem;left:9.1875rem;height:4.386725rem;text-align:center;text-align-last:center;display:block; }
#qNRIo5Am4PXfdoyuCbxpzgs0zVP8uhUq { color:#ffffff;display:block;width:50rem;position:absolute;font-family:rotunda;font-size:1.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:12.5rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#V1z7pdN07w4L4EPZEW35AH5W1kX9TJPP { background-color:#071f4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rotunda;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:16.625rem;left:27.6875rem;display:block; }
#rfQWLTuT4qEUxBxoUALRN4aAH93L2u5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p1dxmXoKcIZaK2LnUTJw6TxQ5Io71pfO { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:1.5625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:21.875rem;left:12.5rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ { position:relative;display:block; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ { background-color: transparent; background-image: none; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row .container > .video-iframe-container { display: none; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row > .video-iframe-container { display: none; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .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); }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ { border-width: 0; border-radius: 0; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#h7SlXicdWmgEVnpf2TPHWa5J9sNneMgM { color:#4fa17c;display:block;width:56.6875rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:2.0625rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:9.15625rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NgcrVEodKWS0u5vUm9EuLMHztde9g1Vp { color:#071f4b;display:block;width:45.25rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:1.3125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:5.875rem;left:14.875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#F0np92tQQf7te2eTOo4AHSIB5wyCQ3Tf { color:#3e3e3e;display:block;width:53rem;position:absolute;font-family:rotunda;font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:8.5rem;left:11rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zq8MdouorSb3AhB97exAibRsqmi90lp7 { background-color:#4fa17c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0d0bb;border-left:0.0625rem solid #b0d0bb;border-right:0.0625rem solid #b0d0bb;border-bottom:0.0625rem solid #b0d0bb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rotunda;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.5rem;left:18.875rem;display:block; }
#uxNPevDJeirXgmv6lyVCs4mwUoHu9iSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GVHRqdqVciTi4kpuvIEuFdT1J7QnZDNw { background-color:#4fa17c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b0d0bb;border-left:0.0625rem solid #b0d0bb;border-right:0.0625rem solid #b0d0bb;border-bottom:0.0625rem solid #b0d0bb;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rotunda;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.5rem;left:38.6875rem;display:block; }
#OZPLxTvGES32mXv0hV605v5rvMEIkNlU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4fa17c;background-image:none;position:relative;display:block; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container { background-color: transparent; background-image: none; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container > .video-iframe-container { display: none; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row > .video-iframe-container { display: none; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .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); }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container { border-width: 0; border-radius: 0; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#J2G8CNgBEDT93a1VRedPyfpgkl3hCXNu { color:#071f4b;display:block;width:56.6875rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:1.8125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.1875rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#qamhqS57oRcTVZizUEnco3WhQAi19t0p { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:rotunda;font-size:1.25rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:6.1875rem;left:10.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#o8ywWLooPgMvCTMCv9yeJufIXdsSUwg0 { color:#ffffff;display:block;width:54.75rem;position:absolute;font-family:rotunda;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.125rem;left:10.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hAtyz8UCrND61H72CXCUiFcHTAugtzhW { color:#071f4b;display:block;width:56.6875rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:1.8125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:10.25rem;left:9.1875rem;height:2.35595625rem;text-align:center;text-align-last:center;display:block; }
#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50442246-ffdc-4a58-8543-3b0b6871ae60/Trama2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL.adaptive-delivery-prevent-bg, #TgtSigoAOooFKkkaMQgUPsUXswSDE0fL.lazyload, #TgtSigoAOooFKkkaMQgUPsUXswSDE0fL.lazyloading { background-image: none; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container { background-color: transparent; background-image: none; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container > .video-iframe-container { display: none; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row > .video-iframe-container { display: none; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .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); }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container { border-width: 0; border-radius: 0; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#dQ6korHkfdfNF1vTGWQ2qwml5z7G2vV6 { color:#4fa17c;display:block;width:17.5rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:2.0625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:28.75rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OgJCcUn7tMgysc8OEaRu3LK5tDcVL09d { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:75rem;top:0.96875rem;left:0rem;display:block; }
#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#585858;background-image:url("https://images.assets-landingi.com/uc/8a3fc8eb-44bf-424e-9f20-9ee990290bad/Registro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ.adaptive-delivery-prevent-bg, #ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ.lazyload, #ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ.lazyloading { background-image: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container { background-color: transparent; background-image: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container > .video-iframe-container { display: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row > .video-iframe-container { display: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .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); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container { border-width: 0; border-radius: 0; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container { font-size:0.875rem;font-family:arial;height:83.1875rem;width:75rem;position:relative;display:block; }#yaTZkteasxin7gTtBKBnqzwdHn446NP9 { background-color:#4fa17c;background-image:none;border-top:0.0625rem solid #4fa17c;border-left:0.0625rem solid #4fa17c;border-right:0.0625rem solid #4fa17c;border-bottom:0.0625rem solid #4fa17c;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rotunda;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.5625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.875rem;left:4.34375rem;display:none; }
#bM6Ef00LdFfbhfna1si075P3R2MTCFk1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MemWrxS0i9JttpeXwavJBM6p0kFaiPex { background-color:#4fa17c;background-image:none;border-top:0.0625rem solid #4fa17c;border-left:0.0625rem solid #4fa17c;border-right:0.0625rem solid #4fa17c;border-bottom:0.0625rem solid #4fa17c;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rotunda;font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:2.5625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.875rem;left:51.40625rem;display:block; }
#GkgN24avPNzvuL0fhZCLqfpsMRGvQVU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RwyrRTdg24rV29PKkBWw0MFJrVeJinfu { position:absolute;display:block;z-index:100010;height:36.9375rem;width:66.3125rem;top:4.8125rem;left:4.34375rem;display:block; }
#bE88uBNL7Cftr0FgP83OUodaNhDqRH0n { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:2.0625rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.1943359375rem;left:28.75rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TNVACqkkOkIMfHG5RKkdg4ATpIMVRVMR { position:absolute;display:block;z-index:100011;height:36.9375rem;width:66.3125rem;top:44.75rem;left:4.34375rem;display:block; }
#HBt316RIMnoB6slCVB3MCrhirhgGqkp3 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:2.0625rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:42.1318359375rem;left:28.75rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/50442246-ffdc-4a58-8543-3b0b6871ae60/Trama2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA.adaptive-delivery-prevent-bg, #OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA.lazyload, #OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA.lazyloading { background-image: none; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container { background-color: transparent; background-image: none; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container > .video-iframe-container { display: none; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row > .video-iframe-container { display: none; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .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); }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container { border-width: 0; border-radius: 0; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#csH35QrNpLO8gOTxxlAVyfk9HkTvr3TO { color:#4fa17c;display:block;width:56.6875rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:2.0625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:9.15625rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FX43mLmuQez4AWkMUyoQxJbqx4E7cGJv { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:75rem;top:0.96875rem;left:0rem;display:block; }
#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container { background-color: transparent; background-image: none; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container > .video-iframe-container { display: none; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row > .video-iframe-container { display: none; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .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); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container { border-width: 0; border-radius: 0; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#stxFD3n1XOeyHgPTo35dn0IvDERqsz2b { position:absolute;display:block;z-index:100007;height:32.875rem;width:73.8125rem;top:0.625rem;left:0.03125rem;display:block; }
#G98aIlG9e9vQNHffqwxX6A22TXuBdeVM { position:absolute;display:block;z-index:100000;height:11.25rem;width:20rem;display:none; }
#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container { background-color: transparent; background-image: none; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container > .video-iframe-container { display: none; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row > .video-iframe-container { display: none; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .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); }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container { border-width: 0; border-radius: 0; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:75rem;position:relative;display:block; }#q5DXrZJMQiftZ3xbZt3GtCW3TdLZx9Ws { color:#071f4b;display:block;width:56.6875rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:9.15625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC { position:relative;display:block; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC { background-color: transparent; background-image: none; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row .container > .video-iframe-container { display: none; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row > .video-iframe-container { display: none; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .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); }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC { border-width: 0; border-radius: 0; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;position:relative;display:block; }#cXhXJ6WBs54Fk8LN6x3BiTUIZFTmdbHt { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:15.625rem;top:10.1875rem;left:18.3125rem;overflow:hidden;display:block; }
#bl0aKRWQZ7TyEfO4a2uKAlueJ2tqGwNT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:12.5rem;top:18.3125rem;left:13.8125rem;overflow:hidden;display:block; }
#Eb7IpFpa5EP5xVJCEEz47aX4g0Ax1lNi { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:10rem;top:18.28125rem;left:44.4375rem;overflow:hidden;display:block; }
#J4hWahDxToCUWPs8Xh0lX5WnpZ25TlsK { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:8.75rem;top:18.03125rem;left:2.5625rem;overflow:hidden;display:block; }
#cfTnOvymxQRATTr6tmDEZxT1b5CTIExa { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.0625rem;width:14.375rem;top:19.28125rem;left:58.25rem;overflow:hidden;display:block; }
#w75uq86TvUVe7kKPqSn2KJGxdI2QTiLd { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:15.625rem;top:10.40625rem;left:41.5rem;overflow:hidden;display:block; }
#oBeGrapAsOHrAEHgvXEphzm1plUBzvoT { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:15rem;top:1.0625rem;left:29.8125rem;overflow:hidden;display:block; }
#lSQu33m5pTZLi72D0EivvTSPvmDrJzHL { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.1875rem;width:11rem;top:18.21875rem;left:29.75rem;overflow:hidden;display:block; }
#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071f4b;background-image:none;position:relative;display:block; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container { background-color: transparent; background-image: none; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container > .video-iframe-container { display: none; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row > .video-iframe-container { display: none; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .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); }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container { border-width: 0; border-radius: 0; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container { font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;position:relative;display:block; }#rAy5v2LBAwRWwUAUbxuXmgtmNk4M13Si { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:"trade gothic lt std bold congreso aidis";font-size:1.8125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.1875rem;height:2.35595625rem;text-align:left;text-align-last:left;display:block; }
#UR9IoA50p8IGqgG2xNUDyecO1bp8fdre { background-color:transparent;background-image:none;border-top:0.125rem solid #4fa17c;border-left:0.125rem solid #4fa17c;border-right:0.125rem solid #4fa17c;border-bottom:0.125rem solid #4fa17c;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"trade gothic lt congreso aidis";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:2.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:2.458984375rem;left:54.75rem;display:block; }
#O90n86GT1JTX50xyunyXDbWGkG0z2zSR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bIWpH7NJTXKksfdpbUwGhS2l0TX0OTmV { box-sizing:content-box;color:#4fa17c;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:7rem;left:3.5rem;display:block; }
#hOcWOFDfH6i6dzqEG9xFS1Rm15uhTNsR { box-sizing:content-box;color:#4fa17c;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:6.8125rem;left:26.9375rem;display:block; }
#x0lTTnMku7aC3HQSCwQ70fKkl2rh6uJ5 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:7.375rem;left:7.5rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#w7QwldeQBAQHykuccpggHOBZzGDad0B2 { color:#4fa17c;display:block;width:14.375rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:9rem;left:7.5rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#LHE2oOssg59UpUBp6DdEGdgKBFAxX46X { color:#4fa17c;display:block;width:14.875rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:1.125rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:8.9375rem;left:30.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#NkfgmFKTRaQtBIQQVIkb86IhzHpztgma { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.9375rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#iC5LNFu5p1QaNbAFpUySObozH7TEw3Gs { box-sizing:content-box;color:#4fa17c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:8.5625rem;left:65.875rem;display:block; }
#GqFogmpzAk2M8t7Z0sU1C78OIhQZ0Cen { box-sizing:content-box;color:#4fa17c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:8.5625rem;left:62.5625rem;display:block; }
#p9bfTyKEMuDwWIX14EpMhNk4GtFHR6WJ { box-sizing:content-box;color:#4fa17c;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:8.5625rem;left:59.25rem;display:block; }
#a4fqX33dnDDcG4JwIz9M6QKePy3QbqWd { color:#ffffff;display:block;width:17.75rem;position:absolute;font-family:"trade gothic lt congreso aidis";font-size:1.125rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:7.0625rem;left:55.25rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA { background-color:#333333;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container { background-color: transparent; background-image: none; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container > .video-iframe-container { display: none; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row > .video-iframe-container { display: none; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .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); }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container { border-width: 0; border-radius: 0; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ExviZnvcogOr50cLvdmlyhdApWRWkox4 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"hsbc bien";font-size:0.8125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4.125rem;left:7.9375rem;height:2.11230625rem;display:block; }
#MnZWJy6DWZZwTIcscasZt6M9Rkl12eVg { color:#000000;display:block;width:26.1875rem;position:absolute;font-family:"hsbc bien";font-size:0.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:7.8125rem;left:24.375rem;height:0.9746125rem;display:block; }
#coT02nt9M8mMnrEgqLntEBrGiCv7i4kC { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:12.5rem;top:0.9375rem;left:7.9375rem;overflow:hidden;display:block; }
#yDdqoiudHi2rinXCU6aPFhd4ulowZ6O9 { color:#ffffff;display:block;width:21.4375rem;position:absolute;font-family:"hsbc bien";font-size:0.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.125rem;left:44.1875rem;height:2.11230625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b8gGWINfDamZsDyoVH8JWgXGTJZzeMED { display:block; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxrr48ulkrNburVL9csQ0MfPTZKsS0Aw { top:0.5625rem;left:0rem;width:3.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl0mnqne0xqJ9uUwA4zMK3uRhm1K1OJt { top:1.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB03zpkecIzIFJUm7IfDLiXGQzJRHdMa { top:2.8125rem;left:18.75rem;width:5.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuk8VzgEzIcL2qA8yULvIGXan1xuN3J6 { top:2.8125rem;left:25.6875rem;width:8.4375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksEKUQA67902eHwHFzB0Oc7DBfgTHVlX { top:2.8125rem;left:35.6875rem;width:9.6875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7OPO7KoJEplRvOxhh7kMZ7vBkIEbiCy { top:2.8125rem;left:40.25rem;width:7.5rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE59HcTTUZG56hNlh8Sadr03BuCJxLC7 { top:2.75rem;left:39.3125rem;width:8.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c10TBpWm945LBTi94gIK3chXbF8DZW6e { display:block; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv8leETqKuzce4QQmLZCuuJCk0IO83XH { top:2.875rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNRIo5Am4PXfdoyuCbxpzgs0zVP8uhUq { top:9.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1z7pdN07w4L4EPZEW35AH5W1kX9TJPP { width:19.625rem;height:2.8125rem;top:16.625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQWLTuT4qEUxBxoUALRN4aAH93L2u5y { display:block; }
 }@media only screen and (max-width: 763px) { #p1dxmXoKcIZaK2LnUTJw6TxQ5Io71pfO { top:21.875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ { display:block; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7SlXicdWmgEVnpf2TPHWa5J9sNneMgM { top:2.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgcrVEodKWS0u5vUm9EuLMHztde9g1Vp { top:5.875rem;left:1.25rem;width:45.25rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0np92tQQf7te2eTOo4AHSIB5wyCQ3Tf { top:8.5rem;left:0rem;width:47.75rem;height:7.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8MdouorSb3AhB97exAibRsqmi90lp7 { width:17.5rem;height:2.8125rem;top:17.5rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNPevDJeirXgmv6lyVCs4mwUoHu9iSB { display:block; }
 }@media only screen and (max-width: 763px) { #GVHRqdqVciTi4kpuvIEuFdT1J7QnZDNw { width:17.5rem;height:2.8125rem;top:17.5rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZPLxTvGES32mXv0hV605v5rvMEIkNlU { display:block; }
 }@media only screen and (max-width: 763px) { #OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr { display:block; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2G8CNgBEDT93a1VRedPyfpgkl3hCXNu { top:3.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamhqS57oRcTVZizUEnco3WhQAi19t0p { top:6.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ywWLooPgMvCTMCv9yeJufIXdsSUwg0 { top:13.125rem;left:0rem;width:47.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtyz8UCrND61H72CXCUiFcHTAugtzhW { top:10.25rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtSigoAOooFKkkaMQgUPsUXswSDE0fL { display:block; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQ6korHkfdfNF1vTGWQ2qwml5z7G2vV6 { top:1.4375rem;left:15.125rem;width:17.5rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgJCcUn7tMgysc8OEaRu3LK5tDcVL09d { top:0.9375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ { display:block; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaTZkteasxin7gTtBKBnqzwdHn446NP9 { width:19.3125rem;height:2.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bM6Ef00LdFfbhfna1si075P3R2MTCFk1 { display:block; }
 }@media only screen and (max-width: 763px) { #MemWrxS0i9JttpeXwavJBM6p0kFaiPex { width:19.3125rem;height:2.5625rem;top:0.875rem;left:28.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgN24avPNzvuL0fhZCLqfpsMRGvQVU3 { display:block; }
 }@media only screen and (max-width: 763px) { #RwyrRTdg24rV29PKkBWw0MFJrVeJinfu { top:4.8125rem;left:0rem;width:47.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE88uBNL7Cftr0FgP83OUodaNhDqRH0n { top:2.1875rem;left:15.125rem;width:17.5rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVACqkkOkIMfHG5RKkdg4ATpIMVRVMR { top:44.75rem;left:0rem;width:47.75rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBt316RIMnoB6slCVB3MCrhirhgGqkp3 { top:42.125rem;left:15.125rem;width:17.5rem;height:2.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA { display:block; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csH35QrNpLO8gOTxxlAVyfk9HkTvr3TO { top:1.4375rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX43mLmuQez4AWkMUyoQxJbqx4E7cGJv { top:0.9375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx { display:block; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stxFD3n1XOeyHgPTo35dn0IvDERqsz2b { top:0.625rem;left:0rem;width:47.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G98aIlG9e9vQNHffqwxX6A22TXuBdeVM { display:none; }
 }@media only screen and (max-width: 763px) { #dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR { display:block; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5DXrZJMQiftZ3xbZt3GtCW3TdLZx9Ws { top:3.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTvonTaTHkF7zC2XzLLqER5CcLW0wFC { display:block; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXhXJ6WBs54Fk8LN6x3BiTUIZFTmdbHt { top:10.1875rem;left:4.6875rem;width:15.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl0aKRWQZ7TyEfO4a2uKAlueJ2tqGwNT { top:18.3125rem;left:0.1875rem;width:12.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb7IpFpa5EP5xVJCEEz47aX4g0Ax1lNi { top:18.25rem;left:30.8125rem;width:10rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hWahDxToCUWPs8Xh0lX5WnpZ25TlsK { top:18rem;left:0rem;width:8.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTnOvymxQRATTr6tmDEZxT1b5CTIExa { top:19.25rem;left:33.375rem;width:14.375rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w75uq86TvUVe7kKPqSn2KJGxdI2QTiLd { top:10.375rem;left:27.875rem;width:15.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBeGrapAsOHrAEHgvXEphzm1plUBzvoT { top:1.0625rem;left:16.1875rem;width:15rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQu33m5pTZLi72D0EivvTSPvmDrJzHL { top:18.1875rem;left:16.125rem;width:11rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ { display:block; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAy5v2LBAwRWwUAUbxuXmgtmNk4M13Si { top:2.375rem;left:0rem;width:19.25rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR9IoA50p8IGqgG2xNUDyecO1bp8fdre { width:18.125rem;height:2.1875rem;top:2.4375rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90n86GT1JTX50xyunyXDbWGkG0z2zSR { display:block; }
 }@media only screen and (max-width: 763px) { #bIWpH7NJTXKksfdpbUwGhS2l0TX0OTmV { top:7rem;left:0rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOcWOFDfH6i6dzqEG9xFS1Rm15uhTNsR { top:6.8125rem;left:13.3125rem;width:3.6875rem;height:3.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0lTTnMku7aC3HQSCwQ70fKkl2rh6uJ5 { top:7.375rem;left:0rem;width:15.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7QwldeQBAQHykuccpggHOBZzGDad0B2 { top:9rem;left:0rem;width:14.375rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHE2oOssg59UpUBp6DdEGdgKBFAxX46X { top:8.9375rem;left:17.3125rem;width:14.875rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkfgmFKTRaQtBIQQVIkb86IhzHpztgma { top:7.375rem;left:17.3125rem;width:15.3125rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5LNFu5p1QaNbAFpUySObozH7TEw3Gs { top:8.5625rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqFogmpzAk2M8t7Z0sU1C78OIhQZ0Cen { top:8.5625rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9bfTyKEMuDwWIX14EpMhNk4GtFHR6WJ { top:8.5625rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fqX33dnDDcG4JwIz9M6QKePy3QbqWd { top:7.0625rem;left:30rem;width:17.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA { display:block; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExviZnvcogOr50cLvdmlyhdApWRWkox4 { top:4.125rem;left:0rem;width:21.4375rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnZWJy6DWZZwTIcscasZt6M9Rkl12eVg { top:7.8125rem;left:10.75rem;width:26.1875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coT02nt9M8mMnrEgqLntEBrGiCv7i4kC { top:0.9375rem;left:0rem;width:12.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDdqoiudHi2rinXCU6aPFhd4ulowZ6O9 { top:4.125rem;left:26.3125rem;width:21.4375rem;height:2rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #b8gGWINfDamZsDyoVH8JWgXGTJZzeMED { position:relative;z-index:auto;display:block; }#b8gGWINfDamZsDyoVH8JWgXGTJZzeMED > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pxrr48ulkrNburVL9csQ0MfPTZKsS0Aw { width:2.5rem;height:3.6875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl0mnqne0xqJ9uUwA4zMK3uRhm1K1OJt { width:3.125rem;height:3.125rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wB03zpkecIzIFJUm7IfDLiXGQzJRHdMa { width:4rem;height:1.13720625rem;top:0.6875rem;left:15.71875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fuk8VzgEzIcL2qA8yULvIGXan1xuN3J6 { width:6.5rem;height:1.13720625rem;top:1.962890625rem;left:13.28125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ksEKUQA67902eHwHFzB0Oc7DBfgTHVlX { width:7.9375rem;height:1.13720625rem;top:3.30078125rem;left:11.84375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #G7OPO7KoJEplRvOxhh7kMZ7vBkIEbiCy { width:7.5rem;height:0;top:1.9248046875rem;left:10.09375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dE59HcTTUZG56hNlh8Sadr03BuCJxLC7 { width:8.4375rem;height:1.21875rem;top:4.4375rem;left:11.5625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #c10TBpWm945LBTi94gIK3chXbF8DZW6e { display:block; }#c10TBpWm945LBTi94gIK3chXbF8DZW6e > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fv8leETqKuzce4QQmLZCuuJCk0IO83XH { width:20rem;height:5.8496125rem;top:1.07373046875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNRIo5Am4PXfdoyuCbxpzgs0zVP8uhUq { width:20rem;height:4.38720625rem;top:7.9208984375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1z7pdN07w4L4EPZEW35AH5W1kX9TJPP { width:15.25rem;height:2.8125rem;top:13.86376953125rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfQWLTuT4qEUxBxoUALRN4aAH93L2u5y { display:block; }
 }@media only screen and (max-width: 763px) { #p1dxmXoKcIZaK2LnUTJw6TxQ5Io71pfO { width:15.3125rem;height:2.92480625rem;top:17.67626953125rem;left:2.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ { display:block; }#FpeHG4A468cDXsEaZV6uKFBemTdnMpoJ > .row .container { width:20rem;height:29.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7SlXicdWmgEVnpf2TPHWa5J9sNneMgM { width:20rem;height:2.03125rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgcrVEodKWS0u5vUm9EuLMHztde9g1Vp { width:20rem;height:2.76171875rem;top:3.662109375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0np92tQQf7te2eTOo4AHSIB5wyCQ3Tf { width:18.3125rem;height:14.0625rem;top:7.173828125rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #Zq8MdouorSb3AhB97exAibRsqmi90lp7 { width:12.5rem;height:2.375rem;top:22.375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxNPevDJeirXgmv6lyVCs4mwUoHu9iSB { display:block; }
 }@media only screen and (max-width: 763px) { #GVHRqdqVciTi4kpuvIEuFdT1J7QnZDNw { width:12.5rem;height:2.375rem;top:25.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZPLxTvGES32mXv0hV605v5rvMEIkNlU { display:block; }
 }@media only screen and (max-width: 763px) { #OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr { display:block; }#OfVt6rpZf6hu3GVDGecyrnvGSmS2l2yr > .row .container { width:20rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2G8CNgBEDT93a1VRedPyfpgkl3hCXNu { width:20rem;height:1.7871125rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qamhqS57oRcTVZizUEnco3WhQAi19t0p { width:20rem;height:2.4375rem;top:3.912109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ywWLooPgMvCTMCv9yeJufIXdsSUwg0 { width:20rem;height:1.21875rem;top:11.986328125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAtyz8UCrND61H72CXCUiFcHTAugtzhW { width:20rem;height:3.57421875rem;top:7.724609375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgtSigoAOooFKkkaMQgUPsUXswSDE0fL { display:block; }#TgtSigoAOooFKkkaMQgUPsUXswSDE0fL > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQ6korHkfdfNF1vTGWQ2qwml5z7G2vV6 { width:20rem;height:1.5625rem;top:0.734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgJCcUn7tMgysc8OEaRu3LK5tDcVL09d { width:20rem;height:2.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ { background-color:#840f86;background-image:url("https://images.assets-landingi.com/uc/8a3fc8eb-44bf-424e-9f20-9ee990290bad/Registro.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ.adaptive-delivery-prevent-bg, #ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ.lazyload, #ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ.lazyloading { background-image: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container { background-color: transparent; background-image: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container > .video-iframe-container { display: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row > .video-iframe-container { display: none; }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .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); }#ISfK1gHpFwnHAlTg9BOFM0wglPgFeuoZ > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaTZkteasxin7gTtBKBnqzwdHn446NP9 { width:14.0625rem;height:2.125rem;top:0.6875rem;left:2.96875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bM6Ef00LdFfbhfna1si075P3R2MTCFk1 { display:block; }
 }@media only screen and (max-width: 763px) { #MemWrxS0i9JttpeXwavJBM6p0kFaiPex { width:14.0625rem;height:2.125rem;top:0.6875rem;left:2.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkgN24avPNzvuL0fhZCLqfpsMRGvQVU3 { display:block; }
 }@media only screen and (max-width: 763px) { #RwyrRTdg24rV29PKkBWw0MFJrVeJinfu { width:20rem;height:11.1875rem;top:5.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bE88uBNL7Cftr0FgP83OUodaNhDqRH0n { width:17.5rem;height:1.70605625rem;top:3.375rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNVACqkkOkIMfHG5RKkdg4ATpIMVRVMR { width:20rem;height:11.1875rem;top:18.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBt316RIMnoB6slCVB3MCrhirhgGqkp3 { width:17.5rem;height:1.70605625rem;top:17.19970703125rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA { display:block; }#OXu7u9FIsCPT8kPC11Wm3Du38f1qN8aA > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csH35QrNpLO8gOTxxlAVyfk9HkTvr3TO { width:20rem;height:2.03125rem;top:0.734375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX43mLmuQez4AWkMUyoQxJbqx4E7cGJv { width:20rem;height:2.5rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx { background-color:#ffffff;background-image:none;display:block; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container { background-color: transparent; background-image: none; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container > .video-iframe-container { display: none; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row > .video-iframe-container { display: none; }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .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); }#vOSFtIWbIkUtG2TSRFdChpVmJ331FhKx > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #stxFD3n1XOeyHgPTo35dn0IvDERqsz2b { width:20rem;height:52.625rem;top:3.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G98aIlG9e9vQNHffqwxX6A22TXuBdeVM { top:0rem;left:0rem;width:20rem;height:22.5rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR { display:block; }#dargeaOTWhAf8dMqiPVnkB7KKUFOnlTR > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5DXrZJMQiftZ3xbZt3GtCW3TdLZx9Ws { width:20rem;height:1.7871125rem;top:1.07470703125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTvonTaTHkF7zC2XzLLqER5CcLW0wFC { display:block; }#STTvonTaTHkF7zC2XzLLqER5CcLW0wFC > .row .container { width:20rem;height:30.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXhXJ6WBs54Fk8LN6x3BiTUIZFTmdbHt { width:12.5rem;height:3.3125rem;top:7.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl0aKRWQZ7TyEfO4a2uKAlueJ2tqGwNT { width:8.6875rem;height:2.75rem;top:16.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb7IpFpa5EP5xVJCEEz47aX4g0Ax1lNi { width:7.5rem;height:3rem;top:16.6875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4hWahDxToCUWPs8Xh0lX5WnpZ25TlsK { width:6.25rem;height:2.75rem;top:21.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfTnOvymxQRATTr6tmDEZxT1b5CTIExa { width:11.25rem;height:1.5rem;top:26.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w75uq86TvUVe7kKPqSn2KJGxdI2QTiLd { width:12.5rem;height:2.875rem;top:12.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBeGrapAsOHrAEHgvXEphzm1plUBzvoT { width:11.875rem;height:6.4375rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSQu33m5pTZLi72D0EivvTSPvmDrJzHL { width:9.375rem;height:3.5625rem;top:21.3125rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ { display:block; }#W005mcWq8xBTTDmoD4KQV2nLghBzDJBZ > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rAy5v2LBAwRWwUAUbxuXmgtmNk4M13Si { width:9.125rem;height:1.54345625rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR9IoA50p8IGqgG2xNUDyecO1bp8fdre { width:9.875rem;height:1.4375rem;top:1.427734375rem;left:10.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90n86GT1JTX50xyunyXDbWGkG0z2zSR { display:block; }
 }@media only screen and (max-width: 763px) { #bIWpH7NJTXKksfdpbUwGhS2l0TX0OTmV { width:2.5rem;height:2.5rem;top:5.1875rem;left:3.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOcWOFDfH6i6dzqEG9xFS1Rm15uhTNsR { width:2.5rem;height:2.5rem;top:9.2109375rem;left:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0lTTnMku7aC3HQSCwQ70fKkl2rh6uJ5 { width:7.375rem;height:1.13720625rem;top:5.3125rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7QwldeQBAQHykuccpggHOBZzGDad0B2 { width:11.1875rem;height:1.13720625rem;top:6.6875rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHE2oOssg59UpUBp6DdEGdgKBFAxX46X { width:12.5625rem;height:1.13720625rem;top:10.716796875rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkfgmFKTRaQtBIQQVIkb86IhzHpztgma { width:10.1875rem;height:1.13720625rem;top:9.580078125rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5LNFu5p1QaNbAFpUySObozH7TEw3Gs { width:2.5rem;height:2.5rem;top:15.75rem;left:12.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqFogmpzAk2M8t7Z0sU1C78OIhQZ0Cen { width:2.5rem;height:2.5rem;top:15.75rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9bfTyKEMuDwWIX14EpMhNk4GtFHR6WJ { width:2.5rem;height:2.5rem;top:15.75rem;left:5.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4fqX33dnDDcG4JwIz9M6QKePy3QbqWd { width:14.3125rem;height:1.13720625rem;top:14.625rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA { display:block; }#tHXQ3hCKXK1KUZZnL8WNgoqPN2Ph0zGA > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExviZnvcogOr50cLvdmlyhdApWRWkox4 { width:20rem;height:1.7871125rem;top:3.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MnZWJy6DWZZwTIcscasZt6M9Rkl12eVg { width:20rem;height:0.73095625rem;top:6.8125rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #coT02nt9M8mMnrEgqLntEBrGiCv7i4kC { width:9.375rem;height:1.1875rem;top:1.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDdqoiudHi2rinXCU6aPFhd4ulowZ6O9 { width:20rem;height:1.7871125rem;top:8.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }