.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:225,235,234;--color-primary-1:164,195,192;--color-primary-2:103,155,150;--color-primary-3:62,93,90;--color-primary-4:1,88,80;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:170,177,173;--color-tertiary-2:114,125,119;--color-tertiary-3:68,75,71;--color-tertiary-4:20,38,28;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@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:#f5fbf8;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;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; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6.adaptive-delivery-prevent-bg, #oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6.lazyload, #oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6.lazyloading { background-image: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { background-color: transparent; background-image: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,32,31,0.86); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container > .video-iframe-container { display: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(29,32,31,0.86); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row > .video-iframe-container { display: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .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); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { border-width: 0; border-radius: 0; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6::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; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:75rem;position:relative;display:block; }#awDTTVBcbaDLVKpllNbOWpGo61qvbx5V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:11.0625rem;top:3.74609375rem;left:16.9375rem;overflow:hidden;display:block; }
#VZJuSBf4EA4oeTLKE1FGJXTNQaTH8T0i { color:#f8fdfb;display:block;width:11.684rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:39.749351501465rem;left:50.406902313233rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:23.375rem;width:19rem;top:12rem;left:50.4375rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:16.1875rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#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:16.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:#ffffff;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;width:16.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:16.1875rem;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) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-4),1);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.125rem;font-weight:bold;color:#eef2fa;width:16.1875rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:rgba(94,97,104,0.7);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:rgba(94,97,104,0.7);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:rgba(94,97,104,0.7);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:rgba(94,97,104,0.7);font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:15rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:rgba(var(--color-tertiary-0),0.1);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:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.53125rem;top:15.0625rem;z-index:15212;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.1875rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:rgba(var(--color-tertiary-0),0.1);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:16.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:50.5rem;top:15.6875rem;z-index:15212;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:rgba(var(--color-primary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:12.6875rem;left:51.9375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bfSVy7sBzpDx6CL4Nl7RNypcawthtJ8l { color:#f3f6f6;display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:12.25rem;font-weight:700;z-index:15035;line-height:.5;letter-spacing:0;top:20.686849594116rem;left:12.999132156372rem;height:6.12521875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kGPEEBL7Lt263RZD3wHPdQXBK5qtqzgP { color:#fbfaf8;display:block;width:11.371125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:17.1875rem;left:31.4375rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h2UuEF0EC8h7LdMCKZHOwTTuSa74h6FS { color:#faf7f1;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:22.26171875rem;left:4.3125rem;height:3.849825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rkk4FZquGITGq8SWgMbLfSJka8OHr7PQ { position:absolute;display:block;z-index:15209;background-color:#006e6d;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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:2.4375rem;width:29.375rem;top:30.986330032349rem;left:6.8723964691163rem;display:block; }
#MpJmKmwC804ucASMeC2TsBTKhG9XlalM { color:#f3fbf7;display:block;width:28.5623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15210;line-height:1.3;letter-spacing:0;top:31.067708969116rem;left:7.2775630950925rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PqD1yh7R2p0mCcrK7LdFpq4IVECcNfiR { color:#f8fdfb;display:block;width:11.6875rem;position:absolute;font-family:rubik;font-size:0.625rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:34.70703125rem;left:15.71484375rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITSvOZpsLRIWl2TcAnF6rBwO3we7GAA9 { color:#050505;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:14998;line-height:.8;letter-spacing:0;top:27rem;left:50.6875rem;height:7.9980625rem;text-align:justify;text-align-last:initial;display:block; }
#T6gavNpSiv8Tm4khPty7yu7DgtVGgIrs { color:rgba(var(--color-tertiary-0),1);display:block;width:39.249125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:10.579427480698rem;left:4.3120670318604rem;height:6.3359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff { position:relative;display:block; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff { background-color: transparent; background-image: none; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .row .container > .video-iframe-container { display: none; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .row > .video-iframe-container { display: none; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .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); }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff { border-width: 0; border-radius: 0; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .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; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .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:36.8125rem;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; }#XhTmHV8IMHJuEGCup71di3Kaoe6XTnJ2 { position:absolute;display:block;z-index:15006;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: none;height:24.1875rem;width:34.625rem;top:3.82421875rem;left:1.9990234375rem;overflow:hidden;display:block; }
#OTkt1P7lzFB31eTfnHE3cu83wJGTlTG7 { color:#050505;display:block;width:33.871125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:.8;letter-spacing:0;top:24.75rem;left:38.375rem;height:3.199225rem;text-align:justify;text-align-last:initial;display:block; }
#NiWS6ThcoFtOyfFAGFNaENKhVwnFhKEg { color:#050505;display:block;width:36.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.7;letter-spacing:0;top:18.185764312744rem;left:38.37522315979rem;height:5.09765625rem;text-align:justify;text-align-last:initial;display:block; }
#bGysKqzwxPBsrEqiRTehwqFxqDTcK4io { color:#040303;display:block;width:34.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:12.401473999024rem;left:38.311632156372rem;height:4.38574375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pW0MQZDZV4ImX8o3u9xrirX27T76ECKl { position:absolute;display:block;z-index:15033;background-color:#ca900f;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.25rem;width:34.125rem;top:8.0622825622556rem;left:38.562288284302rem;display:block; }
#niDR6ldLghpJNXrx91ZOWEsZIHaLph5y { position:absolute;display:block;z-index:15032;background-color:#956f19;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.25rem;width:34.125rem;top:7.8116302490238rem;left:38.562288284302rem;display:block; }
#t5nA0HERTLC3UKMElm6IX2dQV9af6Zmz { color:#050505;display:block;width:34.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.6;letter-spacing:0;top:14.999130249024rem;left:37.500001907349rem;height:0;text-align:justify;text-align-last:initial;display:block; }
#Tad7MifLSksmyNx4IVchWNuLyNaipnd0 { background-color:#006e6d;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.0620625rem;height:2.43706875rem;text-decoration:none;z-index:15223;text-align:center;text-align-last:center;top:27.9375rem;left:38.375rem;display:block; }
#RIHG9iGKZXS6CoFtbq9ObVE0deOH8Iy5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JfsMKoiIzbHhThTGfG1GTZc5OtMLSi95 { color:#050505;display:block;width:34.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:8.6243476867675rem;left:38.311632156372rem;height:3.0859375rem;text-align:justify;text-align-last:initial;display:block; }
#tl9ouQkolJkQVxFr5HclBfps6SiGCFnv { color:rgba(var(--color-primary-4),1);display:block;width:34.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15222;line-height:1.2;letter-spacing:0;top:2.5924491882324rem;left:38.308382034302rem;height:4.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aCT3n3ClcUZtOeTxf5EoVuQB5m2PMcB6 { color:#040303;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.28125rem;left:11.75rem;height:8.53125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo { 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; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container { background-color: transparent; background-image: none; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container > .video-iframe-container { display: none; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row > .video-iframe-container { display: none; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .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); }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container { border-width: 0; border-radius: 0; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#ECBIRSydoou6GLLD2o7cfodmOurStZGg { color:#f5fdfc;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFqsMJHicLFXWLoeXXJEIbhavlmkc9aI { 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:15036;opacity:1;top:12.3125rem;left:25.5rem; }
#Z0GloSIIsI8sTDC7qWknBsOZL5tpKJ5R { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.4987rem;width:4.4987rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.3125rem;left:7.75rem; }
#BvVbH50Bp63A8sHAnF9IpTf8l8bullQm { 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:15040;opacity:1;top:12.3125rem;left:44.25rem; }
#zF8hyoGU8BTuEw3Kfcyt5BThDHKIcJNA { color:#fbfdfd;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:19.25rem;left:3.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EGF7foohho6SwvoTkbq50r1VfrR4hMlH { color:#e9f6f5;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:19.6875rem;left:21.5rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcEWOgeHvkE09CwqQLI78ZT63qV0TgAM { color:#f3faf9;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:19.3125rem;left:40.25rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aUHkyNsrF9o9gT11TTEE3cVTfsa1Ihmc { color:#f3fbfb;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.625rem;left:59rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNiRbQK0w2u3RMUmmu56LFApGQ2u1nql { 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:15044;opacity:1;top:12.3125rem;left:63rem; }
#pSAUaTWAtGEJaOI3RRweLxg39NcmNki4 { color:#effaf9;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:23.3125rem;left:2.0625rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#lvsAPvTvAxLyyT76OBcAXLS9qTFGSHAi { color:#e9f3f2;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:23.3125rem;left:20.8125rem;height:7.7995rem;text-align:center;text-align-last:center;display:block; }
#HceCTBETmD4IgnKFnTgCMwrOIuCpBoas { color:#f6faf9;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:23.3125rem;left:38.6875rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#vhHpkGEv8b8tCOtt4To3A2vBwhkZBBgG { color:#eff6f6;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:23.3125rem;left:57.5625rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;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; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container { background-color: transparent; background-image: none; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container > .video-iframe-container { display: none; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row > .video-iframe-container { display: none; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .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); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container { border-width: 0; border-radius: 0; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:block; }#o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5616302490234rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfxBC7Um0mKnHysOzoHk8vHDK3TTyXy5 { position:absolute;display:block;z-index:15004;background-color:#ecf4ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.2);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:24.124375rem;width:16.25rem;top:14.283855110407rem;left:4.375rem;display:block; }
#q5cO1kwT8svfz9Wy7iJWXpP6uWkKcr0G { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #f5f8fa;border-left:0.125rem solid #f5f8fa;border-right:0.125rem solid #f5f8fa;border-bottom:0.125rem solid #f5f8fa;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.875rem;width:10.875rem;top:15.902778595686rem;left:6.8044700622556rem;overflow:hidden;display:block; }
#o8PLSrQoo0fuFTqyxqWBmgnRGTBgIfQv { position:absolute;display:block;z-index:15017;border-top:0.125rem solid #f8fafb;border-left:0.125rem solid #f8fafb;border-right:0.125rem solid #f8fafb;border-bottom:0.125rem solid #f8fafb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.4373125rem;width:10.4373125rem;top:15.902778625488rem;left:32.897136688233rem;overflow:hidden;display:block; }
#DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:16.875rem;left:36.625rem;overflow:hidden;display:block; }
#baoAsAozmkx985AOT1EqHxFT4ig5lIfv { position:absolute;display:block;z-index:15019;border-top:0.125rem solid #f6f9fa;border-left:0.125rem solid #f6f9fa;border-right:0.125rem solid #f6f9fa;border-bottom:0.125rem solid #f6f9fa;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.3125rem;width:11.25rem;top:16.875rem;left:56.875rem;overflow:hidden;display:block; }
#oFt9BOmZGgfBXZNBomp1w2lCmRKm2KWi { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:28.39952275157rem;left:55.937503814698rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bZTx897Z1ZDsIxxEVUkq2rckksUT6LZF { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.332248657942rem;left:5.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMOO63eTDkvPBizo1fFAlHnfQEsE2HNx { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:28.399524688721rem;left:31.622180938721rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #f6fafb;border-left:0.125rem solid #f6fafb;border-right:0.125rem solid #f6fafb;border-bottom:0.125rem solid #f6fafb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.3125rem;width:11.25rem;top:45.25rem;left:6.75rem;overflow:hidden;display:block; }
#xHGP1ADeHaDUnwC7CzUSChmigSRK06pB { position:absolute;display:block;z-index:15019;border-top:0.125rem solid #eff7fb;border-left:0.125rem solid #eff7fb;border-right:0.125rem solid #eff7fb;border-bottom:0.125rem solid #eff7fb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.499125rem;width:11.25rem;top:44.654961585999rem;left:31.804473876953rem;overflow:hidden;display:block; }
#SAVIXUPZrxL7umqStkGNBfq6AiGHJstc { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:56.014541625976rem;left:30.937503814698rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:54.948353767395rem;left:5.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o9lXV8QTyuI0E6xwcFmsWDw0VT7S7rXd { position:absolute;display:block;z-index:15005;background-color:#ecf4ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:24.124375rem;width:16.25rem;top:14.283857345581rem;left:30.059680938721rem;display:block; }
#ZRznm8DoD5TEoWaJQfZqu1cpD4ivWSc4 { position:absolute;display:block;z-index:15006;background-color:#ecf4ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.2);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:24.125rem;width:16.25rem;top:14.8125rem;left:54.375rem;display:block; }
#iT03pgn2oz3VbTytNqL0TtQ3t24wQelL { position:absolute;display:block;z-index:15007;background-color:#ecf4ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.2);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:24.125rem;width:16.25rem;top:42.6875rem;left:29.375rem;display:block; }
#TNmce9CmTlx6CnO08Nu9Rn3zKhsBJ12T { position:absolute;display:block;z-index:15008;background-color:#ecf4ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.2);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:24.124375rem;width:16.25rem;top:42.685549736023rem;left:4.375rem;display:block; }
#pPs3FiVEPZyZuCbPu3na3i9WOTmXHIM9 { color:rgba(var(--color-primary-4),1);display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;top:32.061637878418rem;left:15.312286376953rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1FT5TOILPb0DT4WbPZE37HSLvTXNOT3 { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15085;line-height:1.6;letter-spacing:0;top:35.061851501465rem;left:15.624351501465rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qVNUqgwBu7shU3rUlvsgJDbbTETa7wLF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:31.749137878418rem;left:13.436851501465rem; }
#uHCZgU1Zwl9LkdNkkLozqbknFkaNGkZU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:34.874137878418rem;left:13.5625rem; }
#mcNIXHzTz4pMNLS61Mp2AEdtCHAbJO1R { color:rgba(var(--color-primary-4),1);display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:31.9375rem;left:8rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K866yoJ5OBO8zHOBsdyVPUCTKCdku36z { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:35.125rem;left:7.9375rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erDuDi8SJuv8VSLyAr0cIJX9fp8N9RfA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15118;opacity:1;top:35.0625rem;left:6.625rem; }
#ZsWtgnh0Fh731B29nEQo5yiysBmkMwVO { position:absolute;display:block;z-index:15008;background-color:#ecf4ef;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-left:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-right:0.0625rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),0.2);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:24.124375rem;width:16.25rem;top:42.686643600464rem;left:54.375003814698rem;display:block; }
#du5PvexegCSEcurLSqtETIHPhHWWvn3Z { position:absolute;display:block;z-index:15020;border-top:0.125rem solid #eff7fb;border-left:0.125rem solid #eff7fb;border-right:0.125rem solid #eff7fb;border-bottom:0.125rem solid #eff7fb;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.8123125rem;width:11.25rem;top:44.996747016907rem;left:56.873920440674rem;overflow:hidden;display:block; }
#IkXDVWWToe4i78iy23JZLsoNRHxkcPTg { color:rgba(var(--color-primary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:55.38694858551rem;left:55.937503814698rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqNQfmzxPflEzva2S7UIFiQ4nTi8I1o8 { color:rgba(var(--color-primary-4),1);display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15134;line-height:1.6;letter-spacing:0;top:29.380861252546rem;left:6.448570251465rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DgNJlS2Szt8BEM2Tsfn3bq43C6or0L3G { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:35.686849594116rem;left:65.499568939206rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DoLTmqoT1pqXUoESD6dpXGCSmxkrdFdd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:35.499134063721rem;left:63.561634063719rem; }
#mJ4cclAsNDiik3pTkMx6ATzt35Z65lsc { color:rgba(var(--color-primary-4),1);display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.6;letter-spacing:0;top:32.686633110046rem;left:65.311855316162rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OosonSWt39flGouTtBKXGmG63eKcXUyq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:32.374133110046rem;left:63.312068939206rem; }
#IbV8LsHKzBrbn8MtRTs4FNWD2o1QPk4A { color:rgba(var(--color-primary-4),1);display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15092;line-height:1.6;letter-spacing:0;top:32.5625rem;left:59.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eaD0cJCQzu49fDvqtXnfg8M7ATRk3FRV { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:35.75rem;left:59.0625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m0MPWGpmfXbMaqJnPMGCscyfzGuIyV5x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:32.4375rem;left:57.75rem; }
#bwioP2T3h0TwoGm1ybXp5WBllJfh1Wfo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:35.6875rem;left:57.75rem; }
#o3p00nsbqsA6Qcm9w4hd2mBl8s4MAuhf { color:rgba(var(--color-primary-4),1);display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15144;line-height:1.6;letter-spacing:0;top:29.778649091721rem;left:56.688373565674rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WOiIx0KWTWs8zZc2bMesX1SrElBIHgPK { color:rgba(var(--color-primary-4),1);display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15145;line-height:1.6;letter-spacing:0;top:56.135853767395rem;left:6.6883697509762rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sGVFsMeCfRKtXL82iV6pCqfTo6x5N0yw { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:61.624353408814rem;left:13.625rem; }
#p5ePexIKJFD8gNKeZV5bvdyL7DC1eaTs { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:61.812067031861rem;left:15.249351501465rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C2Q56s37c1rFfHTgpUrNf8ItmETIH9MJ { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:61.875001907349rem;left:8.5622825622556rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hClfuGTZU6sZaacUIzFN7zOi4JNm36I0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:61.812067031861rem;left:7.249351501465rem; }
#oP7An7wuMM0q6JRMhlUTl3bQh9a846bW { color:rgba(var(--color-primary-4),1);display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.6;letter-spacing:0;top:58.811853408814rem;left:15.499134063721rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SD6kOzRNzdgMob9eJ0Aovet2nB5KVa3H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:58.499353408814rem;left:13.499351501465rem; }
#TuVHyHvornUUFeQ9Z7qKIOVHK0T4L2c2 { color:rgba(var(--color-primary-4),1);display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15092;line-height:1.6;letter-spacing:0;top:58.687067031861rem;left:9.0625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pr8mOa15iLCP1iwDq9kV1L9eilekLX6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:58.562284469604rem;left:7.249351501465rem; }
#tSAVA2pVHQgMXtpkNGCPsZ1NNr1eL8bS { color:rgba(var(--color-primary-4),1);display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15146;line-height:1.6;letter-spacing:0;top:29.629341125488rem;left:32.897136688233rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Edf4yCl0VpbmxMmQiya5SKpMdHon1GFx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15125;opacity:1;top:58.750001907349rem;left:58.250003814698rem; }
#BAHOFQq1LyTG6PxnpftiDIbMV9Tvmulg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15126;opacity:1;top:58.687067031861rem;left:63.5625038147rem; }
#xmGzhw6JrH5Q00XrVfNZRlRzsihKRoUe { color:rgba(var(--color-primary-4),1);display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15102;line-height:1.6;letter-spacing:0;top:58.874784469604rem;left:59.686634063721rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clmTayMisCbSEkqd0CPeTCMecNVk5XvV { color:rgba(var(--color-primary-4),1);display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15103;line-height:1.6;letter-spacing:0;top:58.999567031861rem;left:65.1250038147rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xqVl0RHuQHHsk3Hfd3IKlplAdyy9a0N8 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15127;opacity:1;top:61.812067031861rem;left:63.749568939206rem; }
#C5qdpRnaVC51N6W2ST7Sokec7ETmmzko { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:61.999784469604rem;left:65.3750038147rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kgsBZCvIlNqlLKl5I4OppuDRTFBWeLGa { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15104;line-height:1.6;letter-spacing:0;top:62.061635971069rem;left:59.561855316162rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MLUMWqS3715B2Cw5yuO36HRu8RdqhJDV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15138;opacity:1;top:61.999784469604rem;left:58.250003814698rem; }
#nF04KKfiZozCMNEUQrbPCuCtRiUVIbI3 { color:rgba(var(--color-primary-4),1);display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15146;line-height:1.6;letter-spacing:0;top:56.641070365906rem;left:56.688373565674rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GBpTBVz9H4yI5cMsHZy2l8iTAdTKG4MC { color:rgba(var(--color-primary-4),1);display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15147;line-height:1.6;letter-spacing:0;top:57.202693939209rem;left:31.688369750976rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TQWEmOX0e7TfWTC9gSgrC43hdBIHEhs4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:59.561635971069rem;left:32.561851501465rem; }
#T238JxrVzeFrUxRRLsyk5Oh3N7uFx9ua { color:rgba(var(--color-primary-4),1);display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15092;line-height:1.6;letter-spacing:0;top:59.687501907349rem;left:33.936634063721rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uwvF6hp4FHyuRnEygDTdv5ZpuT15kwCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:59.499784469604rem;left:38.999355316162rem; }
#u2QtXX8s3wc3PsN5K52aoQzzmNMaVXWZ { color:rgba(var(--color-primary-4),1);display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.6;letter-spacing:0;top:59.812284469604rem;left:40.624782562256rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbD9qtVqRd2mgmDzWALt0DT3r04SSTJQ { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:62.81250190735rem;left:40.686855316162rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZdnQAMBgzgISWCR4bGnfmi80aAHAAL6m { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:62.624784469606rem;left:39.062503814698rem; }
#tPf7gwTfSk9r2G9XP16Z9qzVCy1dt97O { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:62.874353408813rem;left:33.874786376953rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uk2HRGTDz1nGml1L6fVQp4zSTDMJfB4s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:62.81250190735rem;left:32.561851501465rem; }
#CkRKCMxM862QgXrEciq4P70R55Upv3e5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:32rem;left:32.875rem; }
#AEMEow1c573hnEbNGWWydzGpo0ewQ2od { color:rgba(var(--color-primary-4),1);display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15092;line-height:1.6;letter-spacing:0;top:32.124572753906rem;left:34.812068939209rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zvAy98lgG0D3TVCrTo5SLtuMTxKkTbGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:31.936851501465rem;left:39.061855316162rem; }
#gqwJBtlNcUM19IUNsIPH6XtPVsIpuCP5 { color:rgba(var(--color-primary-4),1);display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15093;line-height:1.6;letter-spacing:0;top:32.249351501465rem;left:41.124782562256rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XuEGvu803kGMfmpQZX9htnbXMRKkoAsa { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:35.061851501465rem;left:39.125003814698rem; }
#VS0ANOh5Lurix7n93qgn2ApHu7XzOTdy { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:35.249572753906rem;left:41.311634063721rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ap2UUx7iXTikb6Uitw5nQM7VpAIUXGFF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6240234375rem;width:1.6240234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15128;opacity:1;top:35.249572753906rem;left:33.249351501465rem; }
#u0fpBEHbKhQ87vUSkkAGrtCFS7mGo3Ot { color:rgba(var(--color-primary-4),1);display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:35.3125rem;left:34.874786376953rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tO4nAWRH0bFnFz3xnXtI7asscUw39L1x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:31.873918533325rem;left:6.8033866882325rem; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { 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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:32.0625rem;width:75rem;position:relative;display:block; }#iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:27.75rem;left:32.125rem;height:2.1875rem;font-style:normal;display:block; }
#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2482795715332rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { position:absolute;display:block;z-index:15012;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:19.6875rem;width:59.75rem;top:7.0625rem;left:7.625rem;overflow:hidden;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { 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; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:rgba(var(--color-primary-4),1);display:block;width:49.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15013;line-height:.9;letter-spacing:0;top:2.755859375rem;left:12.90625rem;height:8.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWFiXyqiVfFaQBey8s7gJsS0Xa3ew4gf { background-color:rgba(var(--color-primary-4),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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:2.87435rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.372400283814rem;left:29.937068939209rem;display:block; }
#BVIsJna8LFKUz7T0isXARatiJToV8TgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ui47kpv5d9ah258hDasx35wpyne6p8Qh { 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; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container { background-color: transparent; background-image: none; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container > .video-iframe-container { display: none; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row > .video-iframe-container { display: none; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .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); }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container { border-width: 0; border-radius: 0; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#t4ql29Sbl6wMFmQ5CU1BwR0H66mHCl6l { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:10.8105625rem;top:5.249568939209rem;left:3.2975273132324rem;overflow:hidden;display:block; }
#OLE0PeplpFl88u9bqby1J3bdJ3UUN3ZH { color:#fbf1f4;display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:11.881294250488rem;left:3.2975273132324rem;height:3.9375rem;font-style:normal;display:block; }
#A5gdhrX8tBdbTK0a2VQyoOVScUlX1NNu { color:#fbf1f4;display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.625rem;left:44.1875rem;height:2.1875rem;font-style:normal;display:block; }
#NlKqRs8yTTN0KZXEZh8a0TuioLoO8hTg { color:#fbf1f4;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:11.875rem;left:44.1875rem;height:2.625rem;font-style:normal;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:75rem;position:relative;display:block; }#WsudgRhE7ET4KnI1MtwbBTt5DZbLwip2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:0.45052337646484rem;left:28.156253814698rem;height:0.9746125rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 { display:block; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awDTTVBcbaDLVKpllNbOWpGo61qvbx5V { top:3.6875rem;left:3.3125rem;width:11.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZJuSBf4EA4oeTLKE1FGJXTNQaTH8T0i { top:39.6875rem;left:36.125rem;width:11.625rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:12rem;left:28.75rem;width:19rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:16.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:16.1875rem;height:17.25rem;top:15.0625rem;left:29.0625rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:16.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:16.1875rem;height:17.25rem;top:15.6875rem;left:29.0625rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:12.6875rem;left:31.6875rem;width:16.0625rem;height:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfSVy7sBzpDx6CL4Nl7RNypcawthtJ8l { top:20.625rem;left:0rem;width:19.8125rem;height:6.125rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPEEBL7Lt263RZD3wHPdQXBK5qtqzgP { top:17.1875rem;left:17.8125rem;width:11.3125rem;height:6.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2UuEF0EC8h7LdMCKZHOwTTuSa74h6FS { top:22.25rem;left:0rem;width:7.875rem;height:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk4FZquGITGq8SWgMbLfSJka8OHr7PQ { top:30.9375rem;left:0rem;width:29.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJmKmwC804ucASMeC2TsBTKhG9XlalM { top:31.0625rem;left:0rem;width:28.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqD1yh7R2p0mCcrK7LdFpq4IVECcNfiR { top:34.6875rem;left:2.08984375rem;width:11.6875rem;height:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITSvOZpsLRIWl2TcAnF6rBwO3we7GAA9 { top:27rem;left:33.8125rem;width:13.9375rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gavNpSiv8Tm4khPty7yu7DgtVGgIrs { top:10.5625rem;left:0rem;width:39.1875rem;height:6.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff { display:block; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhTmHV8IMHJuEGCup71di3Kaoe6XTnJ2 { top:3.8125rem;left:0rem;width:34.625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkt1P7lzFB31eTfnHE3cu83wJGTlTG7 { top:24.75rem;left:13.9375rem;width:33.8125rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiWS6ThcoFtOyfFAGFNaENKhVwnFhKEg { top:18.125rem;left:11.4375rem;width:36.3125rem;height:5.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGysKqzwxPBsrEqiRTehwqFxqDTcK4io { top:12.375rem;left:13.3125rem;width:34.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW0MQZDZV4ImX8o3u9xrirX27T76ECKl { top:8rem;left:13.625rem;width:34.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #niDR6ldLghpJNXrx91ZOWEsZIHaLph5y { top:7.75rem;left:13.625rem;width:34.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5nA0HERTLC3UKMElm6IX2dQV9af6Zmz { top:14.9375rem;left:13.3125rem;width:34.4375rem;height:0;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tad7MifLSksmyNx4IVchWNuLyNaipnd0 { width:13rem;height:2.375rem;top:27.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIHG9iGKZXS6CoFtbq9ObVE0deOH8Iy5 { display:block; }
 }@media only screen and (max-width: 763px) { #JfsMKoiIzbHhThTGfG1GTZc5OtMLSi95 { top:8.5625rem;left:13.3125rem;width:34.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl9ouQkolJkQVxFr5HclBfps6SiGCFnv { top:2.5625rem;left:13.3125rem;width:34.4375rem;height:4.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCT3n3ClcUZtOeTxf5EoVuQB5m2PMcB6 { top:16.25rem;left:4.9375rem;width:14rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo { display:block; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECBIRSydoou6GLLD2o7cfodmOurStZGg { width:47.75rem;height:3.625rem;top:2.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFqsMJHicLFXWLoeXXJEIbhavlmkc9aI { top:12.3125rem;left:15.28125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GloSIIsI8sTDC7qWknBsOZL5tpKJ5R { top:12.3125rem;left:4.34375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvVbH50Bp63A8sHAnF9IpTf8l8bullQm { top:12.3125rem;left:27.21875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF8hyoGU8BTuEw3Kfcyt5BThDHKIcJNA { top:19.25rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGF7foohho6SwvoTkbq50r1VfrR4hMlH { top:19.6875rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcEWOgeHvkE09CwqQLI78ZT63qV0TgAM { top:19.3125rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHkyNsrF9o9gT11TTEE3cVTfsa1Ihmc { top:19.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNiRbQK0w2u3RMUmmu56LFApGQ2u1nql { top:12.3125rem;left:39.15625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSAUaTWAtGEJaOI3RRweLxg39NcmNki4 { top:23.3125rem;left:0rem;width:14.8125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvsAPvTvAxLyyT76OBcAXLS9qTFGSHAi { top:23.3125rem;left:9.8125rem;width:14.0625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HceCTBETmD4IgnKFnTgCMwrOIuCpBoas { top:23.3125rem;left:20.1875rem;width:15.625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhHpkGEv8b8tCOtt4To3A2vBwhkZBBgG { top:23.3125rem;left:32.4375rem;width:15.3125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI { display:block; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:47.75rem;height:3.625rem;top:4.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfxBC7Um0mKnHysOzoHk8vHDK3TTyXy5 { width:16.25rem;height:24.0625rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5cO1kwT8svfz9Wy7iJWXpP6uWkKcr0G { width:10.875rem;height:10.875rem;top:15.875rem;left:2.2419700622559rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PLSrQoo0fuFTqyxqWBmgnRGTBgIfQv { width:10.375rem;height:10.375rem;top:15.875rem;left:19.209636688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { width:3.125rem;height:3.125rem;top:16.875rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoAsAozmkx985AOT1EqHxFT4ig5lIfv { width:11.25rem;height:9.3125rem;top:16.875rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFt9BOmZGgfBXZNBomp1w2lCmRKm2KWi { width:13.125rem;height:1.375rem;top:28.375rem;left:33.125003814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTx897Z1ZDsIxxEVUkq2rckksUT6LZF { width:13.125rem;height:1.375rem;top:28.3125rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMOO63eTDkvPBizo1fFAlHnfQEsE2HNx { width:13.125rem;height:1.375rem;top:28.375rem;left:17.934680938721rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { width:11.25rem;height:9.3125rem;top:45.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHGP1ADeHaDUnwC7CzUSChmigSRK06pB { width:11.25rem;height:10.499125rem;top:44.625rem;left:18.116973876953rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAVIXUPZrxL7umqStkGNBfq6AiGHJstc { width:13.125rem;height:1.375rem;top:56rem;left:17.250003814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { width:13.125rem;height:1.375rem;top:54.9375rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9lXV8QTyuI0E6xwcFmsWDw0VT7S7rXd { width:16.25rem;height:24.0625rem;top:14.25rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRznm8DoD5TEoWaJQfZqu1cpD4ivWSc4 { width:16.25rem;height:24.125rem;top:14.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT03pgn2oz3VbTytNqL0TtQ3t24wQelL { width:16.25rem;height:24.125rem;top:42.6875rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNmce9CmTlx6CnO08Nu9Rn3zKhsBJ12T { width:16.25rem;height:24.0625rem;top:42.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPs3FiVEPZyZuCbPu3na3i9WOTmXHIM9 { width:1.6875rem;height:1.5625rem;top:32rem;left:10.749786376953rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1FT5TOILPb0DT4WbPZE37HSLvTXNOT3 { width:1.5625rem;height:1.5625rem;top:35rem;left:11.061851501465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVNUqgwBu7shU3rUlvsgJDbbTETa7wLF { top:31.6875rem;left:8.874351501465rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHCZgU1Zwl9LkdNkkLozqbknFkaNGkZU { top:34.8125rem;left:9rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcNIXHzTz4pMNLS61Mp2AEdtCHAbJO1R { width:1.9375rem;height:1.5625rem;top:31.9375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K866yoJ5OBO8zHOBsdyVPUCTKCdku36z { width:1.5625rem;height:1.5625rem;top:35.125rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erDuDi8SJuv8VSLyAr0cIJX9fp8N9RfA { top:35.0625rem;left:2.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsWtgnh0Fh731B29nEQo5yiysBmkMwVO { width:16.25rem;height:24.0625rem;top:42.625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #du5PvexegCSEcurLSqtETIHPhHWWvn3Z { width:11.25rem;height:9.8123125rem;top:44.9375rem;left:34.061420440674rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXDVWWToe4i78iy23JZLsoNRHxkcPTg { width:13.125rem;height:1.375rem;top:55.375rem;left:33.125003814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNQfmzxPflEzva2S7UIFiQ4nTi8I1o8 { width:11.5625rem;height:;top:29.375rem;left:1.8860702514649rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNJlS2Szt8BEM2Tsfn3bq43C6or0L3G { width:1.5625rem;height:1.5625rem;top:35.625rem;left:42.687068939209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoLTmqoT1pqXUoESD6dpXGCSmxkrdFdd { top:35.4375rem;left:40.749134063721rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ4cclAsNDiik3pTkMx6ATzt35Z65lsc { width:1.6875rem;height:1.5625rem;top:32.625rem;left:42.499355316162rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OosonSWt39flGouTtBKXGmG63eKcXUyq { top:32.3125rem;left:40.499568939209rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbV8LsHKzBrbn8MtRTs4FNWD2o1QPk4A { width:1.9375rem;height:1.5625rem;top:32.5625rem;left:36.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaD0cJCQzu49fDvqtXnfg8M7ATRk3FRV { width:1.5625rem;height:1.5625rem;top:35.75rem;left:36.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0MPWGpmfXbMaqJnPMGCscyfzGuIyV5x { top:32.4375rem;left:34.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwioP2T3h0TwoGm1ybXp5WBllJfh1Wfo { top:35.6875rem;left:34.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3p00nsbqsA6Qcm9w4hd2mBl8s4MAuhf { width:11.5625rem;height:1.4375rem;top:29.75rem;left:33.875873565674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOiIx0KWTWs8zZc2bMesX1SrElBIHgPK { width:11.5625rem;height:;top:56.125rem;left:2.1258697509766rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVFsMeCfRKtXL82iV6pCqfTo6x5N0yw { top:61.5625rem;left:9.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5ePexIKJFD8gNKeZV5bvdyL7DC1eaTs { width:1.5625rem;height:1.5625rem;top:61.75rem;left:10.686851501465rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Q56s37c1rFfHTgpUrNf8ItmETIH9MJ { width:1.5625rem;height:1.5625rem;top:61.875rem;left:3.9997825622559rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hClfuGTZU6sZaacUIzFN7zOi4JNm36I0 { top:61.75rem;left:2.6868515014649rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oP7An7wuMM0q6JRMhlUTl3bQh9a846bW { width:1.6875rem;height:1.5625rem;top:58.75rem;left:10.936634063721rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD6kOzRNzdgMob9eJ0Aovet2nB5KVa3H { top:58.4375rem;left:8.936851501465rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVHyHvornUUFeQ9Z7qKIOVHK0T4L2c2 { width:1.9375rem;height:;top:58.625rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pr8mOa15iLCP1iwDq9kV1L9eilekLX6K { top:58.5rem;left:2.6868515014649rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSAVA2pVHQgMXtpkNGCPsZ1NNr1eL8bS { width:11.5625rem;height:;top:29.625rem;left:19.209636688233rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf4yCl0VpbmxMmQiya5SKpMdHon1GFx { top:58.75rem;left:35.437503814698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHOFQq1LyTG6PxnpftiDIbMV9Tvmulg { top:58.625rem;left:40.750003814698rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmGzhw6JrH5Q00XrVfNZRlRzsihKRoUe { width:1.9375rem;height:;top:58.8125rem;left:36.874134063721rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clmTayMisCbSEkqd0CPeTCMecNVk5XvV { width:1.6875rem;height:;top:58.9375rem;left:42.312503814698rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqVl0RHuQHHsk3Hfd3IKlplAdyy9a0N8 { top:61.75rem;left:40.937068939209rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qdpRnaVC51N6W2ST7Sokec7ETmmzko { width:1.5625rem;height:;top:61.9375rem;left:42.562503814698rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgsBZCvIlNqlLKl5I4OppuDRTFBWeLGa { width:1.5625rem;height:1.5625rem;top:62rem;left:36.749355316162rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLUMWqS3715B2Cw5yuO36HRu8RdqhJDV { top:61.9375rem;left:35.437503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF04KKfiZozCMNEUQrbPCuCtRiUVIbI3 { width:11.5625rem;height:;top:56.625rem;left:33.875873565674rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBpTBVz9H4yI5cMsHZy2l8iTAdTKG4MC { width:11.5625rem;height:1.4375rem;top:57.1875rem;left:18.000869750976rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWEmOX0e7TfWTC9gSgrC43hdBIHEhs4 { top:59.5rem;left:18.874351501465rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T238JxrVzeFrUxRRLsyk5Oh3N7uFx9ua { width:1.9375rem;height:;top:59.6875rem;left:20.249134063721rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwvF6hp4FHyuRnEygDTdv5ZpuT15kwCO { top:59.4375rem;left:25.311855316162rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2QtXX8s3wc3PsN5K52aoQzzmNMaVXWZ { width:1.6875rem;height:1.5625rem;top:59.75rem;left:26.937282562256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbD9qtVqRd2mgmDzWALt0DT3r04SSTJQ { width:1.5625rem;height:1.5625rem;top:62.8125rem;left:26.999355316162rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnQAMBgzgISWCR4bGnfmi80aAHAAL6m { top:62.5625rem;left:25.375003814698rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPf7gwTfSk9r2G9XP16Z9qzVCy1dt97O { width:1.5625rem;height:1.5625rem;top:62.8125rem;left:20.187286376953rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uk2HRGTDz1nGml1L6fVQp4zSTDMJfB4s { top:62.8125rem;left:18.874351501465rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkRKCMxM862QgXrEciq4P70R55Upv3e5 { top:32rem;left:19.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEMEow1c573hnEbNGWWydzGpo0ewQ2od { width:1.9375rem;height:;top:32.0625rem;left:21.124568939209rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvAy98lgG0D3TVCrTo5SLtuMTxKkTbGA { top:31.875rem;left:25.374355316162rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqwJBtlNcUM19IUNsIPH6XtPVsIpuCP5 { width:1.6875rem;height:;top:32.1875rem;left:27.437282562256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuEGvu803kGMfmpQZX9htnbXMRKkoAsa { top:35rem;left:25.437503814698rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS0ANOh5Lurix7n93qgn2ApHu7XzOTdy { width:1.5625rem;height:;top:35.1875rem;left:27.624134063721rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap2UUx7iXTikb6Uitw5nQM7VpAIUXGFF { top:35.1875rem;left:19.561851501465rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0fpBEHbKhQ87vUSkkAGrtCFS7mGo3Ot { width:1.5625rem;height:1.5625rem;top:35.3125rem;left:21.187286376953rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO4nAWRH0bFnFz3xnXtI7asscUw39L1x { top:31.8125rem;left:2.2408866882324rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { top:27.6875rem;left:18.499568939209rem;width:11.3125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:2.8125rem;top:2.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { top:7.0625rem;left:0rem;width:47.75rem;height:15.733689682946rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { top:2.75rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWFiXyqiVfFaQBey8s7gJsS0Xa3ew4gf { width:15.0625rem;height:2.8125rem;top:13.3125rem;left:16.312068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVIsJna8LFKUz7T0isXARatiJToV8TgQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ui47kpv5d9ah258hDasx35wpyne6p8Qh { display:block; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4ql29Sbl6wMFmQ5CU1BwR0H66mHCl6l { top:5.1875rem;left:0rem;width:10.75rem;height:4.9094105013037rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLE0PeplpFl88u9bqby1J3bdJ3UUN3ZH { top:11.875rem;left:0rem;width:31.0625rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gdhrX8tBdbTK0a2VQyoOVScUlX1NNu { top:6.625rem;left:20.8125rem;width:26.9375rem;height:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlKqRs8yTTN0KZXEZh8a0TuioLoO8hTg { top:11.875rem;left:18.375rem;width:29.375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsudgRhE7ET4KnI1MtwbBTt5DZbLwip2 { top:0.4375rem;left:14.531253814698rem;width:18.6875rem;height:0.9375rem;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) { #oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2de417b6-0071-468b-ae9e-4e48c2b1461f/IMG_0221.JPG");background-position:top center !important;background-repeat: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; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6.adaptive-delivery-prevent-bg, #oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6.lazyload, #oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6.lazyloading { background-image: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { background-color: transparent; background-image: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container > .video-iframe-container { display: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row > .video-iframe-container { display: none; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .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); }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { border-width: 0; border-radius: 0; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6::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; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oT7e13f01Nppdfl2mqP9RD7ExUBoBbQ6 > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awDTTVBcbaDLVKpllNbOWpGo61qvbx5V { width:9.4361875rem;height:4.3112rem;top:1.4375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZJuSBf4EA4oeTLKE1FGJXTNQaTH8T0i { width:10.1236875rem;height:0.64995625rem;top:22.125rem;left:4.9348958134651rem;font-size:0.5rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:16.3125rem;height:22.3125rem;top:25.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:13.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:13.5625rem;height:auto;top:28.3125rem;left:1.96875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:13.5625rem;height:auto;top:28.3125rem;left:1.96875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:13.75rem;height:1.94921875rem;top:26.5rem;left:3.375rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bfSVy7sBzpDx6CL4Nl7RNypcawthtJ8l { width:10.125rem;height:3.09375rem;top:14.125rem;left:3.75rem;font-size:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPEEBL7Lt263RZD3wHPdQXBK5qtqzgP { width:2.1875rem;height:2.7747375rem;top:12.720052719116rem;left:14.683594048023rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #h2UuEF0EC8h7LdMCKZHOwTTuSa74h6FS { width:4.5rem;height:1.923825rem;top:15.1875rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk4FZquGITGq8SWgMbLfSJka8OHr7PQ { width:19.749375rem;height:2.1875rem;top:19.312067031861rem;left:0.24956601858139rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpJmKmwC804ucASMeC2TsBTKhG9XlalM { width:20rem;height:1.54296875rem;top:19.634332656861rem;left:0rem;font-size:1.1875rem;line-height:1.3;font-family:"open sans";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PqD1yh7R2p0mCcrK7LdFpq4IVECcNfiR { width:11.6875rem;height:0.73046875rem;top:46.773440361023rem;left:6.458333313465rem;font-size:0.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ITSvOZpsLRIWl2TcAnF6rBwO3we7GAA9 { width:13.9375rem;height:8.7715125rem;top:37.125rem;left:3.03125rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T6gavNpSiv8Tm4khPty7yu7DgtVGgIrs { width:20rem;height:3.0859375rem;top:7.9375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff { display:block; }#gTlsvVRe5GBdr0DLy2NtTNCFSmopUrff > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhTmHV8IMHJuEGCup71di3Kaoe6XTnJ2 { width:17.874375rem;height:12.5rem;top:1.4984841346741rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTkt1P7lzFB31eTfnHE3cu83wJGTlTG7 { width:20rem;height:4.87305rem;top:32.4375rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiWS6ThcoFtOyfFAGFNaENKhVwnFhKEg { width:20rem;height:5.52344375rem;top:26.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGysKqzwxPBsrEqiRTehwqFxqDTcK4io { width:20rem;height:4.2230875rem;top:22.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW0MQZDZV4ImX8o3u9xrirX27T76ECKl { width:20rem;height:0.25rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #niDR6ldLghpJNXrx91ZOWEsZIHaLph5y { width:20rem;height:0.25rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5nA0HERTLC3UKMElm6IX2dQV9af6Zmz { width:20rem;height:0;top:38.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tad7MifLSksmyNx4IVchWNuLyNaipnd0 { width:8.8125rem;height:1.9375rem;top:37.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIHG9iGKZXS6CoFtbq9ObVE0deOH8Iy5 { display:block; }
 }@media only screen and (max-width: 763px) { #JfsMKoiIzbHhThTGfG1GTZc5OtMLSi95 { width:20rem;height:3.16731875rem;top:18.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl9ouQkolJkQVxFr5HclBfps6SiGCFnv { width:19.625rem;height:2.3359375rem;top:15.170356750488rem;left:0.3125rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aCT3n3ClcUZtOeTxf5EoVuQB5m2PMcB6 { width:14rem;height:8.53125rem;top:2.8125rem;left:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo { display:block; }#k6hbRQG5VaN7OGCn9Zlq0Rw5iSVEpdGo > .row .container { width:20rem;height:89.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECBIRSydoou6GLLD2o7cfodmOurStZGg { width:20rem;height:3.8984375rem;top:2.5618491172791rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFqsMJHicLFXWLoeXXJEIbhavlmkc9aI { display:flex;width:4.4375rem;height:4.4375rem;top:31.0625rem;left:7.75rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #Z0GloSIIsI8sTDC7qWknBsOZL5tpKJ5R { display:flex;width:4.4375rem;height:4.4375rem;top:11.5rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #BvVbH50Bp63A8sHAnF9IpTf8l8bullQm { display:flex;width:4.4375rem;height:4.4375rem;top:50.125rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #zF8hyoGU8BTuEw3Kfcyt5BThDHKIcJNA { width:12.5rem;height:2.599825rem;top:17.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGF7foohho6SwvoTkbq50r1VfrR4hMlH { width:12.5rem;height:1.2999125rem;top:36.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcEWOgeHvkE09CwqQLI78ZT63qV0TgAM { width:12.5rem;height:2.599825rem;top:55.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHkyNsrF9o9gT11TTEE3cVTfsa1Ihmc { width:12.5rem;height:1.2999125rem;top:76.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNiRbQK0w2u3RMUmmu56LFApGQ2u1nql { display:flex;width:4.4375rem;height:4.4375rem;top:70.6875rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #pSAUaTWAtGEJaOI3RRweLxg39NcmNki4 { width:14.0625rem;height:7.957rem;top:20.5625rem;left:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvsAPvTvAxLyyT76OBcAXLS9qTFGSHAi { width:13.4375rem;height:6.8203125rem;top:39.3125rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HceCTBETmD4IgnKFnTgCMwrOIuCpBoas { width:15.625rem;height:6.8203125rem;top:60.5625rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhHpkGEv8b8tCOtt4To3A2vBwhkZBBgG { width:15.3125rem;height:5.68359375rem;top:79.375rem;left:2.375rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI { display:block; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI { background-color: transparent; background-image: none; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container > .video-iframe-container { display: none; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row > .video-iframe-container { display: none; }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .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); }#wlRWh4ONr2PdazKeHpBD6ydooTcpHvgI > .row .container { width:20rem;height:136.375rem;background-color:#eaf4f4;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0RM3krskfwGX5ueUNphOyfVSnXlGKyo { width:19.9995rem;height:1.94921875rem;top:1.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #RfxBC7Um0mKnHysOzoHk8vHDK3TTyXy5 { width:11.8125rem;height:19.0625rem;top:6.5rem;left:4rem;background-color:#eefaf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #q5cO1kwT8svfz9Wy7iJWXpP6uWkKcr0G { width:7.5rem;height:7.5rem;top:7.8125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PLSrQoo0fuFTqyxqWBmgnRGTBgIfQv { width:7.5rem;height:7.5rem;top:29.4375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQnIg0r4S1om7xz2MLNPJ4Or7wF7T5mw { width:0.625rem;height:1.125rem;top:103.3125rem;left:12.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #baoAsAozmkx985AOT1EqHxFT4ig5lIfv { width:7.5rem;height:7.5rem;top:50.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFt9BOmZGgfBXZNBomp1w2lCmRKm2KWi { width:4.74935rem;height:1.13671875rem;top:58.6875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTx897Z1ZDsIxxEVUkq2rckksUT6LZF { width:7.5625rem;height:1.13671875rem;top:16.8125rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMOO63eTDkvPBizo1fFAlHnfQEsE2HNx { width:6.0612rem;height:1.13671875rem;top:38.3125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHMhfCfIbUyrGllorKZT29C0U9ppeSeF { width:7.5rem;height:6.1875rem;top:72.061634063719rem;left:6.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHGP1ADeHaDUnwC7CzUSChmigSRK06pB { width:7.5rem;height:6.9375rem;top:93.623058319094rem;left:6.3669705986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAVIXUPZrxL7umqStkGNBfq6AiGHJstc { width:6.3748125rem;height:1.13671875rem;top:80.24957847595rem;left:6.8120661377906rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upKubC4p6FOrJx4a4lwuXJS4I0KfhT8E { width:6.936875rem;height:1.13671875rem;top:102.24501609803rem;left:6.5310330986975rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9lXV8QTyuI0E6xwcFmsWDw0VT7S7rXd { width:11.8125rem;height:19.0625rem;top:49.125rem;left:4.125rem;background-color:#eefaf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZRznm8DoD5TEoWaJQfZqu1cpD4ivWSc4 { width:11.8125rem;height:19.0625rem;top:92.249351024625rem;left:4.2860246300698rem;background-color:#eefaf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iT03pgn2oz3VbTytNqL0TtQ3t24wQelL { width:11.8125rem;height:19.0625rem;top:70.75rem;left:4.125rem;background-color:#eefaf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TNmce9CmTlx6CnO08Nu9Rn3zKhsBJ12T { width:11.8120625rem;height:19.0625rem;top:27.8125rem;left:4.125rem;background-color:#eefaf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pPs3FiVEPZyZuCbPu3na3i9WOTmXHIM9 { width:1.68728125rem;height:1.2999125rem;top:20.1875rem;left:12.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #w1FT5TOILPb0DT4WbPZE37HSLvTXNOT3 { width:0.74978125rem;height:1.2999125rem;top:22.6875rem;left:13.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #qVNUqgwBu7shU3rUlvsgJDbbTETa7wLF { display:flex;width:1.5625rem;height:1.5625rem;top:19.6875rem;left:6.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #uHCZgU1Zwl9LkdNkkLozqbknFkaNGkZU { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mcNIXHzTz4pMNLS61Mp2AEdtCHAbJO1R { width:1.3125rem;height:1.2999125rem;top:20.125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #K866yoJ5OBO8zHOBsdyVPUCTKCdku36z { width:0.87456875rem;height:1.2999125rem;top:22.8125rem;left:8.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #erDuDi8SJuv8VSLyAr0cIJX9fp8N9RfA { display:flex;width:1.5625rem;height:1.5625rem;top:22.375rem;left:6.1875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZsWtgnh0Fh731B29nEQo5yiysBmkMwVO { width:11.8125rem;height:19.0625rem;top:112.967669487rem;left:4.0928822159767rem;background-color:#eefaf2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #du5PvexegCSEcurLSqtETIHPhHWWvn3Z { width:7.5rem;height:6.4375rem;top:113.81076812744rem;left:6.1794705986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXDVWWToe4i78iy23JZLsoNRHxkcPTg { width:3.93555rem;height:1.13671875rem;top:121.93034362793rem;left:8.0316839814187rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNQfmzxPflEzva2S7UIFiQ4nTi8I1o8 { width:10.9375rem;height:1.2999125rem;top:17.8125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgNJlS2Szt8BEM2Tsfn3bq43C6or0L3G { width:1.5625rem;height:1.2999125rem;top:64.934900283812rem;left:12.332900106907rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #DoLTmqoT1pqXUoESD6dpXGCSmxkrdFdd { display:flex;width:1.5625rem;height:1.5625rem;top:64.801435470581rem;left:10.756294310093rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mJ4cclAsNDiik3pTkMx6ATzt35Z65lsc { width:1.6862rem;height:1.2999125rem;top:62.633466720581rem;left:12.208116590977rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #OosonSWt39flGouTtBKXGmG63eKcXUyq { display:flex;width:1.5625rem;height:1.5625rem;top:62.504343032837rem;left:10.756294310093rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #IbV8LsHKzBrbn8MtRTs4FNWD2o1QPk4A { width:0.99935rem;height:1.2999125rem;top:62.633466720581rem;left:8.1250000596044rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #eaD0cJCQzu49fDvqtXnfg8M7ATRk3FRV { width:0.68685rem;height:1.2999125rem;top:65.083555221556rem;left:8.1250000596044rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #m0MPWGpmfXbMaqJnPMGCscyfzGuIyV5x { display:flex;width:1.5625rem;height:1.5625rem;top:62.505428314206rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bwioP2T3h0TwoGm1ybXp5WBllJfh1Wfo { display:flex;width:1.5625rem;height:1.5625rem;top:64.9978351593rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #o3p00nsbqsA6Qcm9w4hd2mBl8s4MAuhf { width:9.6245625rem;height:1.2999125rem;top:59.822052001953rem;left:5.1877170205116rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOiIx0KWTWs8zZc2bMesX1SrElBIHgPK { width:8.3745625rem;height:1.2999125rem;top:103.22265815735rem;left:5.8116322159767rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGVFsMeCfRKtXL82iV6pCqfTo6x5N0yw { display:flex;width:1.5625rem;height:1.5625rem;top:107.59115219116rem;left:10.756294310093rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #p5ePexIKJFD8gNKeZV5bvdyL7DC1eaTs { width:1.0612rem;height:1.2999125rem;top:107.72352981567rem;left:12.467448294162rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #C2Q56s37c1rFfHTgpUrNf8ItmETIH9MJ { width:0.9375rem;height:1.2999125rem;top:107.5rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #hClfuGTZU6sZaacUIzFN7zOi4JNm36I0 { display:flex;width:1.5625rem;height:1.5625rem;top:107.46745300293rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #oP7An7wuMM0q6JRMhlUTl3bQh9a846bW { width:1.12305rem;height:1.2999125rem;top:105.66037368774rem;left:12.499566137791rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #SD6kOzRNzdgMob9eJ0Aovet2nB5KVa3H { display:flex;width:1.5625rem;height:1.5625rem;top:105.46549987793rem;left:10.756294310093rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #TuVHyHvornUUFeQ9Z7qKIOVHK0T4L2c2 { width:1.31185rem;height:1.2999125rem;top:105.59679412842rem;left:8.0000000596044rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #pr8mOa15iLCP1iwDq9kV1L9eilekLX6K { display:flex;width:1.5625rem;height:1.5625rem;top:105.46549987793rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tSAVA2pVHQgMXtpkNGCPsZ1NNr1eL8bS { width:10.186625rem;height:1.2999125rem;top:39.4375rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edf4yCl0VpbmxMmQiya5SKpMdHon1GFx { display:flex;width:1.5625rem;height:1.5625rem;top:125.61740875244rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #BAHOFQq1LyTG6PxnpftiDIbMV9Tvmulg { display:flex;width:1.5625rem;height:1.5625rem;top:125.61740875244rem;left:11.193576872349rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xmGzhw6JrH5Q00XrVfNZRlRzsihKRoUe { width:1.31185rem;height:1.2999125rem;top:125.74761581421rem;left:7.5000000596044rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #clmTayMisCbSEkqd0CPeTCMecNVk5XvV { width:0.9375rem;height:1.2999125rem;top:125.74761581421rem;left:12.957900106907rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #xqVl0RHuQHHsk3Hfd3IKlplAdyy9a0N8 { display:flex;width:1.5625rem;height:1.5625rem;top:127.77886199951rem;left:11.193576872349rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #C5qdpRnaVC51N6W2ST7Sokec7ETmmzko { width:0.9375rem;height:1.2999125rem;top:127.90907287597rem;left:8.1857643723487rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #kgsBZCvIlNqlLKl5I4OppuDRTFBWeLGa { width:0.99935rem;height:1.2999125rem;top:127.91038179398rem;left:12.894966185093rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #MLUMWqS3715B2Cw5yuO36HRu8RdqhJDV { display:flex;width:1.5625rem;height:1.5625rem;top:127.99588394165rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #nF04KKfiZozCMNEUQrbPCuCtRiUVIbI3 { width:8.6870625rem;height:1.2999125rem;top:123.0664100647rem;left:5.6553822159767rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBpTBVz9H4yI5cMsHZy2l8iTAdTKG4MC { width:9.8123125rem;height:1.2999125rem;top:81.385637283325rem;left:5.0933161377907rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWEmOX0e7TfWTC9gSgrC43hdBIHEhs4 { display:flex;width:1.5625rem;height:1.5625rem;top:83.5546913147rem;left:6.0069447159767rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #T238JxrVzeFrUxRRLsyk5Oh3N7uFx9ua { width:1.12413125rem;height:1.2999125rem;top:83.6875rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #uwvF6hp4FHyuRnEygDTdv5ZpuT15kwCO { display:flex;width:1.5625rem;height:1.5625rem;top:83.5546913147rem;left:10.747613012791rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u2QtXX8s3wc3PsN5K52aoQzzmNMaVXWZ { width:1.06228125rem;height:1.2999125rem;top:83.684900283812rem;left:12.466363012791rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #fbD9qtVqRd2mgmDzWALt0DT3r04SSTJQ { width:0.9375rem;height:1.2999125rem;top:85.843101501462rem;left:12.530382215977rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #ZdnQAMBgzgISWCR4bGnfmi80aAHAAL6m { display:flex;width:1.5625rem;height:1.5625rem;top:85.7128944397rem;left:10.749783575535rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #tPf7gwTfSk9r2G9XP16Z9qzVCy1dt97O { width:1.06228125rem;height:1.2999125rem;top:85.685768127444rem;left:8.1250000596044rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #uk2HRGTDz1nGml1L6fVQp4zSTDMJfB4s { display:flex;width:1.5625rem;height:1.5625rem;top:85.772575378419rem;left:6.1870661377907rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #CkRKCMxM862QgXrEciq4P70R55Upv3e5 { display:flex;width:1.5625rem;height:1.5625rem;top:41.054681777954rem;left:5.6868491768837rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #AEMEow1c573hnEbNGWWydzGpo0ewQ2od { width:1.18706875rem;height:1.2999125rem;top:41.1875rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #zvAy98lgG0D3TVCrTo5SLtuMTxKkTbGA { display:flex;width:1.5625rem;height:1.5625rem;top:40.875rem;left:11rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gqwJBtlNcUM19IUNsIPH6XtPVsIpuCP5 { width:1.6862rem;height:1.2999125rem;top:41.25rem;left:12.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #XuEGvu803kGMfmpQZX9htnbXMRKkoAsa { display:flex;width:1.5625rem;height:1.5625rem;top:44rem;left:11rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #VS0ANOh5Lurix7n93qgn2ApHu7XzOTdy { width:1.5625rem;height:1.2999125rem;top:44.4375rem;left:13rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #ap2UUx7iXTikb6Uitw5nQM7VpAIUXGFF { display:flex;width:1.5625rem;height:1.5625rem;top:43.9375rem;left:5.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #u0fpBEHbKhQ87vUSkkAGrtCFS7mGo3Ot { width:0.68685rem;height:1.2999125rem;top:44.25rem;left:8.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #tO4nAWRH0bFnFz3xnXtI7asscUw39L1x { display:flex;width:1.5625rem;height:1.5625rem;top:19.75rem;left:10.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:6.4985rem;height:1.04980625rem;top:11.5093375rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { width:17.9373125rem;height:5.81055rem;top:4.4487875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:2.86816875rem;top:1.3125rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OWFiXyqiVfFaQBey8s7gJsS0Xa3ew4gf { width:9.1873125rem;height:1.81206875rem;top:5.3081607818604rem;left:5.4058161377907rem;font-size:0.8125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BVIsJna8LFKUz7T0isXARatiJToV8TgQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ui47kpv5d9ah258hDasx35wpyne6p8Qh { display:block; }#Ui47kpv5d9ah258hDasx35wpyne6p8Qh > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4ql29Sbl6wMFmQ5CU1BwR0H66mHCl6l { width:8.186875rem;height:3.68706875rem;top:2.3730449676514rem;left:1.4995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLE0PeplpFl88u9bqby1J3bdJ3UUN3ZH { width:16.936875rem;height:5.249025rem;top:8.0957012176512rem;left:1.5310330986977rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5gdhrX8tBdbTK0a2VQyoOVScUlX1NNu { width:18.8748125rem;height:1.48730625rem;top:14.9375rem;left:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlKqRs8yTTN0KZXEZh8a0TuioLoO8hTg { width:18.936625rem;height:3.1494125rem;top:17.375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsudgRhE7ET4KnI1MtwbBTt5DZbLwip2 { width:18.6875rem;height:0.64995625rem;top:1.25rem;left:0.625rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }