.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:226,229,229;--color-primary-1:167,178,178;--color-primary-2:108,127,127;--color-primary-3:65,76,76;--color-primary-4:10,42,42;--color-secondary-0:252,253,253;--color-secondary-1:246,250,247;--color-secondary-2:236,244,239;--color-secondary-3:118,122,120;--color-secondary-4:35,37,36;--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:"Montserrat";--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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { 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:top 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { position:absolute;display:block;z-index:14999;background-color:rgba(233,234,239,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #000000 ;height:23.25rem;width:20.1875rem;top:15.625rem;left:50.125rem;display:block; }
#uhnOoggfzp7alpliScOOGJ5QwCkhE92H { color:#006e6d;display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:16.375rem;left:52.3125rem;height:3.6002625rem;font-style:normal;text-align:left;text-align-last:left;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:#006e6d;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:#eaedf3;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:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;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.875rem;top:19rem;z-index:15009;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.875rem;top:19rem;z-index:15009;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; }
#Z1hN4FOyTJq2mV3ddCuPmxVtaX7b3GC1 { 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:6.1875rem;width:12.8125rem;top:3.18359375rem;left:18.133867866713rem;overflow:hidden;display:block; }
#DtuXsqNW3FiW21f8WI43D4dixDMuASwy { color:#f8fdfb;display:block;width:11.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:42.248264312744rem;left:15.779083251953rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xToupHUbJREib2uIX9DCACIeuzIPNMkl { color:#f3f6f6;display:block;width:19.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:13rem;font-weight:700;z-index:15026;line-height:.5;letter-spacing:0;top:24.000652313233rem;left:16.085069656372rem;height:12.999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWBXwBgT70ETZGorwDwPANXFZSezD9Ck { color:rgba(var(--color-tertiary-0),1);display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:14.820963859558rem;left:9.5779094696044rem;height:5.223525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tnJtLnuCNmliTAe7Hf8EWCbwKU0Pbwac { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:35.064453125rem;left:9.578125rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IbqqMlqrkW5xao066LAlL69EWcHTJDaU { color:#006e6d;display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15200;line-height:1.3;letter-spacing:0;top:37.564674377441rem;left:9.7037773132325rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUz62eT6T989NneqcUukiXIOmW9DPu1z { position:absolute;display:block;z-index:15196;background-color:#f8f5ef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #015850;border-left:0.0625rem solid #015850;border-right:0.0625rem solid #015850;border-bottom:0.0625rem solid #015850;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;height:2.1875rem;width:24.5rem;top:37.430122375488rem;left:9.3033866882325rem;display:block; }
#WkwJsLHQ7mo9OphCdMu8WP4cbBZ3ZdVg { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:25.525175094604rem;left:9.5779094696044rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JJ58VDuJ9AaUhEGTZoT3ndM0qUuWZOIi { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.1875rem;left:9.125rem;height:2.51844375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lztV3P3hK9OFn3y8RqqP0zKufkqXTSLN { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.1875rem;left:9.125rem;height:2.51844375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#Akm6DcO68iWUXTubvs1N6TMaRNeXX3CS { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.1875rem;left:9.125rem;height:2.51844375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cs4EGZucyEkP9Zlz6CQoSEOTZfVDVGcE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.1875rem;left:9.125rem;height:2.51844375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uRyr20netCe0uDqyyNTzTFq7lUF5G6mI { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:rubik;font-size:1.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.1875rem;left:9.125rem;height:2.51844375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zTRJ8xFtByr2n8Nnc2GPGfMkGdbqw7PF { color:rgba(var(--color-tertiary-0),1);display:block;width:7.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.375rem;font-weight:700;z-index:15046;line-height:1.2;letter-spacing:0;top:20.743272781372rem;left:38.790147781372rem;height:6.449625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xOqH4eMllMairn62aBoUKzx6iomATovI { position:relative;display:block; }#xOqH4eMllMairn62aBoUKzx6iomATovI { background-color: transparent; background-image: none; }#xOqH4eMllMairn62aBoUKzx6iomATovI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOqH4eMllMairn62aBoUKzx6iomATovI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOqH4eMllMairn62aBoUKzx6iomATovI > .row .container > .video-iframe-container { display: none; }#xOqH4eMllMairn62aBoUKzx6iomATovI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOqH4eMllMairn62aBoUKzx6iomATovI > .row > .video-iframe-container { display: none; }#xOqH4eMllMairn62aBoUKzx6iomATovI > .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); }#xOqH4eMllMairn62aBoUKzx6iomATovI { border-width: 0; border-radius: 0; }#xOqH4eMllMairn62aBoUKzx6iomATovI > .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; }#xOqH4eMllMairn62aBoUKzx6iomATovI > .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:30.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; }#cI6TORFqQvT7raZ5Q5fXEiB0KJKzELrb { color:#050505;display:block;width:33.872625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:.8;letter-spacing:0;top:26.624351501465rem;left:39.623483657837rem;height:2.39908125rem;text-align:justify;text-align-last:initial;display:block; }
#A2beWwWU7Dckcwed3H6MwbCSZTBLxBqU { color:#050505;display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:15.611980438233rem;left:39.372835159302rem;height:10.2018375rem;text-align:justify;text-align-last:initial;display:block; }
#Ua38BXtVChTi5NufIT3vcB9DLF9qVn8y { color:#050505;display:block;width:34.497625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.6;letter-spacing:0;top:10.248483657837rem;left:39.310983657837rem;height:4.80143125rem;text-align:justify;text-align-last:initial;display:block; }
#lKzUvh3BRgC2TkDyAba2eEpiTyy3HTPd { color:#040303;display:block;width:34.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.6875rem;left:39.3125rem;height:2.92535rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bSwMF1sPo5aOdS05vxN278KrKJB4ipn0 { position:absolute;display:block;z-index:15017;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-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:6rem;left:39.5rem;display:block; }
#JWuK5VX2r2ef9pO5hB3qscTMdeEtcSXT { position:absolute;display:block;z-index:15016;background-color:#06726a;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:5.75rem;left:39.5rem;display:block; }
#WDwScV2aSCR1mxiWQikxSlt6Ql3nyAAQ { 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:25.0625rem;width:35.875rem;top:2.6875rem;left:0.8125rem;overflow:hidden;display:block; }
#oBmfcollBF171pCGzbFew96D58oO7pud { color:#015850;display:block;width:36.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:3.0625rem;left:38rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#whku17DZKnkTdVd5zQPZE2iFUuuUNh1l { color:#050505;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:13.123916625976rem;left:11.630861282349rem;height:12.8038rem;text-align:justify;text-align-last:initial;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { 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; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:75rem;position:relative;display:block; }#MPifqGxiwEWsmGdiSvovfP5FuElJrG2I { color:#015850;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.685546875rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AN9AkwMVGJxhJfnz5Wo0TsHcoMT3ftJP { 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:15049;opacity:1;top:9.0625rem;left:24.875rem; }
#nl7M3lWS9SSOQk2ECZRU3PdlaPxuLTl2 { 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:15045;opacity:1;top:9.0625rem;left:7.125rem; }
#q2Z85asOkL8U2lq1TH0UB9rLbXf4i1On { 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:15053;opacity:1;top:9.0625rem;left:43.625rem; }
#JsX7CP6kQEAhZcXLO9IrVrcwyvq8veRL { color:#015850;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:16.5625rem;left:3.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M6EO8iQLDy2oI1LUGfiHO2aMAfdnKZqf { 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:15057;opacity:1;top:9.0625rem;left:62.375rem; }
#UWMtPkE0CioZlSHUEw8a6qbTCA9D8MWx { color:#015850;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:16.5625rem;left:21.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFboDmNRZi2i3Fh3GNC61nUpd8pFtKFX { color:#015850;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:16.5625rem;left:40.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UFWFFbNwfebTWcqym72obMn6HposuTPs { color:#015850;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:16.5625rem;left:59.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T2PLEE452AsWsbxEAiVw3CT0MDJZi2uO { color:#015850;display:block;width:14.874125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:20.125rem;left:1.9375rem;height:8.52975rem;text-align:center;text-align-last:center;display:block; }
#DmZCWfybl8qTttWD8v3RCpgt4VUXkAX1 { color:#015850;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:20.0625rem;left:21.0625rem;height:7.7995rem;text-align:center;text-align-last:center;display:block; }
#XDTC8swh7pAE1mwPoEG8upToJ3rRpQda { color:#015850;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:20.0625rem;left:39.0625rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#Wkrim4PidIsGF0mWBWdBQEWXFd5KRkCX { color:#015850;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:20.125rem;left:57.9375rem;height:9.099375rem;text-align:center;text-align-last:center;display:block; }
#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#015850;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; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container { background-color: transparent; background-image: none; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container > .video-iframe-container { display: none; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row > .video-iframe-container { display: none; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .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); }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container { border-width: 0; border-radius: 0; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#T7mqib1Nys2qit4uoA2GR71Nprev0SNx { color:#effbf5;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BNId3vZGZBQs7M8HJ0UNSep7fFaoJtNq { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.124375rem;width:16.25rem;top:11.625rem;left:4.375rem;display:block; }
#K6TSHofNGqTB7eO04ZyWcxBXHT7VOv3M { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.124375rem;width:16.25rem;top:11.625rem;left:30.0625rem;display:block; }
#DovSunE9X0Cxqa7d77DI3fKZhJ3Prvxo { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.125rem;width:16.25rem;top:12.1875rem;left:54.375rem;display:block; }
#PVogMqdpQcL5FFlz5MxFWJXMutAOtXxC { position:absolute;display:block;z-index:15055;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:13.25rem;left:6.8125rem;overflow:hidden;display:block; }
#uQIWCKO3tP2pmAgwX9tP4plaVJndvbPQ { position:absolute;display:block;z-index:15055;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:13.25rem;left:32.875rem;overflow:hidden;display:block; }
#dZneRCsHvKUBMRW2Th8xG2uRR5G8IKit { position:absolute;display:block;z-index:15053;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:14.25rem;left:36.625rem;overflow:hidden;display:block; }
#rAa8lTCZWdaTBfq1VedKIz7C1BaRxVz9 { position:absolute;display:block;z-index:15057;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:14.25rem;left:56.875rem;overflow:hidden;display:block; }
#RL8F46KA4aPW04rbtHhmKFKQmkw0pHbO { color:#015850;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:25.6875rem;left:5.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l1zQhr2Hvx8HrNpk3hbo9qX59kgeRE2b { color:#015850;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:25.75rem;left:55.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RB3VlcBEX0A7WdmGiq2zoEMRsqL8lECS { color:#015850;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:25.75rem;left:31.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9TzuRxPlXkTT3BuebsZHBGdUvznukBh { color:#015850;display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15172;line-height:1.6;letter-spacing:0;top:26.75rem;left:6.4375rem;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; }
#mmQC9zykHindaWreT5yeJdrKAc8bP1Wp { color:#015850;display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15182;line-height:1.6;letter-spacing:0;top:27.125rem;left:56.6875rem;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; }
#M0liWLvG6QE4TfcNOeLFqvphmUMPeHpF { color:#015850;display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15184;line-height:1.6;letter-spacing:0;top:27rem;left:32.875rem;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; }
#Rkx82XfD6hBZNmfVQNwvRlIQIqOuFTC6 { color:#015850;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15121;line-height:1.6;letter-spacing:0;top:29.4375rem;left:15.3125rem;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; }
#P5OZH2celx6P9DOJXHpvh6IsrDLnz57b { 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:15144;opacity:1;top:29.125rem;left:13.4375rem; }
#mDTS211td0zHKEeOFXbZ4JJpcFROTU0z { color:#015850;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15120;line-height:1.6;letter-spacing:0;top:29.3125rem;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; }
#kFyvmghkW2ubGEtx0C6kNlRHMWQwJ9WZ { 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:15153;opacity:1;top:29.375rem;left:32.875rem; }
#rBs0P9DbVE5pgwi8AUlLtcuxbG2lQ680 { color:#015850;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15130;line-height:1.6;letter-spacing:0;top:29.5rem;left:34.8125rem;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; }
#t49M0BJ7LledpkulhIVT9oDHE6oDoNXH { 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:15154;opacity:1;top:29.3125rem;left:39.0625rem; }
#JqSbTxWfgnxPDcvDFbWI9ZIxwSVIGIc4 { color:#015850;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:29.625rem;left:41.125rem;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; }
#O4M7JWZNEJTLtZBKewh8uAlVmaLFia6K { 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:15154;opacity:1;top:29.25rem;left:6.8125rem; }
#Wb0qZlyZdxv6TJcP0EIFHXTqPKJFpnwM { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15123;line-height:1.6;letter-spacing:0;top:32.4375rem;left:15.625rem;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; }
#fpERMiHbK1htbmdx7uMNDzefUKT3ELt5 { 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:15145;opacity:1;top:32.25rem;left:13.5625rem; }
#ZQ5MdHWc4KbCporgFN9Ppd4Wp5gFmpFX { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15122;line-height:1.6;letter-spacing:0;top:32.5rem;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; }
#QC3anw5Pag21ybHklhfFJdlvVyHFU0wx { 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:15156;opacity:1;top:32.4375rem;left:6.625rem; }
#pqoMGX2XqXTrc2lMrxvgNGQ2qxgQ0R08 { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15133;line-height:1.6;letter-spacing:0;top:33.0625rem;left:65.5rem;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; }
#TvLwAed61Sdloe34GvCcrPTpJSawiptH { 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:15155;opacity:1;top:32.875rem;left:63.5625rem; }
#bbKfslbUQ0XSdN8qLRLGTopPDFdSWoH2 { color:#015850;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:30.0625rem;left:65.3125rem;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; }
#SueZG1QT4MBeHQUfEq2JkGwiTry5aBdg { 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:15154;opacity:1;top:29.75rem;left:63.3125rem; }
#wLeg9FPnz2S2v2CVZxk5Xmk2bBI8GzTq { color:#015850;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15130;line-height:1.6;letter-spacing:0;top:29.9375rem;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; }
#FR9k81xcTzsRr7BBVpHMQu0Eqo7PPO9W { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15132;line-height:1.6;letter-spacing:0;top:33.125rem;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; }
#tgdmK5akdMWgVGNQhNh8de9MKobf0vU0 { 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:15153;opacity:1;top:29.8125rem;left:57.75rem; }
#exB49iJw5Df4HBpZ0uKg24kDZeOpi0Vy { 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:15166;opacity:1;top:33.0625rem;left:57.75rem; }
#UnE9Vfr3UnnqKNorEqD9cNI9QZDCuULm { 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:15155;opacity:1;top:32.4375rem;left:39.125rem; }
#up4wwkVJdCKuodT4zppPLqAO4VVLGQZS { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15133;line-height:1.6;letter-spacing:0;top:32.625rem;left:41.3125rem;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; }
#Bgi1XIt6qXaI7XJW6nqrHsDq0Dr6MKOd { 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:15166;opacity:1;top:32.625rem;left:33.25rem; }
#bgyG9ZMQbaOfnoskm07HquaXMDwoD6Xr { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15132;line-height:1.6;letter-spacing:0;top:32.6875rem;left:34.875rem;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; }
#VB8vt47gWWGNEHoZ7CEOVrKFl6BFBWhy { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.124375rem;width:16.25rem;top:43.3125rem;left:5.0625rem;display:block; }
#TiTMNt7FO392vsFPqTa2EVqKEazVf2lw { position:absolute;display:block;z-index:15054;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.875rem;left:7.4375rem;overflow:hidden;display:block; }
#K8F40U0JJKnMZoUkp1PJgr7m3hxNIPfi { position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.125rem;width:16.25rem;top:43.3125rem;left:30.0625rem;display:block; }
#wa9QCtGEiV0ub0EwFpLs7UvuoDDGbkKJ { position:absolute;display:block;z-index:15055;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:45.3125rem;left:32.5rem;overflow:hidden;display:block; }
#bTdhq2wEtQN6rPyzU9Ig9V2UcecAid4M { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:24.124375rem;width:16.25rem;top:43.3125rem;left:55.0625rem;display:block; }
#lcneOsVSqpw30qfdxHvQQS4A7WSTZcbp { position:absolute;display:block;z-index:15056;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:45.625rem;left:57.5625rem;overflow:hidden;display:block; }
#BVwxKkrIOfz4uNbKuJCkTpycNTlsScgS { color:#015850;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:55.625rem;left:6.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnGMv9L7BiEQZtVU6sxG6PJodGXABeRy { color:#015850;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:56.6875rem;left:31.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o8ncvJaxCBTAVhRo0VVMlyaJfGCZqViE { color:#015850;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:56.0625rem;left:56.625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPBin4rNB5sZwfEfz914Bn1Ncn7XRCdR { color:#015850;display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15181;line-height:1.6;letter-spacing:0;top:56.8125rem;left:7.375rem;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; }
#bQlETbBqd6a1nuiK5W2FsHwHQEhF7Ben { color:#015850;display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15182;line-height:1.6;letter-spacing:0;top:57.3125rem;left:57.375rem;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; }
#Ko4JIqBmdfF5lZ24GcaIApm13wrU1zWG { color:#015850;display:block;width:11.6221875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15183;line-height:1.6;letter-spacing:0;top:57.875rem;left:32.375rem;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; }
#JLaAVyIRdLqexOcU54Xmg10mm5UnxwnF { 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:15152;opacity:1;top:59.125rem;left:14.1875rem; }
#GUCwVaPyMTnRPechAxvhol22k7ucZhdv { 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:15151;opacity:1;top:59.1875rem;left:7.9375rem; }
#yOBHGLu2R0f9VyTTGxKxy48uNqX4NCGu { color:#015850;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15129;line-height:1.6;letter-spacing:0;top:59.4375rem;left:16.1875rem;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; }
#doXuysWkLMt5gPmpKn8yqtOZgWTqtP9B { color:#015850;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15128;line-height:1.6;letter-spacing:0;top:59.3125rem;left:9.75rem;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; }
#aT88l3s1qmK85v1WUkXwv8vmKB2bMiay { 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:15161;opacity:1;top:59.375rem;left:58.9375rem; }
#ehhGVm66l2oELDTbRTi6rGGyGH9TiUDu { 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:15162;opacity:1;top:59.3125rem;left:64.25rem; }
#XORx5gSNHDUmekQy8v07glp18XOkk5wm { color:#015850;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15138;line-height:1.6;letter-spacing:0;top:59.5rem;left:60.375rem;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; }
#tgL1MWCGognKB0F1c2NZa0TFyDQUXE2q { color:#015850;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15139;line-height:1.6;letter-spacing:0;top:59.625rem;left:65.8125rem;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; }
#ATa3Lbn4nSzG9LeCiw98wmThBtNPSsnV { 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:15151;opacity:1;top:60.1875rem;left:33.25rem; }
#AZmNnONtbH0TQlm6IT9ieCtBANQD77y3 { color:#015850;display:block;width:1.999025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15128;line-height:1.6;letter-spacing:0;top:60.3125rem;left:34.625rem;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; }
#MRvRumxbfqrlR7ksGE3ism8NEAeCIf2U { 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:15152;opacity:1;top:60.125rem;left:39.6875rem; }
#Pw7QBweyk8xWUmLBC9C92e8yCSOyTwuF { 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:15153;opacity:1;top:62.25rem;left:14.3125rem; }
#utHoBPgpkSc6SSPSTdp1MZA5yRow7vzm { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:62.4375rem;left:15.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; }
#zv1eVhMENdGm8CVFlaUBP6Te2RZI4cdg { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15130;line-height:1.6;letter-spacing:0;top:62.5rem;left:9.25rem;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; }
#xq9S20PuTCqZTVlylunu1p8k16FxdVOo { 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:15164;opacity:1;top:62.4375rem;left:7.9375rem; }
#xWF6BnBdNdy57ef4Q72lKi5wDI7zNhwp { 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:15163;opacity:1;top:62.4375rem;left:64.4375rem; }
#gF76IVui2wuCbqfBerQiCQuZz9Lep4wi { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15141;line-height:1.6;letter-spacing:0;top:62.625rem;left:66.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; }
#gC0TllPq6G9UzSwhtqvDvdLkOiyMXx8b { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15140;line-height:1.6;letter-spacing:0;top:62.6875rem;left:60.25rem;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; }
#pdOT0XMuADmWQTRHRsz2D54UldqcXJKD { 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:15174;opacity:1;top:62.625rem;left:58.9375rem; }
#SJTKuqTF9ArAJcFfzdpSzrTAQOBVsTQz { color:#015850;display:block;width:1.749025rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15129;line-height:1.6;letter-spacing:0;top:60.4375rem;left:41.3125rem;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; }
#KQZKmnn39ytCAkLPcJ2FrRGUb6xFCRcT { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15131;line-height:1.6;letter-spacing:0;top:63.4375rem;left:41.375rem;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; }
#o5WDGoyKg2daZPe2f6LXf2XBy9Bnclzy { 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:15153;opacity:1;top:63.25rem;left:39.75rem; }
#bJ8bg0fWKDEtVTnRdQUNNhEz45T1vhFN { color:#015850;display:block;width:1.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15130;line-height:1.6;letter-spacing:0;top:63.5rem;left:34.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; }
#oOma1D84WWTWTBEMH4LKRTfgfSCQwTRh { 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:15164;opacity:1;top:63.4375rem;left:33.25rem; }
#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:29.5rem;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:2rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:24.94921875rem;left:31.8125rem;height:2.80006875rem;font-style:normal;display:block; }
#pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { 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:1.1241245269776rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;color:#015850;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:18.2498125rem;width:54.874125rem;top:6.7664852142331rem;left:10.061851501465rem;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:26.0625rem;width:75rem;position:relative;display:block; }#K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { color:#015850;display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-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.09895rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#303030;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { color:#303030;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:14.875rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { color:#303030;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:19.32421875rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { color:#303030;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.4375rem;left:29.75rem;height:1.13769375rem;font-style:normal;display:block; }
#qk48pmnlqpp90mF7MyDbkulFwekgidny { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:2.125rem;top:21.224609375rem;left:26.84375rem;overflow:hidden;display:block; }
#v5VSmGbpDAdim34RqSOokR0NHedTdRCC { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:19.111328125rem;left:27.125rem;overflow:hidden;display:block; }
#sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.875rem;top:16.787109375rem;left:26.96875rem;overflow:hidden;display:block; }
#giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.625rem;top:14.662109375rem;left:27.09375rem;overflow:hidden;display:block; }
#pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:15.130859375rem;left:25.59375rem; }
#A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.255859375rem;left:25.59375rem; }
#lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:19.580078125rem;left:25.59375rem; }
#HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.693359375rem;left:25.59375rem; }
#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:3.3125rem;width:75rem;position:relative;display:block; }#tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:5.6875rem;top:0rem;left:0.875rem;overflow:hidden;display:block; }
#K4oRtxRmrnaACitmVxNg4vxuPSyJxldw { 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:15032;line-height:1.3;letter-spacing:0;top:1.1692733764649rem;left:55.208332061767rem;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) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { display:block; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { top:15.625rem;left:27.5625rem;width:20.1875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { top:16.375rem;left:31.9375rem;width:15.8125rem;height:3.5625rem;font-size:0.875rem;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:19rem;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:19rem;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) { #Z1hN4FOyTJq2mV3ddCuPmxVtaX7b3GC1 { top:3.125rem;left:4.5088678667129rem;width:12.8125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtuXsqNW3FiW21f8WI43D4dixDMuASwy { top:42.1875rem;left:2.1540832519531rem;width:11.625rem;height:0.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xToupHUbJREib2uIX9DCACIeuzIPNMkl { top:24rem;left:2.4600696563721rem;width:19.8125rem;height:12.9375rem;font-size:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBXwBgT70ETZGorwDwPANXFZSezD9Ck { top:14.8125rem;left:0rem;width:34.0625rem;height:5.25rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnJtLnuCNmliTAe7Hf8EWCbwKU0Pbwac { top:35.0625rem;left:0rem;width:26.3125rem;height:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbqqMlqrkW5xao066LAlL69EWcHTJDaU { top:37.5625rem;left:0rem;width:24.375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUz62eT6T989NneqcUukiXIOmW9DPu1z { top:37.375rem;left:0rem;width:24.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwJsLHQ7mo9OphCdMu8WP4cbBZ3ZdVg { top:25.5rem;left:0rem;width:7.5rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ58VDuJ9AaUhEGTZoT3ndM0qUuWZOIi { top:11.375rem;left:0rem;width:18.9375rem;height:3.0625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lztV3P3hK9OFn3y8RqqP0zKufkqXTSLN { top:13.9375rem;left:0rem;width:5.9375rem;height:2.75rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Akm6DcO68iWUXTubvs1N6TMaRNeXX3CS { top:12.8125rem;left:0rem;width:7.9375rem;height:22.375rem;font-size:8.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cs4EGZucyEkP9Zlz6CQoSEOTZfVDVGcE { top:24.125rem;left:0rem;width:18.9375rem;height:1.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uRyr20netCe0uDqyyNTzTFq7lUF5G6mI { top:24.125rem;left:0rem;width:18.9375rem;height:1.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTRJ8xFtByr2n8Nnc2GPGfMkGdbqw7PF { top:20.6875rem;left:25.165147781372rem;width:7.5rem;height:6.4375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqH4eMllMairn62aBoUKzx6iomATovI { display:block; }#xOqH4eMllMairn62aBoUKzx6iomATovI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cI6TORFqQvT7raZ5Q5fXEiB0KJKzELrb { top:26.5625rem;left:13.9375rem;width:33.8125rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2beWwWU7Dckcwed3H6MwbCSZTBLxBqU { top:15.5625rem;left:13.375rem;width:34.375rem;height:10.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua38BXtVChTi5NufIT3vcB9DLF9qVn8y { top:10.1875rem;left:13.3125rem;width:34.4375rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKzUvh3BRgC2TkDyAba2eEpiTyy3HTPd { top:6.625rem;left:13.3125rem;width:34.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSwMF1sPo5aOdS05vxN278KrKJB4ipn0 { top:6rem;left:13.625rem;width:34.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuK5VX2r2ef9pO5hB3qscTMdeEtcSXT { top:5.75rem;left:13.625rem;width:34.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDwScV2aSCR1mxiWQikxSlt6Ql3nyAAQ { top:2.6875rem;left:0rem;width:35.875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBmfcollBF171pCGzbFew96D58oO7pud { width:36.5rem;height:2.25rem;top:3.0625rem;left:11.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whku17DZKnkTdVd5zQPZE2iFUuuUNh1l { top:13.0625rem;left:3.5625rem;width:20.3125rem;height:12.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPifqGxiwEWsmGdiSvovfP5FuElJrG2I { width:47.75rem;height:2.8125rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN9AkwMVGJxhJfnz5Wo0TsHcoMT3ftJP { top:9.0625rem;left:14.65625rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7M3lWS9SSOQk2ECZRU3PdlaPxuLTl2 { top:9.0625rem;left:3.71875rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Z85asOkL8U2lq1TH0UB9rLbXf4i1On { top:9.0625rem;left:26.59375rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsX7CP6kQEAhZcXLO9IrVrcwyvq8veRL { top:16.5625rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6EO8iQLDy2oI1LUGfiHO2aMAfdnKZqf { top:9.0625rem;left:38.53125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWMtPkE0CioZlSHUEw8a6qbTCA9D8MWx { top:16.5625rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFboDmNRZi2i3Fh3GNC61nUpd8pFtKFX { top:16.5625rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWFFbNwfebTWcqym72obMn6HposuTPs { top:16.5625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2PLEE452AsWsbxEAiVw3CT0MDJZi2uO { top:20.125rem;left:0rem;width:14.8125rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmZCWfybl8qTttWD8v3RCpgt4VUXkAX1 { top:20.0625rem;left:9.8125rem;width:14.0625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTC8swh7pAE1mwPoEG8upToJ3rRpQda { top:20.0625rem;left:20.1875rem;width:15.625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkrim4PidIsGF0mWBWdBQEWXFd5KRkCX { top:20.125rem;left:32.4375rem;width:15.3125rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k { display:block; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7mqib1Nys2qit4uoA2GR71Nprev0SNx { width:47.75rem;height:2.8125rem;top:1.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNId3vZGZBQs7M8HJ0UNSep7fFaoJtNq { width:16.25rem;height:24.0625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6TSHofNGqTB7eO04ZyWcxBXHT7VOv3M { width:16.25rem;height:24.0625rem;top:11.625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DovSunE9X0Cxqa7d77DI3fKZhJ3Prvxo { width:16.25rem;height:24.0625rem;top:12.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVogMqdpQcL5FFlz5MxFWJXMutAOtXxC { width:10.8125rem;height:10.8125rem;top:13.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIWCKO3tP2pmAgwX9tP4plaVJndvbPQ { width:10.375rem;height:10.375rem;top:13.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZneRCsHvKUBMRW2Th8xG2uRR5G8IKit { width:3.125rem;height:3.125rem;top:14.25rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAa8lTCZWdaTBfq1VedKIz7C1BaRxVz9 { width:11.25rem;height:9.3120625rem;top:14.25rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8F46KA4aPW04rbtHhmKFKQmkw0pHbO { width:13.125rem;height:1.375rem;top:25.6875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1zQhr2Hvx8HrNpk3hbo9qX59kgeRE2b { width:13.125rem;height:1.375rem;top:25.75rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3VlcBEX0A7WdmGiq2zoEMRsqL8lECS { width:13.125rem;height:1.375rem;top:25.75rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9TzuRxPlXkTT3BuebsZHBGdUvznukBh { width:11.5625rem;height:1.4375rem;top:26.75rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQC9zykHindaWreT5yeJdrKAc8bP1Wp { width:11.5625rem;height:1.4375rem;top:27.125rem;left:33.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0liWLvG6QE4TfcNOeLFqvphmUMPeHpF { width:11.5625rem;height:1.4375rem;top:27rem;left:19.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkx82XfD6hBZNmfVQNwvRlIQIqOuFTC6 { width:1.6875rem;height:1.5625rem;top:29.4375rem;left:10.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5OZH2celx6P9DOJXHpvh6IsrDLnz57b { top:29.125rem;left:8.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDTS211td0zHKEeOFXbZ4JJpcFROTU0z { width:1.9375rem;height:1.5625rem;top:29.3125rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFyvmghkW2ubGEtx0C6kNlRHMWQwJ9WZ { top:29.375rem;left:19.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBs0P9DbVE5pgwi8AUlLtcuxbG2lQ680 { width:1.9375rem;height:1.5625rem;top:29.5rem;left:21.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t49M0BJ7LledpkulhIVT9oDHE6oDoNXH { top:29.3125rem;left:25.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqSbTxWfgnxPDcvDFbWI9ZIxwSVIGIc4 { width:1.6875rem;height:1.5625rem;top:29.625rem;left:27.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4M7JWZNEJTLtZBKewh8uAlVmaLFia6K { top:29.25rem;left:2.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb0qZlyZdxv6TJcP0EIFHXTqPKJFpnwM { width:1.5625rem;height:1.5625rem;top:32.4375rem;left:11.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpERMiHbK1htbmdx7uMNDzefUKT3ELt5 { top:32.25rem;left:9rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ5MdHWc4KbCporgFN9Ppd4Wp5gFmpFX { width:1.5625rem;height:1.5625rem;top:32.5rem;left:3.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC3anw5Pag21ybHklhfFJdlvVyHFU0wx { top:32.4375rem;left:2.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqoMGX2XqXTrc2lMrxvgNGQ2qxgQ0R08 { width:1.5625rem;height:1.5625rem;top:33.0625rem;left:42.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLwAed61Sdloe34GvCcrPTpJSawiptH { top:32.875rem;left:40.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbKfslbUQ0XSdN8qLRLGTopPDFdSWoH2 { width:1.6875rem;height:1.5625rem;top:30.0625rem;left:42.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SueZG1QT4MBeHQUfEq2JkGwiTry5aBdg { top:29.75rem;left:40.5rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLeg9FPnz2S2v2CVZxk5Xmk2bBI8GzTq { width:1.9375rem;height:1.5625rem;top:29.9375rem;left:36.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR9k81xcTzsRr7BBVpHMQu0Eqo7PPO9W { width:1.5625rem;height:1.5625rem;top:33.125rem;left:36.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgdmK5akdMWgVGNQhNh8de9MKobf0vU0 { top:29.8125rem;left:34.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exB49iJw5Df4HBpZ0uKg24kDZeOpi0Vy { top:33.0625rem;left:34.9375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnE9Vfr3UnnqKNorEqD9cNI9QZDCuULm { top:32.4375rem;left:25.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #up4wwkVJdCKuodT4zppPLqAO4VVLGQZS { width:1.5625rem;height:1.5625rem;top:32.625rem;left:27.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bgi1XIt6qXaI7XJW6nqrHsDq0Dr6MKOd { top:32.625rem;left:19.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgyG9ZMQbaOfnoskm07HquaXMDwoD6Xr { width:1.5625rem;height:1.5625rem;top:32.6875rem;left:21.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB8vt47gWWGNEHoZ7CEOVrKFl6BFBWhy { width:16.25rem;height:24.0625rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTMNt7FO392vsFPqTa2EVqKEazVf2lw { width:11.25rem;height:9.3120625rem;top:45.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8F40U0JJKnMZoUkp1PJgr7m3hxNIPfi { width:16.25rem;height:24.0625rem;top:43.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9QCtGEiV0ub0EwFpLs7UvuoDDGbkKJ { width:11.25rem;height:10.4980625rem;top:45.3125rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdhq2wEtQN6rPyzU9Ig9V2UcecAid4M { width:16.25rem;height:24.0625rem;top:43.3125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcneOsVSqpw30qfdxHvQQS4A7WSTZcbp { width:11.25rem;height:9.8123125rem;top:45.625rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVwxKkrIOfz4uNbKuJCkTpycNTlsScgS { width:13.125rem;height:1.375rem;top:55.625rem;left:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnGMv9L7BiEQZtVU6sxG6PJodGXABeRy { width:13.125rem;height:1.375rem;top:56.6875rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ncvJaxCBTAVhRo0VVMlyaJfGCZqViE { width:13.125rem;height:1.375rem;top:56.0625rem;left:33.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPBin4rNB5sZwfEfz914Bn1Ncn7XRCdR { width:11.5625rem;height:1.4375rem;top:56.8125rem;left:2.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQlETbBqd6a1nuiK5W2FsHwHQEhF7Ben { width:11.5625rem;height:1.4375rem;top:57.3125rem;left:34.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4JIqBmdfF5lZ24GcaIApm13wrU1zWG { width:11.5625rem;height:1.4375rem;top:57.875rem;left:18.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLaAVyIRdLqexOcU54Xmg10mm5UnxwnF { top:59.125rem;left:9.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUCwVaPyMTnRPechAxvhol22k7ucZhdv { top:59.1875rem;left:3.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOBHGLu2R0f9VyTTGxKxy48uNqX4NCGu { width:1.6875rem;height:1.5625rem;top:59.4375rem;left:11.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doXuysWkLMt5gPmpKn8yqtOZgWTqtP9B { width:1.9375rem;height:1.5625rem;top:59.3125rem;left:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT88l3s1qmK85v1WUkXwv8vmKB2bMiay { top:59.375rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehhGVm66l2oELDTbRTi6rGGyGH9TiUDu { top:59.3125rem;left:41.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XORx5gSNHDUmekQy8v07glp18XOkk5wm { width:1.9375rem;height:1.5625rem;top:59.5rem;left:37.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgL1MWCGognKB0F1c2NZa0TFyDQUXE2q { width:1.6875rem;height:1.5625rem;top:59.625rem;left:43rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATa3Lbn4nSzG9LeCiw98wmThBtNPSsnV { top:60.1875rem;left:19.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZmNnONtbH0TQlm6IT9ieCtBANQD77y3 { width:1.9375rem;height:1.5625rem;top:60.3125rem;left:20.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRvRumxbfqrlR7ksGE3ism8NEAeCIf2U { top:60.125rem;left:26rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pw7QBweyk8xWUmLBC9C92e8yCSOyTwuF { top:62.25rem;left:9.75rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utHoBPgpkSc6SSPSTdp1MZA5yRow7vzm { width:1.5625rem;height:1.5625rem;top:62.4375rem;left:11.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv1eVhMENdGm8CVFlaUBP6Te2RZI4cdg { width:1.5625rem;height:1.5625rem;top:62.5rem;left:4.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq9S20PuTCqZTVlylunu1p8k16FxdVOo { top:62.4375rem;left:3.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWF6BnBdNdy57ef4Q72lKi5wDI7zNhwp { top:62.4375rem;left:41.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gF76IVui2wuCbqfBerQiCQuZz9Lep4wi { width:1.5625rem;height:1.5625rem;top:62.625rem;left:43.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC0TllPq6G9UzSwhtqvDvdLkOiyMXx8b { width:1.5625rem;height:1.5625rem;top:62.6875rem;left:37.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdOT0XMuADmWQTRHRsz2D54UldqcXJKD { top:62.625rem;left:36.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJTKuqTF9ArAJcFfzdpSzrTAQOBVsTQz { width:1.6875rem;height:1.5625rem;top:60.4375rem;left:27.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQZKmnn39ytCAkLPcJ2FrRGUb6xFCRcT { width:1.5625rem;height:1.5625rem;top:63.4375rem;left:27.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5WDGoyKg2daZPe2f6LXf2XBy9Bnclzy { top:63.25rem;left:26.0625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJ8bg0fWKDEtVTnRdQUNNhEz45T1vhFN { width:1.5625rem;height:1.5625rem;top:63.5rem;left:20.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOma1D84WWTWTBEMH4LKRTfgfSCQwTRh { top:63.4375rem;left:19.5625rem;width:1.5625rem;height:1.5625rem;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:24.9375rem;left:18.1875rem;width:11.375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:47.75rem;height:3.625rem;top:1.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { top:6.75rem;left:0rem;width:47.75rem;height:15.880500087701rem;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.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:17rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { top:14.875rem;left:16.125rem;width:12.375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { top:19.3125rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { top:21.4375rem;left:16.125rem;width:14.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { top:21.1875rem;left:13.21875rem;width:2.125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { top:19.0625rem;left:13.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { top:16.75rem;left:13.34375rem;width:1.875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { top:14.625rem;left:13.46875rem;width:1.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { top:15.125rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { top:17.25rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { top:19.5625rem;left:11.96875rem;width:0.625rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { top:21.6875rem;left:11.96875rem;width:0.625rem;height:0.625rem;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) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { top:0rem;left:0rem;width:5.6875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4oRtxRmrnaACitmVxNg4vxuPSyJxldw { top:1.125rem;left:29.0625rem;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) { #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk { 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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.adaptive-delivery-prevent-bg, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyload, #rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk.lazyloading { background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { background-color: transparent; background-image: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { display: none; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .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); }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { border-width: 0; border-radius: 0; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk::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; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rpbUl1EOF7KA7MWiUcyzlyAG8asLeFPk > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z2HA6ffumoqEI7GJt99mwPOLhZSKtPuW { width:15rem;height:22.3125rem;top:29.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhnOoggfzp7alpliScOOGJ5QwCkhE92H { width:13.125rem;height:3.1477875rem;top:29.9375rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:12.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:12.3125rem;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:12.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:12.3125rem;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:12.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:11.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:12.3125rem;height:auto;top:31.75rem;left:2.6875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:12.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:12.3125rem;height:auto;top:31.75rem;left:2.6875rem; }
 }@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) { #Z1hN4FOyTJq2mV3ddCuPmxVtaX7b3GC1 { width:13.125rem;height:6.375rem;top:1.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtuXsqNW3FiW21f8WI43D4dixDMuASwy { width:11.6855625rem;height:0.568359375rem;top:26.4658203125rem;left:4.15625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xToupHUbJREib2uIX9DCACIeuzIPNMkl { width:19.8125rem;height:auto;top:24rem;left:0.0625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWBXwBgT70ETZGorwDwPANXFZSezD9Ck { width:20rem;height:auto;top:14.8125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tnJtLnuCNmliTAe7Hf8EWCbwKU0Pbwac { width:20rem;height:auto;top:35.0625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #IbqqMlqrkW5xao066LAlL69EWcHTJDaU { width:20rem;height:auto;top:37.5625rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kUz62eT6T989NneqcUukiXIOmW9DPu1z { width:17.75rem;height:1.6875rem;top:24rem;left:0.875rem;z-index:15201;display:block; }
 }@media only screen and (max-width: 763px) { #WkwJsLHQ7mo9OphCdMu8WP4cbBZ3ZdVg { width:7.5rem;height:auto;top:25.5rem;left:6.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JJ58VDuJ9AaUhEGTZoT3ndM0qUuWZOIi { width:19.875rem;height:3.57421875rem;top:10.1875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;z-index:15046;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #lztV3P3hK9OFn3y8RqqP0zKufkqXTSLN { width:5.9375rem;height:2.62586875rem;top:16.144748687744rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;z-index:15047;font-family:"open sans";line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Akm6DcO68iWUXTubvs1N6TMaRNeXX3CS { width:7.9980625rem;height:11.212rem;top:11.852213859558rem;left:5.0618494153022rem;font-size:8.625rem;text-align:left;text-align-last:left;z-index:15047;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #cs4EGZucyEkP9Zlz6CQoSEOTZfVDVGcE { width:18.9985rem;height:1.38020625rem;top:22.5625rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15047;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #uRyr20netCe0uDqyyNTzTFq7lUF5G6mI { width:17.1875rem;height:1.3808625rem;top:24.1875rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15202;font-family:"open sans";color:#006e6d;display:block; }
 }@media only screen and (max-width: 763px) { #zTRJ8xFtByr2n8Nnc2GPGfMkGdbqw7PF { width:7.5rem;height:auto;top:20.6875rem;left:6.25rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xOqH4eMllMairn62aBoUKzx6iomATovI { display:block; }#xOqH4eMllMairn62aBoUKzx6iomATovI > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cI6TORFqQvT7raZ5Q5fXEiB0KJKzELrb { width:20rem;height:3.897575rem;top:36.5390625rem;left:0rem;font-size:0.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A2beWwWU7Dckcwed3H6MwbCSZTBLxBqU { width:20rem;height:5.095475rem;top:30.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua38BXtVChTi5NufIT3vcB9DLF9qVn8y { width:20rem;height:6.4995625rem;top:23.3759765625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKzUvh3BRgC2TkDyAba2eEpiTyy3HTPd { width:20rem;height:3.4082rem;top:19.08984375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSwMF1sPo5aOdS05vxN278KrKJB4ipn0 { width:20rem;height:0.1875rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuK5VX2r2ef9pO5hB3qscTMdeEtcSXT { width:20rem;height:0.1875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDwScV2aSCR1mxiWQikxSlt6Ql3nyAAQ { width:17.875rem;height:12.5rem;top:1.060791015625rem;left:1.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBmfcollBF171pCGzbFew96D58oO7pud { width:20rem;height:3.4375rem;top:14.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;font-family:"open sans";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #whku17DZKnkTdVd5zQPZE2iFUuuUNh1l { width:12.8125rem;height:10.3993rem;top:3.230251789093rem;left:7.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPifqGxiwEWsmGdiSvovfP5FuElJrG2I { width:20rem;height:3.8984375rem;top:1.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN9AkwMVGJxhJfnz5Wo0TsHcoMT3ftJP { display:flex;width:4.4375rem;height:4.4375rem;top:26.75rem;left:7.75rem;font-size:2.875rem; }
 }@media only screen and (max-width: 763px) { #nl7M3lWS9SSOQk2ECZRU3PdlaPxuLTl2 { display:flex;width:4.4375rem;height:4.4375rem;top:8rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #q2Z85asOkL8U2lq1TH0UB9rLbXf4i1On { display:flex;width:4.4375rem;height:4.4375rem;top:41.9375rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #JsX7CP6kQEAhZcXLO9IrVrcwyvq8veRL { width:12.5rem;height:2.599825rem;top:13.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6EO8iQLDy2oI1LUGfiHO2aMAfdnKZqf { display:flex;width:4.4375rem;height:4.4375rem;top:59.5rem;left:7.75rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #UWMtPkE0CioZlSHUEw8a6qbTCA9D8MWx { width:12.5rem;height:1.2999125rem;top:32.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFboDmNRZi2i3Fh3GNC61nUpd8pFtKFX { width:12.5rem;height:2.599825rem;top:47.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFWFFbNwfebTWcqym72obMn6HposuTPs { width:12.5rem;height:1.2999125rem;top:65.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2PLEE452AsWsbxEAiVw3CT0MDJZi2uO { width:14.8123125rem;height:7.9525rem;top:17.5625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmZCWfybl8qTttWD8v3RCpgt4VUXkAX1 { width:14.0625rem;height:5.6803375rem;top:35rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDTC8swh7pAE1mwPoEG8upToJ3rRpQda { width:15.625rem;height:6.816375rem;top:51.4375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wkrim4PidIsGF0mWBWdBQEWXFd5KRkCX { width:15.3125rem;height:5.6803375rem;top:67.75rem;left:2.3125rem;font-size:0.875rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k { display:block; }#o4EebCz1EKglW5kXFTzJ6SRqLlxNbg1k > .row .container { width:20rem;height:157.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7mqib1Nys2qit4uoA2GR71Nprev0SNx { width:20rem;height:1.9494625rem;top:1.25rem;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) { #BNId3vZGZBQs7M8HJ0UNSep7fFaoJtNq { width:15.125rem;height:22.5625rem;top:5.4481401443481rem;left:2.4370661377907rem;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) { #K6TSHofNGqTB7eO04ZyWcxBXHT7VOv3M { width:15.125rem;height:22.5625rem;top:55.948360443115rem;left:2.4370661377907rem;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) { #DovSunE9X0Cxqa7d77DI3fKZhJ3Prvxo { width:15.125rem;height:22.5625rem;top:106.82292437553rem;left:2.4370661377907rem;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) { #PVogMqdpQcL5FFlz5MxFWJXMutAOtXxC { width:10.8125rem;height:10.8125rem;top:6.0737875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIWCKO3tP2pmAgwX9tP4plaVJndvbPQ { width:10.375rem;height:10.375rem;top:56.6987875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZneRCsHvKUBMRW2Th8xG2uRR5G8IKit { width:3.125rem;height:3.125rem;top:57.6987875rem;left:8.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rAa8lTCZWdaTBfq1VedKIz7C1BaRxVz9 { width:11.25rem;height:9.3120625rem;top:107.7612875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8F46KA4aPW04rbtHhmKFKQmkw0pHbO { width:13.125rem;height:1.13606875rem;top:18.5112875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1zQhr2Hvx8HrNpk3hbo9qX59kgeRE2b { width:13.125rem;height:1.13606875rem;top:119.2612875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3VlcBEX0A7WdmGiq2zoEMRsqL8lECS { width:13.125rem;height:1.13606875rem;top:69.1987875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9TzuRxPlXkTT3BuebsZHBGdUvznukBh { width:11.5625rem;height:1.30005rem;top:19.5737875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmQC9zykHindaWreT5yeJdrKAc8bP1Wp { width:11.5625rem;height:1.30005rem;top:120.6362875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0liWLvG6QE4TfcNOeLFqvphmUMPeHpF { width:11.5625rem;height:1.30005rem;top:70.4487875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkx82XfD6hBZNmfVQNwvRlIQIqOuFTC6 { width:1.68728125rem;height:1.30005rem;top:22.2612875rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #P5OZH2celx6P9DOJXHpvh6IsrDLnz57b { display:flex;width:1.9375rem;height:1.9375rem;top:21.9487875rem;left:10.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #mDTS211td0zHKEeOFXbZ4JJpcFROTU0z { width:1.93685rem;height:1.30005rem;top:22.1362875rem;left:5.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #kFyvmghkW2ubGEtx0C6kNlRHMWQwJ9WZ { display:flex;width:1.875rem;height:1.875rem;top:72.8237875rem;left:4.6875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #rBs0P9DbVE5pgwi8AUlLtcuxbG2lQ680 { width:1.93685rem;height:1.30005rem;top:72.9487875rem;left:6.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #t49M0BJ7LledpkulhIVT9oDHE6oDoNXH { display:flex;width:1.9375rem;height:1.9375rem;top:72.7612875rem;left:10.875rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #JqSbTxWfgnxPDcvDFbWI9ZIxwSVIGIc4 { width:1.68728125rem;height:1.30005rem;top:73.0737875rem;left:12.9375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #O4M7JWZNEJTLtZBKewh8uAlVmaLFia6K { display:flex;width:1.875rem;height:1.875rem;top:22.0737875rem;left:4.3125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Wb0qZlyZdxv6TJcP0EIFHXTqPKJFpnwM { width:1.5625rem;height:1.30005rem;top:25.2612875rem;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) { #fpERMiHbK1htbmdx7uMNDzefUKT3ELt5 { display:flex;width:1.9375rem;height:1.9375rem;top:25.0737875rem;left:11.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZQ5MdHWc4KbCporgFN9Ppd4Wp5gFmpFX { width:1.5625rem;height:1.30005rem;top:25.3237875rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #QC3anw5Pag21ybHklhfFJdlvVyHFU0wx { display:flex;width:1.5625rem;height:1.5625rem;top:25.2612875rem;left:4.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #pqoMGX2XqXTrc2lMrxvgNGQ2qxgQ0R08 { width:1.5625rem;height:1.30005rem;top:126.5737875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #TvLwAed61Sdloe34GvCcrPTpJSawiptH { display:flex;width:1.9375rem;height:1.9375rem;top:126.3862875rem;left:11.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bbKfslbUQ0XSdN8qLRLGTopPDFdSWoH2 { width:1.68728125rem;height:1.30005rem;top:123.5737875rem;left:12.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #SueZG1QT4MBeHQUfEq2JkGwiTry5aBdg { display:flex;width:1.9375rem;height:1.9375rem;top:123.2612875rem;left:10.8125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #wLeg9FPnz2S2v2CVZxk5Xmk2bBI8GzTq { width:1.93685rem;height:1.30005rem;top:123.4487875rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #FR9k81xcTzsRr7BBVpHMQu0Eqo7PPO9W { width:1.5625rem;height:1.30005rem;top:126.6362875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #tgdmK5akdMWgVGNQhNh8de9MKobf0vU0 { display:flex;width:1.875rem;height:1.875rem;top:123.3237875rem;left:5.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #exB49iJw5Df4HBpZ0uKg24kDZeOpi0Vy { display:flex;width:1.5625rem;height:1.5625rem;top:126.5737875rem;left:5.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #UnE9Vfr3UnnqKNorEqD9cNI9QZDCuULm { display:flex;width:1.9375rem;height:1.9375rem;top:75.8862875rem;left:10.9375rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #up4wwkVJdCKuodT4zppPLqAO4VVLGQZS { width:1.5625rem;height:1.30005rem;top:76.0737875rem;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) { #Bgi1XIt6qXaI7XJW6nqrHsDq0Dr6MKOd { display:flex;width:1.5625rem;height:1.5625rem;top:76.0737875rem;left:5.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bgyG9ZMQbaOfnoskm07HquaXMDwoD6Xr { width:1.5625rem;height:1.30005rem;top:76.1362875rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #VB8vt47gWWGNEHoZ7CEOVrKFl6BFBWhy { width:15.125rem;height:22.5625rem;top:30.760636329651rem;left:2.4370661377907rem;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) { #TiTMNt7FO392vsFPqTa2EVqKEazVf2lw { width:11.25rem;height:9.3120625rem;top:32.3237875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8F40U0JJKnMZoUkp1PJgr7m3hxNIPfi { width:15.125rem;height:22.5625rem;top:80.823570251462rem;left:2.4370661377907rem;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) { #wa9QCtGEiV0ub0EwFpLs7UvuoDDGbkKJ { width:11.25rem;height:10.4980625rem;top:82.3862875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdhq2wEtQN6rPyzU9Ig9V2UcecAid4M { width:15.1248125rem;height:22.561875rem;top:132.18207931519rem;left:2.4370661377907rem;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) { #lcneOsVSqpw30qfdxHvQQS4A7WSTZcbp { width:11.25rem;height:9.8123125rem;top:133.3237875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVwxKkrIOfz4uNbKuJCkTpycNTlsScgS { width:13.125rem;height:1.13606875rem;top:42.0737875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnGMv9L7BiEQZtVU6sxG6PJodGXABeRy { width:13.125rem;height:1.13606875rem;top:93.7612875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8ncvJaxCBTAVhRo0VVMlyaJfGCZqViE { width:13.125rem;height:1.13606875rem;top:143.7612875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPBin4rNB5sZwfEfz914Bn1Ncn7XRCdR { width:11.5625rem;height:1.30005rem;top:43.2612875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQlETbBqd6a1nuiK5W2FsHwHQEhF7Ben { width:11.5625rem;height:1.30005rem;top:145.0112875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ko4JIqBmdfF5lZ24GcaIApm13wrU1zWG { width:11.5625rem;height:1.30005rem;top:94.9487875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLaAVyIRdLqexOcU54Xmg10mm5UnxwnF { display:flex;width:1.9375rem;height:1.9375rem;top:45.5737875rem;left:11rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GUCwVaPyMTnRPechAxvhol22k7ucZhdv { display:flex;width:1.875rem;height:1.875rem;top:45.6362875rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #yOBHGLu2R0f9VyTTGxKxy48uNqX4NCGu { width:1.68728125rem;height:1.30005rem;top:45.8862875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #doXuysWkLMt5gPmpKn8yqtOZgWTqtP9B { width:1.93685rem;height:1.30005rem;top:45.7612875rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #aT88l3s1qmK85v1WUkXwv8vmKB2bMiay { display:flex;width:1.875rem;height:1.875rem;top:147.0737875rem;left:5.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ehhGVm66l2oELDTbRTi6rGGyGH9TiUDu { display:flex;width:1.9375rem;height:1.9375rem;top:147.0112875rem;left:11.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XORx5gSNHDUmekQy8v07glp18XOkk5wm { width:1.93685rem;height:1.30005rem;top:147.1987875rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #tgL1MWCGognKB0F1c2NZa0TFyDQUXE2q { width:1.68728125rem;height:1.30005rem;top:147.3237875rem;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) { #ATa3Lbn4nSzG9LeCiw98wmThBtNPSsnV { display:flex;width:1.875rem;height:1.875rem;top:97.2612875rem;left:5.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #AZmNnONtbH0TQlm6IT9ieCtBANQD77y3 { width:1.93685rem;height:1.30005rem;top:97.3862875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #MRvRumxbfqrlR7ksGE3ism8NEAeCIf2U { display:flex;width:1.9375rem;height:1.9375rem;top:97.1987875rem;left:11.5rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #Pw7QBweyk8xWUmLBC9C92e8yCSOyTwuF { display:flex;width:1.9375rem;height:1.9375rem;top:48.6987875rem;left:11.125rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #utHoBPgpkSc6SSPSTdp1MZA5yRow7vzm { width:1.5625rem;height:1.30005rem;top:48.8862875rem;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) { #zv1eVhMENdGm8CVFlaUBP6Te2RZI4cdg { width:1.5625rem;height:1.30005rem;top:48.9487875rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #xq9S20PuTCqZTVlylunu1p8k16FxdVOo { display:flex;width:1.5625rem;height:1.5625rem;top:48.8862875rem;left:4.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xWF6BnBdNdy57ef4Q72lKi5wDI7zNhwp { display:flex;width:1.9375rem;height:1.9375rem;top:150.1362875rem;left:11.25rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #gF76IVui2wuCbqfBerQiCQuZz9Lep4wi { width:1.5625rem;height:1.30005rem;top:150.3237875rem;left:12.875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #gC0TllPq6G9UzSwhtqvDvdLkOiyMXx8b { width:1.5625rem;height:1.30005rem;top:150.3862875rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #pdOT0XMuADmWQTRHRsz2D54UldqcXJKD { display:flex;width:1.5625rem;height:1.5625rem;top:150.3237875rem;left:5.75rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #SJTKuqTF9ArAJcFfzdpSzrTAQOBVsTQz { width:1.68728125rem;height:1.30005rem;top:97.5112875rem;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) { #KQZKmnn39ytCAkLPcJ2FrRGUb6xFCRcT { width:1.5625rem;height:1.30005rem;top:100.5112875rem;left:13.1875rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #o5WDGoyKg2daZPe2f6LXf2XBy9Bnclzy { display:flex;width:1.9375rem;height:1.9375rem;top:100.3237875rem;left:11.5625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #bJ8bg0fWKDEtVTnRdQUNNhEz45T1vhFN { width:1.5625rem;height:1.30005rem;top:100.5737875rem;left:6.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#015850;display:block; }
 }@media only screen and (max-width: 763px) { #oOma1D84WWTWTBEMH4LKRTfgfSCQwTRh { display:flex;width:1.5625rem;height:1.5625rem;top:100.5112875rem;left:5.0625rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFBiD9N7b4AwOZ6AbrLb3anc9vKGEHN8 { width:6.5rem;height:1.2246125rem;top:14.5625rem;left:6.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCLLiAtVfBXRp7MSnw1yVvB7Td7qfFKU { width:20rem;height:2.03125rem;top:1.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqTWeMhSffNqQ8yE6GTVL7u7uMrx79UR { width:20rem;height:6.6514806378131rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7aumlwbg0wOreggR7LqTGsN4cxcRrtm { width:18.125rem;height:4.496525rem;top:3.1239128112793rem;left:0.93750005960463rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:13.0625rem;height:1.04980625rem;top:11.1875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcF0bmDW3nh6x0bM9PJlB6chARypO2Ar { width:11.625rem;height:1.04980625rem;top:9.6875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1nDrhpBbiXc6v2GMEeh6IfiCm8tSR9N { width:11.5625rem;height:1.04980625rem;top:12.875rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUNrbGmO0nk0UVE816DlXMdqGV1H2Vs7 { width:9.3125rem;height:1.04980625rem;top:14.625rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qk48pmnlqpp90mF7MyDbkulFwekgidny { width:1.625rem;height:1.25rem;top:14.4375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5VSmGbpDAdim34RqSOokR0NHedTdRCC { width:1.25rem;height:1.25rem;top:12.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqaSUrwAHcFQpp7PECI3Ou3zxGfhP4pi { width:1.5rem;height:1.25rem;top:11.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #giEq3fzJcETRu7naa5GVZuxm3wxdR8iv { width:1.25rem;height:1.25rem;top:9.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXWNZvgpBQsUDPJQUPopBtq0Z41SEvd3 { display:flex;width:0.625rem;height:0.625rem;top:10rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #A7pMoJhZppzMwzM3QInxMNwxp6HrbLwH { display:flex;width:0.625rem;height:0.625rem;top:11.5rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #lQulHNGCzMEyeOkzvWIb5vUtcOudUfrS { display:flex;width:0.625rem;height:0.625rem;top:13.1875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #HJSBQgCwehU12hZJavHoAJy5KWZrTHsN { display:flex;width:0.625rem;height:0.625rem;top:14.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnVyyOO37iAImTw74G9Tfli9gWGm1TiW { width:3.5rem;height:1.6875rem;top:0.28125rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4oRtxRmrnaACitmVxNg4vxuPSyJxldw { width:18.6875rem;height:0.64995625rem;top:3.21875rem;left:0.625rem;font-size:0.5rem;text-align:right;text-align-last:right;display:block; }
 }