.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fffdfd;background-image:none;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); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container { background-color: transparent; background-image: none; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container > .video-iframe-container { display: none; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row > .video-iframe-container { display: none; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .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); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container { border-width: 0; border-radius: 0; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#E9J8DE0hPleVpsemdrtFzDSF6K48KzlO { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0.0625rem;top:0.75rem;left:11.0625rem;display:block; }
#q0CygfSpqGpNv5suJcqCqviB8FUDEaat { color:#53565a;display:block;width:27.125rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:11.9375rem;height:1.29948125rem;font-style:normal;display:block; }
#NagP1BFsypGi49TTQ6L50Tb1OzdzlRU5 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;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.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#UfC4M8aK6T1fucxddz9Q19y7xuVANBRD { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:2.21875rem;left:37.4375rem;overflow:hidden;display:none; }
#PfmVzFOZmkwzP9AUvIknCGRxZQc7Ogrk { background-color:#81acce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik upsa2";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.0625rem;left:60.3125rem;display:block; }
#xKVqAB5ihlHDgPpFmmPTvLUDnglHusUS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#So6Nb8yeXeDI16JS8eNFqRJBJ44padw5 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.0625rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#ESsNyXKcpkv3NKlnTgfVoWhThBHCSZkG { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.4375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:1.6875rem;left:47.9375rem;height:1.8684875rem;font-style:normal;display:block; }
#KXfDta3zBuROPi8Ls9LI1EEWFtXbzrAh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:1.75rem;left:45.5rem; }
#ahgRyvB4x3aOknt0UfLrQrxkiP0ey7Zt { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:graphik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#fGJrA19Ma6GQXqk2m20IfUKn04TePf42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC { position:relative;display:block; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC { background-color: transparent; background-image: none; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row .container > .video-iframe-container { display: none; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row > .video-iframe-container { display: none; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .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); }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC { border-width: 0; border-radius: 0; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .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:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hxlaSfQhDOuIoHVJPnkXA8GpMJGfTdWw { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10.0625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#os5rTORWmFZNA7KDKqPtgsXiXkBemenT { background-color:#81acce;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"graphik upsa2";font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.71875rem;left:60.249134063721rem;display:block; }
#xaThota5199HOz1aMRD6tM37wTVwIoqe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JO9x8kbo5yARu5re0bnZNZIaAZpd4XSr { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.4375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:2.375rem;left:47.9375rem;height:1.8684875rem;font-style:normal;display:block; }
#fAiFqDDhGcI3yuktxD390MF84gVpF3XS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.4375rem;left:45.5rem; }
#PEmvkKtBnfCzDK4FOMko5EBUzdAheiEC { color:#53565a;display:block;width:26.5625rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:2.75rem;left:11.875rem;height:1.29948125rem;font-style:normal;display:block; }
#oHAGF8JapR2Wvuk3hQSJAbIIk3XWQK4S { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0.0625rem;top:1.4375rem;left:11rem;display:block; }
#O707d5osStEuWhCLKTx2F9frmlo9cnSX { background-color:transparent;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { background-color: transparent; background-image: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container > .video-iframe-container { display: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { display: block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .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); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { border-width: 0; border-radius: 0; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;overflow:visible;position:relative;display:block; }#olQ4uDncIvAItWriba9BUgX0LolNiWz6 { color:#003864;display:block;width:18.6875rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:4rem;left:54.6875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#z1Uo6Oi8bNLPIyJrHa1Bm8tq4oACwISw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:9.875rem;top:0.75rem;left:0rem;overflow:hidden;display:none; }
#l9fosNKkiFZAJMbPEvTrAh55POTaNlat { color:rgba(255,255,255,0.53);display:block;width:6.625rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:65.1875rem;height:0;font-style:normal;display:none; }
#lKxkT8lrmRhQBF9l2ZPvibtK6xQvbqLc { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:28.625rem;left:0rem;height:4.6308625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-form-header { font-size:0.75rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-regular-label { height:auto;display:block;font-family:graphik;font-size:0.75rem;font-weight:400;color:#003864;width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.1875rem;color:#0a3c62;font-size:0.6875rem;overflow:hidden;font-family:graphik;line-height:1;text-align:left;text-align-last:left;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:4.375rem;color:#0a3c62;font-size:0.6875rem;overflow:hidden;font-family:graphik;line-height:1;text-align:left;text-align-last:left;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.625rem;box-sizing:border-box;height:2.5rem;color:#003864;font-family:graphik;font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#ffffff;width:18.625rem;height:3.125rem;font-family:graphik;overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]:-moz-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]::-moz-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]:-ms-input-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]::-webkit-input-placeholder { color:rgba(0,56,100,0.4);font-family:graphik;font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:graphik;line-height:1.3;font-size:0.625rem;font-weight:400;color:#003864;vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;float:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-container:first-of-type{padding-top:0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-container:last-of-type{padding-bottom:0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100038;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.25rem;left:53.875rem;font-size:0.75rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp {display:block;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:15.25rem;left:53.875rem;font-size:0.75rem;display:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #ruHWCekPuMzcR4VHTSpa5wew1QJuplvf { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #eeir31SEHGCMMeTCzKRAwgbvAH2Txqah { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #zbueINrSItx94xTZ9klJXowqv1TtydeI { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #JM0xgHWrTAsUfTkuy43PaVSc7ZIhFGQs { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #E7n5BfI68507RJVqnM80bk4uiSOk2DsI { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #biA4nUdXLqXQ1qkbFF5NEnoUI5fGdvtr { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #JriWJiFEwNfFgT2RuUGkZTLXTxNtydsA { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #mOQc1zRe4pEskOPCMyGtKHIsbOXLexq7 { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #VLgKtGZCOGR46TXTTMvukndo7mX0SXyy { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #LnNSpCQIFQbM0vcRENOK0y7F46o1yPP0 { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #W44P1vV4hy2kOP6HlOCc6QgdB8V9JGBl { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #wGRU0yQ42poLts0XIEiN91TFrwhuHfR3 { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #GFygD2wFhmo9uI9hKxzSybPDDaerTVJJ { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #d020snfykKeWrclOdVVakQvU6keeJSDR { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #T2mZmy7LpJt9d85GX9eVrSvMG0rFhR3D { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #b0qJS0TqdgovUD0qE4iTlP8mVJKO4acK { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #yA6WQkGofA145pNBPPMBx7hu4oybaCET { position:relative;z-index:2; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #cREUfC4IfX6kA8AdJIaDwdeDaxX4wnSm { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #pHlcCp76BTITZOVFIHlAiJe6BbNOiaRU { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #CRmyKLsUFSi7WW8ICDMn4E6gLRxouL2U { position:relative;z-index:2; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #ZF7bB2n87hw4kgPBqnKyN00ExrTprlZB { position:relative; }
#Z2MMbOslT7MeFyCpCzAlrtDKrgS5tv8c { position:relative;display:block; }
#kBRZDDU31bHeQwkzU6eDP3BFmFfBNRo0 { position:relative;display:block; }
#SERnqMFGTGuXDA7UXT7bTpzRCZk3QxNy { position:relative;display:block; }
#dOzfndqbBAQCfggg9UEpkTgD8UHKHrG9 { position:relative;display:block; }
#CmbZXz7TP0iuObLsM1OfLhTmRBrRSX6M { position:relative;display:block; }
#gn1lBh4soTpcyLxLhZvc7WcehNeNBpFB { position:relative;display:block; }
#fmRihJ8T8XmMzHGTwp9We2s74GP79wG5 { position:relative;display:block; }
#dkaWpS812Zp624lg0vFnG8t5vBPJGzMl { position:relative;display:block; }
#oVD5L6noHuWTJIFqfpQdTilvgumhZSu7 { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #r67q3JoAODesyhf1HnPGgqd5tb60chaT { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #SZaPoEOlMEuT9yJgh18W0uS52qrfIdtE { position:relative; }
#aZxWlh7c65EW7VisgN8G1d39tt59NlwQ { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:22rem;top:3rem;left:53rem;display:block; }
#R6oIm13PfzVkehoR9KvdlkFPPbTaoJ0V { background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#353a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:9.75rem;left:35.1875rem;display:none; }
#yJVAPQnf3RnGHVT1GlgpHaykp7PE2VHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#He5lLlWmFePTqLW4rE9m1dr4T9g7IO72 { position:absolute;display:block;z-index:15058;height:11.25rem;width:20rem;top:5.3125rem;left:55rem;display:block; }
#V0bc455pyOHaFFlx8CbmRwAq3C4ipV2X { color:#eeeeee;display:block;width:34.9375rem;position:absolute;font-family:"graphik upsa2";font-size:2.25rem;font-weight:300;z-index:15072;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:2.92448125rem;font-style:normal;display:block; }
#DAsauFTKzdPhzOMRvxTQ5iMiF2GuouLI { color:#eeeeee;display:block;width:52.75rem;position:absolute;font-family:"graphik upsa2";font-size:4.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:15.0625rem;left:0rem;height:11.21225rem;font-style:normal;display:block; }
#kdmZe4HTcy9vNMVTZLlLdrbUvEHphaX0 { position:absolute;display:block;z-index:15070;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:9.75rem;width:9.75rem;top:3rem;left:40.4375rem;overflow:hidden;display:block; }
#JhNDxqBZTeSBdUfkrkhxoTG1s2ovBM38 { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#azzikDar3JstCN3TuDoPKnNTvdGTGOsX { color:#ffffff;display:block;width:51.3125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81acce;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; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container { background-color: transparent; background-image: none; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container > .video-iframe-container { display: none; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row > .video-iframe-container { display: none; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .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); }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container { border-width: 0; border-radius: 0; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:block; }#bUwftTSXA2Rs1DPmHTZBALDtk368qryX { color:#fffdfd;display:block;width:47.75rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15025;line-height:1.1;letter-spacing:0;top:2.75rem;left:0.0625rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xmxh9FOUE3W9fqS3J6bJhWcWaEVZe1If { color:#fffdfd;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5000019073488rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#VTFgOVBuVpI9mti509ycu8kZFWF1RnkO { box-sizing:content-box;height:5.1875rem;width:13.0625rem;position:absolute;display:block;z-index:15032;background-color:#eeeeee;background-image:none;top:22.625rem;left:4.75rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#khJchLOXdzdnGHWa72sRKxQnqAo8GvLE { color:#000000;display:block;width:6.5rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15033;line-height:1.5;letter-spacing:0;top:23.4375rem;left:9.875rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#gNmcqZhI957vOoWTTatUdPpsElL2oLbD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15037;opacity:1;top:23.9375rem;left:24.1875rem; }
#NylT136alqlsOT4L20zHJiMnh79atgMI { box-sizing:content-box;height:5.1875rem;width:13.0625rem;position:absolute;display:block;z-index:15033;background-color:#eeeeee;background-image:none;top:22.625rem;left:22rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#QaVIs896NTGUtInHTSRAP89ftvdoWnM0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15036;opacity:1;top:23.9375rem;left:6.0625rem; }
#fFTKNqbOW9BFuRLRXhBnvpyhMLiktZha { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:23.4375rem;left:28.375rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#rwZ7wNeLndchqLQaS9McKxNOLTHFmTlS { box-sizing:content-box;height:5.1875rem;width:13.0625rem;position:absolute;display:block;z-index:15034;background-color:#eeeeee;background-image:none;top:22.625rem;left:38.9375rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#J2rcsJOpT6ffZxgmBFZEBxTCfreJPuRU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15038;opacity:1;top:23.9375rem;left:41.125rem; }
#UHXRXmgRa3RzRgppS2G2TgOCTZk5OTKg { color:#000000;display:block;width:3.6875rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:23.4375rem;left:45.8125rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#DyXkkMQTqwbRxw3qw1ziB1758SpfN8U5 { box-sizing:content-box;height:5.1875rem;width:13.0625rem;position:absolute;display:block;z-index:15035;background-color:#eeeeee;background-image:none;top:22.625rem;left:57.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#tOXV1VmZ26hnuEigSaEH8fwBVyWagHTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15039;opacity:1;top:23.9375rem;left:58.375rem; }
#fyGlMbohNLh6ZhsVnxZIe1bR159zgVW8 { color:#000000;display:block;width:7.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:23.4375rem;left:62rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:italic;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; }
#gwBk7dF9TKIUi8AM6lWsNgOEX5Muhqui { color:#fffdfd;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5000019073488rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;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:none; }
#UtBZFJoEFLyPytJ8TvSU9mpbSpxFigXb { color:#fffdfd;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5000019073488rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;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:none; }
#qTXmHOczEVDBJZSQqKCUMRStqDZIxmzJ { color:#fffdfd;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5000019073488rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;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:none; }
#I0Fb4kAAW4aVZsxoAMIqeqTeX24NIW9v { color:#fffdfd;display:block;width:74.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:9.5000019073488rem;left:0rem;height:10.5rem;text-align:left;text-align-last:left;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:none; }
#yiRmcGoMy2Auc2VMJ23Q1GnKlhTWL8de { color:#000000;display:block;width:20rem;position:absolute;font-family:graphik;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:16.875rem;top:2.125rem;left:0rem;display:none; }
#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2aa6b1b7-f823-4222-934f-550e473ee806/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD.adaptive-delivery-prevent-bg, #Ukkrp589wKAD1EvySBeer5pQDQP2bmFD.lazyload, #Ukkrp589wKAD1EvySBeer5pQDQP2bmFD.lazyloading { background-image: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container { background-color: transparent; background-image: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container > .video-iframe-container { display: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row > .video-iframe-container { display: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .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); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container { border-width: 0; border-radius: 0; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#Ca9GH277oSKQxoUu017acobVBx5kMveP { position:relative;display:block; }#Ca9GH277oSKQxoUu017acobVBx5kMveP { background-color: transparent; background-image: none; }#Ca9GH277oSKQxoUu017acobVBx5kMveP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row .container > .video-iframe-container { display: none; }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row > .video-iframe-container { display: none; }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .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); }#Ca9GH277oSKQxoUu017acobVBx5kMveP { border-width: 0; border-radius: 0; }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .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:34.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LgUiT8rVaQNZD3JDlQ5EmHk0Foa3cpGP { color:#81acce;display:block;width:28.125rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:2.9361977577209rem;left:1.8125rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMWQdHLCubrFuCTcyBeLbODrFipMZWZC { position:absolute;display:block;z-index:15027;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:34.8125rem;width:37.375rem;top:0rem;left:37.5625rem;overflow:hidden;display:block; }
#D7aqlBXGFWgLUb6mwTXC5ZopwNl1ab4R { box-sizing:content-box;height:11.8125rem;width:15.6875rem;position:absolute;display:block;z-index:15028;background-color:#fffdfd;background-image:none;top:10.562500476837rem;left:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(124,130,135,0.5) ;display:block; }
#UIBl0NSBVAZGDodArSQgze1rhZLvHVIN { box-sizing:content-box;height:11.8125rem;width:15.6875rem;position:absolute;display:block;z-index:15029;background-color:#fffdfd;background-image:none;top:10.562500476837rem;left:20.0625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(124,130,135,0.5) ;display:block; }
#TTorgd8iD4BJk8RsfCAkf6PQhXHZqySZ { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:14.312500476837rem;left:2.6875rem;height:6.375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#chCM6RSHVUp88XxcXKkZn02Ke9PR5GTX { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:14.312500476837rem;left:21.125rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#PEavGtpPkvg8eTTn2Kxe4TFPmstVVb9C { color:#81acce;display:block;width:13.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:12.062500476837rem;left:21.1875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#OIZC3shHtEuZeo8xGRgWDObuy6Sh8GKi { color:#81acce;display:block;width:12.8125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:12.062500476837rem;left:2.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#EptBxh27iuMiJCwLggMSqqHcgXM2vT6b { color:#81acce;display:block;width:12.8125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:24.562501430511rem;left:1.8125rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#oGAWJe17XMdaiXeg83iDpiNkdbixyXQz { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:27.062501430511rem;left:3.125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#sxpbzZV5ptmyvz2sTHVDgEsz1psASlnP { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:29.031251430511rem;left:3.125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#eCiNoz2R9rvDlCV67zAWFPxOScE9TUxU { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:29.062501430511rem;left:21.1875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ItyfbApaX1rR2R3aLgcpVivoSgrchCfo { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:27.062501430511rem;left:21.1875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#FscCCJN5XQDC0a8sTya9TqL5SUpdRTWI { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#81acce;background-image:none;top:27.421876430511rem;left:1.625rem;display:block; }
#ONuJqNLmQhd9u06esGK6B3rR9wbAr6L4 { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#81acce;background-image:none;top:29.375001430511rem;left:1.6041679382324rem;display:block; }
#PHBP4lexDUI2BytFMoCaMACATkMFqKBv { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#81acce;background-image:none;top:29.375001430511rem;left:19.541667938233rem;display:block; }
#mT5iDT8Rox7VyghihTpopuMCPBrTUrJs { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#81acce;background-image:none;top:27.421876430511rem;left:19.541667938233rem;display:block; }
#cmlxXzyoWnRkgER5NJaNloZk6MP5CF4S { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Xtb2getJvS4KTNxJHUCqRG4I7pbPuWUx { color:#81acce;display:block;width:12.8125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:12.062500476837rem;left:2.6875rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#drOpMUL8u1W2GolNOlXqa0C9dCT5M3mS { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:14.312500476837rem;left:2.6875rem;height:6.375rem;text-align:left;text-align-last:left;font-style:italic;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:none; }
#xDpLx1l90Jtn5GkQky89M4E7gVW9Zuv8 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FQyRErHCpCSBhATvF9ZIlKTNfyt7ySt3 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#L0suOVZS9MtGw2CaArFvXv8g5bCmrN0I { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MywRzwg0GvC2uwdsVRsGcq66SZEguLO3 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nBmJ9AZATn4dw3rtrO2yrZ5a7FNzM15u { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Xbc3fqhqhcxtoOtH9hsw1CGRTgGm2ezi { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#chSPGHZi7Xn4G7CdTKap5OEPA95OaZZn { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GQ0kFOnlIiiTuOFctBaWQz0cQQEwn7Is { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hmlzJ84PtNnXRlTeAQBNc0Lx97e6OLIa { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g8MBClxReZxTyy213NsGmdboLvspPaMP { position:relative;display:none; }#g8MBClxReZxTyy213NsGmdboLvspPaMP { border-width: 0; border-radius: 0; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81acce;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; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { background-color: transparent; background-image: none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container > .video-iframe-container { display: none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row > .video-iframe-container { display: none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .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); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { border-width: 0; border-radius: 0; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { font-size:0.875rem;font-family:arial;height:34.875rem;width:75rem;position:relative;display:block; }#uJviz4rdfh7E1s7bZb6eqxzFwgM3Kt3t { color:#fffdfd;display:block;width:28.125rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:3rem;left:39.375rem;height:5.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JFt9xwnXcwUuryb3Dw7fhBCyn1F4Pm86 { box-sizing:content-box;height:12.3125rem;width:15.6875rem;position:absolute;display:block;z-index:15028;background-color:#fffdfd;background-image:none;top:10.625rem;left:39.375rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(124,130,135,0.5) ;display:block; }
#o8pk7IGy2ATQTzFrnXfmioNyD2UhWUpB { box-sizing:content-box;height:12.375rem;width:15.6875rem;position:absolute;display:block;z-index:15029;background-color:#fffdfd;background-image:none;top:10.625rem;left:57.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(124,130,135,0.5) ;display:block; }
#Nl8MIXGbErwtWSThEqWqirOOgWNfcLD7 { color:#000000;display:block;width:13.875rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:14.375rem;left:40.25rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#HuCuQWnrOSq3ZOVx44GD5E66rgTn3E2i { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:14.375rem;left:58.6875rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:italic;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; }
#J5vKqbMwVvTlKJpwHnEKg3hp0Ni0DXr5 { color:#81acce;display:block;width:13.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:12.125rem;left:58.75rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#SzdaSN1ip3SL0bWNysuI2MkieVhbdlpZ { color:#81acce;display:block;width:12.8125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:12.125rem;left:40.25rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#Sutyacpzp2WEw3WdySh37xSkSiH9AyOT { color:#fffdfd;display:block;width:12.8125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:24.625rem;left:39.375rem;height:1.78125rem;text-align:left;text-align-last:left;font-style:italic;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; }
#ctxGHUtd1PJuzJUGO5NrggHx7X3B1nhR { color:#fffdfd;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:27.125rem;left:40.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#VkqkfJJ08yuxkNXFnvegzeZ7zBrhGh7l { color:#fffdfd;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:29.125rem;left:40.6875rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#dblEx1SxZxF7QLrU2o1UegCXhPZgbnLa { color:#fffdfd;display:block;width:15.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:29.125rem;left:58.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#vv1CJkAKcZhP04ohBF5NewFAlH9vVd5T { color:#fffdfd;display:block;width:13.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:27.125rem;left:58.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:italic;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; }
#A44DhC6xV6HbfW38BrMJpc7iRU5UzOPZ { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#fffdfd;background-image:none;top:27.5rem;left:39.1875rem;display:block; }
#aGGTTWb9HrvJI7KgGvq91lNBMNCN6lE2 { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#fffdfd;background-image:none;top:29.4375rem;left:39.1875rem;display:block; }
#hldHkN896Jq2rQRxCvLsDfvbwzIupPqy { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#fffdfd;background-image:none;top:29.4375rem;left:57.125rem;display:block; }
#EqWTtmCH1x8dOXMx0KUsxSxxNHfe0tEc { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#fffdfd;background-image:none;top:27.5rem;left:57.125rem;display:block; }
#KCgeLhUBOrgZH874o7NCtU0UFQlon6Wr { position:absolute;display:block;z-index:15028;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:34.8125rem;width:37.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#lXgWPMCQRG2Ppn70ZDhvlqAhUetrl2H5 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#udWm1mK9cxBVkgzdoTwbitu5dvMCIIIs { box-sizing:content-box;height:11.8125rem;width:15.6875rem;position:absolute;display:block;z-index:15028;background-color:#fffdfd;background-image:none;top:10.562500476837rem;left:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(124,130,135,0.5) ;display:none; }
#ZumPnA0n37kdmpkaG8IJJsVVDAaFewSv { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qOGOzZKaMEV6bTt6zui9DdTGfA4ItONW { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UmrXyLzafWFGUvoJTJnF7sMAJE120DPp { box-sizing:content-box;height:11.8125rem;width:15.6875rem;position:absolute;display:block;z-index:15028;background-color:#fffdfd;background-image:none;top:10.562500476837rem;left:1.8125rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(124,130,135,0.5) ;display:none; }
#CWncZtxPSQeRGbwaQKfNfxTAsbIqNJAm { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A9egU5rUxFZu3neJW3QEiVTu5iGmUofq { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N1t0Td8WvFaBUoETS74manrySZ729txx { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gNbAVFpJt054CINkiBkMv0EikJIv7gZ3 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xtFD3I5yq2pAfBlP6sT6c2MTrGQXr8bl { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SLD6Gk7goDTXT0UzIIGygeXuxJd1GDeT { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#81acce;background-image:none;top:27.421876430511rem;left:1.625rem;display:none; }
#PqJcWLRBVTEfb5Z2ykc01gAnMxe0VAku { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#81acce;background-image:none;top:29.375001430511rem;left:1.6041679382324rem;display:none; }
#zSg59M9znUEShXAMq9EmQpb2L1N6Pr6i { box-sizing:content-box;height:0.8125rem;width:0.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#81acce;background-image:none;top:29.375001430511rem;left:19.541667938233rem;display:none; }
#bfEL0BqWRazS752bHUdOCNfTmM5IE48I { box-sizing:content-box;height:0.875rem;width:0.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:#81acce;background-image:none;top:27.421876430511rem;left:19.541667938233rem;display:none; }
#IHqMXpZddQITy2OVdh5X6KhdW65TarV5 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SsMdS355bHikC9SL4ZCroRAch81NNFC6 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto { position:relative;display:none; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto { border-width: 0; border-radius: 0; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG { position:relative;display:block; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG { background-color: transparent; background-image: none; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row .container > .video-iframe-container { display: none; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row > .video-iframe-container { display: none; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .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); }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG { border-width: 0; border-radius: 0; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .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:42.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wZTk47e9NCwVBLWKcrEm5bD1MZR9LrMh { color:#81acce;display:block;width:74.99875rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:3.2493515014649rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x33ZUXudRUXxIVIlLJMHx4BTB1TxcIFX { color:#202a44;display:block;width:26.6875rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:22.3125rem;left:17rem;height:6.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DG8aa5SosvqTgZJsuTcJJZHkTtFeeVbr { color:#202a44;display:block;width:27.3125rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:18.75rem;left:17rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LAfN1N4XuhkbA3WBEnmVc60JC4TeUO2f { color:#81acce;display:block;width:31.1875rem;position:absolute;font-family:"graphik upsa2";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:15.625rem;left:17rem;height:3rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#knOzH7oTZxBJUIWRsclz4bw9Rek70CD5 { position:absolute;display:block;z-index:15051;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.75rem;width:14.25rem;top:13.9375rem;left:0rem;overflow:hidden;display:block; }
#OVIDvGrInuWftsBvs2AypQgQlORu1AGg { color:#202a44;display:block;width:43.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:7.3125rem;left:0rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#svEw0fKKeD3FMN4fc1KwZD69vUfzLd6l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:23.3125rem;top:3.125rem;left:49.4375rem;overflow:hidden;display:block; }
#Soxilkbymgm23A0MmzWFC2ecrhX3t1fL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.0625rem;width:16.3125rem;top:4.9375rem;left:52.6875rem;display:block; }
#UntVk7oIyItiL3kSTQfwQuMAgzDoz85w { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81acce;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; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container { background-color: transparent; background-image: none; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container > .video-iframe-container { display: none; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row > .video-iframe-container { display: none; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .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); }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container { border-width: 0; border-radius: 0; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#LTr8Cwl2B9sWVe29mbTwBPoWGqrhepXK { color:#fffdfd;display:block;width:37.125rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:3.2493495941162rem;left:37.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ctRMr51UKk3yqF3yypeVV2lA6XDHtQss { color:#eeeeee;display:block;width:36.625rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:6.75rem;left:37.625rem;height:4.798825rem;text-align:left;text-align-last:left;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; }
#srF1gEzxwf0gPvU7XVl4V8N00dfFKhbg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:13.5rem;left:37.5rem; }
#fozqBf3a1xtbm2W8lmbXS0by4Rgke1KH { color:#eeeeee;display:block;width:11.25rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:13.087890625rem;left:40.8125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ezi0Ze37bl1Vwnhi4R77f6cT2AgszArT { color:#eeeeee;display:block;width:11.25rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:13.88671875rem;left:60.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#omxkbc15sOrEcOL4JAnUhe7mqTBO4bzi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.5rem;left:57.4375rem; }
#FE3p4n593FNHm4tHX08QFKm4OoVOnGIK { color:#eeeeee;display:block;width:13.1875rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:17.875rem;left:40.8125rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T7ONSiDZZQoB0tx3SamI38TIT1qoOF7F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:18.3125rem;left:57.4375rem; }
#na9aE3DTBu4sCp6JbzRxMa3ASXCgrsDJ { color:#eeeeee;display:block;width:11.25rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:17.875rem;left:60.75rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uRRzlniZ25xOGVsx7wzSqpxgvL5Uxxqd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:18.3125rem;left:37.5rem; }
#yS0tlNZUqOUbpOatq1vnWvr48JIkTTrg { color:#eeeeee;display:block;width:13.1875rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:23.5rem;left:40.8125rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cas9L9VJTMcH6X34gCqqV8Thi7fSfClb { color:#eeeeee;display:block;width:11.25rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:23.5rem;left:60.75rem;height:1.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wTvoVZ2JTHQI3xHPnllGUald7luiF2w8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:23.125rem;left:57.4375rem; }
#gCAOroB2J7876DuWLQOQDb4wsgz9cTXT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:23.125rem;left:37.5rem; }
#qQQa1wNPdCyEDT8TAT3373t7bKOhAJQH { position:absolute;display:block;z-index:15038;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:30.0625rem;width:36.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#V2TKOGJVwdMTKwOGQaBL4J7o2psXq3Mu { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#pcv4TvvgV0yqdaVMPBXVHcg6FgvrNIi5 { color:#202a44;display:block;width:43.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:7.3125rem;left:0rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur { position:relative;display:none; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur { border-width: 0; border-radius: 0; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw { 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; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container { background-color: transparent; background-image: none; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container > .video-iframe-container { display: none; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row > .video-iframe-container { display: none; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .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); }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container { border-width: 0; border-radius: 0; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#uVTmyoNGn9rocAxxktIGztMf3r0AOzE7 { color:#81acce;display:block;width:74.99875rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TdscCNpuZnDpBXHP1Zku4ai59e3BEu8H { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;height:14.125rem;width:20.1875rem;top:8.6875rem;left:2.4375rem;display:block; }
#z8pf2Bv95TBgmLnmRmI7SoFHiGJBX2ov { color:#81acce;display:block;width:11.75rem;position:absolute;font-family:"graphik upsa2";font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SOVA8f2uTMPuy1NhD9SKCL9G1hERg7LS { color:#202a44;display:block;width:16.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:15.125rem;left:29.03125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayEbCSfTvklfATNBQvSEO7SnV083CdGH { color:#202a44;display:block;width:17.25rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:15.125rem;left:3.90625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJLbA8JffAy43wSiBCRRNd5VESg9yEOk { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;height:14.125rem;width:20.1875rem;top:8.6875rem;left:27.375rem;display:block; }
#aGVU9V1MVuEGboaUfi44lqRHopT1TvgJ { color:#81acce;display:block;width:13.6875rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10rem;left:30.625rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xpg7vpuKWV8pHUMM13SRzf0Rhff7UD3v { color:#81acce;display:block;width:8.875rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:26.25rem;left:33.0625rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oez6g0Esi9TZUvTGxWVtqo8DDJZhZuo8 { color:#81acce;display:block;width:10.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:26.25rem;left:7.0625rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SHHcelPe245ZO9enK5ixouBCDgMqNoAo { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;height:14.125rem;width:20.1875rem;top:25.1875rem;left:27.4375rem;display:block; }
#LBxxzoUMOePBhtey1PqxXR7FzxfA8aTR { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;height:14.125rem;width:20.1875rem;top:25.1875rem;left:2.4375rem;display:block; }
#kJxAXFM31SZ8RARsh1JfNqH5OOWygasA { color:#202a44;display:block;width:17.125rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:31.8125rem;left:28.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XnSU67ZqdVAFhMfmUaHBsTTFhcFiiJ4c { color:#202a44;display:block;width:17rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15052;line-height:1.6;letter-spacing:0;top:31.8125rem;left:4.03125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ln5lNoQZRvC98fpnncip60FNlDlrGzcg { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;height:14.125rem;width:20.1875rem;top:8.6875rem;left:52.375rem;display:block; }
#x4NycupLkSkxSPGgTmzPC800AzZ3zpz6 { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;height:14.125rem;width:20.1875rem;top:25.1875rem;left:52.375rem;display:block; }
#GCHQXfomgnm8ObxvpfiE8USo7KUZLZy3 { color:#202a44;display:block;width:17.8125rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15042;line-height:1.6;letter-spacing:0;top:15.125rem;left:53.5625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uN4ZfoILvas8OPo72dacieCtrPs9PPb3 { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HH0Gnh4hBMOFPddMSvSm845y2sFCSCRB { color:#81acce;display:block;width:16.4375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:26.25rem;left:54.25rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UR3mrPLeG4UrTCnmlMnrkiXLb55msswk { color:#202a44;display:block;width:17.375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:31.8125rem;left:53.78125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mU1she07S5eAKSoPOdFET76dUCpu9Isk { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m1fATG3pWcR6thELSeAiVV1QHdexQLOF { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:16.875rem;width:20.1875rem;top:8.4375rem;left:52.375rem;display:none; }
#GDfIiNf17CgEJlPR5GULKefWklV4dhzi { color:#202a44;display:block;width:16.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:16.11198425293rem;left:29.03125rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k1RK34iKcXaNCxePBcDMocIBLOxZZ37m { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:16.875rem;width:20.1875rem;top:8.4375rem;left:52.375rem;display:none; }
#Kemr8yIPK5re8lLk8u7QzaD3D6xGWbFT { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:16.875rem;width:20.1875rem;top:8.4375rem;left:52.375rem;display:none; }
#EUopIJF5QCs93HOGC29hb8HhyL07Ul65 { color:#81acce;display:block;width:13.6875rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10rem;left:30.625rem;height:4.54948125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ElcS4X925A6u041eBrGixnKZTv6AlW63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81acce;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; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container { background-color: transparent; background-image: none; }#ElcS4X925A6u041eBrGixnKZTv6AlW63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container > .video-iframe-container { display: none; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row > .video-iframe-container { display: none; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .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); }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container { border-width: 0; border-radius: 0; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#a9l5cmOTwRBZZnqMqe14fZTd5XZtLghP { color:#eeeeee;display:block;width:19.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15112;line-height:1.3;letter-spacing:0;top:40.125rem;left:55.0625rem;height:2.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FpNR6C3t3XPkZDcoNBWxm9BXclEHpT77 { position:absolute;display:block;z-index:15109;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:29.75rem;width:29.75rem;top:13.125rem;left:22.625rem;overflow:hidden;display:block; }
#GV0qtJhKi1fLna5htPmexzOThiJ8Hl9P { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15122;background-color:#eeeeee;background-image:none;top:37.9375rem;left:47rem;display:block; }
#zRUMcbJZsv7fCFGaTeuEhlrULpGJ6Sns { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15123;background-color:#eeeeee;background-image:none;top:38.375rem;left:47rem;display:block; }
#EX5qEbKOaveW6g25gCcic7cCgfG0hBbR { color:#eeeeee;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15120;line-height:1.3;letter-spacing:0;top:37.75rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VUW4uxpThmpRh5UWFy6W7W9VnccGGZM7 { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15127;background-color:#eeeeee;background-image:none;top:38.375rem;left:20.4375rem;display:block; }
#oun1reEtsbHOdfvd66NyEOvsEtPXLgH0 { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15126;background-color:#eeeeee;background-image:none;top:37.9375rem;left:26.9375rem;display:block; }
#GqDRuI4eN1OuU9uCkStl7hmvm3CdyHXE { color:#eeeeee;display:block;width:20.375rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15110;line-height:1.3;letter-spacing:0;top:19.0625rem;left:54.625rem;height:3.8984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#f1u35Tsv3KgTIQDazX8Rmica8cL16tzk { color:#eeeeee;display:block;width:18.5625rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15114;line-height:1.3;letter-spacing:0;top:40.125rem;left:1.125rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oC8r4rXs2M1AgDaG3Sq4acMo2ggAVlZM { color:#eeeeee;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15116;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:3.8984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KkATEOOVBKSBTm6s7uTXHdIplIJO4w0P { color:#eeeeee;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15118;line-height:1.3;letter-spacing:0;top:37.75rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#x1GLTB2Ngmy1qz6BWlaFly2Q74SSOe7r { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15120;background-color:#eeeeee;background-image:none;top:17rem;left:47rem;display:block; }
#EsIF7zHBdhLfi8mclTJP6mk9m8yheOSm { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15121;background-color:#eeeeee;background-image:none;top:17.4375rem;left:47rem;display:block; }
#mNQPhHgiLFyBQBxJAAS0zev9Qd7U6xJX { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15128;background-color:#eeeeee;background-image:none;top:17rem;left:26.9375rem;display:block; }
#l8WlhVbUNalmxeDhIEDing2zQsX2whlc { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15129;background-color:#eeeeee;background-image:none;top:17.4375rem;left:20.4375rem;display:block; }
#lRbfOr2ZOaP2fnJPGRcRZcJWRKyDT2CS { color:#eeeeee;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15117;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#zzR7iomCf1LTJePfTwCxXsyd4WkhsLGy { color:#eeeeee;display:block;width:20.5rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15119;line-height:1.3;letter-spacing:0;top:16.8125rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#g3zIpNAw6cwfGgtZp6VqTIXxsIysHcm4 { color:#eeeeee;display:block;width:75rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:8.8125rem;left:0rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fsa8AANX0C7Fl1Iwl7DNUQGSWLnVTimT { position:absolute;display:block;z-index:15130;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:6rem;width:48rem;top:2.0625rem;left:0rem;overflow:hidden;display:block; }
#lHDRiTtVIzTShtOKoon8SbZBskBTBtCw { color:#000000;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:29.4375rem;left:0rem;height:6.5rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#uki0hBelPM2c9Cg0q2nBH788SlLW8TVC { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:27.15625rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#AKxUyIF7eoOWlFLmbemhsaVwTUVbc7QA { position:absolute;display:block;z-index:15073;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:29.75rem;width:29.75rem;top:23.5rem;left:22.625rem;overflow:hidden;display:none; }
#nWTS28pEFppFz6v8K3wTIB0b3oQDzriz { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#JkOdpzbgJnl6BlNM9q3vCZybr2fXyPue { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:27.15625rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ATp0hulBAWbkdHAKdiaEM2LSKaS8PM1q { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:50.5rem;left:55.0625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lpcoO07TKdHlbsxkWTlmhb50nZdIfdgm { color:#000000;display:block;width:18.5625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:50.5rem;left:1.1041679382324rem;height:4.875rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#vy3gB6ybsUvastGQbMHkTEzhHfqEmOOF { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:48.09375rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FMNyc1q3t2D0TBsFQpJcpzqCHHJgltIb { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:48.09375rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#nCDDxkyac9QVFwSAmTeRmky1LPIgeXlw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UK72Eph1s49T7VSCplwk8zcZ1ryZxhIU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ftmaanvOPTTM6mW5ltF2ATDmBpvrMyrm { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KNdAxbgUGoGW0ZgRm5b1rl3syBRqCdLR { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Pfd4D9Lsq5XdoOoB88N4ndDevGl32LOz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#noLU6Ezesw7L8Qb5qicWMBL6beMFdvuq { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QWBQICFolfHvOFJFR9PN0JL8U6yiX8MT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#fuusJxP943OAvColetkzToxy98VUh0fK { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#JL7x4erqvcMTpgaNJOMUSSlq38mD0TxT { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nugSggvQld2EqVTO613kIUi7C5vPMhLc { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kwbTBEkJq22K0aKGHWmFKXWzUS3lRhSC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#lETARk16TADhCDzuT4iOonDELSGwWaPN { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 { 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; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container { background-color: transparent; background-image: none; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container > .video-iframe-container { display: none; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row > .video-iframe-container { display: none; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .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); }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container { border-width: 0; border-radius: 0; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container { font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#BbotX9iS5J3En8odNoo8OPdyTURoK48S { color:#81acce;display:block;width:39.125rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ghTqsOvH6t3WhLQR3pHaTaIrFtwV68Q7 { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15021;background-color:#fffdfd;background-image:none;top:7.375rem;left:1.375rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#nDMk98LtmrOhtU9JRvz3aKFlV4rucRyi { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15022;background-color:#fffdfd;background-image:none;top:7.375rem;left:20.5rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#FDamdFTBpwVD2eFwlXLBZo5xsCJIma6y { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15023;background-color:#fffdfd;background-image:none;top:7.375rem;left:39.125rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;display:block; }
#cUJTCb1sS5edw9MT0Lrk2HAOnU9n6QVc { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:8.8125rem;left:7.875rem;overflow:hidden;display:block; }
#K2FhMQTcCxOtcRZV3xCEyfHtXX3qIEE2 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:8.8125rem;left:26.8125rem;overflow:hidden;display:block; }
#C6uq2QAT7FQMTp0JnrBtyR9WPoLxTFgX { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:8.8125rem;left:45.5625rem;overflow:hidden;display:block; }
#de3ckTyRFIDVu8NUMa1M3nkJcg7wrCrf { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15024;background-color:#fffdfd;background-image:none;top:7.375rem;left:58rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #81acce ;display:block; }
#n3Fu3yObTH3nkp88eykbfUs1NAg6Kb9t { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:8.8125rem;left:64.4375rem;overflow:hidden;display:block; }
#AH71ofTB0wJJkLI41VdikPHnKWPiWKMo { color:#000000;display:block;width:4rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:13.375rem;left:60.25rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pGyNaofTZmS3l8kdQiruSxlukxt6JRzF { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:16.6875rem;left:2.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGRfSDTgz8kCJkDbO4uQwIZg7oQc4ep0 { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqhgK8KRZ3BAGZBc9b8OHAUanZO277HC { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:17.3125rem;left:39rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mz0iSp9NfA7gy45dWT4BAtbstzqtHtsn { color:#202a44;display:block;width:13.8125rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:17.3125rem;left:58.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HxHQsZAbl6zOgqUR7p7oOB2sZfGDFPVB { color:#81acce;display:block;width:7.375rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:12.5rem;left:5.5rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fsOdX3L0fzi1if17rrTrM5r22UGteQ2S { color:#81acce;display:block;width:8.625rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:12.5rem;left:24rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mmseWsil3CS2yCdSaoNIUNJBgfoffZpg { color:#81acce;display:block;width:8.625rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:12.5rem;left:42.625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z3Exf4CW7faoi2h171s5MFwvIpsOfCyX { color:#81acce;display:block;width:6.75rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.5rem;left:64.4375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RGdEePklgXbRQhRdu8hKz2hlclkJywJK { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EwPrLalidmg2TJMmzmGLHUyRzsPTGmkQ { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:#fffdfd;background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.68) ;display:none; }
#sUoPSEZrcIoM91qh5wZXLeOgoZumwRDN { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.25rem;left:7.625rem;overflow:hidden;display:none; }
#Vd4Q3lr5nTFXAd5cPJmTzdkVIcDrdVKd { color:#000000;display:block;width:12.75rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17rem;left:2.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cBRemd7Pob5uIwGQyZTERTScNt9Dc0rB { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:#fffdfd;background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.68) ;display:none; }
#rCP2NyRBV8gR5lr8IPsxBHgKO447xe7T { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.25rem;left:26.5625rem;overflow:hidden;display:none; }
#WodK9AeMMLmyDUTgn4cgSfrhbGy3rMJk { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17rem;left:19.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tfLmrqokmZAKwuPOGpcbCaIzAzZ0B3Tv { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:#fffdfd;background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.68) ;display:none; }
#cVTsmLRmHIqbDMbsnlIpw1gPb87TGXF0 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.25rem;left:45.4375rem;overflow:hidden;display:none; }
#EAkthAU0bXaCTzKKbH0dNt5QqHlth0AC { color:#a0596c;display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.75rem;left:38.625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AuFdsPgZeTqSXcTBQNBS5zwn4g7AH7rq { color:#000000;display:block;width:15.875rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.5625rem;left:38.9375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LPTkhXZTV5BdspcWF9x7vMnreJKnFdtO { box-sizing:content-box;height:12.9375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:#fffdfd;background-image:none;top:7.9375rem;left:1.1875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.68) ;display:none; }
#nXth0CFTeSr7ImtXGZR3aD5AqAbEspfL { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:9.25rem;left:64.125rem;overflow:hidden;display:none; }
#Dqrb8Tr10o8k7fcM72c7PObsfbJHOyIi { color:#000000;display:block;width:4rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:13.6875rem;left:60.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RPcKzib5DH8yP1BMDUfXpsVCoSaSbI0X { color:#a0596c;display:block;width:7rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.8125rem;left:64.0625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ynKCZ3kdPorpVSUpkVptIy1O2VBQ79ow { color:#202a44;display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5625rem;left:57.3125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#n9i2Q24LIA3fVDpryrV16rfx5R1TF4tF { color:#a0596c;display:block;width:10.0625rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:4rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yZqiyGlMo6haagJPlLxpHwaN7eq3vK54 { color:#a0596c;display:block;width:10.0625rem;position:absolute;font-family:"graphik upsa2";font-size:3.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.75rem;left:4rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq { position:relative;display:none; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq { border-width: 0; border-radius: 0; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81acce;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; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container { background-color: transparent; background-image: none; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container > .video-iframe-container { display: none; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row > .video-iframe-container { display: none; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .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); }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container { border-width: 0; border-radius: 0; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#FEU0d3x9vEfB9ANGXqxrZloDNOfZJBQT { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:8.5625rem;left:39.6875rem;height:11.1972875rem;font-style:normal;display:block; }
#cozmXBG1ky30pynxB5LhUbHqJDpVznJr { position:absolute;display:block;z-index:15042;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:24.9375rem;width:37.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XgtRPTxn9rMh1duQV3fwwlkTqerwpwV8 { color:#eeeeee;display:block;width:27.625rem;position:absolute;font-family:"graphik upsa2";font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:4.6875rem;left:39.6875rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1xZAyFZ5PT9Isyb9VVkGw4seZIdl5TX { color:#81acce;display:block;width:15.375rem;position:absolute;font-family:"graphik upsa2";font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:10rem;left:54.8125rem;height:4.54948125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#81acce;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; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container { background-color: transparent; background-image: none; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container > .video-iframe-container { display: none; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row > .video-iframe-container { display: none; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .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); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container { border-width: 0; border-radius: 0; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#PE63pODsHqpRO8R2dcB3mmMkWZbs7IcW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.625rem;top:3rem;left:31.6875rem;overflow:hidden;display:block; }
#GpEUQ5KZRePFTWtFXXHizsKNa4b7XrF3 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:graphik;font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:9.5rem;left:28.125rem;height:1.04948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NXaHM8doT8T2qdlvdRvE39SKgoRnZIQr { position:absolute;display:block;z-index:15031;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.0625rem;width:1.0625rem;top:11.75rem;left:32.375rem;overflow:hidden;display:block; }
#pwMh9z1tugAkmS3RnwnQ22BP7KTDSSaR { position:absolute;display:block;z-index:15032;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.25rem;width:1.25rem;top:11.75rem;left:34.6875rem;overflow:hidden;display:block; }
#aCwtOqWLm34Q6WeCsMAfchwr0KWWKa1w { position:absolute;display:block;z-index:15033;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:1rem;width:1rem;top:11.75rem;left:37rem;overflow:hidden;display:block; }
#TWNya49fcr3Bl8Oi1sBm1HNs36LdG1WB { position:absolute;display:block;z-index:15034;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:1rem;width:1rem;top:11.75rem;left:39.3125rem;overflow:hidden;display:block; }
#JLBCXUlixC1AzQqJqBhTlLqafcxHPkr9 { position:absolute;display:block;z-index:15035;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.0625rem;width:1rem;top:11.75rem;left:41.625rem;overflow:hidden;display:block; }
#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { border-width: 0; border-radius: 0; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#O7KNuT7yhqkSvNtrwJ81Fz3Te3TqWxH6 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aWgpCBFVcdJ8T17zMT6emvN9XWJMVIDJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw { display:block; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9J8DE0hPleVpsemdrtFzDSF6K48KzlO { top:0.75rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0CygfSpqGpNv5suJcqCqviB8FUDEaat { top:2.0625rem;left:0rem;width:27.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NagP1BFsypGi49TTQ6L50Tb1OzdzlRU5 { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfC4M8aK6T1fucxddz9Q19y7xuVANBRD { top:2.1875rem;left:23.8125rem;width:1.8125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfmVzFOZmkwzP9AUvIknCGRxZQc7Ogrk { width:14.75rem;height:3.125rem;top:1.0625rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKVqAB5ihlHDgPpFmmPTvLUDnglHusUS { display:block; }
 }@media only screen and (max-width: 763px) { #So6Nb8yeXeDI16JS8eNFqRJBJ44padw5 { width:10.0625rem;height:4rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsNyXKcpkv3NKlnTgfVoWhThBHCSZkG { top:1.6875rem;left:34.3125rem;width:8.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXfDta3zBuROPi8Ls9LI1EEWFtXbzrAh { top:1.75rem;left:31.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahgRyvB4x3aOknt0UfLrQrxkiP0ey7Zt { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #fGJrA19Ma6GQXqk2m20IfUKn04TePf42 { display:block; }
 }@media only screen and (max-width: 763px) { #u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC { display:block; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxlaSfQhDOuIoHVJPnkXA8GpMJGfTdWw { width:10.0625rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5rTORWmFZNA7KDKqPtgsXiXkBemenT { width:14.75rem;height:3.125rem;top:1.6875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaThota5199HOz1aMRD6tM37wTVwIoqe { display:block; }
 }@media only screen and (max-width: 763px) { #JO9x8kbo5yARu5re0bnZNZIaAZpd4XSr { top:2.375rem;left:34.3125rem;width:8.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAiFqDDhGcI3yuktxD390MF84gVpF3XS { top:2.4375rem;left:31.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEmvkKtBnfCzDK4FOMko5EBUzdAheiEC { top:2.75rem;left:0rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHAGF8JapR2Wvuk3hQSJAbIIk3XWQK4S { top:1.4375rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O707d5osStEuWhCLKTx2F9frmlo9cnSX { display:block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olQ4uDncIvAItWriba9BUgX0LolNiWz6 { top:4rem;left:29.0625rem;width:18.6875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Uo6Oi8bNLPIyJrHa1Bm8tq4oACwISw { width:9.875rem;height:4rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9fosNKkiFZAJMbPEvTrAh55POTaNlat { top:2rem;left:41.125rem;width:6.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKxkT8lrmRhQBF9l2ZPvibtK6xQvbqLc { width:47.75rem;height:4.625rem;top:28.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-checkbox-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp  { width:18.625rem;height:auto;top:17.5625rem;left:26.625rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp {display:block;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp { width:18.625rem;height:auto;top:17.5625rem;left:26.625rem; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ruHWCekPuMzcR4VHTSpa5wew1QJuplvf {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #eeir31SEHGCMMeTCzKRAwgbvAH2Txqah { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #zbueINrSItx94xTZ9klJXowqv1TtydeI {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JM0xgHWrTAsUfTkuy43PaVSc7ZIhFGQs {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #E7n5BfI68507RJVqnM80bk4uiSOk2DsI { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #biA4nUdXLqXQ1qkbFF5NEnoUI5fGdvtr {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JriWJiFEwNfFgT2RuUGkZTLXTxNtydsA {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #mOQc1zRe4pEskOPCMyGtKHIsbOXLexq7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #VLgKtGZCOGR46TXTTMvukndo7mX0SXyy {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #LnNSpCQIFQbM0vcRENOK0y7F46o1yPP0 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #W44P1vV4hy2kOP6HlOCc6QgdB8V9JGBl { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #wGRU0yQ42poLts0XIEiN91TFrwhuHfR3 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #GFygD2wFhmo9uI9hKxzSybPDDaerTVJJ {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #d020snfykKeWrclOdVVakQvU6keeJSDR { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #T2mZmy7LpJt9d85GX9eVrSvMG0rFhR3D {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #b0qJS0TqdgovUD0qE4iTlP8mVJKO4acK {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #yA6WQkGofA145pNBPPMBx7hu4oybaCET {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #cREUfC4IfX6kA8AdJIaDwdeDaxX4wnSm {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #pHlcCp76BTITZOVFIHlAiJe6BbNOiaRU {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #CRmyKLsUFSi7WW8ICDMn4E6gLRxouL2U {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ZF7bB2n87hw4kgPBqnKyN00ExrTprlZB {  }
 }@media only screen and (max-width: 763px) { #Z2MMbOslT7MeFyCpCzAlrtDKrgS5tv8c { display:block; }
 }@media only screen and (max-width: 763px) { #kBRZDDU31bHeQwkzU6eDP3BFmFfBNRo0 { display:block; }
 }@media only screen and (max-width: 763px) { #SERnqMFGTGuXDA7UXT7bTpzRCZk3QxNy { display:block; }
 }@media only screen and (max-width: 763px) { #dOzfndqbBAQCfggg9UEpkTgD8UHKHrG9 { display:block; }
 }@media only screen and (max-width: 763px) { #CmbZXz7TP0iuObLsM1OfLhTmRBrRSX6M { display:block; }
 }@media only screen and (max-width: 763px) { #gn1lBh4soTpcyLxLhZvc7WcehNeNBpFB { display:block; }
 }@media only screen and (max-width: 763px) { #fmRihJ8T8XmMzHGTwp9We2s74GP79wG5 { display:block; }
 }@media only screen and (max-width: 763px) { #dkaWpS812Zp624lg0vFnG8t5vBPJGzMl { display:block; }
 }@media only screen and (max-width: 763px) { #oVD5L6noHuWTJIFqfpQdTilvgumhZSu7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #r67q3JoAODesyhf1HnPGgqd5tb60chaT {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #SZaPoEOlMEuT9yJgh18W0uS52qrfIdtE {  }
 }@media only screen and (max-width: 763px) { #aZxWlh7c65EW7VisgN8G1d39tt59NlwQ { top:3rem;left:25.75rem;width:22rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6oIm13PfzVkehoR9KvdlkFPPbTaoJ0V { width:14.75rem;height:3.125rem;top:9.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVAPQnf3RnGHVT1GlgpHaykp7PE2VHA { display:block; }
 }@media only screen and (max-width: 763px) { #He5lLlWmFePTqLW4rE9m1dr4T9g7IO72 { top:5.3125rem;left:27.75rem;width:20rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0bc455pyOHaFFlx8CbmRwAq3C4ipV2X { top:12.125rem;left:0rem;width:34.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAsauFTKzdPhzOMRvxTQ5iMiF2GuouLI { top:15.0625rem;left:0rem;width:47.75rem;height:11.1875rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdmZe4HTcy9vNMVTZLlLdrbUvEHphaX0 { top:3rem;left:26.8125rem;width:9.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhNDxqBZTeSBdUfkrkhxoTG1s2ovBM38 { top:12.8125rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #azzikDar3JstCN3TuDoPKnNTvdGTGOsX { top:12rem;left:0rem;width:20rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa { display:block; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUwftTSXA2Rs1DPmHTZBALDtk368qryX { top:2.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmxh9FOUE3W9fqS3J6bJhWcWaEVZe1If { top:9.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTFgOVBuVpI9mti509ycu8kZFWF1RnkO { top:22.625rem;left:0rem;width:13.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khJchLOXdzdnGHWa72sRKxQnqAo8GvLE { top:23.4375rem;left:0rem;width:6.5rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNmcqZhI957vOoWTTatUdPpsElL2oLbD { top:23.9375rem;left:10.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NylT136alqlsOT4L20zHJiMnh79atgMI { top:22.625rem;left:8.375rem;width:13.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaVIs896NTGUtInHTSRAP89ftvdoWnM0 { top:23.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFTKNqbOW9BFuRLRXhBnvpyhMLiktZha { top:23.4375rem;left:14.75rem;width:5.5625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwZ7wNeLndchqLQaS9McKxNOLTHFmTlS { top:22.625rem;left:25.3125rem;width:13.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2rcsJOpT6ffZxgmBFZEBxTCfreJPuRU { top:23.9375rem;left:27.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXRXmgRa3RzRgppS2G2TgOCTZk5OTKg { top:23.4375rem;left:32.1875rem;width:3.6875rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyXkkMQTqwbRxw3qw1ziB1758SpfN8U5 { top:22.625rem;left:34.6875rem;width:13.0625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOXV1VmZ26hnuEigSaEH8fwBVyWagHTB { top:23.9375rem;left:44.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyGlMbohNLh6ZhsVnxZIe1bR159zgVW8 { top:23.4375rem;left:40.375rem;width:7.375rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwBk7dF9TKIUi8AM6lWsNgOEX5Muhqui { top:9.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UtBZFJoEFLyPytJ8TvSU9mpbSpxFigXb { top:9.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTXmHOczEVDBJZSQqKCUMRStqDZIxmzJ { top:9.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0Fb4kAAW4aVZsxoAMIqeqTeX24NIW9v { top:9.5rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yiRmcGoMy2Auc2VMJ23Q1GnKlhTWL8de { top:2.125rem;left:0rem;width:20rem;height:16.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ukkrp589wKAD1EvySBeer5pQDQP2bmFD { display:block; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ca9GH277oSKQxoUu017acobVBx5kMveP { display:block; }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgUiT8rVaQNZD3JDlQ5EmHk0Foa3cpGP { top:2.875rem;left:0rem;width:28.125rem;height:5.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMWQdHLCubrFuCTcyBeLbODrFipMZWZC { top:0rem;left:10.375rem;width:37.375rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7aqlBXGFWgLUb6mwTXC5ZopwNl1ab4R { top:10.5625rem;left:0rem;width:15.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIBl0NSBVAZGDodArSQgze1rhZLvHVIN { top:10.5625rem;left:8.1875rem;width:15.6875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTorgd8iD4BJk8RsfCAkf6PQhXHZqySZ { top:14.3125rem;left:0rem;width:13.875rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chCM6RSHVUp88XxcXKkZn02Ke9PR5GTX { top:14.3125rem;left:10.75rem;width:13.125rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEavGtpPkvg8eTTn2Kxe4TFPmstVVb9C { top:12.0625rem;left:10.75rem;width:13.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIZC3shHtEuZeo8xGRgWDObuy6Sh8GKi { top:12.0625rem;left:0rem;width:12.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EptBxh27iuMiJCwLggMSqqHcgXM2vT6b { top:24.5625rem;left:0rem;width:12.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGAWJe17XMdaiXeg83iDpiNkdbixyXQz { top:27.0625rem;left:0rem;width:13.4375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxpbzZV5ptmyvz2sTHVDgEsz1psASlnP { top:29rem;left:0rem;width:13.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCiNoz2R9rvDlCV67zAWFPxOScE9TUxU { top:29.0625rem;left:10.4375rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItyfbApaX1rR2R3aLgcpVivoSgrchCfo { top:27.0625rem;left:10.4375rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FscCCJN5XQDC0a8sTya9TqL5SUpdRTWI { top:27.375rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONuJqNLmQhd9u06esGK6B3rR9wbAr6L4 { top:29.375rem;left:0rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBP4lexDUI2BytFMoCaMACATkMFqKBv { top:29.375rem;left:12.729167938233rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT5iDT8Rox7VyghihTpopuMCPBrTUrJs { top:27.375rem;left:12.729167938233rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmlxXzyoWnRkgER5NJaNloZk6MP5CF4S { top:2.0625rem;left:0rem;width:20rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xtb2getJvS4KTNxJHUCqRG4I7pbPuWUx { top:12.0625rem;left:0rem;width:12.8125rem;height:1.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #drOpMUL8u1W2GolNOlXqa0C9dCT5M3mS { top:14.3125rem;left:0rem;width:13.875rem;height:6.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDpLx1l90Jtn5GkQky89M4E7gVW9Zuv8 { top:10.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQyRErHCpCSBhATvF9ZIlKTNfyt7ySt3 { top:24.875rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0suOVZS9MtGw2CaArFvXv8g5bCmrN0I { top:11.6875rem;left:0rem;width:13.9375rem;height:8.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MywRzwg0GvC2uwdsVRsGcq66SZEguLO3 { top:26.1875rem;left:0rem;width:13.9375rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBmJ9AZATn4dw3rtrO2yrZ5a7FNzM15u { top:35.8125rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xbc3fqhqhcxtoOtH9hsw1CGRTgGm2ezi { top:39.25rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #chSPGHZi7Xn4G7CdTKap5OEPA95OaZZn { top:41.0625rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQ0kFOnlIiiTuOFctBaWQz0cQQEwn7Is { top:42.75rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hmlzJ84PtNnXRlTeAQBNc0Lx97e6OLIa { top:45.125rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g8MBClxReZxTyy213NsGmdboLvspPaMP { display:none; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I1hUeMcn1RTH1RveMauGX68MXpAMXES0 { display:block; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJviz4rdfh7E1s7bZb6eqxzFwgM3Kt3t { top:3rem;left:19.625rem;width:28.125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFt9xwnXcwUuryb3Dw7fhBCyn1F4Pm86 { top:10.625rem;left:23.875rem;width:15.6875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8pk7IGy2ATQTzFrnXfmioNyD2UhWUpB { top:10.625rem;left:32.0625rem;width:15.6875rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl8MIXGbErwtWSThEqWqirOOgWNfcLD7 { top:14.375rem;left:23.875rem;width:13.875rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuCuQWnrOSq3ZOVx44GD5E66rgTn3E2i { top:14.375rem;left:34.625rem;width:13.125rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5vKqbMwVvTlKJpwHnEKg3hp0Ni0DXr5 { top:12.125rem;left:34.625rem;width:13.125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzdaSN1ip3SL0bWNysuI2MkieVhbdlpZ { top:12.125rem;left:23.875rem;width:12.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sutyacpzp2WEw3WdySh37xSkSiH9AyOT { top:24.625rem;left:23.875rem;width:12.8125rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctxGHUtd1PJuzJUGO5NrggHx7X3B1nhR { top:27.125rem;left:23.875rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkqkfJJ08yuxkNXFnvegzeZ7zBrhGh7l { top:29.125rem;left:23.875rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dblEx1SxZxF7QLrU2o1UegCXhPZgbnLa { top:29.125rem;left:31.8125rem;width:15.9375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv1CJkAKcZhP04ohBF5NewFAlH9vVd5T { top:27.125rem;left:34.3125rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A44DhC6xV6HbfW38BrMJpc7iRU5UzOPZ { top:27.5rem;left:23.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGGTTWb9HrvJI7KgGvq91lNBMNCN6lE2 { top:29.4375rem;left:23.875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hldHkN896Jq2rQRxCvLsDfvbwzIupPqy { top:29.4375rem;left:36.6875rem;width:0.8125rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqWTtmCH1x8dOXMx0KUsxSxxNHfe0tEc { top:27.5rem;left:36.6875rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCgeLhUBOrgZH874o7NCtU0UFQlon6Wr { top:0rem;left:0rem;width:37.375rem;height:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXgWPMCQRG2Ppn70ZDhvlqAhUetrl2H5 { top:2rem;left:0rem;width:20rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #udWm1mK9cxBVkgzdoTwbitu5dvMCIIIs { top:10.5625rem;left:0rem;width:15.6875rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZumPnA0n37kdmpkaG8IJJsVVDAaFewSv { top:10.4375rem;left:0rem;width:20rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOGOzZKaMEV6bTt6zui9DdTGfA4ItONW { top:12.0625rem;left:0rem;width:13.9375rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UmrXyLzafWFGUvoJTJnF7sMAJE120DPp { top:10.5625rem;left:0rem;width:15.6875rem;height:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWncZtxPSQeRGbwaQKfNfxTAsbIqNJAm { top:25.9375rem;left:0rem;width:13.9375rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9egU5rUxFZu3neJW3QEiVTu5iGmUofq { top:24rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1t0Td8WvFaBUoETS74manrySZ729txx { top:45.875rem;left:0rem;width:13.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gNbAVFpJt054CINkiBkMv0EikJIv7gZ3 { top:43.5625rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xtFD3I5yq2pAfBlP6sT6c2MTrGQXr8bl { top:41.1875rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLD6Gk7goDTXT0UzIIGygeXuxJd1GDeT { top:27.375rem;left:0rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PqJcWLRBVTEfb5Z2ykc01gAnMxe0VAku { top:29.375rem;left:0rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zSg59M9znUEShXAMq9EmQpb2L1N6Pr6i { top:29.375rem;left:12.729167938233rem;width:0.8125rem;height:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfEL0BqWRazS752bHUdOCNfTmM5IE48I { top:27.375rem;left:12.729167938233rem;width:0.875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHqMXpZddQITy2OVdh5X6KhdW65TarV5 { top:39.0625rem;left:0rem;width:13.9375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SsMdS355bHikC9SL4ZCroRAch81NNFC6 { top:35.8125rem;left:0rem;width:13.9375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto { display:none; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG { display:block; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZTk47e9NCwVBLWKcrEm5bD1MZR9LrMh { top:3.1875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x33ZUXudRUXxIVIlLJMHx4BTB1TxcIFX { top:22.3125rem;left:3.375rem;width:26.6875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8aa5SosvqTgZJsuTcJJZHkTtFeeVbr { top:18.75rem;left:3.375rem;width:27.3125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAfN1N4XuhkbA3WBEnmVc60JC4TeUO2f { top:15.625rem;left:3.375rem;width:31.1875rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knOzH7oTZxBJUIWRsclz4bw9Rek70CD5 { top:13.9375rem;left:0rem;width:14.25rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVIDvGrInuWftsBvs2AypQgQlORu1AGg { top:7.3125rem;left:0rem;width:43.4375rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svEw0fKKeD3FMN4fc1KwZD69vUfzLd6l { top:3.125rem;left:24.4375rem;width:23.3125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Soxilkbymgm23A0MmzWFC2ecrhX3t1fL { top:4.9375rem;left:31.4375rem;width:16.3125rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UntVk7oIyItiL3kSTQfwQuMAgzDoz85w { top:3.75rem;left:0rem;width:15.375rem;height:2rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 { display:block; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTr8Cwl2B9sWVe29mbTwBPoWGqrhepXK { top:3.1875rem;left:10.625rem;width:37.125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRMr51UKk3yqF3yypeVV2lA6XDHtQss { top:6.75rem;left:10.375rem;width:36.625rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #srF1gEzxwf0gPvU7XVl4V8N00dfFKhbg { top:13.5rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fozqBf3a1xtbm2W8lmbXS0by4Rgke1KH { top:13.0625rem;left:23.875rem;width:11.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ezi0Ze37bl1Vwnhi4R77f6cT2AgszArT { top:13.875rem;left:36.5rem;width:11.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #omxkbc15sOrEcOL4JAnUhe7mqTBO4bzi { top:13.5rem;left:37rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FE3p4n593FNHm4tHX08QFKm4OoVOnGIK { top:17.875rem;left:23.875rem;width:13.1875rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ONSiDZZQoB0tx3SamI38TIT1qoOF7F { top:18.3125rem;left:37rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #na9aE3DTBu4sCp6JbzRxMa3ASXCgrsDJ { top:17.875rem;left:36.5rem;width:11.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRRzlniZ25xOGVsx7wzSqpxgvL5Uxxqd { top:18.3125rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS0tlNZUqOUbpOatq1vnWvr48JIkTTrg { top:23.5rem;left:23.875rem;width:13.1875rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cas9L9VJTMcH6X34gCqqV8Thi7fSfClb { top:23.5rem;left:36.5rem;width:11.25rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTvoVZ2JTHQI3xHPnllGUald7luiF2w8 { top:23.125rem;left:37rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCAOroB2J7876DuWLQOQDb4wsgz9cTXT { top:23.125rem;left:23.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQa1wNPdCyEDT8TAT3373t7bKOhAJQH { top:0rem;left:0rem;width:36.25rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2TKOGJVwdMTKwOGQaBL4J7o2psXq3Mu { top:19.9375rem;left:0rem;width:15.375rem;height:4.5rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pcv4TvvgV0yqdaVMPBXVHcg6FgvrNIi5 { top:6.1875rem;left:0rem;width:20rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur { display:none; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw { display:block; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTmyoNGn9rocAxxktIGztMf3r0AOzE7 { top:3.3125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdscCNpuZnDpBXHP1Zku4ai59e3BEu8H { top:8.6875rem;left:0rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8pf2Bv95TBgmLnmRmI7SoFHiGJBX2ov { top:10.0625rem;left:0rem;width:11.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOVA8f2uTMPuy1NhD9SKCL9G1hERg7LS { top:15.125rem;left:15.40625rem;width:16.9375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayEbCSfTvklfATNBQvSEO7SnV083CdGH { top:15.125rem;left:0rem;width:17.25rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJLbA8JffAy43wSiBCRRNd5VESg9yEOk { top:8.6875rem;left:13.75rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGVU9V1MVuEGboaUfi44lqRHopT1TvgJ { top:10rem;left:17rem;width:13.6875rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpg7vpuKWV8pHUMM13SRzf0Rhff7UD3v { top:26.25rem;left:19.4375rem;width:8.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oez6g0Esi9TZUvTGxWVtqo8DDJZhZuo8 { top:26.25rem;left:0rem;width:10.9375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHHcelPe245ZO9enK5ixouBCDgMqNoAo { top:25.1875rem;left:13.8125rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxxzoUMOePBhtey1PqxXR7FzxfA8aTR { top:25.1875rem;left:0rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJxAXFM31SZ8RARsh1JfNqH5OOWygasA { top:31.8125rem;left:15.3125rem;width:17.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnSU67ZqdVAFhMfmUaHBsTTFhcFiiJ4c { top:31.8125rem;left:0rem;width:17rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln5lNoQZRvC98fpnncip60FNlDlrGzcg { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4NycupLkSkxSPGgTmzPC800AzZ3zpz6 { top:25.1875rem;left:27.5625rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCHQXfomgnm8ObxvpfiE8USo7KUZLZy3 { top:15.125rem;left:29.9375rem;width:17.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4ZfoILvas8OPo72dacieCtrPs9PPb3 { top:10rem;left:32.375rem;width:15.375rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0Gnh4hBMOFPddMSvSm845y2sFCSCRB { top:26.25rem;left:31.3125rem;width:16.4375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR3mrPLeG4UrTCnmlMnrkiXLb55msswk { top:31.8125rem;left:30.375rem;width:17.375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1she07S5eAKSoPOdFET76dUCpu9Isk { top:1.4375rem;left:0rem;width:15.375rem;height:6.8125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1fATG3pWcR6thELSeAiVV1QHdexQLOF { top:8.4375rem;left:27.5625rem;width:20.1875rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDfIiNf17CgEJlPR5GULKefWklV4dhzi { top:16.0625rem;left:15.40625rem;width:16.9375rem;height:6.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1RK34iKcXaNCxePBcDMocIBLOxZZ37m { top:8.4375rem;left:27.5625rem;width:20.1875rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kemr8yIPK5re8lLk8u7QzaD3D6xGWbFT { top:8.4375rem;left:27.5625rem;width:20.1875rem;height:16.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUopIJF5QCs93HOGC29hb8HhyL07Ul65 { top:44.3125rem;left:0rem;width:13.6875rem;height:4.0625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElcS4X925A6u041eBrGixnKZTv6AlW63 { display:block; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9l5cmOTwRBZZnqMqe14fZTd5XZtLghP { top:40.125rem;left:27.8125rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpNR6C3t3XPkZDcoNBWxm9BXclEHpT77 { top:13.125rem;left:9rem;width:29.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV0qtJhKi1fLna5htPmexzOThiJ8Hl9P { top:37.9375rem;left:33.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRUMcbJZsv7fCFGaTeuEhlrULpGJ6Sns { top:38.375rem;left:33.375rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX5qEbKOaveW6g25gCcic7cCgfG0hBbR { top:37.75rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUW4uxpThmpRh5UWFy6W7W9VnccGGZM7 { top:38.375rem;left:6.8125rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oun1reEtsbHOdfvd66NyEOvsEtPXLgH0 { top:37.9375rem;left:13.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqDRuI4eN1OuU9uCkStl7hmvm3CdyHXE { top:19.0625rem;left:27.375rem;width:20.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1u35Tsv3KgTIQDazX8Rmica8cL16tzk { top:40.125rem;left:0rem;width:18.5625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC8r4rXs2M1AgDaG3Sq4acMo2ggAVlZM { top:19.0625rem;left:0rem;width:19.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkATEOOVBKSBTm6s7uTXHdIplIJO4w0P { top:37.75rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1GLTB2Ngmy1qz6BWlaFly2Q74SSOe7r { top:17rem;left:33.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsIF7zHBdhLfi8mclTJP6mk9m8yheOSm { top:17.4375rem;left:33.375rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNQPhHgiLFyBQBxJAAS0zev9Qd7U6xJX { top:17rem;left:13.3125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8WlhVbUNalmxeDhIEDing2zQsX2whlc { top:17.4375rem;left:6.8125rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRbfOr2ZOaP2fnJPGRcRZcJWRKyDT2CS { top:16.8125rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzR7iomCf1LTJePfTwCxXsyd4WkhsLGy { top:16.8125rem;left:27.25rem;width:20.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3zIpNAw6cwfGgtZp6VqTIXxsIysHcm4 { top:8.8125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsa8AANX0C7Fl1Iwl7DNUQGSWLnVTimT { top:2.0625rem;left:0rem;width:47.75rem;height:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHDRiTtVIzTShtOKoon8SbZBskBTBtCw { top:29.4375rem;left:0rem;width:19.625rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uki0hBelPM2c9Cg0q2nBH788SlLW8TVC { top:27.125rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKxUyIF7eoOWlFLmbemhsaVwTUVbc7QA { top:23.5rem;left:9rem;width:29.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWTS28pEFppFz6v8K3wTIB0b3oQDzriz { top:29.4375rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkOdpzbgJnl6BlNM9q3vCZybr2fXyPue { top:27.125rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATp0hulBAWbkdHAKdiaEM2LSKaS8PM1q { top:50.5rem;left:27.8125rem;width:19.9375rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpcoO07TKdHlbsxkWTlmhb50nZdIfdgm { top:50.5rem;left:0rem;width:18.5625rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vy3gB6ybsUvastGQbMHkTEzhHfqEmOOF { top:48.0625rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMNyc1q3t2D0TBsFQpJcpzqCHHJgltIb { top:48.0625rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nCDDxkyac9QVFwSAmTeRmky1LPIgeXlw { display:none; }
 }@media only screen and (max-width: 763px) { #UK72Eph1s49T7VSCplwk8zcZ1ryZxhIU { display:none; }
 }@media only screen and (max-width: 763px) { #ftmaanvOPTTM6mW5ltF2ATDmBpvrMyrm { display:none; }
 }@media only screen and (max-width: 763px) { #KNdAxbgUGoGW0ZgRm5b1rl3syBRqCdLR { display:none; }
 }@media only screen and (max-width: 763px) { #Pfd4D9Lsq5XdoOoB88N4ndDevGl32LOz { display:none; }
 }@media only screen and (max-width: 763px) { #noLU6Ezesw7L8Qb5qicWMBL6beMFdvuq { display:none; }
 }@media only screen and (max-width: 763px) { #QWBQICFolfHvOFJFR9PN0JL8U6yiX8MT { display:none; }
 }@media only screen and (max-width: 763px) { #fuusJxP943OAvColetkzToxy98VUh0fK { display:none; }
 }@media only screen and (max-width: 763px) { #JL7x4erqvcMTpgaNJOMUSSlq38mD0TxT { display:none; }
 }@media only screen and (max-width: 763px) { #nugSggvQld2EqVTO613kIUi7C5vPMhLc { display:none; }
 }@media only screen and (max-width: 763px) { #kwbTBEkJq22K0aKGHWmFKXWzUS3lRhSC { display:none; }
 }@media only screen and (max-width: 763px) { #lETARk16TADhCDzuT4iOonDELSGwWaPN { display:none; }
 }@media only screen and (max-width: 763px) { #xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 { display:block; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbotX9iS5J3En8odNoo8OPdyTURoK48S { top:2.1875rem;left:0rem;width:39.125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghTqsOvH6t3WhLQR3pHaTaIrFtwV68Q7 { top:7.375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDMk98LtmrOhtU9JRvz3aKFlV4rucRyi { top:7.375rem;left:6.875rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDamdFTBpwVD2eFwlXLBZo5xsCJIma6y { top:7.375rem;left:25.5rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUJTCb1sS5edw9MT0Lrk2HAOnU9n6QVc { top:8.8125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2FhMQTcCxOtcRZV3xCEyfHtXX3qIEE2 { top:8.8125rem;left:13.1875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6uq2QAT7FQMTp0JnrBtyR9WPoLxTFgX { top:8.8125rem;left:31.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #de3ckTyRFIDVu8NUMa1M3nkJcg7wrCrf { top:7.375rem;left:32.0625rem;width:15.6875rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3Fu3yObTH3nkp88eykbfUs1NAg6Kb9t { top:8.8125rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH71ofTB0wJJkLI41VdikPHnKWPiWKMo { top:13.375rem;left:43.75rem;width:4rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGyNaofTZmS3l8kdQiruSxlukxt6JRzF { top:16.6875rem;left:0rem;width:12.75rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGRfSDTgz8kCJkDbO4uQwIZg7oQc4ep0 { top:16.6875rem;left:6.4375rem;width:16.5rem;height:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqhgK8KRZ3BAGZBc9b8OHAUanZO277HC { top:17.3125rem;left:25.375rem;width:15.875rem;height:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz0iSp9NfA7gy45dWT4BAtbstzqtHtsn { top:17.3125rem;left:33.9375rem;width:13.8125rem;height:1.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxHQsZAbl6zOgqUR7p7oOB2sZfGDFPVB { top:12.5rem;left:0rem;width:7.375rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsOdX3L0fzi1if17rrTrM5r22UGteQ2S { top:12.5rem;left:10.375rem;width:8.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmseWsil3CS2yCdSaoNIUNJBgfoffZpg { top:12.5rem;left:29rem;width:8.625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Exf4CW7faoi2h171s5MFwvIpsOfCyX { top:12.5rem;left:41rem;width:6.75rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGdEePklgXbRQhRdu8hKz2hlclkJywJK { top:2.125rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwPrLalidmg2TJMmzmGLHUyRzsPTGmkQ { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sUoPSEZrcIoM91qh5wZXLeOgoZumwRDN { top:9.25rem;left:0rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vd4Q3lr5nTFXAd5cPJmTzdkVIcDrdVKd { top:17rem;left:0rem;width:12.75rem;height:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cBRemd7Pob5uIwGQyZTERTScNt9Dc0rB { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rCP2NyRBV8gR5lr8IPsxBHgKO447xe7T { top:9.25rem;left:12.9375rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WodK9AeMMLmyDUTgn4cgSfrhbGy3rMJk { top:33rem;left:0rem;width:16.0625rem;height:3.375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfLmrqokmZAKwuPOGpcbCaIzAzZ0B3Tv { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVTsmLRmHIqbDMbsnlIpw1gPb87TGXF0 { top:9.25rem;left:31.8125rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAkthAU0bXaCTzKKbH0dNt5QqHlth0AC { top:47.8125rem;left:0rem;width:6.3125rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuFdsPgZeTqSXcTBQNBS5zwn4g7AH7rq { top:17.5625rem;left:25.3125rem;width:15.875rem;height:1.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPTkhXZTV5BdspcWF9x7vMnreJKnFdtO { top:7.9375rem;left:0rem;width:15.6875rem;height:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXth0CFTeSr7ImtXGZR3aD5AqAbEspfL { top:9.25rem;left:44.875rem;width:2.875rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dqrb8Tr10o8k7fcM72c7PObsfbJHOyIi { top:13.6875rem;left:43.75rem;width:4rem;height:2.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RPcKzib5DH8yP1BMDUfXpsVCoSaSbI0X { top:65.125rem;left:0rem;width:6rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ynKCZ3kdPorpVSUpkVptIy1O2VBQ79ow { top:17.5625rem;left:31.25rem;width:16.5rem;height:1.1875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9i2Q24LIA3fVDpryrV16rfx5R1TF4tF { top:16.625rem;left:0rem;width:6.8125rem;height:3.25rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #yZqiyGlMo6haagJPlLxpHwaN7eq3vK54 { top:29.8125rem;left:0rem;width:6.8125rem;height:6.5rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq { display:none; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA { display:block; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEU0d3x9vEfB9ANGXqxrZloDNOfZJBQT { top:8.5625rem;left:22.625rem;width:25.125rem;height:11.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cozmXBG1ky30pynxB5LhUbHqJDpVznJr { top:0rem;left:0rem;width:37.5rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgtRPTxn9rMh1duQV3fwwlkTqerwpwV8 { top:4.6875rem;left:20.125rem;width:27.625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1xZAyFZ5PT9Isyb9VVkGw4seZIdl5TX { top:16.875rem;left:0rem;width:20rem;height:2.25rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK { display:block; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE63pODsHqpRO8R2dcB3mmMkWZbs7IcW { top:3rem;left:18.0625rem;width:11.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEUQ5KZRePFTWtFXXHizsKNa4b7XrF3 { top:9.5rem;left:14.5rem;width:18.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXaHM8doT8T2qdlvdRvE39SKgoRnZIQr { top:11.75rem;left:18.75rem;width:1.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwMh9z1tugAkmS3RnwnQ22BP7KTDSSaR { top:11.75rem;left:21.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCwtOqWLm34Q6WeCsMAfchwr0KWWKa1w { top:11.75rem;left:23.375rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNya49fcr3Bl8Oi1sBm1HNs36LdG1WB { top:11.75rem;left:25.6875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLBCXUlixC1AzQqJqBhTlLqafcxHPkr9 { top:11.75rem;left:28rem;width:1rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ { display:none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O7KNuT7yhqkSvNtrwJ81Fz3Te3TqWxH6 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aWgpCBFVcdJ8T17zMT6emvN9XWJMVIDJ { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container { background-color: transparent; background-image: none; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container > .video-iframe-container { display: none; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row > .video-iframe-container { display: none; }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .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); }#UpIQvHfLi7mbR8xZElJ8iuA5y1WHe6vw > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E9J8DE0hPleVpsemdrtFzDSF6K48KzlO { width:0.0625rem;height:3.75rem;top:6.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0CygfSpqGpNv5suJcqCqviB8FUDEaat { width:20rem;height:auto;top:2.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NagP1BFsypGi49TTQ6L50Tb1OzdzlRU5 { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #UfC4M8aK6T1fucxddz9Q19y7xuVANBRD { width:1.5rem;height:1.5rem;top:1.9375rem;left:18.5rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #PfmVzFOZmkwzP9AUvIknCGRxZQc7Ogrk { width:14.75rem;height:3.125rem;top:7.40625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKVqAB5ihlHDgPpFmmPTvLUDnglHusUS { display:block; }
 }@media only screen and (max-width: 763px) { #So6Nb8yeXeDI16JS8eNFqRJBJ44padw5 { width:7.5rem;height:4rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESsNyXKcpkv3NKlnTgfVoWhThBHCSZkG { width:8.4375rem;height:auto;top:1.6875rem;left:5.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXfDta3zBuROPi8Ls9LI1EEWFtXbzrAh { display:flex;width:1.8125rem;height:1.8125rem;top:1.75rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahgRyvB4x3aOknt0UfLrQrxkiP0ey7Zt { top:1.15625rem;left:9.20703918839rem;width:10.6875rem;height:2.1875rem;z-index:15030;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"graphik upsa2";font-size:0.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fGJrA19Ma6GQXqk2m20IfUKn04TePf42 { display:block; }
 }@media only screen and (max-width: 763px) { #u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC { display:none; }#u9cJN5FAaJG0tGlCZMfJLzEvWeW9lQiC > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hxlaSfQhDOuIoHVJPnkXA8GpMJGfTdWw { width:10.0625rem;height:4rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #os5rTORWmFZNA7KDKqPtgsXiXkBemenT { width:14.75rem;height:3.125rem;top:1.6875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaThota5199HOz1aMRD6tM37wTVwIoqe { display:block; }
 }@media only screen and (max-width: 763px) { #JO9x8kbo5yARu5re0bnZNZIaAZpd4XSr { width:8.4375rem;height:auto;top:2.375rem;left:5.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fAiFqDDhGcI3yuktxD390MF84gVpF3XS { display:flex;width:1.8125rem;height:1.8125rem;top:2.4375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PEmvkKtBnfCzDK4FOMko5EBUzdAheiEC { width:20rem;height:auto;top:2.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oHAGF8JapR2Wvuk3hQSJAbIIk3XWQK4S { width:0.0625rem;height:3.75rem;top:1.40625rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O707d5osStEuWhCLKTx2F9frmlo9cnSX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80f6706b-1622-4c02-bff8-50ff24dfeffc/Disenosintitulo.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX.adaptive-delivery-prevent-bg, #O707d5osStEuWhCLKTx2F9frmlo9cnSX.lazyload, #O707d5osStEuWhCLKTx2F9frmlo9cnSX.lazyloading { background-image: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { background-color: transparent; background-image: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container > .video-iframe-container { display: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { display: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .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); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olQ4uDncIvAItWriba9BUgX0LolNiWz6 { width:18.75rem;height:1.5rem;top:28.4375012815rem;left:0.625rem;font-size:1.25rem;text-align:left;text-align-last:left;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; }
 }@media only screen and (max-width: 763px) { #z1Uo6Oi8bNLPIyJrHa1Bm8tq4oACwISw { width:9.0625rem;height:3.625rem;top:1.09375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9fosNKkiFZAJMbPEvTrAh55POTaNlat { width:6.625rem;height:0;top:2.28125rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;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:none; }
 }@media only screen and (max-width: 763px) { #lKxkT8lrmRhQBF9l2ZPvibtK6xQvbqLc { width:20rem;height:8.3984375rem;top:17.08203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;line-height:1.5;background-color:transparent;background-image:none;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.75rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp  { width:17.5rem;height:auto;top:35.33203125rem;left:0rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp {display:block;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp { width:17.5rem;height:auto;top:35.33203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ruHWCekPuMzcR4VHTSpa5wew1QJuplvf {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #eeir31SEHGCMMeTCzKRAwgbvAH2Txqah { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #zbueINrSItx94xTZ9klJXowqv1TtydeI {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JM0xgHWrTAsUfTkuy43PaVSc7ZIhFGQs {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #E7n5BfI68507RJVqnM80bk4uiSOk2DsI { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #biA4nUdXLqXQ1qkbFF5NEnoUI5fGdvtr {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JriWJiFEwNfFgT2RuUGkZTLXTxNtydsA {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #mOQc1zRe4pEskOPCMyGtKHIsbOXLexq7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #VLgKtGZCOGR46TXTTMvukndo7mX0SXyy {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #LnNSpCQIFQbM0vcRENOK0y7F46o1yPP0 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #W44P1vV4hy2kOP6HlOCc6QgdB8V9JGBl { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #wGRU0yQ42poLts0XIEiN91TFrwhuHfR3 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #GFygD2wFhmo9uI9hKxzSybPDDaerTVJJ {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #d020snfykKeWrclOdVVakQvU6keeJSDR { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #T2mZmy7LpJt9d85GX9eVrSvMG0rFhR3D {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #b0qJS0TqdgovUD0qE4iTlP8mVJKO4acK {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #yA6WQkGofA145pNBPPMBx7hu4oybaCET {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #cREUfC4IfX6kA8AdJIaDwdeDaxX4wnSm {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #pHlcCp76BTITZOVFIHlAiJe6BbNOiaRU {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #CRmyKLsUFSi7WW8ICDMn4E6gLRxouL2U {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ZF7bB2n87hw4kgPBqnKyN00ExrTprlZB {  }
 }@media only screen and (max-width: 763px) { #Z2MMbOslT7MeFyCpCzAlrtDKrgS5tv8c { display:block; }
 }@media only screen and (max-width: 763px) { #kBRZDDU31bHeQwkzU6eDP3BFmFfBNRo0 { display:block; }
 }@media only screen and (max-width: 763px) { #SERnqMFGTGuXDA7UXT7bTpzRCZk3QxNy { display:block; }
 }@media only screen and (max-width: 763px) { #dOzfndqbBAQCfggg9UEpkTgD8UHKHrG9 { display:block; }
 }@media only screen and (max-width: 763px) { #CmbZXz7TP0iuObLsM1OfLhTmRBrRSX6M { display:block; }
 }@media only screen and (max-width: 763px) { #gn1lBh4soTpcyLxLhZvc7WcehNeNBpFB { display:block; }
 }@media only screen and (max-width: 763px) { #fmRihJ8T8XmMzHGTwp9We2s74GP79wG5 { display:block; }
 }@media only screen and (max-width: 763px) { #dkaWpS812Zp624lg0vFnG8t5vBPJGzMl { display:block; }
 }@media only screen and (max-width: 763px) { #oVD5L6noHuWTJIFqfpQdTilvgumhZSu7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #r67q3JoAODesyhf1HnPGgqd5tb60chaT {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #SZaPoEOlMEuT9yJgh18W0uS52qrfIdtE {  }
 }@media only screen and (max-width: 763px) { #aZxWlh7c65EW7VisgN8G1d39tt59NlwQ { width:20rem;height:4.25rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6oIm13PfzVkehoR9KvdlkFPPbTaoJ0V { width:14.75rem;height:3.125rem;top:9.75rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJVAPQnf3RnGHVT1GlgpHaykp7PE2VHA { display:block; }
 }@media only screen and (max-width: 763px) { #He5lLlWmFePTqLW4rE9m1dr4T9g7IO72 { width:20rem;height:11.25rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0bc455pyOHaFFlx8CbmRwAq3C4ipV2X { width:20rem;height:auto;top:12.125rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAsauFTKzdPhzOMRvxTQ5iMiF2GuouLI { width:20rem;height:auto;top:15.0625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdmZe4HTcy9vNMVTZLlLdrbUvEHphaX0 { width:6.8125rem;height:6.8125rem;top:1.09375rem;left:11.645833609558rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhNDxqBZTeSBdUfkrkhxoTG1s2ovBM38 { width:20rem;height:1.5996125rem;top:9.6875rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #azzikDar3JstCN3TuDoPKnNTvdGTGOsX { width:20rem;height:4.8997375rem;top:11.287109375rem;left:0rem;font-size:1.75rem;line-height:1.4;z-index:15060;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa { display:block; }#mQ8ND7BbuM55A9ZTPPLBUP8DWtquGvqa > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUwftTSXA2Rs1DPmHTZBALDtk368qryX { width:20rem;height:auto;top:2.75rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xmxh9FOUE3W9fqS3J6bJhWcWaEVZe1If { width:20rem;height:auto;top:9.5rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #VTFgOVBuVpI9mti509ycu8kZFWF1RnkO { width:13.0625rem;height:5.1875rem;top:22.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #khJchLOXdzdnGHWa72sRKxQnqAo8GvLE { width:6.5rem;height:auto;top:23.4375rem;left:6.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #gNmcqZhI957vOoWTTatUdPpsElL2oLbD { display:flex;width:2.5rem;height:2.5rem;top:23.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NylT136alqlsOT4L20zHJiMnh79atgMI { width:13.0625rem;height:5.1875rem;top:22.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaVIs896NTGUtInHTSRAP89ftvdoWnM0 { display:flex;width:2.5rem;height:2.5rem;top:23.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFTKNqbOW9BFuRLRXhBnvpyhMLiktZha { width:5.5625rem;height:auto;top:23.4375rem;left:7.1875rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #rwZ7wNeLndchqLQaS9McKxNOLTHFmTlS { width:13.0625rem;height:5.1875rem;top:22.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #J2rcsJOpT6ffZxgmBFZEBxTCfreJPuRU { display:flex;width:2.5rem;height:2.5rem;top:23.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHXRXmgRa3RzRgppS2G2TgOCTZk5OTKg { width:3.6875rem;height:auto;top:23.4375rem;left:8.125rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #DyXkkMQTqwbRxw3qw1ziB1758SpfN8U5 { width:13.0625rem;height:5.1875rem;top:22.625rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tOXV1VmZ26hnuEigSaEH8fwBVyWagHTB { display:flex;width:2.5rem;height:2.5rem;top:23.9375rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyGlMbohNLh6ZhsVnxZIe1bR159zgVW8 { width:7.375rem;height:auto;top:23.4375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #gwBk7dF9TKIUi8AM6lWsNgOEX5Muhqui { width:20rem;height:0;top:16.666664123535rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #UtBZFJoEFLyPytJ8TvSU9mpbSpxFigXb { width:20rem;height:0;top:15.354166030884rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #qTXmHOczEVDBJZSQqKCUMRStqDZIxmzJ { width:20rem;height:0;top:21.458335876465rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #I0Fb4kAAW4aVZsxoAMIqeqTeX24NIW9v { width:20rem;height:0;top:21.458333015442rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #yiRmcGoMy2Auc2VMJ23Q1GnKlhTWL8de { top:2.1451879739761rem;left:0rem;width:20rem;height:16.89323125rem;z-index:15040;font-family:"graphik upsa2";font-weight:300;font-style:normal;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #Ukkrp589wKAD1EvySBeer5pQDQP2bmFD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2aa6b1b7-f823-4222-934f-550e473ee806/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD.adaptive-delivery-prevent-bg, #Ukkrp589wKAD1EvySBeer5pQDQP2bmFD.lazyload, #Ukkrp589wKAD1EvySBeer5pQDQP2bmFD.lazyloading { background-image: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container { background-color: transparent; background-image: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container > .video-iframe-container { display: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row > .video-iframe-container { display: none; }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .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); }#Ukkrp589wKAD1EvySBeer5pQDQP2bmFD > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ca9GH277oSKQxoUu017acobVBx5kMveP { display:block; }#Ca9GH277oSKQxoUu017acobVBx5kMveP > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgUiT8rVaQNZD3JDlQ5EmHk0Foa3cpGP { width:20rem;height:auto;top:2.875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xMWQdHLCubrFuCTcyBeLbODrFipMZWZC { width:20rem;height:18.627625rem;top:49.559246063233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7aqlBXGFWgLUb6mwTXC5ZopwNl1ab4R { width:15.6875rem;height:11.8125rem;top:8.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIBl0NSBVAZGDodArSQgze1rhZLvHVIN { width:15.6875rem;height:11.8125rem;top:22.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTorgd8iD4BJk8RsfCAkf6PQhXHZqySZ { width:13.875rem;height:0;top:5.0000001490116rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #chCM6RSHVUp88XxcXKkZn02Ke9PR5GTX { width:13.125rem;height:0;top:18.062500149012rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #PEavGtpPkvg8eTTn2Kxe4TFPmstVVb9C { width:13.125rem;height:0;top:15.812500029803rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #OIZC3shHtEuZeo8xGRgWDObuy6Sh8GKi { width:12.8125rem;height:0;top:2.7500000298023rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #EptBxh27iuMiJCwLggMSqqHcgXM2vT6b { width:12.8125rem;height:auto;top:24.5625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #oGAWJe17XMdaiXeg83iDpiNkdbixyXQz { width:13.4375rem;height:auto;top:27.0625rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #sxpbzZV5ptmyvz2sTHVDgEsz1psASlnP { width:13.4375rem;height:auto;top:29rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #eCiNoz2R9rvDlCV67zAWFPxOScE9TUxU { width:13.4375rem;height:auto;top:29.0625rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ItyfbApaX1rR2R3aLgcpVivoSgrchCfo { width:13.4375rem;height:auto;top:27.0625rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #FscCCJN5XQDC0a8sTya9TqL5SUpdRTWI { width:0.875rem;height:0.875rem;top:38.625001907349rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONuJqNLmQhd9u06esGK6B3rR9wbAr6L4 { width:0.875rem;height:0.875rem;top:45.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHBP4lexDUI2BytFMoCaMACATkMFqKBv { width:0.8125rem;height:0.8125rem;top:43.125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT5iDT8Rox7VyghihTpopuMCPBrTUrJs { width:0.875rem;height:0.875rem;top:40.750001907349rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmlxXzyoWnRkgER5NJaNloZk6MP5CF4S { width:20rem;height:4.54948125rem;top:2.0826816558838rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #Xtb2getJvS4KTNxJHUCqRG4I7pbPuWUx { width:12.8125rem;height:0;top:20.5625rem;left:9rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #drOpMUL8u1W2GolNOlXqa0C9dCT5M3mS { width:13.875rem;height:0;top:22.8125rem;left:8.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #xDpLx1l90Jtn5GkQky89M4E7gVW9Zuv8 { width:13.9375rem;height:1.625rem;top:9.75rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #FQyRErHCpCSBhATvF9ZIlKTNfyt7ySt3 { width:13.9375rem;height:1.625rem;top:24.0625rem;left:3.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #L0suOVZS9MtGw2CaArFvXv8g5bCmrN0I { width:13.9375rem;height:7.3111875rem;top:11.812500953674rem;left:3.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15047;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #MywRzwg0GvC2uwdsVRsGcq66SZEguLO3 { width:13.9375rem;height:4.38671875rem;top:26.187500953674rem;left:3.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15048;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #nBmJ9AZATn4dw3rtrO2yrZ5a7FNzM15u { width:13.9375rem;height:1.625rem;top:35.812501430511rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Xbc3fqhqhcxtoOtH9hsw1CGRTgGm2ezi { width:13.9375rem;height:1.4622375rem;top:38.330738067627rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15049;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #chSPGHZi7Xn4G7CdTKap5OEPA95OaZZn { width:13.9375rem;height:1.4622375rem;top:40.455730438233rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15050;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #GQ0kFOnlIiiTuOFctBaWQz0cQQEwn7Is { width:13.9375rem;height:1.4622375rem;top:42.799480438233rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15051;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #hmlzJ84PtNnXRlTeAQBNc0Lx97e6OLIa { width:13.9375rem;height:1.4622375rem;top:45.143230438233rem;left:2.53125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15052;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #g8MBClxReZxTyy213NsGmdboLvspPaMP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/59442b0c-b425-49fc-a2d3-9c1ec2c3b097/Disenosintitulo.png");background-position:center !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;display:block; }#g8MBClxReZxTyy213NsGmdboLvspPaMP.adaptive-delivery-prevent-bg, #g8MBClxReZxTyy213NsGmdboLvspPaMP.lazyload, #g8MBClxReZxTyy213NsGmdboLvspPaMP.lazyloading { background-image: none; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container { background-color: transparent; background-image: none; }#g8MBClxReZxTyy213NsGmdboLvspPaMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container > .video-iframe-container { display: none; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row > .video-iframe-container { display: none; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .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); }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container { border-width: 0; border-radius: 0; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8MBClxReZxTyy213NsGmdboLvspPaMP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1hUeMcn1RTH1RveMauGX68MXpAMXES0 { background-color:#81acce;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { background-color: transparent; background-image: none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container > .video-iframe-container { display: none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row > .video-iframe-container { display: none; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .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); }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { border-width: 0; border-radius: 0; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1hUeMcn1RTH1RveMauGX68MXpAMXES0 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJviz4rdfh7E1s7bZb6eqxzFwgM3Kt3t { width:20rem;height:auto;top:3rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #JFt9xwnXcwUuryb3Dw7fhBCyn1F4Pm86 { width:15.6875rem;height:12.3125rem;top:32.8125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8pk7IGy2ATQTzFrnXfmioNyD2UhWUpB { width:15.6875rem;height:12.375rem;top:46.375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nl8MIXGbErwtWSThEqWqirOOgWNfcLD7 { width:13.875rem;height:0;top:36.5625rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #HuCuQWnrOSq3ZOVx44GD5E66rgTn3E2i { width:13.125rem;height:0;top:50.125rem;left:3.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #J5vKqbMwVvTlKJpwHnEKg3hp0Ni0DXr5 { width:13.125rem;height:0;top:47.875rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #SzdaSN1ip3SL0bWNysuI2MkieVhbdlpZ { width:12.8125rem;height:0;top:34.3125rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Sutyacpzp2WEw3WdySh37xSkSiH9AyOT { width:12.8125rem;height:auto;top:24.625rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ctxGHUtd1PJuzJUGO5NrggHx7X3B1nhR { width:13.4375rem;height:auto;top:27.125rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #VkqkfJJ08yuxkNXFnvegzeZ7zBrhGh7l { width:13.4375rem;height:auto;top:29.125rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #dblEx1SxZxF7QLrU2o1UegCXhPZgbnLa { width:15.9375rem;height:auto;top:29.125rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #vv1CJkAKcZhP04ohBF5NewFAlH9vVd5T { width:13.4375rem;height:auto;top:27.125rem;left:3.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #A44DhC6xV6HbfW38BrMJpc7iRU5UzOPZ { width:0.875rem;height:0.875rem;top:28.75rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGGTTWb9HrvJI7KgGvq91lNBMNCN6lE2 { width:0.875rem;height:0.875rem;top:30.6875rem;left:19.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hldHkN896Jq2rQRxCvLsDfvbwzIupPqy { width:0.8125rem;height:0.8125rem;top:61.9375rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EqWTtmCH1x8dOXMx0KUsxSxxNHfe0tEc { width:0.875rem;height:0.875rem;top:60rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KCgeLhUBOrgZH874o7NCtU0UFQlon6Wr { width:20rem;height:18.627625rem;top:49.871746063233rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXgWPMCQRG2Ppn70ZDhvlqAhUetrl2H5 { width:20rem;height:4.54948125rem;top:2rem;left:0.0625rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15049;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #udWm1mK9cxBVkgzdoTwbitu5dvMCIIIs { width:15.6875rem;height:11.8125rem;top:8.4375rem;left:2.1875rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ZumPnA0n37kdmpkaG8IJJsVVDAaFewSv { width:13.9375rem;height:1.625rem;top:9.5625rem;left:3.03125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #qOGOzZKaMEV6bTt6zui9DdTGfA4ItONW { width:13.9375rem;height:7.3111875rem;top:11.625rem;left:3.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15050;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #UmrXyLzafWFGUvoJTJnF7sMAJE120DPp { width:15.6875rem;height:11.8125rem;top:22.375rem;left:2.1875rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #CWncZtxPSQeRGbwaQKfNfxTAsbIqNJAm { width:13.9375rem;height:7.3111875rem;top:25.5rem;left:3.03125rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15053;font-weight:300;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #A9egU5rUxFZu3neJW3QEiVTu5iGmUofq { width:13.9375rem;height:1.625rem;top:23.5625rem;left:3.03125rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #N1t0Td8WvFaBUoETS74manrySZ729txx { width:16.1875rem;height:1.4622375rem;top:45.875rem;left:2.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15061;font-weight:300;font-style:normal;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #gNbAVFpJt054CINkiBkMv0EikJIv7gZ3 { width:13.9375rem;height:1.4622375rem;top:43.5625rem;left:2.5rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15060;font-weight:300;font-style:normal;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #xtFD3I5yq2pAfBlP6sT6c2MTrGQXr8bl { width:13.9375rem;height:1.4622375rem;top:41.1875rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15059;font-weight:300;font-style:normal;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #SLD6Gk7goDTXT0UzIIGygeXuxJd1GDeT { width:0.875rem;height:0.875rem;top:39.375rem;left:0.8125rem;z-index:15048;background-color:#fffdfd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PqJcWLRBVTEfb5Z2ykc01gAnMxe0VAku { width:0.875rem;height:0.875rem;top:46.1875rem;left:0.8125rem;z-index:15049;background-color:#fffdfd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zSg59M9znUEShXAMq9EmQpb2L1N6Pr6i { width:0.8125rem;height:0.8125rem;top:43.875rem;left:0.8125rem;z-index:15050;background-color:#fffdfd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bfEL0BqWRazS752bHUdOCNfTmM5IE48I { width:0.875rem;height:0.875rem;top:41.5rem;left:0.8125rem;z-index:15051;background-color:#fffdfd;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IHqMXpZddQITy2OVdh5X6KhdW65TarV5 { width:13.9375rem;height:1.4622375rem;top:39.0625rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15058;font-weight:300;font-style:normal;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #SsMdS355bHikC9SL4ZCroRAch81NNFC6 { width:13.9375rem;height:1.625rem;top:36.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15057;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/719c2df3-ad22-4546-ab22-9bb194b8efe7/Disenosintitulo1.png");background-position:center !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;display:block; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto.adaptive-delivery-prevent-bg, #ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto.lazyload, #ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto.lazyloading { background-image: none; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container { background-color: transparent; background-image: none; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container > .video-iframe-container { display: none; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row > .video-iframe-container { display: none; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .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); }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container { border-width: 0; border-radius: 0; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASmIXreLSRSf9QZNzsyLgrkSFdXzyuto > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG { display:block; }#g1AsAA1gD9dcym2NIb4TfKHr71wO0TKG > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZTk47e9NCwVBLWKcrEm5bD1MZR9LrMh { width:20rem;height:auto;top:3.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #x33ZUXudRUXxIVIlLJMHx4BTB1TxcIFX { width:20rem;height:7.9980625rem;top:39.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DG8aa5SosvqTgZJsuTcJJZHkTtFeeVbr { width:20rem;height:3.19921875rem;top:36rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LAfN1N4XuhkbA3WBEnmVc60JC4TeUO2f { width:20rem;height:2.19986875rem;top:30.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#81acce;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #knOzH7oTZxBJUIWRsclz4bw9Rek70CD5 { width:14.25rem;height:14.75rem;top:14.375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVIDvGrInuWftsBvs2AypQgQlORu1AGg { width:20rem;height:6.3984375rem;top:5.1875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#202a44;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #svEw0fKKeD3FMN4fc1KwZD69vUfzLd6l { width:20rem;height:30.938337801609rem;top:50.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Soxilkbymgm23A0MmzWFC2ecrhX3t1fL { width:14.5625rem;height:28.75rem;top:51.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UntVk7oIyItiL3kSTQfwQuMAgzDoz85w { width:20rem;height:2.2747375rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 { display:block; }#OcdRIVliXMgiW3vb7dlEfHgMvMtU8T11 > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTr8Cwl2B9sWVe29mbTwBPoWGqrhepXK { width:20rem;height:auto;top:3.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ctRMr51UKk3yqF3yypeVV2lA6XDHtQss { width:20rem;height:auto;top:6.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#eeeeee;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #srF1gEzxwf0gPvU7XVl4V8N00dfFKhbg { display:flex;width:2.375rem;height:2.375rem;top:14.375rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #fozqBf3a1xtbm2W8lmbXS0by4Rgke1KH { width:9.875rem;height:3.19921875rem;top:17.75rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ezi0Ze37bl1Vwnhi4R77f6cT2AgszArT { width:7.0625rem;height:3.19921875rem;top:17.75rem;left:12.25rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #omxkbc15sOrEcOL4JAnUhe7mqTBO4bzi { display:flex;width:2.375rem;height:2.375rem;top:14.375rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #FE3p4n593FNHm4tHX08QFKm4OoVOnGIK { width:10.625rem;height:4.798825rem;top:27.5rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T7ONSiDZZQoB0tx3SamI38TIT1qoOF7F { display:flex;width:2.375rem;height:2.375rem;top:23.5625rem;left:14.625rem; }
 }@media only screen and (max-width: 763px) { #na9aE3DTBu4sCp6JbzRxMa3ASXCgrsDJ { width:6.3125rem;height:3.19921875rem;top:27.5rem;left:12.9375rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uRRzlniZ25xOGVsx7wzSqpxgvL5Uxxqd { display:flex;width:2.375rem;height:2.375rem;top:23.5625rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #yS0tlNZUqOUbpOatq1vnWvr48JIkTTrg { width:9.375rem;height:3.19921875rem;top:37.625rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Cas9L9VJTMcH6X34gCqqV8Thi7fSfClb { width:6.6875rem;height:3.19921875rem;top:37.625rem;left:12.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wTvoVZ2JTHQI3xHPnllGUald7luiF2w8 { display:flex;width:2.375rem;height:2.375rem;top:34.3125rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #gCAOroB2J7876DuWLQOQDb4wsgz9cTXT { display:flex;width:2.375rem;height:2.375rem;top:34.3125rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #qQQa1wNPdCyEDT8TAT3373t7bKOhAJQH { width:20rem;height:16.5859375rem;top:43.186849594116rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2TKOGJVwdMTKwOGQaBL4J7o2psXq3Mu { width:19.875rem;height:2.2747375rem;top:2.6875114440918rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15044;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #pcv4TvvgV0yqdaVMPBXVHcg6FgvrNIi5 { width:20rem;height:6.3984375rem;top:6.2076835632324rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#fffdfd;font-weight:300;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/db809e43-ac12-445d-8673-e5737a2268ac/noroot.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur.adaptive-delivery-prevent-bg, #S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur.lazyload, #S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur.lazyloading { background-image: none; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container { background-color: transparent; background-image: none; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container > .video-iframe-container { display: none; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row > .video-iframe-container { display: none; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .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); }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container { border-width: 0; border-radius: 0; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S00Z2Is7PyE7VIaUqU6cQ5qTPBLkdmur > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw { display:block; }#Vg66EnOTr97XHcw2ktdsuwcS6MMQl8Nw > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVTmyoNGn9rocAxxktIGztMf3r0AOzE7 { width:20rem;height:auto;top:3.3125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #TdscCNpuZnDpBXHP1Zku4ai59e3BEu8H { width:20rem;height:14.125rem;top:8.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8pf2Bv95TBgmLnmRmI7SoFHiGJBX2ov { width:11.75rem;height:auto;top:10.0625rem;left:4.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SOVA8f2uTMPuy1NhD9SKCL9G1hERg7LS { width:16.9375rem;height:6.3984375rem;top:40.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;display:none; }
 }@media only screen and (max-width: 763px) { #ayEbCSfTvklfATNBQvSEO7SnV083CdGH { width:17.25rem;height:auto;top:15.125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;display:none; }
 }@media only screen and (max-width: 763px) { #xJLbA8JffAy43wSiBCRRNd5VESg9yEOk { width:20rem;height:14.125rem;top:8.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aGVU9V1MVuEGboaUfi44lqRHopT1TvgJ { width:13.6875rem;height:4.0625rem;top:9.8125rem;left:3.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpg7vpuKWV8pHUMM13SRzf0Rhff7UD3v { width:8.875rem;height:auto;top:26.25rem;left:5.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Oez6g0Esi9TZUvTGxWVtqo8DDJZhZuo8 { width:10.9375rem;height:4.0625rem;top:27.311850547791rem;left:4.53125rem;font-size:1.5625rem;text-align:center;text-align-last:center;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; }
 }@media only screen and (max-width: 763px) { #SHHcelPe245ZO9enK5ixouBCDgMqNoAo { width:20rem;height:14.125rem;top:25.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBxxzoUMOePBhtey1PqxXR7FzxfA8aTR { width:20rem;height:14.125rem;top:25.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJxAXFM31SZ8RARsh1JfNqH5OOWygasA { width:17.125rem;height:auto;top:31.8125rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;display:none; }
 }@media only screen and (max-width: 763px) { #XnSU67ZqdVAFhMfmUaHBsTTFhcFiiJ4c { width:17rem;height:6.3984375rem;top:32.082032203674rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ln5lNoQZRvC98fpnncip60FNlDlrGzcg { width:20rem;height:14.125rem;top:8.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4NycupLkSkxSPGgTmzPC800AzZ3zpz6 { width:20rem;height:14.125rem;top:25.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCHQXfomgnm8ObxvpfiE8USo7KUZLZy3 { width:17.8125rem;height:6.3984375rem;top:49.374349117279rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uN4ZfoILvas8OPo72dacieCtrPs9PPb3 { width:15.375rem;height:4.0625rem;top:34.0625rem;left:2.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HH0Gnh4hBMOFPddMSvSm845y2sFCSCRB { width:16.4375rem;height:auto;top:26.25rem;left:1.75rem;font-size:1.375rem;text-align:left;text-align-last:left;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:none; }
 }@media only screen and (max-width: 763px) { #UR3mrPLeG4UrTCnmlMnrkiXLb55msswk { width:17.375rem;height:auto;top:31.8125rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #mU1she07S5eAKSoPOdFET76dUCpu9Isk { width:20rem;height:4.54948125rem;top:2.2076826095581rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #m1fATG3pWcR6thELSeAiVV1QHdexQLOF { width:20rem;height:14.25rem;top:8.4375rem;left:0.0625rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GDfIiNf17CgEJlPR5GULKefWklV4dhzi { width:17.4375rem;height:6.3984375rem;top:14.5625rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #k1RK34iKcXaNCxePBcDMocIBLOxZZ37m { width:20rem;height:14.25rem;top:25.75rem;left:0.0625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Kemr8yIPK5re8lLk8u7QzaD3D6xGWbFT { width:20rem;height:14.25rem;top:42.937502861023rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #EUopIJF5QCs93HOGC29hb8HhyL07Ul65 { width:13.6875rem;height:4.0625rem;top:44.333333492279rem;left:3.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #ElcS4X925A6u041eBrGixnKZTv6AlW63 { display:block; }#ElcS4X925A6u041eBrGixnKZTv6AlW63 > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9l5cmOTwRBZZnqMqe14fZTd5XZtLghP { width:19.9375rem;height:auto;top:40.125rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FpNR6C3t3XPkZDcoNBWxm9BXclEHpT77 { width:20rem;height:20rem;top:13.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GV0qtJhKi1fLna5htPmexzOThiJ8Hl9P { width:1.1875rem;height:1.1875rem;top:37.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRUMcbJZsv7fCFGaTeuEhlrULpGJ6Sns { width:6.875rem;height:0.3125rem;top:38.375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EX5qEbKOaveW6g25gCcic7cCgfG0hBbR { width:19.625rem;height:auto;top:37.75rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #VUW4uxpThmpRh5UWFy6W7W9VnccGGZM7 { width:6.875rem;height:0.3125rem;top:38.375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oun1reEtsbHOdfvd66NyEOvsEtPXLgH0 { width:1.1875rem;height:1.1875rem;top:37.9375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GqDRuI4eN1OuU9uCkStl7hmvm3CdyHXE { width:20rem;height:auto;top:19.0625rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #f1u35Tsv3KgTIQDazX8Rmica8cL16tzk { width:18.5625rem;height:auto;top:40.125rem;left:0.6875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oC8r4rXs2M1AgDaG3Sq4acMo2ggAVlZM { width:19.625rem;height:auto;top:19.0625rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KkATEOOVBKSBTm6s7uTXHdIplIJO4w0P { width:19.625rem;height:auto;top:37.75rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #x1GLTB2Ngmy1qz6BWlaFly2Q74SSOe7r { width:1.1875rem;height:1.1875rem;top:17rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsIF7zHBdhLfi8mclTJP6mk9m8yheOSm { width:6.875rem;height:0.3125rem;top:17.4375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNQPhHgiLFyBQBxJAAS0zev9Qd7U6xJX { width:1.1875rem;height:1.1875rem;top:17rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8WlhVbUNalmxeDhIEDing2zQsX2whlc { width:6.875rem;height:0.3125rem;top:17.4375rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lRbfOr2ZOaP2fnJPGRcRZcJWRKyDT2CS { width:19.625rem;height:auto;top:16.8125rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #zzR7iomCf1LTJePfTwCxXsyd4WkhsLGy { width:20rem;height:auto;top:16.8125rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #g3zIpNAw6cwfGgtZp6VqTIXxsIysHcm4 { width:20rem;height:7.9980625rem;top:5rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Fsa8AANX0C7Fl1Iwl7DNUQGSWLnVTimT { width:20rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHDRiTtVIzTShtOKoon8SbZBskBTBtCw { width:8.5625rem;height:9.597625rem;top:53.4375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15116;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #uki0hBelPM2c9Cg0q2nBH788SlLW8TVC { width:8.25rem;height:3.59895625rem;top:48.3125rem;left:11.375rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15117;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AKxUyIF7eoOWlFLmbemhsaVwTUVbc7QA { width:14.25rem;height:14.25rem;top:31.352865219116rem;left:2.875rem;z-index:15109;display:block; }
 }@media only screen and (max-width: 763px) { #nWTS28pEFppFz6v8K3wTIB0b3oQDzriz { width:9rem;height:9.597625rem;top:53.4375rem;left:11rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15110;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #JkOdpzbgJnl6BlNM9q3vCZybr2fXyPue { width:8.9375rem;height:3.59895625rem;top:48.3125rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15119;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ATp0hulBAWbkdHAKdiaEM2LSKaS8PM1q { width:7.25rem;height:9.597625rem;top:19.881511688233rem;left:12.5rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15112;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #lpcoO07TKdHlbsxkWTlmhb50nZdIfdgm { width:8.8125rem;height:9.597625rem;top:19.880859375rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15114;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #vy3gB6ybsUvastGQbMHkTEzhHfqEmOOF { width:7.3125rem;height:5.3984375rem;top:14.248698234558rem;left:12.6875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15120;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FMNyc1q3t2D0TBsFQpJcpzqCHHJgltIb { width:6.625rem;height:3.59895625rem;top:15.147787094116rem;left:0.96875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15118;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nCDDxkyac9QVFwSAmTeRmky1LPIgeXlw { top:33.218752563rem;left:5.1666669845581rem;width:1.125rem;height:1.125rem;z-index:15129;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UK72Eph1s49T7VSCplwk8zcZ1ryZxhIU { top:33.656252563rem;left:1.75rem;width:4.375rem;height:0.25rem;z-index:15117;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ftmaanvOPTTM6mW5ltF2ATDmBpvrMyrm { top:29.540365874767rem;left:1.6666667461395rem;width:0.25rem;height:4.375rem;z-index:15130;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KNdAxbgUGoGW0ZgRm5b1rl3syBRqCdLR { top:42.666667938233rem;left:5.2916669845581rem;width:1.125rem;height:1.125rem;z-index:15132;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Pfd4D9Lsq5XdoOoB88N4ndDevGl32LOz { top:43.104177474976rem;left:2rem;width:4.375rem;height:0.25rem;z-index:15120;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #noLU6Ezesw7L8Qb5qicWMBL6beMFdvuq { top:43.166017532349rem;left:1.9791667461395rem;width:0.25rem;height:4.375rem;z-index:15133;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #QWBQICFolfHvOFJFR9PN0JL8U6yiX8MT { top:42.666667938233rem;left:13.625rem;width:1.125rem;height:1.125rem;z-index:15135;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fuusJxP943OAvColetkzToxy98VUh0fK { top:43.104167938233rem;left:13.625rem;width:4.375rem;height:0.25rem;z-index:15123;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JL7x4erqvcMTpgaNJOMUSSlq38mD0TxT { top:43.104167938233rem;left:17.791667938233rem;width:0.25rem;height:4.375rem;z-index:15136;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nugSggvQld2EqVTO613kIUi7C5vPMhLc { top:33.218751907349rem;left:13.75rem;width:1.125rem;height:1.125rem;z-index:15130;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kwbTBEkJq22K0aKGHWmFKXWzUS3lRhSC { top:33.656251907349rem;left:13.75rem;width:4.375rem;height:0.25rem;z-index:15118;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lETARk16TADhCDzuT4iOonDELSGwWaPN { top:29.540365219116rem;left:17.9375rem;width:0.25rem;height:4.375rem;z-index:15131;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 { display:block; }#xUl1DM09GkLxfmw2e9GFZJiWbuk9WD79 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbotX9iS5J3En8odNoo8OPdyTURoK48S { width:20rem;height:auto;top:2.1875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ghTqsOvH6t3WhLQR3pHaTaIrFtwV68Q7 { width:15.6875rem;height:12.9375rem;top:6.1250209808349rem;left:2.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nDMk98LtmrOhtU9JRvz3aKFlV4rucRyi { width:15.6875rem;height:12.9375rem;top:40.375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDamdFTBpwVD2eFwlXLBZo5xsCJIma6y { width:15.6875rem;height:12.9375rem;top:59.25rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUJTCb1sS5edw9MT0Lrk2HAOnU9n6QVc { width:2.875rem;height:2.875rem;top:7.8125rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K2FhMQTcCxOtcRZV3xCEyfHtXX3qIEE2 { width:2.875rem;height:2.875rem;top:41.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6uq2QAT7FQMTp0JnrBtyR9WPoLxTFgX { width:2.875rem;height:2.875rem;top:60.6875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #de3ckTyRFIDVu8NUMa1M3nkJcg7wrCrf { width:15.6875rem;height:12.9375rem;top:7.375rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3Fu3yObTH3nkp88eykbfUs1NAg6Kb9t { width:2.875rem;height:2.875rem;top:25.875rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AH71ofTB0wJJkLI41VdikPHnKWPiWKMo { width:4rem;height:3.41145625rem;top:30.4375rem;left:8rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pGyNaofTZmS3l8kdQiruSxlukxt6JRzF { width:12.75rem;height:5.1171875rem;top:24.75390625rem;left:5.1041669845581rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iGRfSDTgz8kCJkDbO4uQwIZg7oQc4ep0 { width:16.5rem;height:5.1171875rem;top:34rem;left:1.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"graphik upsa2";font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #MqhgK8KRZ3BAGZBc9b8OHAUanZO277HC { width:15.875rem;height:3.41145625rem;top:54.5625rem;left:2.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #mz0iSp9NfA7gy45dWT4BAtbstzqtHtsn { width:13.8125rem;height:3.41145625rem;top:34.375rem;left:3.0625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HxHQsZAbl6zOgqUR7p7oOB2sZfGDFPVB { width:7.375rem;height:0;top:6.375rem;left:6.28125rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fsOdX3L0fzi1if17rrTrM5r22UGteQ2S { width:8.625rem;height:0;top:28.4375rem;left:5.65625rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #mmseWsil3CS2yCdSaoNIUNJBgfoffZpg { width:8.625rem;height:0;top:47.28580625rem;left:5.65625rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #z3Exf4CW7faoi2h171s5MFwvIpsOfCyX { width:6.75rem;height:auto;top:12.5rem;left:6.625rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #RGdEePklgXbRQhRdu8hKz2hlclkJywJK { width:20rem;height:2.2747375rem;top:2.166015625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #EwPrLalidmg2TJMmzmGLHUyRzsPTGmkQ { width:17.5rem;height:14.6875rem;top:6.6875rem;left:1.25rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #sUoPSEZrcIoM91qh5wZXLeOgoZumwRDN { width:4.5rem;height:4.5rem;top:7.9375rem;left:7.75rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Vd4Q3lr5nTFXAd5cPJmTzdkVIcDrdVKd { width:14rem;height:3.41145625rem;top:16.5625rem;left:3rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cBRemd7Pob5uIwGQyZTERTScNt9Dc0rB { width:17.5rem;height:14.6875rem;top:24.125rem;left:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #rCP2NyRBV8gR5lr8IPsxBHgKO447xe7T { width:4.5rem;height:4.5rem;top:25rem;left:7.75rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #WodK9AeMMLmyDUTgn4cgSfrhbGy3rMJk { width:16.0625rem;height:3.41145625rem;top:33.1875rem;left:1.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:"graphik upsa2";font-weight:300;font-style:normal;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #tfLmrqokmZAKwuPOGpcbCaIzAzZ0B3Tv { width:17.5rem;height:14.6875rem;top:41.436849594116rem;left:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #cVTsmLRmHIqbDMbsnlIpw1gPb87TGXF0 { width:4.5rem;height:4.5rem;top:42.75rem;left:7.75rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #EAkthAU0bXaCTzKKbH0dNt5QqHlth0AC { width:6.3125rem;height:3.25rem;top:47.854167938233rem;left:6.84375rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #AuFdsPgZeTqSXcTBQNBS5zwn4g7AH7rq { width:13.3125rem;height:3.41145625rem;top:51.104167938233rem;left:3.34375rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #LPTkhXZTV5BdspcWF9x7vMnreJKnFdtO { width:17.5rem;height:14.6875rem;top:58.87433052063rem;left:1.25rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #nXth0CFTeSr7ImtXGZR3aD5AqAbEspfL { width:4.125rem;height:4.125rem;top:59.979179382324rem;left:7.9375rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #Dqrb8Tr10o8k7fcM72c7PObsfbJHOyIi { width:4rem;height:3.41145625rem;top:65.085289001462rem;left:5.0416669845581rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #RPcKzib5DH8yP1BMDUfXpsVCoSaSbI0X { width:6rem;height:3.25rem;top:65.166667938231rem;left:9rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ynKCZ3kdPorpVSUpkVptIy1O2VBQ79ow { width:16.5rem;height:3.41145625rem;top:69.0625038147rem;left:1.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #n9i2Q24LIA3fVDpryrV16rfx5R1TF4tF { width:6.8125rem;height:3.25rem;top:13.354166030884rem;left:6.59375rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15010;color:#81acce;display:block; }
 }@media only screen and (max-width: 763px) { #yZqiyGlMo6haagJPlLxpHwaN7eq3vK54 { width:7.9375rem;height:3.25rem;top:29.843751907349rem;left:6.03125rem;font-size:2.5rem;text-align:center;text-align-last:center;z-index:15011;color:#81acce;display:block; }
 }@media only screen and (max-width: 763px) { #OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/10d79875-878d-4b46-93f5-598ad8d258bd/FOT021221.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq.adaptive-delivery-prevent-bg, #OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq.lazyload, #OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq.lazyloading { background-image: none; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container { background-color: transparent; background-image: none; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container > .video-iframe-container { display: none; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row > .video-iframe-container { display: none; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .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); }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container { border-width: 0; border-radius: 0; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwUiTNTgPm0uPX11Fgaau5oH7QEdAnWq > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA { display:block; }#mfm7IPplIQvGT9xKmXUDaPEqPFN8zQXA > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEU0d3x9vEfB9ANGXqxrZloDNOfZJBQT { width:20rem;height:12.79689375rem;top:5.5625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cozmXBG1ky30pynxB5LhUbHqJDpVznJr { width:20rem;height:13.3rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgtRPTxn9rMh1duQV3fwwlkTqerwpwV8 { width:20rem;height:auto;top:4.6875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #e1xZAyFZ5PT9Isyb9VVkGw4seZIdl5TX { width:20rem;height:2.2747375rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;z-index:15046;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK { background-color:#81acce;background-image:none;display:block; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container { background-color: transparent; background-image: none; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container > .video-iframe-container { display: none; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row > .video-iframe-container { display: none; }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .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); }#WI5GmvUw1RDn7iU5vnyS0SwJpXla2IPK > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE63pODsHqpRO8R2dcB3mmMkWZbs7IcW { width:11.625rem;height:4.6875rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpEUQ5KZRePFTWtFXXHizsKNa4b7XrF3 { width:18.8125rem;height:0.875rem;top:7.1875rem;left:0.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NXaHM8doT8T2qdlvdRvE39SKgoRnZIQr { width:1.0625rem;height:1.0625rem;top:9.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwMh9z1tugAkmS3RnwnQ22BP7KTDSSaR { width:1.25rem;height:1.25rem;top:9.375rem;left:7.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aCwtOqWLm34Q6WeCsMAfchwr0KWWKa1w { width:1rem;height:1rem;top:9.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWNya49fcr3Bl8Oi1sBm1HNs36LdG1WB { width:1rem;height:1rem;top:9.375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLBCXUlixC1AzQqJqBhTlLqafcxHPkr9 { width:1rem;height:1.0625rem;top:9.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#f1b434;background-image:none;display:block; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { background-color: transparent; background-image: none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container > .video-iframe-container { display: none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row > .video-iframe-container { display: none; }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .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); }#hkI3QDH2xkak2y4aLIWLaXGZT6ubHOJQ > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O7KNuT7yhqkSvNtrwJ81Fz3Te3TqWxH6 { top:0rem;left:0rem;width:20rem;height:3.75rem;z-index:15000;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:"graphik upsa2";font-weight:700;font-style:normal;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgpCBFVcdJ8T17zMT6emvN9XWJMVIDJ { display:block; }
 }