.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; }
#CTZGA76No0DudiODFNATKikTVTBiCisu { 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; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container { background-color: transparent; background-image: none; }#CTZGA76No0DudiODFNATKikTVTBiCisu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container > .video-iframe-container { display: none; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row > .video-iframe-container { display: none; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .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); }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container { border-width: 0; border-radius: 0; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:block; }#tLBnXqTxchI1pRFFWnnLKf88QTvEyJHC { 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; }
#TrLQS5f9yL2pt2B4m9Z7IgN1JfoPhupI { 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; }
#GpafBnytVsEPEvLocwdgGLsMys467gAV { 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; }
#bBTQiFowKk8BiRyhVvtfoPtzKbq6ZuTf { 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; }
#F593xePfkSUkZ23GsEtfMDVuIPLCJxD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1TDunH5tkIJtI93cPIbAk8E40JegsXm { 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; }
#JlBoN0oQMmME9sSedTTL1t95doGFGMde { 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; }
#Tt9l9myr4DT1LN0Ogoz4NszNkexTdV7H { 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; }
#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d { 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; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container { background-color: transparent; background-image: none; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container > .video-iframe-container { display: none; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row > .video-iframe-container { display: none; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .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); }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container { border-width: 0; border-radius: 0; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#LC7GkytFig1kZ09fhdOkfy9odXddJ6Ti { 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; }
#QVwwEWsNU9T8TPXTSrqKrmR56rIuDKSd { 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; }
#gKzgMIIaFmmVcfp8WI9IODNGlgXTX9AX { 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; }
#X66X7SS99lWV8pyJ1xUNFH43FD0e5Luf { 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; }
#dz86TBTVVEwnxqUBamP623mbEDgRMBRp { 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; }
#fH7inJyBUtzgLk0TXzHKCC6cgBlnKDTH { 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; }
#evWiBB3VmvaTXXOCRebdLNQlxHTSs56o { 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; }
#FIziqrKCQ6zub2fcKhE6ibBDBO9o7HF0 { 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; }
#pVTf7CPD8ERLGOLNTimuPzvA0GprA4xt { 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; }
#xPHvTbFRypIwzxg6i1lyg6MbpIW8rFkF { 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; }
#EKMdC1k2WXBuSzRVOPTDaQGES6QyRTcr { 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; }
#v4xdf38E7riOikgxTGVsJoZ7nFPMtIv4 { 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; }
#aaUD2xFx2nUIQeyfLz3kTRPGnTI1nbgV { 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; }
#sCO1xh4XkOhHUx4dIWNyWynlXBHZgaF8 { 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; }
#lLTub3M8QA5LzxUf2UtGrp5VQgD62LfW { 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; }
#SzMN7EhNrEaTfvdM6AUZczmreVC6uBpy { 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; }
#d5QM83Lbs3I4MPE3GE0EqImve5p8ZeoX { 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; }
#xOgl2ukp8869xCmoSS7b67Mi5mCImhug { 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; }
#fkwpH5gwSgqUPrGXTPdIV5yxGZKGKD0k { 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; }
#MCAwfsfmhSox48ZmQWJdiuLTVZ2iu0Ne { 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; }
#XhBJXe4U40XqNwAfgZtcXec4TLXCK5lD { 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; }
#HU6NgZrgT3MpcAUPc5hS1iQZ3T08TTg8 { 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; }
#mJ3RwKZhRtLwhFW61EBVzSO8ZdeP1p7d { 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; }
#mMxLTStTnfUwGnkl8ZQNALGDoO0pawfv { 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; }
#mwQRqVPf5TqlkSZx1ya4pRUreS7zfvX8 { 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; }
#Ms839VigMccL66XKaK4mQCisQyZQDup0 { 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; }
#V9o9I5odSwLkhTv9Fxb4TOxsDC2zmvxf { 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; }
#RV0SVxdNWzADN1R36Q6O6dHRlniF5wTb { 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; }
#MoHzPyXTblz3HKxflKzFbQsstGyqiEKI { 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; }
#nTOXDmZqAi5QFAeU3IMetbveuHFmi6fw { 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; }
#J7uNeQh74UGUawzxwZxVhkTbQaTDoiL3 { 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; }
#QWqLOdnckTNQmqdMwfMzZxeVDrTXsg7g { 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; }
#I7TkfVtbJgur5wn7Rvf3yshH0tRSFHdl { 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; }
#eI1Tageu8Eu4g4dJnGnG2VoesscFgogZ { 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; }
#vbBRSqroTGZrGLn0cTM4agTM1Qqmc2bF { 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; }
#gT3hyCkN86aLUqPJG3N61HFP3WwMxv5X { 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; }
#AQviaNWKxnGpN0LbIxCNPIw7guCMp8IS { 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; }
#qgUEDnveBT5ZuGKBU4HpZx5Kc6XyXSs3 { 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; }
#Jac6u1tiFPOC40ts4F42mQVdJTls7bCb { 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; }
#iNOnnXZEnPd645TJh0fmSwGwKQrJgfTs { 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; }
#Sx1LeG7qW3W7eGybarTMkGNRAXwQzvl6 { 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; }
#DcDPv80otFWUycTqw7wseVscW3VQE7kV { 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; }
#q8Fht22ArCVqDJKNRf0npmBGpZasTvRQ { 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; }
#f92mhE8i532MdxOyrsKZ3QuTHhN4iFR2 { 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; }
#bcKV3IA6gpKOkbCekC3WPC4izsq0R3sS { 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; }
#N1ZGguE1659IqwRq3LMvNTGOKMwdbErn { 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; }
#WI1EUG8RTqHXJ3dbWHN9leXEKldb2QDt { 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; }
#zGOae6yHzKaRqVUxb9RIxHrRm6LbFbMU { 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; }
#c59qCv6I2ThM17OGcRSQ5IOQNJ7EaUmi { 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; }
#HyPBsDuRSggwpPXgSfQMf4Z4U0hhebVE { 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; }
#pS0JUIwMiVDOhP51dZmqM4zMvE6WI43e { 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; }
#UqWWczm8wR98ToBXgKITah2HNZ4KTwuw { 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; }
#K3F6g5qa0NzgPToQPndXpxO1LVB5VcE0 { 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; }
#HLta27MBy20Nd9NvtnTJ970EFIkUevGk { 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; }
#MGVGbIKk3e9T255np0cCZrkG3IIuZvma { 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; }
#HmBhilihbNuVSOQTKnzn73qSVUzg58BT { 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; }
#oxA4ZhxiwboEezU5WtyT10OlM2m6AWfn { 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; }
#sNFBMNzX9uJEiCRz5xG0tCNsUwvuPSGL { 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; }
#lqFe73BQOAv8nJq8zt2JAwl6WDG8Qqu7 { 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; }
#EOnhHibUGfxgyuCckCHeuDpbWiZEfCB0 { 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; }
#NTTRSO8tf2HEuCZlsInhZhmtgRrUXrpO { 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; }
#GnRcs8MA278k22sx47ZGI01d1bKO5pHo { 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; }
#IFKfUALxIoOyUNP0ZTcJ6nlKTBZmsEgX { 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; }
#WXgib9Ow8x6JHRmViRKpc3ryvqI8RNyL { 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; }
#gIAOGZJXpcEGIrXh1ThJ0LWuh3Xyis03 { 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; }
#mami0Oitt9Cn0rfhUqUxv1S5p0zg7Bvn { 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; }
#cEGKNM9pObSomdhSCMpWgzkVek8n76Ex { 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; }
#gKdw5iQFxybwU3aOJXbrwg0FbDhzDshi { 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; }
#uiMFQggNH3CDsoeyQXcELF9Jb8hrQ5Td { 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; }
#AbMTkU8gblelPwTRMhP983AZiCt4QoPD { 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; }
#E5mb8zFGKSPWvxwB3AB2p2iP1fxdwESn { 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; }
#IMIhNgirrNiHAgrpvHHDyIlC63I2oqT7 { 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; }
#gGp2ex7LTkdXbUfoll6tNHs34N5DN8pJ { 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; }
#tPoFETzQuDeTDbxRb1XOfVEyVahpotz3 { 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; }
#HNie0aqfy2IMhrW3hLChkxodfg4mhoiN { 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; }
#VLRVbLBiQ0sU4k5T3mrX29BRgwHLRpZu { 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; }
#aOiECO7midvxETvzMCADGACto6GsrxBq { 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; }
#XxPwUBU73LTMNJ1AX043MI1aIFv9zFIs { 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; }
#EAyTwtXJC96rKcTuUViyl0sfwAsCkZZx { 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; }
#Oe2IlchZbgaHNpt31teOAI46fRV17A8V { 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; }
#UiQSGet7WoRPsQkJGfcCuCRy7XODKol1 { 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; }
#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt { position:relative;display:block; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt { background-color: transparent; background-image: none; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .row .container > .video-iframe-container { display: none; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .row > .video-iframe-container { display: none; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .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); }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt { border-width: 0; border-radius: 0; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .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; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .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; }#PXcrHtzmdM1N8ByKLsXI7gWK9FZP1rpq { 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; }
#JumuTlBGFqI2eblyfusB68JekMx4DqI2 { 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) { #CTZGA76No0DudiODFNATKikTVTBiCisu { display:block; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLBnXqTxchI1pRFFWnnLKf88QTvEyJHC { top:0.5rem;left:0rem;width:25.0625rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrLQS5f9yL2pt2B4m9Z7IgN1JfoPhupI { top:4.625rem;left:0rem;width:32.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpafBnytVsEPEvLocwdgGLsMys467gAV { 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) { #bBTQiFowKk8BiRyhVvtfoPtzKbq6ZuTf { width:13.4375rem;height:3.0625rem;top:28.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F593xePfkSUkZ23GsEtfMDVuIPLCJxD0 { display:block; }
 }@media only screen and (max-width: 763px) { #i1TDunH5tkIJtI93cPIbAk8E40JegsXm { top:8.4375rem;left:0rem;width:35.625rem;height:18.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlBoN0oQMmME9sSedTTL1t95doGFGMde { top:5rem;left:0rem;width:39.75rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9l9myr4DT1LN0Ogoz4NszNkexTdV7H { top:1rem;left:0rem;width:40.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d { display:block; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LC7GkytFig1kZ09fhdOkfy9odXddJ6Ti { top:4.6875rem;left:5.5625rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwwEWsNU9T8TPXTSrqKrmR56rIuDKSd { top:14.1875rem;left:5.625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKzgMIIaFmmVcfp8WI9IODNGlgXTX9AX { 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) { #X66X7SS99lWV8pyJ1xUNFH43FD0e5Luf { width:47.75rem;height:2.625rem;top:0.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz86TBTVVEwnxqUBamP623mbEDgRMBRp { top:14.3125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH7inJyBUtzgLk0TXzHKCC6cgBlnKDTH { top:17.4375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWiBB3VmvaTXXOCRebdLNQlxHTSs56o { top:20.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIziqrKCQ6zub2fcKhE6ibBDBO9o7HF0 { 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) { #pVTf7CPD8ERLGOLNTimuPzvA0GprA4xt { top:20.625rem;left:4.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPHvTbFRypIwzxg6i1lyg6MbpIW8rFkF { 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) { #EKMdC1k2WXBuSzRVOPTDaQGES6QyRTcr { 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) { #v4xdf38E7riOikgxTGVsJoZ7nFPMtIv4 { top:4.6875rem;left:0rem;width:18.3125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUD2xFx2nUIQeyfLz3kTRPGnTI1nbgV { top:20.625rem;left:9.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCO1xh4XkOhHUx4dIWNyWynlXBHZgaF8 { 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) { #lLTub3M8QA5LzxUf2UtGrp5VQgD62LfW { top:17.5rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzMN7EhNrEaTfvdM6AUZczmreVC6uBpy { top:20.6875rem;left:11.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5QM83Lbs3I4MPE3GE0EqImve5p8ZeoX { top:20.6875rem;left:16.15625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOgl2ukp8869xCmoSS7b67Mi5mCImhug { top:20.6875rem;left:21.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkwpH5gwSgqUPrGXTPdIV5yxGZKGKD0k { 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) { #MCAwfsfmhSox48ZmQWJdiuLTVZ2iu0Ne { 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) { #XhBJXe4U40XqNwAfgZtcXec4TLXCK5lD { top:21.4375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6NgZrgT3MpcAUPc5hS1iQZ3T08TTg8 { top:4.6875rem;left:17.5rem;width:18.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ3RwKZhRtLwhFW61EBVzSO8ZdeP1p7d { top:14.1875rem;left:17.5625rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMxLTStTnfUwGnkl8ZQNALGDoO0pawfv { 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) { #mwQRqVPf5TqlkSZx1ya4pRUreS7zfvX8 { top:17.5rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ms839VigMccL66XKaK4mQCisQyZQDup0 { top:20.6875rem;left:28.09375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9o9I5odSwLkhTv9Fxb4TOxsDC2zmvxf { top:20.6875rem;left:33.59375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV0SVxdNWzADN1R36Q6O6dHRlniF5wTb { top:20.6875rem;left:23.875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoHzPyXTblz3HKxflKzFbQsstGyqiEKI { 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) { #nTOXDmZqAi5QFAeU3IMetbveuHFmi6fw { 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) { #J7uNeQh74UGUawzxwZxVhkTbQaTDoiL3 { 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) { #QWqLOdnckTNQmqdMwfMzZxeVDrTXsg7g { top:4.6875rem;left:29.5rem;width:18.25rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TkfVtbJgur5wn7Rvf3yshH0tRSFHdl { top:14.1875rem;left:29.5rem;width:18.25rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1Tageu8Eu4g4dJnGnG2VoesscFgogZ { 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) { #vbBRSqroTGZrGLn0cTM4agTM1Qqmc2bF { top:17.5rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT3hyCkN86aLUqPJG3N61HFP3WwMxv5X { top:20.6875rem;left:40.03125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQviaNWKxnGpN0LbIxCNPIw7guCMp8IS { top:20.6875rem;left:45.53125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgUEDnveBT5ZuGKBU4HpZx5Kc6XyXSs3 { 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) { #Jac6u1tiFPOC40ts4F42mQVdJTls7bCb { 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) { #iNOnnXZEnPd645TJh0fmSwGwKQrJgfTs { 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) { #Sx1LeG7qW3W7eGybarTMkGNRAXwQzvl6 { top:20.6875rem;left:35.8125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcDPv80otFWUycTqw7wseVscW3VQE7kV { top:34.8125rem;left:0rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Fht22ArCVqDJKNRf0npmBGpZasTvRQ { top:37.9375rem;left:0rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f92mhE8i532MdxOyrsKZ3QuTHhN4iFR2 { top:41.125rem;left:4.78125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcKV3IA6gpKOkbCekC3WPC4izsq0R3sS { 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) { #N1ZGguE1659IqwRq3LMvNTGOKMwdbErn { top:41.125rem;left:8.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI1EUG8RTqHXJ3dbWHN9leXEKldb2QDt { 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) { #zGOae6yHzKaRqVUxb9RIxHrRm6LbFbMU { 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) { #c59qCv6I2ThM17OGcRSQ5IOQNJ7EaUmi { top:25.1875rem;left:0rem;width:18.4375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyPBsDuRSggwpPXgSfQMf4Z4U0hhebVE { top:41.125rem;left:0.53125rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS0JUIwMiVDOhP51dZmqM4zMvE6WI43e { 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) { #UqWWczm8wR98ToBXgKITah2HNZ4KTwuw { top:25.25rem;left:5.5rem;width:18.375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3F6g5qa0NzgPToQPndXpxO1LVB5VcE0 { top:34.875rem;left:5.625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLta27MBy20Nd9NvtnTJ970EFIkUevGk { 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) { #MGVGbIKk3e9T255np0cCZrkG3IIuZvma { top:38rem;left:6.625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmBhilihbNuVSOQTKnzn73qSVUzg58BT { top:41.1875rem;left:16.71875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxA4ZhxiwboEezU5WtyT10OlM2m6AWfn { 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) { #sNFBMNzX9uJEiCRz5xG0tCNsUwvuPSGL { top:41.1875rem;left:20.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqFe73BQOAv8nJq8zt2JAwl6WDG8Qqu7 { top:41.9375rem;left:22rem;width:1.875rem;height:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOnhHibUGfxgyuCckCHeuDpbWiZEfCB0 { top:41.1875rem;left:12.46875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTTRSO8tf2HEuCZlsInhZhmtgRrUXrpO { 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) { #GnRcs8MA278k22sx47ZGI01d1bKO5pHo { top:25.25rem;left:17.4375rem;width:18.375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKfUALxIoOyUNP0ZTcJ6nlKTBZmsEgX { top:34.875rem;left:17.5625rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgib9Ow8x6JHRmViRKpc3ryvqI8RNyL { 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) { #gIAOGZJXpcEGIrXh1ThJ0LWuh3Xyis03 { top:38rem;left:18.5625rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mami0Oitt9Cn0rfhUqUxv1S5p0zg7Bvn { top:41.1875rem;left:28.65625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEGKNM9pObSomdhSCMpWgzkVek8n76Ex { top:41.1875rem;left:32.71875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKdw5iQFxybwU3aOJXbrwg0FbDhzDshi { top:41.1875rem;left:24.40625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiMFQggNH3CDsoeyQXcELF9Jb8hrQ5Td { 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) { #AbMTkU8gblelPwTRMhP983AZiCt4QoPD { 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) { #E5mb8zFGKSPWvxwB3AB2p2iP1fxdwESn { 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) { #IMIhNgirrNiHAgrpvHHDyIlC63I2oqT7 { top:25.25rem;left:29.375rem;width:18.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGp2ex7LTkdXbUfoll6tNHs34N5DN8pJ { top:34.875rem;left:29.5rem;width:18.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPoFETzQuDeTDbxRb1XOfVEyVahpotz3 { 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) { #HNie0aqfy2IMhrW3hLChkxodfg4mhoiN { top:38rem;left:30.5rem;width:17.25rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLRVbLBiQ0sU4k5T3mrX29BRgwHLRpZu { top:41.1875rem;left:40.59375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOiECO7midvxETvzMCADGACto6GsrxBq { top:41.1875rem;left:44.65625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxPwUBU73LTMNJ1AX043MI1aIFv9zFIs { top:41.1875rem;left:36.34375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAyTwtXJC96rKcTuUViyl0sfwAsCkZZx { 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) { #Oe2IlchZbgaHNpt31teOAI46fRV17A8V { 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) { #UiQSGet7WoRPsQkJGfcCuCRy7XODKol1 { 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) { #A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt { display:block; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXcrHtzmdM1N8ByKLsXI7gWK9FZP1rpq { width:13.125rem;height:7.25rem;top:15.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JumuTlBGFqI2eblyfusB68JekMx4DqI2 { 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) { #CTZGA76No0DudiODFNATKikTVTBiCisu { display:block; }#CTZGA76No0DudiODFNATKikTVTBiCisu > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLBnXqTxchI1pRFFWnnLKf88QTvEyJHC { width:16.3125rem;height:20.4375rem;top:0.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrLQS5f9yL2pt2B4m9Z7IgN1JfoPhupI { width:18rem;height:0.25rem;top:25.2685546875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpafBnytVsEPEvLocwdgGLsMys467gAV { 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) { #bBTQiFowKk8BiRyhVvtfoPtzKbq6ZuTf { width:11.3740234375rem;height:2.5595703125rem;top:51.8125rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F593xePfkSUkZ23GsEtfMDVuIPLCJxD0 { display:block; }
 }@media only screen and (max-width: 763px) { #i1TDunH5tkIJtI93cPIbAk8E40JegsXm { 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) { #JlBoN0oQMmME9sSedTTL1t95doGFGMde { 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) { #Tt9l9myr4DT1LN0Ogoz4NszNkexTdV7H { 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) { #QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d { display:block; }#QkJutB7iyVlrmfb8EbT9NkKqH8npiM1d > .row .container { width:20rem;height:167.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LC7GkytFig1kZ09fhdOkfy9odXddJ6Ti { width:18.25rem;height:9.6875rem;top:25.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwwEWsNU9T8TPXTSrqKrmR56rIuDKSd { width:18.1875rem;height:9.3125rem;top:34.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKzgMIIaFmmVcfp8WI9IODNGlgXTX9AX { width:11.6865234375rem;height:1.3125rem;top:36.5625rem;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) { #X66X7SS99lWV8pyJ1xUNFH43FD0e5Luf { 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) { #dz86TBTVVEwnxqUBamP623mbEDgRMBRp { width:18.25rem;height:9.9375rem;top:15.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH7inJyBUtzgLk0TXzHKCC6cgBlnKDTH { 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) { #evWiBB3VmvaTXXOCRebdLNQlxHTSs56o { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:3rem; }
 }@media only screen and (max-width: 763px) { #FIziqrKCQ6zub2fcKhE6ibBDBO9o7HF0 { 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) { #pVTf7CPD8ERLGOLNTimuPzvA0GprA4xt { display:flex;width:2.25rem;height:2.25rem;top:21.375rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #xPHvTbFRypIwzxg6i1lyg6MbpIW8rFkF { 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) { #EKMdC1k2WXBuSzRVOPTDaQGES6QyRTcr { 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) { #v4xdf38E7riOikgxTGVsJoZ7nFPMtIv4 { width:18.3125rem;height:9.8125rem;top:5.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUD2xFx2nUIQeyfLz3kTRPGnTI1nbgV { display:flex;width:2.1875rem;height:2.1875rem;top:21.375rem;left:13.875rem; }
 }@media only screen and (max-width: 763px) { #sCO1xh4XkOhHUx4dIWNyWynlXBHZgaF8 { 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) { #lLTub3M8QA5LzxUf2UtGrp5VQgD62LfW { width:17.25rem;height:3rem;top:38.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) { #SzMN7EhNrEaTfvdM6AUZczmreVC6uBpy { display:flex;width:2.25rem;height:2.25rem;top:41.25rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #d5QM83Lbs3I4MPE3GE0EqImve5p8ZeoX { display:flex;width:2.25rem;height:2.25rem;top:41.25rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #xOgl2ukp8869xCmoSS7b67Mi5mCImhug { display:flex;width:2.1875rem;height:2.1875rem;top:41.25rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #fkwpH5gwSgqUPrGXTPdIV5yxGZKGKD0k { width:1.875rem;height:1.125rem;top:41.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) { #MCAwfsfmhSox48ZmQWJdiuLTVZ2iu0Ne { width:1.875rem;height:1.125rem;top:41.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) { #XhBJXe4U40XqNwAfgZtcXec4TLXCK5lD { width:1.875rem;height:1.125rem;top:42rem;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) { #HU6NgZrgT3MpcAUPc5hS1iQZ3T08TTg8 { width:18.3125rem;height:9.6875rem;top:44.8125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ3RwKZhRtLwhFW61EBVzSO8ZdeP1p7d { width:18.25rem;height:10.125rem;top:54.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMxLTStTnfUwGnkl8ZQNALGDoO0pawfv { width:11.6875rem;height:1.3125rem;top:55.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) { #mwQRqVPf5TqlkSZx1ya4pRUreS7zfvX8 { width:17.25rem;height:3rem;top:57.5rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ms839VigMccL66XKaK4mQCisQyZQDup0 { display:flex;width:2.25rem;height:2.25rem;top:60.6875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #V9o9I5odSwLkhTv9Fxb4TOxsDC2zmvxf { display:flex;width:2.1875rem;height:2.1875rem;top:60.6875rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #RV0SVxdNWzADN1R36Q6O6dHRlniF5wTb { display:flex;width:2.25rem;height:2.25rem;top:60.6875rem;left:2.9375rem; }
 }@media only screen and (max-width: 763px) { #MoHzPyXTblz3HKxflKzFbQsstGyqiEKI { width:1.875rem;height:1.125rem;top:61.375rem;left:5.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nTOXDmZqAi5QFAeU3IMetbveuHFmi6fw { width:1.875rem;height:1.125rem;top:61.3125rem;left:10.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J7uNeQh74UGUawzxwZxVhkTbQaTDoiL3 { width:1.875rem;height:1.125rem;top:61.4375rem;left:15.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QWqLOdnckTNQmqdMwfMzZxeVDrTXsg7g { width:18.25rem;height:9.6875rem;top:65rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7TkfVtbJgur5wn7Rvf3yshH0tRSFHdl { width:18.25rem;height:10.125rem;top:74.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI1Tageu8Eu4g4dJnGnG2VoesscFgogZ { width:11.6875rem;height:1.3125rem;top:75.5625rem;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) { #vbBRSqroTGZrGLn0cTM4agTM1Qqmc2bF { width:17.25rem;height:3rem;top:77.6875rem;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) { #gT3hyCkN86aLUqPJG3N61HFP3WwMxv5X { display:flex;width:2.25rem;height:2.25rem;top:80.875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #AQviaNWKxnGpN0LbIxCNPIw7guCMp8IS { display:flex;width:2.1875rem;height:2.1875rem;top:80.875rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #qgUEDnveBT5ZuGKBU4HpZx5Kc6XyXSs3 { width:1.875rem;height:1.125rem;top:81.5rem;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) { #Jac6u1tiFPOC40ts4F42mQVdJTls7bCb { width:1.875rem;height:1.125rem;top:81.625rem;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) { #iNOnnXZEnPd645TJh0fmSwGwKQrJgfTs { width:1.875rem;height:1.125rem;top:81.5625rem;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) { #Sx1LeG7qW3W7eGybarTMkGNRAXwQzvl6 { display:flex;width:2.25rem;height:2.25rem;top:80.875rem;left:2.875rem; }
 }@media only screen and (max-width: 763px) { #DcDPv80otFWUycTqw7wseVscW3VQE7kV { width:18.25rem;height:9.9375rem;top:94.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8Fht22ArCVqDJKNRf0npmBGpZasTvRQ { width:17.25rem;height:3rem;top:97.5625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f92mhE8i532MdxOyrsKZ3QuTHhN4iFR2 { display:flex;width:2.25rem;height:2.25rem;top:100.75rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #bcKV3IA6gpKOkbCekC3WPC4izsq0R3sS { width:1.875rem;height:1.125rem;top:101.375rem;left:10.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #N1ZGguE1659IqwRq3LMvNTGOKMwdbErn { display:flex;width:2.1875rem;height:2.1875rem;top:100.75rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #WI1EUG8RTqHXJ3dbWHN9leXEKldb2QDt { width:1.875rem;height:1.125rem;top:101.5rem;left:14.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zGOae6yHzKaRqVUxb9RIxHrRm6LbFbMU { width:11.6875rem;height:1.3125rem;top:95.5rem;left:4.125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c59qCv6I2ThM17OGcRSQ5IOQNJ7EaUmi { width:18.4375rem;height:9.8125rem;top:85.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyPBsDuRSggwpPXgSfQMf4Z4U0hhebVE { display:flex;width:2.25rem;height:2.25rem;top:100.75rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #pS0JUIwMiVDOhP51dZmqM4zMvE6WI43e { width:1.875rem;height:1.125rem;top:101.4375rem;left:6.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UqWWczm8wR98ToBXgKITah2HNZ4KTwuw { width:18.375rem;height:9.75rem;top:105.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3F6g5qa0NzgPToQPndXpxO1LVB5VcE0 { width:18.25rem;height:9.9375rem;top:114.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLta27MBy20Nd9NvtnTJ970EFIkUevGk { width:11.6875rem;height:1.3125rem;top:115.875rem;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) { #MGVGbIKk3e9T255np0cCZrkG3IIuZvma { width:17.25rem;height:3rem;top:117.8125rem;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) { #HmBhilihbNuVSOQTKnzn73qSVUzg58BT { display:flex;width:2.25rem;height:2.25rem;top:121rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #oxA4ZhxiwboEezU5WtyT10OlM2m6AWfn { width:1.875rem;height:1.125rem;top:121.625rem;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) { #sNFBMNzX9uJEiCRz5xG0tCNsUwvuPSGL { display:flex;width:2.1875rem;height:2.1875rem;top:121rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #lqFe73BQOAv8nJq8zt2JAwl6WDG8Qqu7 { width:1.875rem;height:1.125rem;top:121.75rem;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) { #EOnhHibUGfxgyuCckCHeuDpbWiZEfCB0 { display:flex;width:2.25rem;height:2.25rem;top:121rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #NTTRSO8tf2HEuCZlsInhZhmtgRrUXrpO { width:1.875rem;height:1.125rem;top:121.6875rem;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) { #GnRcs8MA278k22sx47ZGI01d1bKO5pHo { width:18.375rem;height:9.875rem;top:125.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFKfUALxIoOyUNP0ZTcJ6nlKTBZmsEgX { width:18.25rem;height:9.9375rem;top:135.1875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgib9Ow8x6JHRmViRKpc3ryvqI8RNyL { width:11.6875rem;height:1.3125rem;top:136.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) { #gIAOGZJXpcEGIrXh1ThJ0LWuh3Xyis03 { width:17.25rem;height:3rem;top:138.3125rem;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) { #mami0Oitt9Cn0rfhUqUxv1S5p0zg7Bvn { display:flex;width:2.25rem;height:2.25rem;top:141.5rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #cEGKNM9pObSomdhSCMpWgzkVek8n76Ex { display:flex;width:2.1875rem;height:2.1875rem;top:141.5rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #gKdw5iQFxybwU3aOJXbrwg0FbDhzDshi { display:flex;width:2.25rem;height:2.25rem;top:141.5rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #uiMFQggNH3CDsoeyQXcELF9Jb8hrQ5Td { width:1.875rem;height:1.125rem;top:142.125rem;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) { #AbMTkU8gblelPwTRMhP983AZiCt4QoPD { width:1.875rem;height:1.125rem;top:142.25rem;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) { #E5mb8zFGKSPWvxwB3AB2p2iP1fxdwESn { width:1.875rem;height:1.125rem;top:142.1875rem;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) { #IMIhNgirrNiHAgrpvHHDyIlC63I2oqT7 { width:18.375rem;height:9.8125rem;top:146.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGp2ex7LTkdXbUfoll6tNHs34N5DN8pJ { width:18.25rem;height:9.9375rem;top:155.6875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPoFETzQuDeTDbxRb1XOfVEyVahpotz3 { width:11.6875rem;height:1.3125rem;top:156.875rem;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) { #HNie0aqfy2IMhrW3hLChkxodfg4mhoiN { width:17.25rem;height:3rem;top:158.8125rem;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) { #VLRVbLBiQ0sU4k5T3mrX29BRgwHLRpZu { display:flex;width:2.25rem;height:2.25rem;top:162rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #aOiECO7midvxETvzMCADGACto6GsrxBq { display:flex;width:2.1875rem;height:2.1875rem;top:162rem;left:12.875rem; }
 }@media only screen and (max-width: 763px) { #XxPwUBU73LTMNJ1AX043MI1aIFv9zFIs { display:flex;width:2.25rem;height:2.25rem;top:162rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #EAyTwtXJC96rKcTuUViyl0sfwAsCkZZx { width:1.875rem;height:1.125rem;top:162.625rem;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) { #Oe2IlchZbgaHNpt31teOAI46fRV17A8V { width:1.875rem;height:1.125rem;top:162.75rem;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) { #UiQSGet7WoRPsQkJGfcCuCRy7XODKol1 { width:1.875rem;height:1.125rem;top:162.6875rem;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) { #A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt { display:block; }#A5x5aD5NmNSPUPZpq02DfLm7O9U0JMQt > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXcrHtzmdM1N8ByKLsXI7gWK9FZP1rpq { 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) { #JumuTlBGFqI2eblyfusB68JekMx4DqI2 { 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; }
 }