.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); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 { 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; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9.adaptive-delivery-prevent-bg, #SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9.lazyload, #SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9.lazyloading { background-image: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { background-color: transparent; background-image: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container > .video-iframe-container { display: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .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); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row > .video-iframe-container { display: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .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); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { border-width: 0; border-radius: 0; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9::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; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#SWoTqhEknKeoK8SQomqadodzqsfWeaSL { 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:16.5625rem;left:43.3125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-form-header {  }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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) ; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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) ; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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) ; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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); }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]:-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]::-moz-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]:-ms-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]::-webkit-input-placeholder { color:#757980;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-container:first-of-type{padding-top:0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-container:last-of-type{padding-bottom:0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5  { 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:20.3125rem;z-index:15012;position:absolute; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 {display:block;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 { 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:20.3125rem;z-index:15012;position:absolute; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #CtC3AWiPkUITE5TVn6HMiSRH58kwQcDM { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #q3InhnlTI5w3psBzIikVS80HiBozSXAg { position:relative;display:none; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #U25AT9CIKVnRhxpDhO2s7XTbJaRFfKrq { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #UZbWoJJ7nVS0NEKdxCCLcoMD1NPvqHRG { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #EHBCvnXgpRRKTsGCSkSlNN9WAWTwM9r3 { position:relative;display:none; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #Sm8MiNTH0V6R5rcTAmAXvdOTO8dVTtOe { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #ub7loaaxUIvaRTH6v5xUAP18KLMmTo9v { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #H1Ro80n1bDPsWMMa5eLpWTZZ4bxh9Ok7 { position:relative;display:none; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #szyEB1zgTpvEfJuG7mskkMSKmw78UQ61 { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #CUMwBQ3TZV5V6kwofvfzcTBbXb1SFXud { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #sUM7K67lKOGoqw8IftW9T8h2q0q5QVPW { position:relative;display:none; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #PdMEBfZ9mvt6OZlVp2N8nbtme4TzKAA8 { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #TrMn0h5IvMsagvT4Aus2rANT4bF6pmt1 { position:relative; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #BRtvd9hUukvzEDiAcz4Kup2obx3NiRkr { position:relative; }
#aNRF43KJGO4fOKyf2ZEcBqo9v9lCnAvD { 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:26.8125rem;width:20.8125rem;top:14rem;left:41.75rem;display:block; }
#mopm3vWAh2TBXnJBpu8IAza3m9mtlqJX { 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.75rem;left:14.4375rem;overflow:hidden;display:block; }
#CBMW2dEGSIhTQNMGVLJV0ThrO3dXgzDn { 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:12.0625rem;left:8.375rem;display:block; }
#NJP3beDG7zwmuI67ttddF2TbPp725FEE { 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:12.25rem;left:9.875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkTSe1meVahzkL1IEDfscBZ9fvvRTU4S { 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:17.3125rem;left:6.25rem;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; }
#ET1Iag9TTNQZ3ORCdwxZVFTH17z3ofDJ { 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.8125rem;left:18.875rem;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; }
#BuvCr4JR2uK9SyT1sXlwBsCbZx5Q9lf5 { 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:24.0625rem;left:12.75rem;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; }
#XiJEBHsUDzv3WwmZDW3M7oozShBXNlbA { 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:30.625rem;left:26.75rem;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; }
#EJhEFARmnRaIGBsBCcJqI7zChMoTtZEu { 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:36.5625rem;left:18.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfT2XN5esa8k7Rh7Dqae616yWJ7s5xWa { 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.9375rem;left:27.8125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRrgSpCAPEBsosQBmA8zMvTnzSNm8I1F { box-sizing:content-box;height:4rem;width:0.1875rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;top:36.9375rem;left:17.375rem;display:block; }
#xNDrhSAbQrPaKQXyzR0fdM4oyZvWXMMC { box-sizing:content-box;height:4rem;width:0.1875rem;position:absolute;display:block;z-index:15035;background-color:#e3e3e3;background-image:none;top:36.9375rem;left:26.75rem;display:block; }
#FyFpFb8z4R8r9oUg75nO4iA820PXgDNV { 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:37.375rem;left:8.5625rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWrcuTaXkn2lLOTUNbmVp46tkCqHHKd9 { 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:38.5625rem;left:18.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9xWaT4yUaAcAgGu9C0M4VRrLNSwtGTb { color:#ffec6d;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:32.9375rem;left:9.40625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m538VpBPSJni3KJCmL4tA99T88qBvCI3 { 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; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container { background-color: transparent; background-image: none; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container > .video-iframe-container { display: none; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row > .video-iframe-container { display: none; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .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); }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container { border-width: 0; border-radius: 0; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#wbrQN6Kiq4wWzMvC9dU53kkOVPpLKnI5 { 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; }
#NyT5AnHMnXg8ZE3nxHVSVKLtKiBac1xB { 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; }
#NffTq7d2CwIQhyRlai44fDd9daXw7aOk { 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; }
#GKERSnivKDEsyQtn0gprSe6gBhapAeME { 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; }
#poXIsCa01nUV1u8TvQxTHiQTeVmNTM8Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H2ZFhNl7hXRs8OWJtw3Ql41gfuGJsBWV { 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; }
#LxAKfi1x688TJ9rD9RcagctoWNX4Peu6 { 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; }
#H9hvzCX1BTAbqNEkr71tPNAmuikGCHNJ { 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; }
#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP { 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; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container { background-color: transparent; background-image: none; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container > .video-iframe-container { display: none; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row > .video-iframe-container { display: none; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .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); }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container { border-width: 0; border-radius: 0; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#Ok7qdLUN2AyHQcTMAKgGQppLMEGUEDED { 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; }
#Gu8b2bc0c8KO0dZ3dL06nC7G3tt2rBMF { 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; }
#b6h4XcAyT7px07TbqJIAgI9hl4AsxUdi { 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; }
#PcHsopzlFCLwyJdL9mlRQB9aFGhXdARU { 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; }
#r02fksfxJoidRgd0r0T2dpXMrWqRlKzg { 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; }
#NIEF6XoeI3ECWHt4k2kdtHs9ccgB7285 { 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; }
#xPLLDaNfFv0qxinLa6fLTTMH7uC1rHHI { 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; }
#PQgyIEpieG687tO9gmbizrfnT26N22Lf { 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; }
#fp7fCkkHH7N7XSTOPtbnuiB7Mu4nJK9s { 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; }
#Gq1ev6xgFDOJDkoqkSuqaJmtv6O0XLBq { 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; }
#Oin01wfO8Dy71gesJuD7TKObDOiJUTqg { 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; }
#OGpQ3tvPXFKBzxDISilLJcpRi10x8u86 { 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; }
#eucZKlWh2eX19VbITq4SgBxHfV7ZxB5W { 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; }
#MHAplA66MKS9loTa7cNXnJciwDSXI6TJ { 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; }
#I68XNlJEcL49egsL9Zsa7reyK78RryMA { 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; }
#wFkh8JlMQ7KfWJpHfo09hcGp4eXi8ua3 { 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; }
#iOLzNvenlm1e8Jvt41NDL35S3JqWpClg { 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; }
#WqnmSqfrspWcOX8DoqpoRW4A1aIxThuF { 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; }
#ImyTgqZWNaDqQoJNR9oHuy2EqZ6M8Pkx { 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; }
#w1qIIWE35FyEkVrMTxBHRDgp3Eb381hf { 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; }
#SxTi6SiEXETWSfSuXFauweZHXb4leRiB { 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; }
#J5CbAI0Chm3Dr92nARMV7oaRtBGtpeGI { 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; }
#wuhJdyCyq0WZiE9U82VI711CDAZH8zTW { 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; }
#CZIKEgFPVz7hFwPPBSUeHIUOfdmEq2bK { 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; }
#Wm6QhwAK0GuCb5mp7UC1lVtSMiN0eRBA { 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; }
#SqLgV8Uv9Uwryym6Box1R1l1td4zfsfs { 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; }
#ceSOgPenoMsxZtFu4sOFDm0eI4aDHKRL { 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; }
#fIJMFUVJwcRVQNfXRAUfiHmvPKf5K9AJ { 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; }
#iylk5wsvS8VgPf4tE9Ntb5zdpW4IKbEr { 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; }
#xmhepvGHDv89EPTrKBB8SOK3RHOF7EKv { 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; }
#wCmVoqRCZ8rkDrBOK3FBoNA1JuGTl3k7 { 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; }
#LPrPyFZzfJe89tviWe6bdT8bpJT5turG { 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; }
#W8slNDrWD6DxTOedHyPV8Bl683vU4WAc { 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; }
#KtP5CAEBfN6Hx6iRrpqwWpKZQ94i89F3 { 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; }
#sVQbq8EltsUbkHA7TfBufoMCyko1MQy4 { 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; }
#AxyA4n6CDPziwg8wlZwuCXSTOzQmsVKC { 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; }
#StwZrOuCf9rG0nxarEqg8DHCHRqoapn2 { 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; }
#wL2I22E8W5Iy5x7qyANOUZRzhFKT7HwT { 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; }
#wvwC2hPoQBFXpsDgOMQriC9KBX7DgmcA { 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; }
#X2nwtRDMo4iCDGd6nECoHR3f2Fg6hkGo { 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; }
#p71sZyA6AL9B8pdIRx98iVuNcnN9LUcz { 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; }
#lDTIh9T2MhIQqBe97EU4VP7V1ubtBght { 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; }
#fqJNuX6VCc8DuPMDOwht5XmQn1GRlhm6 { 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; }
#RiwWb0UKKILTJZHRLQFVnrWdL5WatU04 { 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; }
#RTtH94C94iscbeXxgNGT5Iq2wAV8HtTv { 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; }
#ew9r2Waye7aO8Lyz3QAOTD7IGt9apgng { 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; }
#G375IFLT04gG3tnCvytVXr6zvBx3PLLT { 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; }
#IpU2K7m8I8RaRiM58odCIzsCMOix0ULi { 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; }
#kQURzF0F65QOF1MTRlMswZDkXD2i32Mv { 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; }
#HphXWDZBuRfoBWtiP53578rxB445TadQ { 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; }
#hQGqgC9RDThl2bT9IpkkCgWDeMlTZqRR { 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; }
#dbKw1LUMONm3qQo4UzoG01zAQ3LkJFEo { 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; }
#AqmTpOqlD9MoLahmzN8T7xX1U8M48SFc { 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; }
#g9nKRTv6zT1nkg7C4S62yzfSxphTDgUg { 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; }
#AU5KgzdompZc31FBTpGxkxCTLTpMXsET { 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; }
#IsKvduEEiEJ5L0vTWlTeVqUbtMZewttB { 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; }
#HIWMtAfzEFFTIAScou2CPLteF2Rn9bKB { 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; }
#kLmiKigE9UhrwX5AVPwncrt1ZKMOxiVk { 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; }
#tU8AMvxSkSD5g89XFM6fU4Gr9QrH1iAT { 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; }
#rTku8bNr52obHxHoULdWRHWUBh1IO7OQ { 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; }
#wkw9WrlJk81hmw9d6sc3TlB4FyAE14Z1 { 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; }
#u4tKHFcZNQkUrFw8cX8IP7truUFlkXqJ { 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; }
#kbtlsSnpzMypdqTw13A6EokzA6vt8Awq { 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; }
#CcMOk2pTa10bb9Ert4yKDV0rS91b3If0 { 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; }
#K6QWHnVEpapz5ANKEdPx9q0drQDDtA1m { 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; }
#beXCtLzTsUAyICoLAZg8Rmfv8yTELvvk { 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; }
#OzDA1GUcZdI9Pp4xKIQ4i1oMyv2K0fEh { 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; }
#NnriPtzQNHQZmLLGkMzWQvZTqCgDPS4b { 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; }
#qT513yb4tJ7gqspf9ShfEoedzCsgISRU { 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; }
#mXrg9fJMdeMZ63RKBQ9q7yzuZ1BJRksC { 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; }
#JMKRk4f9cw2FKmGzhqsvMVF3tIpqZ7HT { 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; }
#upMm825UE0kyBoXwtcRdGaz35WN4a9Oa { 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; }
#NV3RnBJ8Z4mqt6OLnvX6s4dIlrzJzsOH { 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; }
#Xo3q11M6nykt38AbkpZtrvABbtJsd3Tl { 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; }
#Qwgog965EG16UbyNfBq8HBv2RHmJGIqK { 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; }
#Ge0GOkUTG2Rcv2Z6VHFqtCda6hfC51oE { 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; }
#SsaBbDHULSLeSpK1UTOeAJMQopP4barz { 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; }
#hVH4N2BNmL3qEfOlDQhscrdpXm1l8yHa { 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; }
#SB8ehnkd4mwG3F02nfzlGavcaQFDBg2C { 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; }
#rahktA1e9m199hTwgdss9CU7dETDpizp { 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; }
#Vd4qyQ4w0FITyB2H27wTaqLm0obbbCrD { 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; }
#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN { 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; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container { background-color: transparent; background-image: none; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container > .video-iframe-container { display: none; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row > .video-iframe-container { display: none; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .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); }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container { border-width: 0; border-radius: 0; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:75rem;position:relative;display:block; }#beWBbCL5qVvCwnaVtgxrF74fkbXXZhcL { 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; }
#nlrkSgd9iRdOIzeilO7kTcRoVKQIgPUa { 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; }
#EVCcTV9w8yNlBxkkQU5f9scpi1vgcArD { 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; }
#WX3R0syd2ceGryMwMPMP2qr6kvRmzDQl { 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; }
#FeV3fqbl76Wq2UAbaHuGFxd7qh0bJ6Hk { 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; }
#dIlV9Shrr5oO6eDE4HyCcx38vG5xhse8 { 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; }
#KOl3tTLBpEHASltUsgtwVfECNFs8mTvf { 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; }
#rU3UxXrptQ8usg7zTF6nJLGJvtPqK2Bl { position:absolute;display:block;z-index:15017;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.5625rem;top:4.8748168945312rem;left:56.312141418457rem;overflow:hidden;display:block; }
#uqlneREJFTAAwolzlUcmLoBaVwFKZTKL { 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:15.937133789062rem;left:59.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJrFER59GMv0D6owFF515itNqv1DTD9D { 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; }
#dIFmTqqCm0X3bD112RHt5221Q0oQnboq { 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; }
#QnLnwummXTX1OUkeaBNPbIG5o13v3FFQ { 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; }
#ZN8nmnkrMdEfrEU3tRvDSAVIyPMJwTu9 { 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; }
#K8JB36qabaqm4SeKkMUJCIvFI33hLLDe { 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.749816894531rem;left:56.312141418457rem;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; }
#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s { position:relative;display:block; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s { background-color: transparent; background-image: none; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .row .container > .video-iframe-container { display: none; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .row > .video-iframe-container { display: none; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .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); }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s { border-width: 0; border-radius: 0; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .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; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .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; }#Jb5VbqRfmTDKAk9Jwc2ysvb1qKcvKcWk { 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; }
#Kw6GyWD0y9evnPd0KR9Gal1hAdGprrCy { 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; }
#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g { 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; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container { background-color: transparent; background-image: none; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container > .video-iframe-container { display: none; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row > .video-iframe-container { display: none; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .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); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container { border-width: 0; border-radius: 0; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#M3MblXacVduIf0PzTGvxpD0SJUAwLiNV { 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; }
#tTZ4bF1aUSvW3poGfdh75pxF4vp7E8uC { 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; }
#ctK7yPiid8yA3uyPwXO8AB3wJGsQKhzO { 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; }
#pqL6aduIngvkhHfFqzUTJnHUXxPzcmVo { 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; }
#fomtXFgJALSMFF1rfXkbQpF9FNbac9I8 { 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; }
#y1dutAvdQnkv2kccJHGv6gPdW2yf2FsT { 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; }
#eCGl3SbKFmX2z2DZVJ7mCdFw2BwFZ9f8 { 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; }
#oqHsO4ph9PuAlhqoueDAxAizT8pCSvNN { 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; }
#mE3ZOMBnxwwWOnibV0ONmgbIMvFwgw47 { 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; }
#o9iHdpJx62uUgFdnNDh1MBoX1QW0dJgm { 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; }
#NZWpdk5SVhnT5ssReuRbPJq9FBT2y8vX { 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; }
#JuJWCUlEJI2B4TPBxZ6edx5elXiL0RTw { 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; }
#lE0FTXHwykIydp6rzG9I91eVbPTCPd1M { 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; }
#MMvNc6wwmLKy7oT6utTrUmHwqlKJcVK3 { 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; }
#O94GAqL1DyFNpuiwpgTPMRIulgU8Wox3 { 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; }
#nHLNA6RDDSDChXk60sam9g8qZF6k7AW9 { 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; }
#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh { 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; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container { background-color: transparent; background-image: none; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container > .video-iframe-container { display: none; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row > .video-iframe-container { display: none; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .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); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container { border-width: 0; border-radius: 0; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#rJk19mcfMHV20w5FM2FB6IDBXxvSUdrc { 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; }
#MeRJ6cyAcdvM2n9TOHwbqos7W4ULUxKE { 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; }
#ysrnIhc7ksPVeffGcQzbIMMWZULkG9BX { 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; }
#NhDTNxSUFxBt8ZTNd3VfZg3BLChFfiHA { 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:2.3125rem;overflow:hidden;display:block; }
#G35OVMQvCtJrri9wO4RERRfGEneENE2T { 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; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container { background-color: transparent; background-image: none; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container > .video-iframe-container { display: none; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row > .video-iframe-container { display: none; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .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); }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container { border-width: 0; border-radius: 0; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#HBD7F07LbDHdTyZqhAphH71pg53byCCV { 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) { #SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 { display:block; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWoTqhEknKeoK8SQomqadodzqsfWeaSL { top:16.5625rem;left:29.6875rem;width:17.6875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5  { width:18.375rem;height:auto;top:9.75rem;left:26.875rem; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 {display:block;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 { width:18.375rem;height:auto;top:9.75rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #CtC3AWiPkUITE5TVn6HMiSRH58kwQcDM {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #q3InhnlTI5w3psBzIikVS80HiBozSXAg { display:none; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #U25AT9CIKVnRhxpDhO2s7XTbJaRFfKrq {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #UZbWoJJ7nVS0NEKdxCCLcoMD1NPvqHRG {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #EHBCvnXgpRRKTsGCSkSlNN9WAWTwM9r3 { display:none; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #Sm8MiNTH0V6R5rcTAmAXvdOTO8dVTtOe {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #ub7loaaxUIvaRTH6v5xUAP18KLMmTo9v {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #H1Ro80n1bDPsWMMa5eLpWTZZ4bxh9Ok7 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #szyEB1zgTpvEfJuG7mskkMSKmw78UQ61 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #CUMwBQ3TZV5V6kwofvfzcTBbXb1SFXud {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #sUM7K67lKOGoqw8IftW9T8h2q0q5QVPW {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #PdMEBfZ9mvt6OZlVp2N8nbtme4TzKAA8 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #TrMn0h5IvMsagvT4Aus2rANT4bF6pmt1 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #BRtvd9hUukvzEDiAcz4Kup2obx3NiRkr {  }
 }@media only screen and (max-width: 763px) { #aNRF43KJGO4fOKyf2ZEcBqo9v9lCnAvD { top:14rem;left:26.9375rem;width:20.8125rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mopm3vWAh2TBXnJBpu8IAza3m9mtlqJX { top:2.75rem;left:0.8125rem;width:15.5rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBMW2dEGSIhTQNMGVLJV0ThrO3dXgzDn { top:12.0625rem;left:0rem;width:27.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJP3beDG7zwmuI67ttddF2TbPp725FEE { top:12.25rem;left:0rem;width:24.6875rem;height:4.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTSe1meVahzkL1IEDfscBZ9fvvRTU4S { top:17.3125rem;left:0rem;width:31.9375rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET1Iag9TTNQZ3ORCdwxZVFTH17z3ofDJ { top:21.8125rem;left:5.25rem;width:6.6875rem;height:12.4375rem;font-size:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuvCr4JR2uK9SyT1sXlwBsCbZx5Q9lf5 { top:24.0625rem;left:0rem;width:6.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiJEBHsUDzv3WwmZDW3M7oozShBXNlbA { top:30.625rem;left:13.125rem;width:5.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJhEFARmnRaIGBsBCcJqI7zChMoTtZEu { top:36.5625rem;left:4.9375rem;width:7.3125rem;height:2.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfT2XN5esa8k7Rh7Dqae616yWJ7s5xWa { top:36.9375rem;left:14.1875rem;width:10.4375rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRrgSpCAPEBsosQBmA8zMvTnzSNm8I1F { top:36.9375rem;left:3.75rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNDrhSAbQrPaKQXyzR0fdM4oyZvWXMMC { top:36.9375rem;left:13.125rem;width:0.1875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFpFb8z4R8r9oUg75nO4iA820PXgDNV { top:37.375rem;left:0rem;width:7.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWrcuTaXkn2lLOTUNbmVp46tkCqHHKd9 { top:38.5625rem;left:4.9375rem;width:7.3125rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9xWaT4yUaAcAgGu9C0M4VRrLNSwtGTb { top:32.9375rem;left:0rem;width:25.5625rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m538VpBPSJni3KJCmL4tA99T88qBvCI3 { display:block; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbrQN6Kiq4wWzMvC9dU53kkOVPpLKnI5 { top:0.5rem;left:0rem;width:25.0625rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyT5AnHMnXg8ZE3nxHVSVKLtKiBac1xB { top:4.625rem;left:0rem;width:32.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NffTq7d2CwIQhyRlai44fDd9daXw7aOk { 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) { #GKERSnivKDEsyQtn0gprSe6gBhapAeME { width:13.4375rem;height:3.0625rem;top:28.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poXIsCa01nUV1u8TvQxTHiQTeVmNTM8Z { display:block; }
 }@media only screen and (max-width: 763px) { #H2ZFhNl7hXRs8OWJtw3Ql41gfuGJsBWV { top:8.4375rem;left:0rem;width:35.625rem;height:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxAKfi1x688TJ9rD9RcagctoWNX4Peu6 { top:5rem;left:0rem;width:39.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9hvzCX1BTAbqNEkr71tPNAmuikGCHNJ { top:1rem;left:0rem;width:40.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP { display:block; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok7qdLUN2AyHQcTMAKgGQppLMEGUEDED { top:4.6875rem;left:5.5625rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu8b2bc0c8KO0dZ3dL06nC7G3tt2rBMF { top:14.1875rem;left:5.625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6h4XcAyT7px07TbqJIAgI9hl4AsxUdi { 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) { #PcHsopzlFCLwyJdL9mlRQB9aFGhXdARU { width:47.75rem;height:2.625rem;top:0.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02fksfxJoidRgd0r0T2dpXMrWqRlKzg { top:14.3125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIEF6XoeI3ECWHt4k2kdtHs9ccgB7285 { top:17.4375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPLLDaNfFv0qxinLa6fLTTMH7uC1rHHI { top:20.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQgyIEpieG687tO9gmbizrfnT26N22Lf { 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) { #fp7fCkkHH7N7XSTOPtbnuiB7Mu4nJK9s { top:20.625rem;left:4.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq1ev6xgFDOJDkoqkSuqaJmtv6O0XLBq { 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) { #Oin01wfO8Dy71gesJuD7TKObDOiJUTqg { 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) { #OGpQ3tvPXFKBzxDISilLJcpRi10x8u86 { top:4.6875rem;left:0rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eucZKlWh2eX19VbITq4SgBxHfV7ZxB5W { top:20.625rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHAplA66MKS9loTa7cNXnJciwDSXI6TJ { 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) { #I68XNlJEcL49egsL9Zsa7reyK78RryMA { top:17.5rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFkh8JlMQ7KfWJpHfo09hcGp4eXi8ua3 { top:20.6875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOLzNvenlm1e8Jvt41NDL35S3JqWpClg { top:20.6875rem;left:16.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqnmSqfrspWcOX8DoqpoRW4A1aIxThuF { top:20.6875rem;left:21.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImyTgqZWNaDqQoJNR9oHuy2EqZ6M8Pkx { 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) { #w1qIIWE35FyEkVrMTxBHRDgp3Eb381hf { 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) { #SxTi6SiEXETWSfSuXFauweZHXb4leRiB { top:21.4375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5CbAI0Chm3Dr92nARMV7oaRtBGtpeGI { top:4.6875rem;left:17.5rem;width:18.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuhJdyCyq0WZiE9U82VI711CDAZH8zTW { top:14.1875rem;left:17.5625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIKEgFPVz7hFwPPBSUeHIUOfdmEq2bK { 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) { #Wm6QhwAK0GuCb5mp7UC1lVtSMiN0eRBA { top:17.5rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqLgV8Uv9Uwryym6Box1R1l1td4zfsfs { top:20.6875rem;left:28.09375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceSOgPenoMsxZtFu4sOFDm0eI4aDHKRL { top:20.6875rem;left:33.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIJMFUVJwcRVQNfXRAUfiHmvPKf5K9AJ { top:20.6875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iylk5wsvS8VgPf4tE9Ntb5zdpW4IKbEr { 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) { #xmhepvGHDv89EPTrKBB8SOK3RHOF7EKv { 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) { #wCmVoqRCZ8rkDrBOK3FBoNA1JuGTl3k7 { 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) { #LPrPyFZzfJe89tviWe6bdT8bpJT5turG { top:4.6875rem;left:29.5rem;width:18.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8slNDrWD6DxTOedHyPV8Bl683vU4WAc { top:14.1875rem;left:29.5rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtP5CAEBfN6Hx6iRrpqwWpKZQ94i89F3 { 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) { #sVQbq8EltsUbkHA7TfBufoMCyko1MQy4 { top:17.5rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxyA4n6CDPziwg8wlZwuCXSTOzQmsVKC { top:20.6875rem;left:40.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #StwZrOuCf9rG0nxarEqg8DHCHRqoapn2 { top:20.6875rem;left:45.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL2I22E8W5Iy5x7qyANOUZRzhFKT7HwT { 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) { #wvwC2hPoQBFXpsDgOMQriC9KBX7DgmcA { 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) { #X2nwtRDMo4iCDGd6nECoHR3f2Fg6hkGo { 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) { #p71sZyA6AL9B8pdIRx98iVuNcnN9LUcz { top:20.6875rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDTIh9T2MhIQqBe97EU4VP7V1ubtBght { top:34.8125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJNuX6VCc8DuPMDOwht5XmQn1GRlhm6 { top:37.9375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiwWb0UKKILTJZHRLQFVnrWdL5WatU04 { top:41.125rem;left:4.78125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTtH94C94iscbeXxgNGT5Iq2wAV8HtTv { 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) { #ew9r2Waye7aO8Lyz3QAOTD7IGt9apgng { top:41.125rem;left:8.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G375IFLT04gG3tnCvytVXr6zvBx3PLLT { 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) { #IpU2K7m8I8RaRiM58odCIzsCMOix0ULi { 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) { #kQURzF0F65QOF1MTRlMswZDkXD2i32Mv { top:25.1875rem;left:0rem;width:18.4375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HphXWDZBuRfoBWtiP53578rxB445TadQ { top:41.125rem;left:0.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQGqgC9RDThl2bT9IpkkCgWDeMlTZqRR { 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) { #dbKw1LUMONm3qQo4UzoG01zAQ3LkJFEo { top:25.25rem;left:5.5rem;width:18.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmTpOqlD9MoLahmzN8T7xX1U8M48SFc { top:34.875rem;left:5.625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9nKRTv6zT1nkg7C4S62yzfSxphTDgUg { 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) { #AU5KgzdompZc31FBTpGxkxCTLTpMXsET { top:38rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsKvduEEiEJ5L0vTWlTeVqUbtMZewttB { top:41.1875rem;left:16.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIWMtAfzEFFTIAScou2CPLteF2Rn9bKB { 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) { #kLmiKigE9UhrwX5AVPwncrt1ZKMOxiVk { top:41.1875rem;left:20.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU8AMvxSkSD5g89XFM6fU4Gr9QrH1iAT { top:41.9375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTku8bNr52obHxHoULdWRHWUBh1IO7OQ { top:41.1875rem;left:12.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkw9WrlJk81hmw9d6sc3TlB4FyAE14Z1 { 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) { #u4tKHFcZNQkUrFw8cX8IP7truUFlkXqJ { top:25.25rem;left:17.4375rem;width:18.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbtlsSnpzMypdqTw13A6EokzA6vt8Awq { top:34.875rem;left:17.5625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcMOk2pTa10bb9Ert4yKDV0rS91b3If0 { 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) { #K6QWHnVEpapz5ANKEdPx9q0drQDDtA1m { top:38rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #beXCtLzTsUAyICoLAZg8Rmfv8yTELvvk { top:41.1875rem;left:28.65625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzDA1GUcZdI9Pp4xKIQ4i1oMyv2K0fEh { top:41.1875rem;left:32.71875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnriPtzQNHQZmLLGkMzWQvZTqCgDPS4b { top:41.1875rem;left:24.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT513yb4tJ7gqspf9ShfEoedzCsgISRU { 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) { #mXrg9fJMdeMZ63RKBQ9q7yzuZ1BJRksC { 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) { #JMKRk4f9cw2FKmGzhqsvMVF3tIpqZ7HT { 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) { #upMm825UE0kyBoXwtcRdGaz35WN4a9Oa { top:25.25rem;left:29.375rem;width:18.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3RnBJ8Z4mqt6OLnvX6s4dIlrzJzsOH { top:34.875rem;left:29.5rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo3q11M6nykt38AbkpZtrvABbtJsd3Tl { 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) { #Qwgog965EG16UbyNfBq8HBv2RHmJGIqK { top:38rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ge0GOkUTG2Rcv2Z6VHFqtCda6hfC51oE { top:41.1875rem;left:40.59375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsaBbDHULSLeSpK1UTOeAJMQopP4barz { top:41.1875rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVH4N2BNmL3qEfOlDQhscrdpXm1l8yHa { top:41.1875rem;left:36.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB8ehnkd4mwG3F02nfzlGavcaQFDBg2C { 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) { #rahktA1e9m199hTwgdss9CU7dETDpizp { 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) { #Vd4qyQ4w0FITyB2H27wTaqLm0obbbCrD { 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) { #muGbheLTLy4utdTT3SACHFTyoUboJ9ZN { display:block; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beWBbCL5qVvCwnaVtgxrF74fkbXXZhcL { width:47.75rem;height:2.625rem;top:1.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlrkSgd9iRdOIzeilO7kTcRoVKQIgPUa { top:4.9375rem;left:0rem;width:18.5rem;height:10.651535915472rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCcTV9w8yNlBxkkQU5f9scpi1vgcArD { top:15.8125rem;left:0rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX3R0syd2ceGryMwMPMP2qr6kvRmzDQl { top:15.875rem;left:11rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeV3fqbl76Wq2UAbaHuGFxd7qh0bJ6Hk { top:4.9375rem;left:5.375rem;width:18.5rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlV9Shrr5oO6eDE4HyCcx38vG5xhse8 { top:4.8125rem;left:17.375rem;width:18.4375rem;height:10.999625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOl3tTLBpEHASltUsgtwVfECNFs8mTvf { 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) { #rU3UxXrptQ8usg7zTF6nJLGJvtPqK2Bl { top:4.8125rem;left:29.1875rem;width:18.5625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlneREJFTAAwolzlUcmLoBaVwFKZTKL { top:15.875rem;left:34.875rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJrFER59GMv0D6owFF515itNqv1DTD9D { top:18.625rem;left:11rem;width:12.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIFmTqqCm0X3bD112RHt5221Q0oQnboq { top:15.5625rem;left:0rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLnwummXTX1OUkeaBNPbIG5o13v3FFQ { top:15.5625rem;left:5.4375rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN8nmnkrMdEfrEU3tRvDSAVIyPMJwTu9 { top:15.6875rem;left:17.375rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8JB36qabaqm4SeKkMUJCIvFI33hLLDe { top:15.6875rem;left:29.3125rem;width:18.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s { display:block; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jb5VbqRfmTDKAk9Jwc2ysvb1qKcvKcWk { width:13.125rem;height:7.25rem;top:15.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw6GyWD0y9evnPd0KR9Gal1hAdGprrCy { top:1.125rem;left:0rem;width:47.75rem;height:24.820052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODg27p0u3fzixO8knBMc5d7rlWC5BO2g { display:block; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3MblXacVduIf0PzTGvxpD0SJUAwLiNV { width:47.75rem;height:2.625rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZ4bF1aUSvW3poGfdh75pxF4vp7E8uC { top:5.875rem;left:1.28125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctK7yPiid8yA3uyPwXO8AB3wJGsQKhzO { top:11.375rem;left:0rem;width:8.125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqL6aduIngvkhHfFqzUTJnHUXxPzcmVo { top:14.6875rem;left:0rem;width:9.25rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomtXFgJALSMFF1rfXkbQpF9FNbac9I8 { top:5.875rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1dutAvdQnkv2kccJHGv6gPdW2yf2FsT { 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) { #eCGl3SbKFmX2z2DZVJ7mCdFw2BwFZ9f8 { 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) { #oqHsO4ph9PuAlhqoueDAxAizT8pCSvNN { top:5.875rem;left:39.03125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE3ZOMBnxwwWOnibV0ONmgbIMvFwgw47 { 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) { #o9iHdpJx62uUgFdnNDh1MBoX1QW0dJgm { 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) { #NZWpdk5SVhnT5ssReuRbPJq9FBT2y8vX { 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) { #JuJWCUlEJI2B4TPBxZ6edx5elXiL0RTw { 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) { #lE0FTXHwykIydp6rzG9I91eVbPTCPd1M { top:6.125rem;left:19.8125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMvNc6wwmLKy7oT6utTrUmHwqlKJcVK3 { top:5.75rem;left:30.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O94GAqL1DyFNpuiwpgTPMRIulgU8Wox3 { 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) { #nHLNA6RDDSDChXk60sam9g8qZF6k7AW9 { 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) { #MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh { display:block; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJk19mcfMHV20w5FM2FB6IDBXxvSUdrc { top:7.25rem;left:0rem;width:25rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeRJ6cyAcdvM2n9TOHwbqos7W4ULUxKE { 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) { #ysrnIhc7ksPVeffGcQzbIMMWZULkG9BX { 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) { #NhDTNxSUFxBt8ZTNd3VfZg3BLChFfiHA { top:0rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G35OVMQvCtJrri9wO4RERRfGEneENE2T { display:block; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBD7F07LbDHdTyZqhAphH71pg53byCCV { 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) { #SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 { 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; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9.adaptive-delivery-prevent-bg, #SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9.lazyload, #SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9.lazyloading { background-image: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { background-color: transparent; background-image: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(11,75,118,0.76); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container > .video-iframe-container { display: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .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); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row > .video-iframe-container { display: none; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .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); }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { border-width: 0; border-radius: 0; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9::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; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkN9DI6a4tK9G1l2EULRTnf5SOSMmIm9 > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWoTqhEknKeoK8SQomqadodzqsfWeaSL { width:16.1860625rem;height:3.375rem;top:36.375rem;left:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-text {padding-top: 0; padding-bottom: 0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-select {padding-top: 0; padding-bottom: 0;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5  { width:16.625rem;height:auto;top:39.09375rem;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; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 {display:block;}#kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 { width:16.625rem;height:auto;top:39.09375rem;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) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #CtC3AWiPkUITE5TVn6HMiSRH58kwQcDM {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #q3InhnlTI5w3psBzIikVS80HiBozSXAg { display:none; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #U25AT9CIKVnRhxpDhO2s7XTbJaRFfKrq {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #UZbWoJJ7nVS0NEKdxCCLcoMD1NPvqHRG {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #EHBCvnXgpRRKTsGCSkSlNN9WAWTwM9r3 { display:none; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #Sm8MiNTH0V6R5rcTAmAXvdOTO8dVTtOe {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #ub7loaaxUIvaRTH6v5xUAP18KLMmTo9v {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #H1Ro80n1bDPsWMMa5eLpWTZZ4bxh9Ok7 { display:none; }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #szyEB1zgTpvEfJuG7mskkMSKmw78UQ61 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #CUMwBQ3TZV5V6kwofvfzcTBbXb1SFXud {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #sUM7K67lKOGoqw8IftW9T8h2q0q5QVPW {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #PdMEBfZ9mvt6OZlVp2N8nbtme4TzKAA8 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #TrMn0h5IvMsagvT4Aus2rANT4bF6pmt1 {  }
 }@media only screen and (max-width: 763px) { #kQVAyxNsePtHkbHhnNoGg3ss11ME1zv5 #BRtvd9hUukvzEDiAcz4Kup2obx3NiRkr {  }
 }@media only screen and (max-width: 763px) { #aNRF43KJGO4fOKyf2ZEcBqo9v9lCnAvD { width:18.25rem;height:24rem;top:35.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mopm3vWAh2TBXnJBpu8IAza3m9mtlqJX { width:15.5rem;height:10.75rem;top:0.625rem;left:2.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CBMW2dEGSIhTQNMGVLJV0ThrO3dXgzDn { width:14.625rem;height:3.25rem;top:10rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJP3beDG7zwmuI67ttddF2TbPp725FEE { width:20rem;height:2.25rem;top:10.5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkTSe1meVahzkL1IEDfscBZ9fvvRTU4S { width:20rem;height:2.8125rem;top:13.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ET1Iag9TTNQZ3ORCdwxZVFTH17z3ofDJ { width:6.6875rem;height:9.125rem;top:16.625rem;left:6.65625rem;font-size:8.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BuvCr4JR2uK9SyT1sXlwBsCbZx5Q9lf5 { width:6.6875rem;height:2.125rem;top:17.9375rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XiJEBHsUDzv3WwmZDW3M7oozShBXNlbA { width:5.3125rem;height:1.625rem;top:22.875rem;left:12.935546875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJhEFARmnRaIGBsBCcJqI7zChMoTtZEu { width:7.3125rem;height:1.5rem;top:29.5625rem;left:4.9375rem;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) { #cfT2XN5esa8k7Rh7Dqae616yWJ7s5xWa { width:7.25rem;height:2.8125rem;top:29.90625rem;left:12.125rem;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) { #xRrgSpCAPEBsosQBmA8zMvTnzSNm8I1F { width:0.1875rem;height:4rem;top:29.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNDrhSAbQrPaKQXyzR0fdM4oyZvWXMMC { width:0.1875rem;height:4rem;top:29.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyFpFb8z4R8r9oUg75nO4iA820PXgDNV { width:4.1875rem;height:2.8125rem;top:29.90625rem;left:1.0625rem;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) { #xWrcuTaXkn2lLOTUNbmVp46tkCqHHKd9 { width:7.3125rem;height:2.375rem;top:31.0625rem;left:7.1875rem;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) { #b9xWaT4yUaAcAgGu9C0M4VRrLNSwtGTb { width:20rem;height:2.75rem;top:25.75rem;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) { #m538VpBPSJni3KJCmL4tA99T88qBvCI3 { display:block; }#m538VpBPSJni3KJCmL4tA99T88qBvCI3 > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbrQN6Kiq4wWzMvC9dU53kkOVPpLKnI5 { width:16.3125rem;height:20.4375rem;top:0.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyT5AnHMnXg8ZE3nxHVSVKLtKiBac1xB { width:18rem;height:0.25rem;top:25.2685546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NffTq7d2CwIQhyRlai44fDd9daXw7aOk { 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) { #GKERSnivKDEsyQtn0gprSe6gBhapAeME { width:11.3740234375rem;height:2.5595703125rem;top:51.8125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poXIsCa01nUV1u8TvQxTHiQTeVmNTM8Z { display:block; }
 }@media only screen and (max-width: 763px) { #H2ZFhNl7hXRs8OWJtw3Ql41gfuGJsBWV { 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) { #LxAKfi1x688TJ9rD9RcagctoWNX4Peu6 { 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) { #H9hvzCX1BTAbqNEkr71tPNAmuikGCHNJ { 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) { #xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP { display:block; }#xwZdy6La7cB79TpUpe1R1C9ISOM6DnPP > .row .container { width:20rem;height:169rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok7qdLUN2AyHQcTMAKgGQppLMEGUEDED { width:18.25rem;height:9.6875rem;top:25.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu8b2bc0c8KO0dZ3dL06nC7G3tt2rBMF { width:18.1875rem;height:10.1875rem;top:34.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6h4XcAyT7px07TbqJIAgI9hl4AsxUdi { width:11.6865234375rem;height:1.3125rem;top:36.25rem;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) { #PcHsopzlFCLwyJdL9mlRQB9aFGhXdARU { 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) { #r02fksfxJoidRgd0r0T2dpXMrWqRlKzg { width:18.25rem;height:9.9375rem;top:15.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIEF6XoeI3ECWHt4k2kdtHs9ccgB7285 { 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) { #xPLLDaNfFv0qxinLa6fLTTMH7uC1rHHI { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #PQgyIEpieG687tO9gmbizrfnT26N22Lf { 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) { #fp7fCkkHH7N7XSTOPtbnuiB7Mu4nJK9s { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #Gq1ev6xgFDOJDkoqkSuqaJmtv6O0XLBq { 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) { #Oin01wfO8Dy71gesJuD7TKObDOiJUTqg { 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) { #OGpQ3tvPXFKBzxDISilLJcpRi10x8u86 { width:18.3125rem;height:9.8125rem;top:5.3125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eucZKlWh2eX19VbITq4SgBxHfV7ZxB5W { display:flex;width:2.1875rem;height:2.1875rem;top:21.375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #MHAplA66MKS9loTa7cNXnJciwDSXI6TJ { 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) { #I68XNlJEcL49egsL9Zsa7reyK78RryMA { width:17.25rem;height:3rem;top:38.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) { #wFkh8JlMQ7KfWJpHfo09hcGp4eXi8ua3 { display:flex;width:2.25rem;height:2.25rem;top:41.5rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #iOLzNvenlm1e8Jvt41NDL35S3JqWpClg { display:flex;width:2.25rem;height:2.25rem;top:41.5rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #WqnmSqfrspWcOX8DoqpoRW4A1aIxThuF { display:flex;width:2.1875rem;height:2.1875rem;top:41.5rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #ImyTgqZWNaDqQoJNR9oHuy2EqZ6M8Pkx { width:1.875rem;height:1.125rem;top:42.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) { #w1qIIWE35FyEkVrMTxBHRDgp3Eb381hf { width:1.875rem;height:1.125rem;top:42.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) { #SxTi6SiEXETWSfSuXFauweZHXb4leRiB { width:1.875rem;height:1.125rem;top:42.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) { #J5CbAI0Chm3Dr92nARMV7oaRtBGtpeGI { width:18.3125rem;height:9.6875rem;top:45.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuhJdyCyq0WZiE9U82VI711CDAZH8zTW { width:18.25rem;height:10.125rem;top:54.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZIKEgFPVz7hFwPPBSUeHIUOfdmEq2bK { width:11.6875rem;height:1.3125rem;top:55.8125rem;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) { #Wm6QhwAK0GuCb5mp7UC1lVtSMiN0eRBA { width:17.25rem;height:3rem;top:58.0625rem;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) { #SqLgV8Uv9Uwryym6Box1R1l1td4zfsfs { display:flex;width:2.25rem;height:2.25rem;top:61.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #ceSOgPenoMsxZtFu4sOFDm0eI4aDHKRL { display:flex;width:2.1875rem;height:2.1875rem;top:61.25rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #fIJMFUVJwcRVQNfXRAUfiHmvPKf5K9AJ { display:flex;width:2.25rem;height:2.25rem;top:61.25rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #iylk5wsvS8VgPf4tE9Ntb5zdpW4IKbEr { width:1.875rem;height:1.125rem;top:61.9375rem;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) { #xmhepvGHDv89EPTrKBB8SOK3RHOF7EKv { width:1.875rem;height:1.125rem;top:61.875rem;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) { #wCmVoqRCZ8rkDrBOK3FBoNA1JuGTl3k7 { width:1.875rem;height:1.125rem;top:62rem;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) { #LPrPyFZzfJe89tviWe6bdT8bpJT5turG { width:18.25rem;height:9.6875rem;top:65.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8slNDrWD6DxTOedHyPV8Bl683vU4WAc { width:18.25rem;height:10.125rem;top:75.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtP5CAEBfN6Hx6iRrpqwWpKZQ94i89F3 { width:11.6875rem;height:1.3125rem;top:76.25rem;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) { #sVQbq8EltsUbkHA7TfBufoMCyko1MQy4 { width:17.25rem;height:3rem;top:78.5rem;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) { #AxyA4n6CDPziwg8wlZwuCXSTOzQmsVKC { display:flex;width:2.25rem;height:2.25rem;top:81.6875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #StwZrOuCf9rG0nxarEqg8DHCHRqoapn2 { display:flex;width:2.1875rem;height:2.1875rem;top:81.6875rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #wL2I22E8W5Iy5x7qyANOUZRzhFKT7HwT { width:1.875rem;height:1.125rem;top:82.3125rem;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) { #wvwC2hPoQBFXpsDgOMQriC9KBX7DgmcA { width:1.875rem;height:1.125rem;top:82.4375rem;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) { #X2nwtRDMo4iCDGd6nECoHR3f2Fg6hkGo { width:1.875rem;height:1.125rem;top:82.375rem;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) { #p71sZyA6AL9B8pdIRx98iVuNcnN9LUcz { display:flex;width:2.25rem;height:2.25rem;top:81.6875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #lDTIh9T2MhIQqBe97EU4VP7V1ubtBght { width:18.25rem;height:9.9375rem;top:95.625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqJNuX6VCc8DuPMDOwht5XmQn1GRlhm6 { width:17.25rem;height:3rem;top:98.75rem;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) { #RiwWb0UKKILTJZHRLQFVnrWdL5WatU04 { display:flex;width:2.25rem;height:2.25rem;top:101.9375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #RTtH94C94iscbeXxgNGT5Iq2wAV8HtTv { width:1.875rem;height:1.125rem;top:102.5625rem;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) { #ew9r2Waye7aO8Lyz3QAOTD7IGt9apgng { display:flex;width:2.1875rem;height:2.1875rem;top:101.9375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #G375IFLT04gG3tnCvytVXr6zvBx3PLLT { width:1.875rem;height:1.125rem;top:102.6875rem;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) { #IpU2K7m8I8RaRiM58odCIzsCMOix0ULi { width:11.6875rem;height:1.3125rem;top:96.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) { #kQURzF0F65QOF1MTRlMswZDkXD2i32Mv { width:18.4375rem;height:9.8125rem;top:86rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HphXWDZBuRfoBWtiP53578rxB445TadQ { display:flex;width:2.25rem;height:2.25rem;top:101.9375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #hQGqgC9RDThl2bT9IpkkCgWDeMlTZqRR { width:1.875rem;height:1.125rem;top:102.625rem;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) { #dbKw1LUMONm3qQo4UzoG01zAQ3LkJFEo { width:18.375rem;height:9.75rem;top:106.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmTpOqlD9MoLahmzN8T7xX1U8M48SFc { width:18.25rem;height:9.9375rem;top:115.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9nKRTv6zT1nkg7C4S62yzfSxphTDgUg { width:11.6875rem;height:1.3125rem;top:117rem;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) { #AU5KgzdompZc31FBTpGxkxCTLTpMXsET { width:17.25rem;height:3rem;top:118.9375rem;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) { #IsKvduEEiEJ5L0vTWlTeVqUbtMZewttB { display:flex;width:2.25rem;height:2.25rem;top:122.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #HIWMtAfzEFFTIAScou2CPLteF2Rn9bKB { width:1.875rem;height:1.125rem;top:122.75rem;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) { #kLmiKigE9UhrwX5AVPwncrt1ZKMOxiVk { display:flex;width:2.1875rem;height:2.1875rem;top:122.125rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #tU8AMvxSkSD5g89XFM6fU4Gr9QrH1iAT { width:1.875rem;height:1.125rem;top:122.875rem;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) { #rTku8bNr52obHxHoULdWRHWUBh1IO7OQ { display:flex;width:2.25rem;height:2.25rem;top:122.125rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #wkw9WrlJk81hmw9d6sc3TlB4FyAE14Z1 { width:1.875rem;height:1.125rem;top:122.8125rem;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) { #u4tKHFcZNQkUrFw8cX8IP7truUFlkXqJ { width:18.375rem;height:9.875rem;top:126.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbtlsSnpzMypdqTw13A6EokzA6vt8Awq { width:18.25rem;height:9.9375rem;top:136.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcMOk2pTa10bb9Ert4yKDV0rS91b3If0 { width:11.6875rem;height:1.3125rem;top:137.1875rem;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) { #K6QWHnVEpapz5ANKEdPx9q0drQDDtA1m { width:17.25rem;height:3rem;top:139.1875rem;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) { #beXCtLzTsUAyICoLAZg8Rmfv8yTELvvk { display:flex;width:2.25rem;height:2.25rem;top:142.375rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #OzDA1GUcZdI9Pp4xKIQ4i1oMyv2K0fEh { display:flex;width:2.1875rem;height:2.1875rem;top:142.375rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #NnriPtzQNHQZmLLGkMzWQvZTqCgDPS4b { display:flex;width:2.25rem;height:2.25rem;top:142.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #qT513yb4tJ7gqspf9ShfEoedzCsgISRU { width:1.875rem;height:1.125rem;top:143rem;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) { #mXrg9fJMdeMZ63RKBQ9q7yzuZ1BJRksC { width:1.875rem;height:1.125rem;top:143.125rem;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) { #JMKRk4f9cw2FKmGzhqsvMVF3tIpqZ7HT { width:1.875rem;height:1.125rem;top:143.0625rem;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) { #upMm825UE0kyBoXwtcRdGaz35WN4a9Oa { width:18.375rem;height:9.8125rem;top:146.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV3RnBJ8Z4mqt6OLnvX6s4dIlrzJzsOH { width:18.25rem;height:9.9375rem;top:156.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo3q11M6nykt38AbkpZtrvABbtJsd3Tl { width:11.6875rem;height:1.3125rem;top:157.375rem;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) { #Qwgog965EG16UbyNfBq8HBv2RHmJGIqK { width:17.25rem;height:3rem;top:159.5rem;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) { #Ge0GOkUTG2Rcv2Z6VHFqtCda6hfC51oE { display:flex;width:2.25rem;height:2.25rem;top:162.6875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #SsaBbDHULSLeSpK1UTOeAJMQopP4barz { display:flex;width:2.1875rem;height:2.1875rem;top:162.6875rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #hVH4N2BNmL3qEfOlDQhscrdpXm1l8yHa { display:flex;width:2.25rem;height:2.25rem;top:162.6875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #SB8ehnkd4mwG3F02nfzlGavcaQFDBg2C { width:1.875rem;height:1.125rem;top:163.3125rem;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) { #rahktA1e9m199hTwgdss9CU7dETDpizp { width:1.875rem;height:1.125rem;top:163.4375rem;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) { #Vd4qyQ4w0FITyB2H27wTaqLm0obbbCrD { width:1.875rem;height:1.125rem;top:163.375rem;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) { #muGbheLTLy4utdTT3SACHFTyoUboJ9ZN { display:block; }#muGbheLTLy4utdTT3SACHFTyoUboJ9ZN > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beWBbCL5qVvCwnaVtgxrF74fkbXXZhcL { 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) { #nlrkSgd9iRdOIzeilO7kTcRoVKQIgPUa { width:19.125rem;height:11.125rem;top:1.6661987304688rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVCcTV9w8yNlBxkkQU5f9scpi1vgcArD { 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) { #WX3R0syd2ceGryMwMPMP2qr6kvRmzDQl { 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) { #FeV3fqbl76Wq2UAbaHuGFxd7qh0bJ6Hk { width:19.125rem;height:11.375rem;top:14.542434692382rem;left:0.43767756223679rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIlV9Shrr5oO6eDE4HyCcx38vG5xhse8 { width:19.0625rem;height:11.4375rem;top:27.539947509766rem;left:0.46786218881607rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KOl3tTLBpEHASltUsgtwVfECNFs8mTvf { 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) { #rU3UxXrptQ8usg7zTF6nJLGJvtPqK2Bl { width:19.125rem;height:11.375rem;top:40.60139465332rem;left:0.43590193986893rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlneREJFTAAwolzlUcmLoBaVwFKZTKL { 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) { #EJrFER59GMv0D6owFF515itNqv1DTD9D { 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) { #dIFmTqqCm0X3bD112RHt5221Q0oQnboq { width:19.0625rem;height:1.875rem;top:12.47639465332rem;left:0.49982243776321rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnLnwummXTX1OUkeaBNPbIG5o13v3FFQ { width:19.125rem;height:1.875rem;top:25.586120605469rem;left:0.43590193986893rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN8nmnkrMdEfrEU3tRvDSAVIyPMJwTu9 { width:19.125rem;height:1.875rem;top:38.601913452149rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8JB36qabaqm4SeKkMUJCIvFI33hLLDe { width:19.125rem;height:1.875rem;top:51.66194152832rem;left:0.46786218881607rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s { display:block; }#cqzk73QtM2oS2gLCU1CgGJbMUUrqML6s > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jb5VbqRfmTDKAk9Jwc2ysvb1qKcvKcWk { 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) { #Kw6GyWD0y9evnPd0KR9Gal1hAdGprrCy { width:19.875rem;height:10.3125rem;top:2.0383510589599rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODg27p0u3fzixO8knBMc5d7rlWC5BO2g { background-color:#013b61;background-image:none;display:block; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container { background-color: transparent; background-image: none; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container > .video-iframe-container { display: none; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row > .video-iframe-container { display: none; }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .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); }#ODg27p0u3fzixO8knBMc5d7rlWC5BO2g > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3MblXacVduIf0PzTGvxpD0SJUAwLiNV { 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) { #tTZ4bF1aUSvW3poGfdh75pxF4vp7E8uC { 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) { #ctK7yPiid8yA3uyPwXO8AB3wJGsQKhzO { 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) { #pqL6aduIngvkhHfFqzUTJnHUXxPzcmVo { 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) { #fomtXFgJALSMFF1rfXkbQpF9FNbac9I8 { 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) { #y1dutAvdQnkv2kccJHGv6gPdW2yf2FsT { 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) { #eCGl3SbKFmX2z2DZVJ7mCdFw2BwFZ9f8 { 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) { #oqHsO4ph9PuAlhqoueDAxAizT8pCSvNN { 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) { #mE3ZOMBnxwwWOnibV0ONmgbIMvFwgw47 { width:12.4991875rem;height:1.125rem;top:24rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9iHdpJx62uUgFdnNDh1MBoX1QW0dJgm { 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) { #NZWpdk5SVhnT5ssReuRbPJq9FBT2y8vX { 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) { #JuJWCUlEJI2B4TPBxZ6edx5elXiL0RTw { 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) { #lE0FTXHwykIydp6rzG9I91eVbPTCPd1M { 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) { #MMvNc6wwmLKy7oT6utTrUmHwqlKJcVK3 { 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) { #O94GAqL1DyFNpuiwpgTPMRIulgU8Wox3 { 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) { #nHLNA6RDDSDChXk60sam9g8qZF6k7AW9 { 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) { #MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh { background-color:#013b61;background-image:none;display:block; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container { background-color: transparent; background-image: none; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container > .video-iframe-container { display: none; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row > .video-iframe-container { display: none; }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .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); }#MnpTgd7xQdyqCSBMUZNuCgNNguDT6lZh > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJk19mcfMHV20w5FM2FB6IDBXxvSUdrc { 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) { #MeRJ6cyAcdvM2n9TOHwbqos7W4ULUxKE { 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) { #ysrnIhc7ksPVeffGcQzbIMMWZULkG9BX { 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) { #NhDTNxSUFxBt8ZTNd3VfZg3BLChFfiHA { width:5.81163125rem;height:5.81163125rem;top:0rem;left:7.0930991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #G35OVMQvCtJrri9wO4RERRfGEneENE2T { display:block; }#G35OVMQvCtJrri9wO4RERRfGEneENE2T > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBD7F07LbDHdTyZqhAphH71pg53byCCV { 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; }
 }