.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:231,241,250;--color-primary-1:163,175,182;--color-primary-2:102,121,134;--color-primary-3:61,73,80;--color-primary-4:0,32,53;--color-secondary-0:255,228,204;--color-secondary-1:255,175,102;--color-secondary-2:255,121,0;--color-secondary-3:234,112,5;--color-secondary-4:51,24,0;--color-tertiary-0:255,255,255;--color-tertiary-1:164,184,198;--color-tertiary-2:103,137,160;--color-tertiary-3:62,82,96;--color-tertiary-4:1,59,97;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;top:0rem;left:0rem;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); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2761dc1-f195-4add-b630-1b80ec10d1e4/lakeview.jpg");background-position:bottom 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; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx.adaptive-delivery-prevent-bg, #uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx.lazyload, #uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx.lazyloading { background-image: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { background-color: transparent; background-image: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container > .video-iframe-container { display: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row > .video-iframe-container { display: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .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); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { border-width: 0; border-radius: 0; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx::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; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#xmnZ0TTTMNqBF3pxd8Bt5xholqv8ZxpX { color:#013a66;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:15.9375rem;left:43.3125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-form-header {  }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:18.375rem;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;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-text { 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:#eaf2ff;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;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.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-textarea { 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:#eaf2ff;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;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .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;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .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; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#013a66;background-image:none;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:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18.375rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]:-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]::-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]:-ms-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]::-webkit-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .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; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-container:first-of-type{padding-top:0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-container:last-of-type{padding-bottom:0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.71875rem;top:20rem;z-index:15012;position:absolute; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 {display:block;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.71875rem;top:20rem;z-index:15012;position:absolute; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #dh7C2RpNEgK0gERUNRTwnzLcDtzZ2MTZ { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #GIbqTJMTRN0LIlRw23m1JfZsQdlPzk8T { position:relative;display:none; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #iAdLNst0Pu2zdPbKe4nTl4sp4oZk4bNM { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #R51O5EcmC1d4qeJMxssmf4DcN3um17no { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #t6z0JMbHif5yDwz78G0wbMm5Xw5irM9m { position:relative;display:none; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #qbNVz3Lrl3DydM26lTQRzFt4bKKcqiQ4 { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #ZhCoJsf3PLpimoWfRSbLTKwU1ZrlpBmU { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #ZP4pEnfnOHue3Ton5PydNyo86h7JWSRu { position:relative;display:none; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #lCaTrr7ZCwdx7aVdDcGNbqzBFg1xHxS8 { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #FthZ8BVZ1sqQg75A81gr1ZI3xsdyJzZm { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #bvTkpez32aIEesrUrXvQU2vTbo0NUIxd { position:relative;display:none; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #IoTQSSqdLDUoCEObM24mRmursJRGLiHk { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #s3iJNXC4C1IvkzFQAeMHrHPGtEDLUouC { position:relative; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #QyFuZ1PbGwFRR672Lsmaab8s6cl7w8ot { position:relative; }
#GRWTdkPhJJ7ws3Cpgoey010tv2ha0CO1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.72);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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.36) ;height:25.875rem;width:20.8125rem;top:14rem;left:41.75rem;display:block; }
#Bz3tBmlPPqfdBH9wLxsZiWeNH7JCe8T7 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:15.5rem;top:2.125rem;left:14.9375rem;overflow:hidden;display:block; }
#wdKvZao7EoLflLuKhGVvgA2JWErziR9f { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:4.625rem;width:27.6875rem;top:11.4375rem;left:8.875rem;display:block; }
#XpxsTer9w0h9Sm5ZAPKMwnoQDLsHByzB { color:#ffec6d;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:11.625rem;left:10.375rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSRpHmEmZdiP2B6iMyh0fcGP5mil1UMe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:16.6875rem;left:6.75rem;height:4.6875rem;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;text-align:center;text-align-last:center;display:block; }
#M7QcX4kflvILfTOqbCZCzAG6pQW2Bp6W { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.3125rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:21.1875rem;left:19.375rem;height:12.4375rem;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;text-align:center;text-align-last:center;display:block; }
#ackJpCkovw1ivBMrppsD0LUs1RWK8Aa6 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:23.4375rem;left:13.25rem;height:2.5rem;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;text-align:center;text-align-last:center;display:block; }
#nb4cLLoiVAz3wEdXCXRuT5m0Ty8fQEyO { color:rgba(var(--color-tertiary-0),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.67);top:30rem;left:27.25rem;height:1.625rem;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;text-align:center;text-align-last:center;display:block; }
#NzcMSsrdtQmvSH5h79MsA6sTdnHRrdZU { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.9375rem;left:19.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ESUG5gglRTPwHqFdTBf3Eory31h6el5i { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.3125rem;left:28.3125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKU7cW767mWW1ag7dJTyvRXXJNDBuTbm { box-sizing:content-box;height:4rem;width:0.1875rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:36.3125rem;left:17.875rem;display:block; }
#oDfc4GSn1MgpX2WEF4qc9l1CFkgnS8ml { box-sizing:content-box;height:4rem;width:0.1875rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:36.3125rem;left:27.25rem;display:block; }
#v3T5kgdi7vC9NynGcU83CDytl5AhOaxT { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:36.75rem;left:9.0625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbnkEgw0TivkGEbkSmBqF78gAfLxNXrq { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:37.9375rem;left:19.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMhBsZVVtFRDJ3C5bHMF0HWeKCv2M0Cn { color:#ffec6d;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.4375rem;left:9.90625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container { background-color: transparent; background-image: none; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container > .video-iframe-container { display: none; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row > .video-iframe-container { display: none; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .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); }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container { border-width: 0; border-radius: 0; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#kVtksqF49EnfuE4OzNRqFdv8ufOXNac1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:31.375rem;width:25.0625rem;top:0.5rem;left:5.935546875rem;overflow:hidden;display:block; }
#icS0mutl5UClBHwPRMb2NNcV4xrUO0Fd { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:32.5615234375rem;top:4.625rem;left:32.9375rem;display:block; }
#hxrScgQcIB6oqCosTMZbeFePcpZbmfE2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:"open sans";font-size:0.5625rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:28.4375rem;left:62.6875rem;height:0.875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#VfDcvWRupWrp4IkcUVTqwMTKFDer6Muc { background-color:#013b61;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.16) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.49609375rem;height:3.1162109375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:28.4375rem;left:32.9375rem;display:block; }
#tQaqsLP3Jl2tyHTrvOn6sidvzEVq4DvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eRboCvdJ9xGe2deUahFZ6KzIbIhi5gAD { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:8.4375rem;left:33.125rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UBCiw7htN8eSmzOGcJvfyxt7guF8qozO { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:5rem;left:33.0625rem;height:3.125rem;text-align:left;text-align-last:left;display:block; }
#elWriqhLPNFbNWN5N0AoHeXOW4Mmr3TL { color:rgba(var(--color-tertiary-4),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:1rem;left:32.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container { background-color: transparent; background-image: none; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container > .video-iframe-container { display: none; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row > .video-iframe-container { display: none; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .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); }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container { border-width: 0; border-radius: 0; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#NCU97RrF0tDwuAPiO4rKvHSqdU6vLeWZ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.3125rem;top:4.6875rem;left:18.96875rem;overflow:hidden;display:block; }
#maE7aJflvcorsRJiBbIedEtf06AZawKU { box-sizing:content-box;height:10.125rem;width:18.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:19rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#HSgs12sb8f4Z9ue50cEtwqXwhb1Ma8oI { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15052;line-height:1.2;letter-spacing:0;top:15.25rem;left:22.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7iZoL4rAbXFofKC6WQmGOKCiF7gfmR8 { color:#013b61;display:block;width:47.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.37091755867004rem;left:13.778408050537rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcO5GOAybJ61owJJGsgrBlbEJUxZJFvS { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.3125rem;left:0.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#tlgVWbbfgJmxqA5dkXdkUBuMrbZbUqs6 { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15066;line-height:1.5;letter-spacing:0;top:17.4375rem;left:0.90625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPgGZxqx5Ezvw1azFV7pqRxtgKcXMGlE { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:20.625rem;left:2.375rem; }
#XsUTOm3G29BbMDDPpXi3wvNkSx7Bz71m { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15108;line-height:1.2;letter-spacing:0;top:21.3125rem;left:4.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hmVtZV21I3zSfPbX8yU3GeB755mOlC4d { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:20.625rem;left:7.75rem; }
#Nb3UgrR2BHJSpQntUznusxIkbrBImHTU { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15109;line-height:1.2;letter-spacing:0;top:21.25rem;left:9.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JVWieOiWM916HuZe1hpNxqITZCwM9qKF { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:15.375rem;left:3.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuZogHCaTlhqp03gdT17JPVhwmnfvMA0 { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.3125rem;top:4.6875rem;left:0.21875rem;overflow:hidden;display:block; }
#boTommZIvDwES9DUq3BfKnLSaK2TApP1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:20.625rem;left:13.25rem; }
#rcgJmUUwK5KgyX34LlGfOh8BfTXuFSkd { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:21.375rem;left:15.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nnS2tTPQfe1hfvtb16a61k9bnbbOqHdT { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15073;line-height:1.5;letter-spacing:0;top:17.5rem;left:19.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeTrNHIgC5PuF6W6i3vrOTqRMwWdfyJO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:20.6875rem;left:21rem; }
#A4wGvEuRT9tJoUfkVUvKTbrdOcQTw1cI { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:20.6875rem;left:26.375rem; }
#JA7RVeTXfFcIE9aa7blFXqdac9VhZT4E { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:20.6875rem;left:31.875rem; }
#IhdElu9rcw1QDCWdtSV6hVpBcmT3pTyU { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15115;line-height:1.2;letter-spacing:0;top:21.375rem;left:23.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k9VRRko4T41BTFLuPyTxc0HTkzSz00rQ { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15116;line-height:1.2;letter-spacing:0;top:21.3125rem;left:28.5625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8sz9Gw2fTTwQaOicx87wH8SR3WzFriZ { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15117;line-height:1.2;letter-spacing:0;top:21.4375rem;left:33.875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OTBKzyZPGKcEePPk6Ltsbce3IwOENTFR { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.6875rem;width:18.3125rem;top:4.6875rem;left:37.75rem;overflow:hidden;display:block; }
#utQozhKIDQrLdbMv3wBUlltTr1nvn5ZE { box-sizing:content-box;height:10.125rem;width:18.25rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:37.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#Qv2rBT5aIU3blani4ZbNgxsi1IMucMAC { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.2;letter-spacing:0;top:15.25rem;left:40.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XPbM4xfdSQPc4WhyNDiCesvgnv7LpTXl { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15083;line-height:1.5;letter-spacing:0;top:17.5rem;left:38.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dUrcH4bp0AHwBywPysvOHrGKorvPi9vf { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:20.6875rem;left:45.125rem; }
#J4WHS7zlgiGTpzHBBNGwJNSFVaHgyizi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:20.6875rem;left:50.625rem; }
#oxaCEVKssRmEe7eOmZV4ZLfcPG6ATGPh { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:20.6875rem;left:39.75rem; }
#kOxKDogXxuBqOMf1Sbrqo8qZw4NSPtrL { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15125;line-height:1.2;letter-spacing:0;top:21.375rem;left:42rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAyiqsobndBommdkPPKo71bKqtOaMDLw { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15126;line-height:1.2;letter-spacing:0;top:21.3125rem;left:47.3125rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRTwSb3J18powD9f15DguHUQ4uPKmfbr { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:21.4375rem;left:52.625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fX1fetPugwm3m8XFnAoCfdJ7hPGAEz5M { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.6875rem;width:18.25rem;top:4.6875rem;left:56.5rem;overflow:hidden;display:block; }
#nhTNs4WIcN7dCuJc6JzDcFftoTs4Uz5k { box-sizing:content-box;height:10.125rem;width:18.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14.1875rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#gksau2EiFq68ZyBehCsSTyTLoTOEvSln { color:#013b61;display:block;width:11.748046875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15072;line-height:1.2;letter-spacing:0;top:15.25rem;left:59.876953125rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUt1tAAr4IDtMONrMpBN9OkRdzXQZKhQ { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:17.5rem;left:57rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bf2cssOfnGH7yZit2TkHJle42UTa03NK { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:20.6875rem;left:63.875rem; }
#hQfF8sRkwo36CF6NvSecMxRcIx4K124J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15178;opacity:1;top:20.6875rem;left:69.375rem; }
#B3KR72lHT15I5ECmVxlIDpWLiCwouPik { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15136;line-height:1.2;letter-spacing:0;top:21.3125rem;left:66.0625rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvfs8w5ohOTEb5R3fTaFRue0xV1Hqc4q { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15137;line-height:1.2;letter-spacing:0;top:21.4375rem;left:71.375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TecrfCIZ6x4NDqHm9qxVHuwrqA4950Xa { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:21.375rem;left:60.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NhfvFdGI01iTcDD13Xsxc410zb3xVK0H { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:1;top:20.6875rem;left:58.5rem; }
#OMI5XNM4CwdJiRdBKpwks7v53wkw28Nq { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15086;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.8125rem;left:0.25rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#iDQ2T08B5BXkKVItHQc3VNEKNmNIUKxh { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15104;line-height:1.5;letter-spacing:0;top:37.9375rem;left:0.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XWsiofBL200AKh2T218vdm6mtRxXHTPW { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15188;opacity:1;top:41.125rem;left:8.1875rem; }
#eqkLQ2PXSaTrH2deWZgRH5XeRJzI795H { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15147;line-height:1.2;letter-spacing:0;top:41.75rem;left:9.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARGR0RxOF8eq5kNheRy7nxPPPFdunT7W { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:41.125rem;left:12.25rem; }
#TZHDOlU61ZLkievwQN48sg1IBsWEnacH { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15148;line-height:1.2;letter-spacing:0;top:41.875rem;left:14rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Luso4wtAsXMTDnSgKvALotGsXtoTCdKe { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:35.875rem;left:3.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFPlmaFOph5H0Caz9p3MVOgCImz7On2Q { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.4375rem;top:25.1875rem;left:0.1875rem;overflow:hidden;display:block; }
#Xdgx7vxMuehrXpxT2tTUHIGobxMsmF5Q { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15150;opacity:1;top:41.125rem;left:3.9375rem; }
#y9nqHP3q2Md4EElE3z9XMtNrtdVxd9mD { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15110;line-height:1.2;letter-spacing:0;top:41.8125rem;left:5.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGhMDRf7MEHepTbdQvRgMK1tWt5w6c8V { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.75rem;width:18.375rem;top:25.25rem;left:18.9375rem;overflow:hidden;display:block; }
#Iugek5zVlqIuF91akmg0ytKJc3znCql4 { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:19rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#vqr421UrLnwFGcl4Ie1hMZLta8nnHc0p { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15150;line-height:1.2;letter-spacing:0;top:35.9375rem;left:22.1875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2BRtWyVUR4rMeyVtNJ4XbZ2edUumvft { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15114;line-height:1.5;letter-spacing:0;top:38rem;left:19.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r30hIWmS1h4lr3ZFJxEOQwy5KoAvmCSo { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15198;opacity:1;top:41.1875rem;left:26.9375rem; }
#i25XRscqGg1vGNd9CnmqDmFkk0eWFLRQ { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15157;line-height:1.2;letter-spacing:0;top:41.8125rem;left:28.6875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SNyGR7yLniMBFlUNOxXMcqIsA3Gtvv2U { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15199;opacity:1;top:41.1875rem;left:31rem; }
#EDkKtMLyFF3CMLdOpUPrmXxPNFAA9qqc { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15158;line-height:1.2;letter-spacing:0;top:41.9375rem;left:32.75rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tOV1IfDTL5RiB8TT1mgb8UnQ1Tt0TQsL { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:41.1875rem;left:22.6875rem; }
#mzwTmDkWggTkzCUdLm3X2cL2SELwmsbm { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15120;line-height:1.2;letter-spacing:0;top:41.875rem;left:24.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zb0N4IDnWeysRhzIpTlhJH4WToAhRJiV { position:absolute;display:block;z-index:15151;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.875rem;width:18.375rem;top:25.25rem;left:37.6875rem;overflow:hidden;display:block; }
#ZzWNl4RNtuPnbloyA9OGzm6Xkex6rA5f { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15106;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:37.75rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#ouDuU0MSk51TqRmTZdCT0carmkDqMd6d { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15160;line-height:1.2;letter-spacing:0;top:35.9375rem;left:40.9375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mhN3g2NPN6avo3SwA0wubHARzaNOcVuB { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15124;line-height:1.5;letter-spacing:0;top:38rem;left:38.375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PCDSHK5eLwWWFmX6AJyBKJD63H2hxB7A { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15208;opacity:1;top:41.1875rem;left:45.6875rem; }
#h5kzI8NRDEWGWqabVi6mOQJn33FrR2cI { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15209;opacity:1;top:41.1875rem;left:49.75rem; }
#OTouV0ystfEdzk4LrgwTxPTI2U8BXQt2 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:41.1875rem;left:41.4375rem; }
#WFeEaRKmAA35dEyqpmv8KvePEEp1VwJl { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15167;line-height:1.2;letter-spacing:0;top:41.8125rem;left:47.4375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGyTLxpBv8duX91vwRcSTTVABvQTpKCd { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15168;line-height:1.2;letter-spacing:0;top:41.9375rem;left:51.5rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dKzM2KPTfQwKySktbaBv92KW9RQSETcm { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15130;line-height:1.2;letter-spacing:0;top:41.875rem;left:43.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WP38fFSeEJJiJ0Z0F2P66GAQOByrhxET { position:absolute;display:block;z-index:15161;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:9.8125rem;width:18.375rem;top:25.25rem;left:56.4375rem;overflow:hidden;display:block; }
#CQqZQTXRaVz30hFaS0INzdc9K4WLKQzT { box-sizing:content-box;height:9.9375rem;width:18.25rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.875rem;left:56.5rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
#luQ88lN35282b1krpG4cR4C0HPbP7gPG { color:#013b61;display:block;width:11.7480625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15170;line-height:1.2;letter-spacing:0;top:35.9375rem;left:59.6875rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBGmNf4CvrgDrWtFLZdoVuXlu6SDGCaw { color:#013b61;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15134;line-height:1.5;letter-spacing:0;top:38rem;left:57.125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GJk6ImrUyXPDTlDVR6eSKgxiQhqfp9V8 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15218;opacity:1;top:41.1875rem;left:64.4375rem; }
#mdXruo9cvpPTatk3Qy0gh31URbWMSF7g { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15219;opacity:1;top:41.1875rem;left:68.5rem; }
#sqWTPOLTuM6qsXHeZQTe43XlyTWn6PCQ { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15180;opacity:1;top:41.1875rem;left:60.1875rem; }
#Du1qoTloNLzhTf3h3PqqOrXTf82g7ZqE { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15177;line-height:1.2;letter-spacing:0;top:41.8125rem;left:66.1875rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnGbfWGJF8oIeGFAsHrPgcG71xKGADZl { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15178;line-height:1.2;letter-spacing:0;top:41.9375rem;left:70.25rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQfLBrUuCox4EvhmwzevTbty3PxfAhSa { color:#013b61;display:block;width:1.93685rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15140;line-height:1.2;letter-spacing:0;top:41.875rem;left:61.9375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);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; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container { background-color: transparent; background-image: none; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container > .video-iframe-container { display: none; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row > .video-iframe-container { display: none; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .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); }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container { border-width: 0; border-radius: 0; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#kJHHRqq1l4eqxBLrg0KO4NXTGHHGlB2C { color:rgba(var(--color-tertiary-4),1);display:block;width:57.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1241302490234rem;left:9.749351501465rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLBdcw1C8DFhgQ8Q7d2aRC2vesTNJGUF { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.6875rem;width:18.5625rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#mxFzLy4x8Ps0s2l1eTqUqIrQ6TlKg80J { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.75rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8AwTp04KECdawc894DBaBEBQ2lHmxxr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:22.125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vQTEyBTmvuvB5eJ2KXgPFXc4z873TiT3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11rem;width:18.5rem;top:4.9375rem;left:18.8125rem;overflow:hidden;display:block; }
#KbOTTkgxtHaPFKsoHJWrUiEVGBcT0Vds { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11rem;width:18.4375rem;top:4.8748168945312rem;left:37.687141418457rem;overflow:hidden;display:block; }
#taaOW76LyLT8ioBkhnJBQ45D57o9l7T5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.999633789062rem;left:39.874641418457rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUpSP8pgpOZvtLhcCxDw5skIIzX8Bb7R { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.9375rem;width:18.5rem;top:4.875rem;left:56.3125rem;overflow:hidden;display:block; }
#TzA8VFWBa1IzGDqlKwLvK3lghaCAzel7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9368125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:16rem;left:59.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrDqihiOyC9oy6aSlgN79JUGXv4G69y1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9361875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.685981154442rem;left:31.187067031861rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uPUn2zKyD3NoQPOJTsMyF7gZtabCiXGq { box-sizing:content-box;height:1.875rem;width:18.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.5625rem;left:0.0625rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#m0vvDZJARlwEENxKDs7VRs7m4h12pVH4 { box-sizing:content-box;height:1.875rem;width:18.499625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.5625rem;left:18.8125rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#ktxT7mix6e0mBc5QBsHCZk5IQ5uCIoFx { box-sizing:content-box;height:1.875rem;width:18.49875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.749282836914rem;left:37.687141418457rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#h1t9I9MD2sAxtvIGmSKrgwRrBmRmHOW5 { box-sizing:content-box;height:1.875rem;width:18.497875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:15.8125rem;left:56.3125rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM { position:relative;display:block; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM { background-color: transparent; background-image: none; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row .container > .video-iframe-container { display: none; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row > .video-iframe-container { display: none; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .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); }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM { border-width: 0; border-radius: 0; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .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; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.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:block; }#OELy32H9ORLK2hWAf2lv2lecPAtiteTL { color:#013b61;display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.1943359375rem;left:0.8740234375rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EiWcO7xBDciSMnaRflBU8NFP0iwBGqXk { 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:31.1875rem;width:60rem;top:1.185546875rem;left:13.685546875rem;overflow:hidden;display:block; }
#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container { background-color: transparent; background-image: none; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container > .video-iframe-container { display: none; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row > .video-iframe-container { display: none; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .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); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container { border-width: 0; border-radius: 0; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#JtccSOyTZGAqGW3tgxnw2frh0sp3wDLD { color:#fafafa;display:block;width:65.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2478294372559rem;left:2.4359817504883rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fkC8oXdQDUgqTQDK3q48AT3biUUsOSsL { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:5.875rem;left:4.6875rem; }
#uXhouT0kWe1VmCH9OKMDQDl3rTvRZEyK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.375rem;left:2.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D5tNgl57EwKbeAI72HIwseIFB6VczF6N { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.6875rem;left:2.4375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#Egz0g7m9Ahb3E3JAkHAzN5NkFBlZnO2m { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.43685rem;width:4.43685rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.875rem;left:18.25rem; }
#pPgxkCgCZzGq7OT1DJoTTf4UQXhsdTeg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:17rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FQxx0cQDxlXCB4r3tnqp16H0vn7w9TnK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:14.6875rem;left:16.375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#ZTxPfPqJLaUrCJwugVTZkyFHuCC4P4BA { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:5.875rem;left:62.875rem; }
#OmPMxO2ZfN4bbKlrqRupQVITGL8HkV2K { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.9375rem;left:31.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WQFiRTT9plg09lgme0qzClcRt3JTnn4R { color:rgba(var(--color-tertiary-0),1);display:block;width:10.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.5625rem;left:30.375rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#DsnHLXVsC816a0uksFTZqD4seJJ05Mdk { color:rgba(var(--color-tertiary-0),1);display:block;width:10.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.625rem;left:45.5625rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#hfksW5c1xvnMITxegE3lVT7pi7D67OTp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.125rem;left:45.4375rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fBtCEhxgZm1fmhmFWc26DRdNHkKDIhOT { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:6.125rem;left:33.75rem; }
#cz7ULPo907vfVoLbORIUAmqiP2SbVh7g { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:5.75rem;left:48.375rem; }
#UgQLCclbX599WE4rL7zvBV3GIxvfdXkI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:60.875rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9T68IgQv5nmgnT6BnqSfmsOaFNIrmJ3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5rem;left:59.875rem;height:5rem;text-align:center;text-align-last:center;display:block; }
#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container { background-color: transparent; background-image: none; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container > .video-iframe-container { display: none; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row > .video-iframe-container { display: none; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .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); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container { border-width: 0; border-radius: 0; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#vous1hKS2GgOdl85iJBplIETrqH9rTGl { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:7.2576351165769rem;left:1.4364337921143rem;height:5.5rem;text-align:left;text-align-last:left;display:block; }
#LDlGAQiCN7R5572SimECAeoTksOlzkEZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:7.75rem;left:43.1875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#iTPPgXrBUhGLtOoJKIIeIcNMplQ2amHt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6248125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:4.3125rem;left:47.8125rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ey0xbJnFiHgzRs8qbM60TAXdC9TqkTfK { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:0rem;left:1.435546875rem;overflow:hidden;display:block; }
#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);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; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container { background-color: transparent; background-image: none; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container > .video-iframe-container { display: none; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row > .video-iframe-container { display: none; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .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); }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container { border-width: 0; border-radius: 0; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#Am7dWUAfFWxKPTGbGTKnTm20Gd3QWnsS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:0.375rem;left:23.59375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx { display:block; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmnZ0TTTMNqBF3pxd8Bt5xholqv8ZxpX { top:15.9375rem;left:29.6875rem;width:17.6875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5  { width:18.375rem;height:auto;top:9.75rem;left:26.875rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 {display:block;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 { width:18.375rem;height:auto;top:9.75rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #dh7C2RpNEgK0gERUNRTwnzLcDtzZ2MTZ {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #GIbqTJMTRN0LIlRw23m1JfZsQdlPzk8T { display:none; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #iAdLNst0Pu2zdPbKe4nTl4sp4oZk4bNM {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #R51O5EcmC1d4qeJMxssmf4DcN3um17no {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #t6z0JMbHif5yDwz78G0wbMm5Xw5irM9m { display:none; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #qbNVz3Lrl3DydM26lTQRzFt4bKKcqiQ4 {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #ZhCoJsf3PLpimoWfRSbLTKwU1ZrlpBmU {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #ZP4pEnfnOHue3Ton5PydNyo86h7JWSRu {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #lCaTrr7ZCwdx7aVdDcGNbqzBFg1xHxS8 {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #FthZ8BVZ1sqQg75A81gr1ZI3xsdyJzZm {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #bvTkpez32aIEesrUrXvQU2vTbo0NUIxd {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #IoTQSSqdLDUoCEObM24mRmursJRGLiHk {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #s3iJNXC4C1IvkzFQAeMHrHPGtEDLUouC {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #QyFuZ1PbGwFRR672Lsmaab8s6cl7w8ot {  }
 }@media only screen and (max-width: 763px) { #GRWTdkPhJJ7ws3Cpgoey010tv2ha0CO1 { top:14rem;left:26.9375rem;width:20.8125rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3tBmlPPqfdBH9wLxsZiWeNH7JCe8T7 { top:2.125rem;left:1.3125rem;width:15.5rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKvZao7EoLflLuKhGVvgA2JWErziR9f { top:11.4375rem;left:0rem;width:27.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpxsTer9w0h9Sm5ZAPKMwnoQDLsHByzB { top:11.625rem;left:0rem;width:24.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSRpHmEmZdiP2B6iMyh0fcGP5mil1UMe { top:16.6875rem;left:0rem;width:31.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7QcX4kflvILfTOqbCZCzAG6pQW2Bp6W { top:21.1875rem;left:5.75rem;width:6.6875rem;height:12.4375rem;font-size:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ackJpCkovw1ivBMrppsD0LUs1RWK8Aa6 { top:23.4375rem;left:0rem;width:6.6875rem;height:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb4cLLoiVAz3wEdXCXRuT5m0Ty8fQEyO { top:30rem;left:13.625rem;width:5.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzcMSsrdtQmvSH5h79MsA6sTdnHRrdZU { top:35.9375rem;left:5.4375rem;width:7.3125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESUG5gglRTPwHqFdTBf3Eory31h6el5i { top:36.3125rem;left:14.6875rem;width:10.4375rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKU7cW767mWW1ag7dJTyvRXXJNDBuTbm { top:36.3125rem;left:4.25rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfc4GSn1MgpX2WEF4qc9l1CFkgnS8ml { top:36.3125rem;left:13.625rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3T5kgdi7vC9NynGcU83CDytl5AhOaxT { top:36.75rem;left:0rem;width:7.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbnkEgw0TivkGEbkSmBqF78gAfLxNXrq { top:37.9375rem;left:5.4375rem;width:7.3125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMhBsZVVtFRDJ3C5bHMF0HWeKCv2M0Cn { top:32.4375rem;left:0rem;width:25.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 { display:block; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVtksqF49EnfuE4OzNRqFdv8ufOXNac1 { top:0.5rem;left:0rem;width:25.0625rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #icS0mutl5UClBHwPRMb2NNcV4xrUO0Fd { top:4.625rem;left:0rem;width:32.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxrScgQcIB6oqCosTMZbeFePcpZbmfE2 { top:28.4375rem;left:40.625rem;width:7.125rem;height:0.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfDcvWRupWrp4IkcUVTqwMTKFDer6Muc { width:13.4375rem;height:3.0625rem;top:28.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQaqsLP3Jl2tyHTrvOn6sidvzEVq4DvI { display:block; }
 }@media only screen and (max-width: 763px) { #eRboCvdJ9xGe2deUahFZ6KzIbIhi5gAD { top:8.4375rem;left:0rem;width:35.625rem;height:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBCiw7htN8eSmzOGcJvfyxt7guF8qozO { top:5rem;left:0rem;width:39.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elWriqhLPNFbNWN5N0AoHeXOW4Mmr3TL { top:1rem;left:0rem;width:40.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg { display:block; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCU97RrF0tDwuAPiO4rKvHSqdU6vLeWZ { top:4.6875rem;left:5.5625rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maE7aJflvcorsRJiBbIedEtf06AZawKU { top:14.1875rem;left:5.625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSgs12sb8f4Z9ue50cEtwqXwhb1Ma8oI { top:15.25rem;left:11.96875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7iZoL4rAbXFofKC6WQmGOKCiF7gfmR8 { width:47.75rem;height:2.625rem;top:0.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcO5GOAybJ61owJJGsgrBlbEJUxZJFvS { top:14.3125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlgVWbbfgJmxqA5dkXdkUBuMrbZbUqs6 { top:17.4375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPgGZxqx5Ezvw1azFV7pqRxtgKcXMGlE { top:20.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsUTOm3G29BbMDDPpXi3wvNkSx7Bz71m { top:21.3125rem;left:1.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmVtZV21I3zSfPbX8yU3GeB755mOlC4d { top:20.625rem;left:4.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb3UgrR2BHJSpQntUznusxIkbrBImHTU { top:21.25rem;left:6.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWieOiWM916HuZe1hpNxqITZCwM9qKF { top:15.375rem;left:0.03125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuZogHCaTlhqp03gdT17JPVhwmnfvMA0 { top:4.6875rem;left:0rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTommZIvDwES9DUq3BfKnLSaK2TApP1 { top:20.625rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcgJmUUwK5KgyX34LlGfOh8BfTXuFSkd { top:21.375rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnS2tTPQfe1hfvtb16a61k9bnbbOqHdT { top:17.5rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTrNHIgC5PuF6W6i3vrOTqRMwWdfyJO { top:20.6875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4wGvEuRT9tJoUfkVUvKTbrdOcQTw1cI { top:20.6875rem;left:16.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA7RVeTXfFcIE9aa7blFXqdac9VhZT4E { top:20.6875rem;left:21.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhdElu9rcw1QDCWdtSV6hVpBcmT3pTyU { top:21.375rem;left:13.03125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9VRRko4T41BTFLuPyTxc0HTkzSz00rQ { top:21.3125rem;left:18.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8sz9Gw2fTTwQaOicx87wH8SR3WzFriZ { top:21.4375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTBKzyZPGKcEePPk6Ltsbce3IwOENTFR { top:4.6875rem;left:17.5rem;width:18.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utQozhKIDQrLdbMv3wBUlltTr1nvn5ZE { top:14.1875rem;left:17.5625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2rBT5aIU3blani4ZbNgxsi1IMucMAC { top:15.25rem;left:23.90625rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPbM4xfdSQPc4WhyNDiCesvgnv7LpTXl { top:17.5rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrcH4bp0AHwBywPysvOHrGKorvPi9vf { top:20.6875rem;left:28.09375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4WHS7zlgiGTpzHBBNGwJNSFVaHgyizi { top:20.6875rem;left:33.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxaCEVKssRmEe7eOmZV4ZLfcPG6ATGPh { top:20.6875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOxKDogXxuBqOMf1Sbrqo8qZw4NSPtrL { top:21.375rem;left:24.96875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAyiqsobndBommdkPPKo71bKqtOaMDLw { top:21.3125rem;left:30.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRTwSb3J18powD9f15DguHUQ4uPKmfbr { top:21.4375rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX1fetPugwm3m8XFnAoCfdJ7hPGAEz5M { top:4.6875rem;left:29.5rem;width:18.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTNs4WIcN7dCuJc6JzDcFftoTs4Uz5k { top:14.1875rem;left:29.5rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksau2EiFq68ZyBehCsSTyTLoTOEvSln { top:15.25rem;left:36.033203125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUt1tAAr4IDtMONrMpBN9OkRdzXQZKhQ { top:17.5rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf2cssOfnGH7yZit2TkHJle42UTa03NK { top:20.6875rem;left:40.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQfF8sRkwo36CF6NvSecMxRcIx4K124J { top:20.6875rem;left:45.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3KR72lHT15I5ECmVxlIDpWLiCwouPik { top:21.3125rem;left:42.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvfs8w5ohOTEb5R3fTaFRue0xV1Hqc4q { top:21.4375rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TecrfCIZ6x4NDqHm9qxVHuwrqA4950Xa { top:21.375rem;left:36.90625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhfvFdGI01iTcDD13Xsxc410zb3xVK0H { top:20.6875rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMI5XNM4CwdJiRdBKpwks7v53wkw28Nq { top:34.8125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDQ2T08B5BXkKVItHQc3VNEKNmNIUKxh { top:37.9375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWsiofBL200AKh2T218vdm6mtRxXHTPW { top:41.125rem;left:4.78125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqkLQ2PXSaTrH2deWZgRH5XeRJzI795H { top:41.75rem;left:6.53125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARGR0RxOF8eq5kNheRy7nxPPPFdunT7W { top:41.125rem;left:8.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHDOlU61ZLkievwQN48sg1IBsWEnacH { top:41.875rem;left:10.0625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luso4wtAsXMTDnSgKvALotGsXtoTCdKe { top:35.875rem;left:0.03125rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFPlmaFOph5H0Caz9p3MVOgCImz7On2Q { top:25.1875rem;left:0rem;width:18.4375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdgx7vxMuehrXpxT2tTUHIGobxMsmF5Q { top:41.125rem;left:0.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9nqHP3q2Md4EElE3z9XMtNrtdVxd9mD { top:41.8125rem;left:2.28125rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGhMDRf7MEHepTbdQvRgMK1tWt5w6c8V { top:25.25rem;left:5.5rem;width:18.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iugek5zVlqIuF91akmg0ytKJc3znCql4 { top:34.875rem;left:5.625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqr421UrLnwFGcl4Ie1hMZLta8nnHc0p { top:35.9375rem;left:11.96875rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2BRtWyVUR4rMeyVtNJ4XbZ2edUumvft { top:38rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r30hIWmS1h4lr3ZFJxEOQwy5KoAvmCSo { top:41.1875rem;left:16.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i25XRscqGg1vGNd9CnmqDmFkk0eWFLRQ { top:41.8125rem;left:18.46875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNyGR7yLniMBFlUNOxXMcqIsA3Gtvv2U { top:41.1875rem;left:20.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDkKtMLyFF3CMLdOpUPrmXxPNFAA9qqc { top:41.9375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOV1IfDTL5RiB8TT1mgb8UnQ1Tt0TQsL { top:41.1875rem;left:12.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzwTmDkWggTkzCUdLm3X2cL2SELwmsbm { top:41.875rem;left:14.21875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zb0N4IDnWeysRhzIpTlhJH4WToAhRJiV { top:25.25rem;left:17.4375rem;width:18.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWNl4RNtuPnbloyA9OGzm6Xkex6rA5f { top:34.875rem;left:17.5625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDuU0MSk51TqRmTZdCT0carmkDqMd6d { top:35.9375rem;left:23.90625rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhN3g2NPN6avo3SwA0wubHARzaNOcVuB { top:38rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCDSHK5eLwWWFmX6AJyBKJD63H2hxB7A { top:41.1875rem;left:28.65625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5kzI8NRDEWGWqabVi6mOQJn33FrR2cI { top:41.1875rem;left:32.71875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTouV0ystfEdzk4LrgwTxPTI2U8BXQt2 { top:41.1875rem;left:24.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFeEaRKmAA35dEyqpmv8KvePEEp1VwJl { top:41.8125rem;left:30.40625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGyTLxpBv8duX91vwRcSTTVABvQTpKCd { top:41.9375rem;left:33.9375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKzM2KPTfQwKySktbaBv92KW9RQSETcm { top:41.875rem;left:26.15625rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WP38fFSeEJJiJ0Z0F2P66GAQOByrhxET { top:25.25rem;left:29.375rem;width:18.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqZQTXRaVz30hFaS0INzdc9K4WLKQzT { top:34.875rem;left:29.5rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luQ88lN35282b1krpG4cR4C0HPbP7gPG { top:35.9375rem;left:35.84375rem;width:11.6875rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBGmNf4CvrgDrWtFLZdoVuXlu6SDGCaw { top:38rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJk6ImrUyXPDTlDVR6eSKgxiQhqfp9V8 { top:41.1875rem;left:40.59375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdXruo9cvpPTatk3Qy0gh31URbWMSF7g { top:41.1875rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWTPOLTuM6qsXHeZQTe43XlyTWn6PCQ { top:41.1875rem;left:36.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du1qoTloNLzhTf3h3PqqOrXTf82g7ZqE { top:41.8125rem;left:42.34375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnGbfWGJF8oIeGFAsHrPgcG71xKGADZl { top:41.9375rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQfLBrUuCox4EvhmwzevTbty3PxfAhSa { top:41.875rem;left:38.09375rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXvDt5LSmvue3CXF70f9pwuICaxHJNOy { display:block; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJHHRqq1l4eqxBLrg0KO4NXTGHHGlB2C { width:47.75rem;height:2.625rem;top:1.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLBdcw1C8DFhgQ8Q7d2aRC2vesTNJGUF { top:4.9375rem;left:0rem;width:18.5rem;height:10.651535915472rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxFzLy4x8Ps0s2l1eTqUqIrQ6TlKg80J { top:15.8125rem;left:0rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8AwTp04KECdawc894DBaBEBQ2lHmxxr { top:15.875rem;left:11rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQTEyBTmvuvB5eJ2KXgPFXc4z873TiT3 { top:4.9375rem;left:5.375rem;width:18.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbOTTkgxtHaPFKsoHJWrUiEVGBcT0Vds { top:4.8125rem;left:17.375rem;width:18.4375rem;height:10.999625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taaOW76LyLT8ioBkhnJBQ45D57o9l7T5 { top:15.9375rem;left:22.9375rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUpSP8pgpOZvtLhcCxDw5skIIzX8Bb7R { top:4.875rem;left:29.25rem;width:18.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzA8VFWBa1IzGDqlKwLvK3lghaCAzel7 { top:16rem;left:34.875rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrDqihiOyC9oy6aSlgN79JUGXv4G69y1 { top:18.625rem;left:11rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPUn2zKyD3NoQPOJTsMyF7gZtabCiXGq { top:15.5625rem;left:0rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vvDZJARlwEENxKDs7VRs7m4h12pVH4 { top:15.5625rem;left:5.4375rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktxT7mix6e0mBc5QBsHCZk5IQ5uCIoFx { top:15.6875rem;left:17.375rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1t9I9MD2sAxtvIGmSKrgwRrBmRmHOW5 { top:15.8125rem;left:29.3125rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM { display:block; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OELy32H9ORLK2hWAf2lv2lecPAtiteTL { width:13.125rem;height:7.25rem;top:15.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiWcO7xBDciSMnaRflBU8NFP0iwBGqXk { top:1.125rem;left:0rem;width:47.75rem;height:24.820052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 { display:block; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtccSOyTZGAqGW3tgxnw2frh0sp3wDLD { width:47.75rem;height:2.625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkC8oXdQDUgqTQDK3q48AT3biUUsOSsL { top:5.875rem;left:1.28125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXhouT0kWe1VmCH9OKMDQDl3rTvRZEyK { top:11.375rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5tNgl57EwKbeAI72HIwseIFB6VczF6N { top:14.6875rem;left:0rem;width:9.25rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egz0g7m9Ahb3E3JAkHAzN5NkFBlZnO2m { top:5.875rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPgxkCgCZzGq7OT1DJoTTf4UQXhsdTeg { top:12.125rem;left:5.0625rem;width:6.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQxx0cQDxlXCB4r3tnqp16H0vn7w9TnK { top:14.6875rem;left:3.3125rem;width:8.625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxPfPqJLaUrCJwugVTZkyFHuCC4P4BA { top:5.875rem;left:39.03125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmPMxO2ZfN4bbKlrqRupQVITGL8HkV2K { top:11.9375rem;left:14.4375rem;width:9.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQFiRTT9plg09lgme0qzClcRt3JTnn4R { top:14.5625rem;left:13.125rem;width:10.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnHLXVsC816a0uksFTZqD4seJJ05Mdk { top:14.625rem;left:25.1875rem;width:10.625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfksW5c1xvnMITxegE3lVT7pi7D67OTp { top:11.125rem;left:25.0625rem;width:10.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBtCEhxgZm1fmhmFWc26DRdNHkKDIhOT { top:6.125rem;left:19.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz7ULPo907vfVoLbORIUAmqiP2SbVh7g { top:5.75rem;left:30.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgQLCclbX599WE4rL7zvBV3GIxvfdXkI { top:10.9375rem;left:37.03125rem;width:8.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9T68IgQv5nmgnT6BnqSfmsOaFNIrmJ3 { top:14.5rem;left:36.03125rem;width:10.1875rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi { display:block; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vous1hKS2GgOdl85iJBplIETrqH9rTGl { top:7.25rem;left:0rem;width:25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDlGAQiCN7R5572SimECAeoTksOlzkEZ { top:7.75rem;left:21.0625rem;width:26.6875rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTPPgXrBUhGLtOoJKIIeIcNMplQ2amHt { top:4.3125rem;left:29.1875rem;width:18.5625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey0xbJnFiHgzRs8qbM60TAXdC9TqkTfK { top:0rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w { display:block; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am7dWUAfFWxKPTGbGTKnTm20Gd3QWnsS { top:0.3125rem;left:9.96875rem;width:31.5625rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d2761dc1-f195-4add-b630-1b80ec10d1e4/lakeview.jpg");background-position:top 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; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx.adaptive-delivery-prevent-bg, #uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx.lazyload, #uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx.lazyloading { background-image: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { background-color: transparent; background-image: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,75,118,0.76); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container > .video-iframe-container { display: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,75,118,0.76); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row > .video-iframe-container { display: none; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .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); }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { border-width: 0; border-radius: 0; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx::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; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uM1vfwdVvOfF2sQVcKPA5qFNZPgxyJPx > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmnZ0TTTMNqBF3pxd8Bt5xholqv8ZxpX { width:16.1860625rem;height:3.375rem;top:31.875rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-regular-label { display:block;width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:montserrat;display:block;vertical-align:top; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:3.8125rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5  { width:16.625rem;height:auto;top:35.25rem;left:0.4375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 {display:block;}#tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 { width:16.625rem;height:auto;top:35.25rem;left:0.4375rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #dh7C2RpNEgK0gERUNRTwnzLcDtzZ2MTZ {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #GIbqTJMTRN0LIlRw23m1JfZsQdlPzk8T { display:none; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #iAdLNst0Pu2zdPbKe4nTl4sp4oZk4bNM {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #R51O5EcmC1d4qeJMxssmf4DcN3um17no {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #t6z0JMbHif5yDwz78G0wbMm5Xw5irM9m { display:none; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #qbNVz3Lrl3DydM26lTQRzFt4bKKcqiQ4 {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #ZhCoJsf3PLpimoWfRSbLTKwU1ZrlpBmU {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #ZP4pEnfnOHue3Ton5PydNyo86h7JWSRu { display:none; }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #lCaTrr7ZCwdx7aVdDcGNbqzBFg1xHxS8 {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #FthZ8BVZ1sqQg75A81gr1ZI3xsdyJzZm {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #bvTkpez32aIEesrUrXvQU2vTbo0NUIxd {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #IoTQSSqdLDUoCEObM24mRmursJRGLiHk {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #s3iJNXC4C1IvkzFQAeMHrHPGtEDLUouC {  }
 }@media only screen and (max-width: 763px) { #tNczLMzmTdQE0XP9QUCKTZWwQhSQPiG5 #QyFuZ1PbGwFRR672Lsmaab8s6cl7w8ot {  }
 }@media only screen and (max-width: 763px) { #GRWTdkPhJJ7ws3Cpgoey010tv2ha0CO1 { width:18.25rem;height:25rem;top:31.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz3tBmlPPqfdBH9wLxsZiWeNH7JCe8T7 { width:15.5rem;height:10.75rem;top:0rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wdKvZao7EoLflLuKhGVvgA2JWErziR9f { width:14.1875rem;height:2.8125rem;top:9.8125rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpxsTer9w0h9Sm5ZAPKMwnoQDLsHByzB { width:20rem;height:2.25rem;top:10.09375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSRpHmEmZdiP2B6iMyh0fcGP5mil1UMe { width:20rem;height:2.8125rem;top:13rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M7QcX4kflvILfTOqbCZCzAG6pQW2Bp6W { width:6.6875rem;height:8.5rem;top:15.8125rem;left:6.65625rem;font-size:7.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ackJpCkovw1ivBMrppsD0LUs1RWK8Aa6 { width:6.6875rem;height:1.875rem;top:17.4375rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nb4cLLoiVAz3wEdXCXRuT5m0Ty8fQEyO { width:5.3125rem;height:1.625rem;top:21.4375rem;left:12.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NzcMSsrdtQmvSH5h79MsA6sTdnHRrdZU { width:7.3125rem;height:1.5rem;top:26.5rem;left:5.96875rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ESUG5gglRTPwHqFdTBf3Eory31h6el5i { width:7.375rem;height:2.8125rem;top:27.09375rem;left:12.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yKU7cW767mWW1ag7dJTyvRXXJNDBuTbm { width:0.1875rem;height:4rem;top:26.5rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDfc4GSn1MgpX2WEF4qc9l1CFkgnS8ml { width:0.1875rem;height:4rem;top:26.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3T5kgdi7vC9NynGcU83CDytl5AhOaxT { width:4.9375rem;height:1.875rem;top:27.5625rem;left:1.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VbnkEgw0TivkGEbkSmBqF78gAfLxNXrq { width:3rem;height:2.375rem;top:27.9375rem;left:8.0927734375rem;font-size:2rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WMhBsZVVtFRDJ3C5bHMF0HWeKCv2M0Cn { width:20rem;height:2.75rem;top:23.5rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 { display:block; }#ZwzTI8XeSCnzPn6xLCot9VKFOzXM09L5 > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVtksqF49EnfuE4OzNRqFdv8ufOXNac1 { width:16.3125rem;height:20.4375rem;top:0.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icS0mutl5UClBHwPRMb2NNcV4xrUO0Fd { width:18rem;height:0.25rem;top:25.2685546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxrScgQcIB6oqCosTMZbeFePcpZbmfE2 { width:7.125rem;height:0.875rem;top:49.9375rem;left:12.875rem;font-size:0.5625rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #VfDcvWRupWrp4IkcUVTqwMTKFDer6Muc { width:11.3740234375rem;height:2.5595703125rem;top:51.8125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQaqsLP3Jl2tyHTrvOn6sidvzEVq4DvI { display:block; }
 }@media only screen and (max-width: 763px) { #eRboCvdJ9xGe2deUahFZ6KzIbIhi5gAD { width:20rem;height:20rem;top:30.75rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #UBCiw7htN8eSmzOGcJvfyxt7guF8qozO { width:20rem;height:4.5rem;top:26.125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #elWriqhLPNFbNWN5N0AoHeXOW4Mmr3TL { width:20rem;height:3.375rem;top:21.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg { display:block; }#taPstI7XpE6DGcOIg8Wncv3NXMPSBiWg > .row .container { width:20rem;height:166.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NCU97RrF0tDwuAPiO4rKvHSqdU6vLeWZ { width:18.25rem;height:9.6875rem;top:25.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maE7aJflvcorsRJiBbIedEtf06AZawKU { width:18.1875rem;height:9.5625rem;top:34.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSgs12sb8f4Z9ue50cEtwqXwhb1Ma8oI { width:11.6865234375rem;height:1.3125rem;top:36.0625rem;left:4.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m7iZoL4rAbXFofKC6WQmGOKCiF7gfmR8 { width:18.9990234375rem;height:1.5rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcO5GOAybJ61owJJGsgrBlbEJUxZJFvS { width:18.25rem;height:9.9375rem;top:15.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlgVWbbfgJmxqA5dkXdkUBuMrbZbUqs6 { width:17.25rem;height:3rem;top:18.1875rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BPgGZxqx5Ezvw1azFV7pqRxtgKcXMGlE { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #XsUTOm3G29BbMDDPpXi3wvNkSx7Bz71m { width:1.875rem;height:1.125rem;top:22.0625rem;left:5.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hmVtZV21I3zSfPbX8yU3GeB755mOlC4d { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #Nb3UgrR2BHJSpQntUznusxIkbrBImHTU { width:1.875rem;height:1.125rem;top:22rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JVWieOiWM916HuZe1hpNxqITZCwM9qKF { width:11.6875rem;height:1.3125rem;top:16.125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uuZogHCaTlhqp03gdT17JPVhwmnfvMA0 { width:18.3125rem;height:9.8125rem;top:5.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #boTommZIvDwES9DUq3BfKnLSaK2TApP1 { display:flex;width:2.1875rem;height:2.1875rem;top:21.375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #rcgJmUUwK5KgyX34LlGfOh8BfTXuFSkd { width:1.875rem;height:1.125rem;top:22.125rem;left:15.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nnS2tTPQfe1hfvtb16a61k9bnbbOqHdT { width:17.25rem;height:3rem;top:37.5625rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OeTrNHIgC5PuF6W6i3vrOTqRMwWdfyJO { display:flex;width:2.25rem;height:2.25rem;top:40.75rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #A4wGvEuRT9tJoUfkVUvKTbrdOcQTw1cI { display:flex;width:2.25rem;height:2.25rem;top:40.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #JA7RVeTXfFcIE9aa7blFXqdac9VhZT4E { display:flex;width:2.1875rem;height:2.1875rem;top:40.75rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #IhdElu9rcw1QDCWdtSV6hVpBcmT3pTyU { width:1.875rem;height:1.125rem;top:41.4375rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k9VRRko4T41BTFLuPyTxc0HTkzSz00rQ { width:1.875rem;height:1.125rem;top:41.375rem;left:10.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #o8sz9Gw2fTTwQaOicx87wH8SR3WzFriZ { width:1.875rem;height:1.125rem;top:41.5rem;left:15.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OTBKzyZPGKcEePPk6Ltsbce3IwOENTFR { width:18.3125rem;height:9.6875rem;top:44.5625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utQozhKIDQrLdbMv3wBUlltTr1nvn5ZE { width:18.25rem;height:10.125rem;top:53.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2rBT5aIU3blani4ZbNgxsi1IMucMAC { width:11.6875rem;height:1.3125rem;top:55.125rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XPbM4xfdSQPc4WhyNDiCesvgnv7LpTXl { width:17.25rem;height:3rem;top:57.25rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dUrcH4bp0AHwBywPysvOHrGKorvPi9vf { display:flex;width:2.25rem;height:2.25rem;top:60.4375rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #J4WHS7zlgiGTpzHBBNGwJNSFVaHgyizi { display:flex;width:2.1875rem;height:2.1875rem;top:60.4375rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #oxaCEVKssRmEe7eOmZV4ZLfcPG6ATGPh { display:flex;width:2.25rem;height:2.25rem;top:60.4375rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #kOxKDogXxuBqOMf1Sbrqo8qZw4NSPtrL { width:1.875rem;height:1.125rem;top:61.125rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mAyiqsobndBommdkPPKo71bKqtOaMDLw { width:1.875rem;height:1.125rem;top:61.0625rem;left:10.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XRTwSb3J18powD9f15DguHUQ4uPKmfbr { width:1.875rem;height:1.125rem;top:61.1875rem;left:15.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fX1fetPugwm3m8XFnAoCfdJ7hPGAEz5M { width:18.25rem;height:9.6875rem;top:64.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhTNs4WIcN7dCuJc6JzDcFftoTs4Uz5k { width:18.25rem;height:10.125rem;top:74rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksau2EiFq68ZyBehCsSTyTLoTOEvSln { width:11.6875rem;height:1.3125rem;top:75.1875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zUt1tAAr4IDtMONrMpBN9OkRdzXQZKhQ { width:17.25rem;height:3rem;top:77.3125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Bf2cssOfnGH7yZit2TkHJle42UTa03NK { display:flex;width:2.25rem;height:2.25rem;top:80.5rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #hQfF8sRkwo36CF6NvSecMxRcIx4K124J { display:flex;width:2.1875rem;height:2.1875rem;top:80.5rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #B3KR72lHT15I5ECmVxlIDpWLiCwouPik { width:1.875rem;height:1.125rem;top:81.125rem;left:10.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wvfs8w5ohOTEb5R3fTaFRue0xV1Hqc4q { width:1.875rem;height:1.125rem;top:81.25rem;left:15.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TecrfCIZ6x4NDqHm9qxVHuwrqA4950Xa { width:1.875rem;height:1.125rem;top:81.1875rem;left:5.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NhfvFdGI01iTcDD13Xsxc410zb3xVK0H { display:flex;width:2.25rem;height:2.25rem;top:80.5rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #OMI5XNM4CwdJiRdBKpwks7v53wkw28Nq { width:18.25rem;height:9.9375rem;top:94rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDQ2T08B5BXkKVItHQc3VNEKNmNIUKxh { width:17.25rem;height:3rem;top:97.125rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XWsiofBL200AKh2T218vdm6mtRxXHTPW { display:flex;width:2.25rem;height:2.25rem;top:100.3125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #eqkLQ2PXSaTrH2deWZgRH5XeRJzI795H { width:1.875rem;height:1.125rem;top:100.9375rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ARGR0RxOF8eq5kNheRy7nxPPPFdunT7W { display:flex;width:2.1875rem;height:2.1875rem;top:100.3125rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #TZHDOlU61ZLkievwQN48sg1IBsWEnacH { width:1.875rem;height:1.125rem;top:101.0625rem;left:14.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Luso4wtAsXMTDnSgKvALotGsXtoTCdKe { width:11.6875rem;height:1.3125rem;top:95.0625rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NFPlmaFOph5H0Caz9p3MVOgCImz7On2Q { width:18.4375rem;height:9.8125rem;top:84.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdgx7vxMuehrXpxT2tTUHIGobxMsmF5Q { display:flex;width:2.25rem;height:2.25rem;top:100.3125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #y9nqHP3q2Md4EElE3z9XMtNrtdVxd9mD { width:1.875rem;height:1.125rem;top:101rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #lGhMDRf7MEHepTbdQvRgMK1tWt5w6c8V { width:18.375rem;height:9.75rem;top:104.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iugek5zVlqIuF91akmg0ytKJc3znCql4 { width:18.25rem;height:9.9375rem;top:114.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqr421UrLnwFGcl4Ie1hMZLta8nnHc0p { width:11.6875rem;height:1.3125rem;top:115.4375rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n2BRtWyVUR4rMeyVtNJ4XbZ2edUumvft { width:17.25rem;height:3rem;top:117.375rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #r30hIWmS1h4lr3ZFJxEOQwy5KoAvmCSo { display:flex;width:2.25rem;height:2.25rem;top:120.5625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #i25XRscqGg1vGNd9CnmqDmFkk0eWFLRQ { width:1.875rem;height:1.125rem;top:121.1875rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SNyGR7yLniMBFlUNOxXMcqIsA3Gtvv2U { display:flex;width:2.1875rem;height:2.1875rem;top:120.5625rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #EDkKtMLyFF3CMLdOpUPrmXxPNFAA9qqc { width:1.875rem;height:1.125rem;top:121.3125rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tOV1IfDTL5RiB8TT1mgb8UnQ1Tt0TQsL { display:flex;width:2.25rem;height:2.25rem;top:120.5625rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #mzwTmDkWggTkzCUdLm3X2cL2SELwmsbm { width:1.875rem;height:1.125rem;top:121.25rem;left:6.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Zb0N4IDnWeysRhzIpTlhJH4WToAhRJiV { width:18.375rem;height:9.875rem;top:125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzWNl4RNtuPnbloyA9OGzm6Xkex6rA5f { width:18.25rem;height:9.9375rem;top:134.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouDuU0MSk51TqRmTZdCT0carmkDqMd6d { width:11.6875rem;height:1.3125rem;top:135.6875rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mhN3g2NPN6avo3SwA0wubHARzaNOcVuB { width:17.25rem;height:3rem;top:137.625rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PCDSHK5eLwWWFmX6AJyBKJD63H2hxB7A { display:flex;width:2.25rem;height:2.25rem;top:140.8125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #h5kzI8NRDEWGWqabVi6mOQJn33FrR2cI { display:flex;width:2.1875rem;height:2.1875rem;top:140.8125rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #OTouV0ystfEdzk4LrgwTxPTI2U8BXQt2 { display:flex;width:2.25rem;height:2.25rem;top:140.8125rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #WFeEaRKmAA35dEyqpmv8KvePEEp1VwJl { width:1.875rem;height:1.125rem;top:141.4375rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #iGyTLxpBv8duX91vwRcSTTVABvQTpKCd { width:1.875rem;height:1.125rem;top:141.5625rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dKzM2KPTfQwKySktbaBv92KW9RQSETcm { width:1.875rem;height:1.125rem;top:141.5rem;left:6.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WP38fFSeEJJiJ0Z0F2P66GAQOByrhxET { width:18.375rem;height:9.8125rem;top:145.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQqZQTXRaVz30hFaS0INzdc9K4WLKQzT { width:18.25rem;height:9.9375rem;top:154.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luQ88lN35282b1krpG4cR4C0HPbP7gPG { width:11.6875rem;height:1.3125rem;top:156.0625rem;left:4.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZBGmNf4CvrgDrWtFLZdoVuXlu6SDGCaw { width:17.25rem;height:3rem;top:158rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GJk6ImrUyXPDTlDVR6eSKgxiQhqfp9V8 { display:flex;width:2.25rem;height:2.25rem;top:161.1875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #mdXruo9cvpPTatk3Qy0gh31URbWMSF7g { display:flex;width:2.1875rem;height:2.1875rem;top:161.1875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #sqWTPOLTuM6qsXHeZQTe43XlyTWn6PCQ { display:flex;width:2.25rem;height:2.25rem;top:161.1875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #Du1qoTloNLzhTf3h3PqqOrXTf82g7ZqE { width:1.875rem;height:1.125rem;top:161.8125rem;left:10.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qnGbfWGJF8oIeGFAsHrPgcG71xKGADZl { width:1.875rem;height:1.125rem;top:161.9375rem;left:14.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dQfLBrUuCox4EvhmwzevTbty3PxfAhSa { width:1.875rem;height:1.125rem;top:161.875rem;left:6.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EXvDt5LSmvue3CXF70f9pwuICaxHJNOy { display:block; }#EXvDt5LSmvue3CXF70f9pwuICaxHJNOy > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJHHRqq1l4eqxBLrg0KO4NXTGHHGlB2C { width:19.4993125rem;height:1.5rem;top:0.12322616577149rem;left:0.37464481592178rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLBdcw1C8DFhgQ8Q7d2aRC2vesTNJGUF { width:19.125rem;height:11.125rem;top:1.6661987304688rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxFzLy4x8Ps0s2l1eTqUqIrQ6TlKg80J { width:12.87375rem;height:1.1875rem;top:12.914428710938rem;left:0.93394881486894rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F8AwTp04KECdawc894DBaBEBQ2lHmxxr { width:12.87375rem;height:1.1875rem;top:25.978866577149rem;left:0.99609369039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQTEyBTmvuvB5eJ2KXgPFXc4z873TiT3 { width:19.125rem;height:11.375rem;top:14.542434692382rem;left:0.43767756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbOTTkgxtHaPFKsoHJWrUiEVGBcT0Vds { width:19.0625rem;height:11.4375rem;top:27.539947509766rem;left:0.46786218881607rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #taaOW76LyLT8ioBkhnJBQ45D57o9l7T5 { width:12.872875rem;height:1.1875rem;top:39.039947509766rem;left:0.93394881486894rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RUpSP8pgpOZvtLhcCxDw5skIIzX8Bb7R { width:19.125rem;height:11.375rem;top:40.60139465332rem;left:0.43590193986893rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzA8VFWBa1IzGDqlKwLvK3lghaCAzel7 { width:12.87375rem;height:1.1875rem;top:52.099075317382rem;left:0.99609369039537rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nrDqihiOyC9oy6aSlgN79JUGXv4G69y1 { width:16rem;height:1.1875rem;top:53.719100952149rem;left:3.3751774430275rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uPUn2zKyD3NoQPOJTsMyF7gZtabCiXGq { width:19.0625rem;height:1.875rem;top:12.47639465332rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0vvDZJARlwEENxKDs7VRs7m4h12pVH4 { width:19.125rem;height:1.875rem;top:25.586120605469rem;left:0.43590193986893rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktxT7mix6e0mBc5QBsHCZk5IQ5uCIoFx { width:19.125rem;height:1.875rem;top:38.601913452149rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1t9I9MD2sAxtvIGmSKrgwRrBmRmHOW5 { width:19.125rem;height:1.875rem;top:51.66194152832rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM { display:block; }#pm7tdGL9G2XDh6ez3JypzwMZyCvRoZaM > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OELy32H9ORLK2hWAf2lv2lecPAtiteTL { width:19.0625rem;height:1.5rem;top:0.41725826263428rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiWcO7xBDciSMnaRflBU8NFP0iwBGqXk { width:19.875rem;height:10.3125rem;top:2.0383510589599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 { background-color:#013b61;background-image:none;display:block; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container { background-color: transparent; background-image: none; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container > .video-iframe-container { display: none; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row > .video-iframe-container { display: none; }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .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); }#cSSbtNsHNsHMN70Z0pNZ2vpl8r05hTK0 > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtccSOyTZGAqGW3tgxnw2frh0sp3wDLD { width:18.8125rem;height:2.625rem;top:0.62162637710571rem;left:0.59215193986893rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fkC8oXdQDUgqTQDK3q48AT3biUUsOSsL { display:flex;width:3.125rem;height:3.125rem;top:4.0625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #uXhouT0kWe1VmCH9OKMDQDl3rTvRZEyK { width:12.499125rem;height:1.125rem;top:7.4375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5tNgl57EwKbeAI72HIwseIFB6VczF6N { width:9.0625rem;height:2.8125rem;top:8.4375rem;left:5.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egz0g7m9Ahb3E3JAkHAzN5NkFBlZnO2m { display:flex;width:3.125rem;height:3.125rem;top:12.5625rem;left:8.125rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #pPgxkCgCZzGq7OT1DJoTTf4UQXhsdTeg { width:12.4991875rem;height:1.125rem;top:15.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQxx0cQDxlXCB4r3tnqp16H0vn7w9TnK { width:9.5625rem;height:2.8125rem;top:16.625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTxPfPqJLaUrCJwugVTZkyFHuCC4P4BA { display:flex;width:3.125rem;height:3.125rem;top:38.6875rem;left:8.6875rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #OmPMxO2ZfN4bbKlrqRupQVITGL8HkV2K { width:12.4991875rem;height:1.125rem;top:24rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQFiRTT9plg09lgme0qzClcRt3JTnn4R { width:10.2494375rem;height:2.8125rem;top:25.125rem;left:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsnHLXVsC816a0uksFTZqD4seJJ05Mdk { width:11.4373125rem;height:2.8125rem;top:34.6875rem;left:4.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfksW5c1xvnMITxegE3lVT7pi7D67OTp { width:12.5rem;height:2rem;top:32.625rem;left:3.75rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fBtCEhxgZm1fmhmFWc26DRdNHkKDIhOT { display:flex;width:2.999825rem;height:2.999825rem;top:21.055041313171rem;left:8.4996448159219rem;font-size:2.0625rem; }
 }@media only screen and (max-width: 763px) { #cz7ULPo907vfVoLbORIUAmqiP2SbVh7g { display:flex;width:3.125rem;height:3.125rem;top:29.5625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #UgQLCclbX599WE4rL7zvBV3GIxvfdXkI { width:10.1875rem;height:2rem;top:41.8125rem;left:5.1875rem;font-size:0.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W9T68IgQv5nmgnT6BnqSfmsOaFNIrmJ3 { width:10.7493125rem;height:2.8125rem;top:43.75rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi { background-color:#013b61;background-image:none;display:block; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container { background-color: transparent; background-image: none; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container > .video-iframe-container { display: none; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row > .video-iframe-container { display: none; }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .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); }#NGEe4Iq65PVtcRT5RmfnFB2vvrVzLGsi > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vous1hKS2GgOdl85iJBplIETrqH9rTGl { width:16.436625rem;height:5.625rem;top:4.934814453125rem;left:1.7800069451332rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LDlGAQiCN7R5572SimECAeoTksOlzkEZ { width:17.1218125rem;height:3.5rem;top:14.123224258423rem;left:1.4373224377632rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iTPPgXrBUhGLtOoJKIIeIcNMplQ2amHt { width:14.8730625rem;height:2rem;top:11.624643325806rem;left:2.5630326867104rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:montserrat;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ey0xbJnFiHgzRs8qbM60TAXdC9TqkTfK { width:5.81163125rem;height:5.81163125rem;top:0rem;left:7.0930991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w { display:block; }#HA9aDxMNmoQNCAPsbODPIwRlLFLWX59w > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Am7dWUAfFWxKPTGbGTKnTm20Gd3QWnsS { width:13.125rem;height:1.875rem;top:0.24874877929688rem;left:3.1241121888161rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }