.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:255,243,222;--color-primary-1:255,214,147;--color-primary-2:255,173,38;--color-primary-3:128,87,19;--color-primary-4:38,26,6;--color-secondary-0:255,255,255;--color-secondary-1:248,248,248;--color-secondary-2:227,227,227;--color-secondary-3:186,180,180;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:251,252,255;--color-tertiary-2:151,151,153;--color-tertiary-3:91,91,92;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"Work 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:#5d8e96;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container { background-color: transparent; background-image: none; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container > .video-iframe-container { display: none; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row > .video-iframe-container { display: none; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .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); }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container { border-width: 0; border-radius: 0; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#oHTlsOfhQyNdWGKO2V3p8XZFTkyJ1H2U { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#061672;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:25.0625rem;display:block; }
#amaQhwA4z8vQqtad4BSXktkB27LMhdHv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfTpSig4fTAsih9bVsnnGAaSVw0X7PGx { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#061672;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:13rem;display:block; }
#A9Z6zT6UC5NbaJ9woIUUxm9JDhnUdO5D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LDzqpowPmDJ9mfe06Rk5zdnuV6qnvIr2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#061672;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:63.375rem;display:block; }
#kvvbOycfzN8yw2lx1JtqI6A8Hnvks7pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CQPgtHtBKk5vPTZrW6u51TxOwFVF1a2t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#061672;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:56.125rem;display:block; }
#rROQoTwmWoBf50b69OhNJMCa7fOTmnpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fPvJslA1aeb4bItN6HDxlI9edpwmLPtP { position:absolute;display:block;z-index:15002;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.6875rem;width:6.6875rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
#La8fu8lQ66dlVIa7sF3PuVTs6tEcXF7T { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.4375rem;left:9.3125rem;display:none; }
#aNsN5RTHW3WksH2XvHdN5pB4wtpWl8XX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.4375rem;left:9.3125rem;display:none; }
#a3aWT8p5keuTlQoInkAho4rRsJdBIsRG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#061672;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21875rem;left:44.1875rem;display:block; }
#OvChWWy3ELZ06PUi6V8qwP0ycN3iGRrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQWIU7Trh8le0hyefcHdrT8z19PSVAPN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.4375rem;left:9.3125rem;display:none; }
#bSTfzGKUeLvMn9g0ELl5AzKiVszWec8D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#061672;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:36.875rem;display:block; }
#OqbZLrFJOAuhsSe8Jv4ZzvfRdyGvXubQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwVxaZze7kli19d1nE8wcsH9VXnEs5Uv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:5.4375rem;left:9.3125rem;display:none; }
#pB6eePUE61qEHMN5609N86vGfUULAFfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b5a6f368-c2f6-4bff-98d7-db4f8eeb8a25/Untitled2000x1080px2000x1080px2.png");background-position:bottom center !important;background-repeat:no-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; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { border-width: 0; border-radius: 0; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#B5TxsvZqawvcyzbgXrcW1aOrnA4R52QU { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:29.799999237061rem;left:42.8125rem;height:0;font-style:normal;display:block; }
#FCbTau8pcfKECwUAloLRhAykv7q1PmAC { color:rgba(var(--color-tertiary-0),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:11.4375rem;left:3.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#weHK5SrAlT7lNIhUJB75uGDdO8Vv9lZl { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.5rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#z91WKPvqRWM9zTscJ7SBRdNWC5Sm37XW { color:rgba(var(--color-tertiary-0),1);display:block;width:37.3125rem;position:absolute;font-family:lora;font-size:3.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:13.1875rem;left:3.1875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kZS64CDkvsAWhbD4SChiQEk7V4EGToP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.1875rem;height:1.625rem;font-style:normal;display:block; }
#l9PtZrDipO297Psrw0BXimGwNXGuhznT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:27.6748046875rem;left:3.1875rem; }
#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { position:relative;display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { background-color: transparent; background-image: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row > .video-iframe-container { display: none; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .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); }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { border-width: 0; border-radius: 0; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:1.875rem;overflow:hidden;display:block; }
#psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:10.75rem;overflow:hidden;display:block; }
#kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:20.0625rem;overflow:hidden;display:block; }
#kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:28.9375rem;overflow:hidden;display:block; }
#torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.875rem;top:1.25rem;left:46.6875rem;overflow:hidden;display:block; }
#STyhhTUEALNuziKPydpieDNRgiKoffES { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.5rem;top:1.125rem;left:55.5rem;overflow:hidden;display:block; }
#ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { position:absolute;display:block;z-index:15010;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:4rem;width:8.125rem;top:1.4375rem;left:65.0625rem;overflow:hidden;display:block; }
#uOu7l1dX78DsAbAO670sX9fLlrhWracI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58965c43-c57d-4cd9-b5cf-9157b214c5d4/TAD_3511.jpg");background-position:center left !important;background-repeat:no-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; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI.adaptive-delivery-prevent-bg, #uOu7l1dX78DsAbAO670sX9fLlrhWracI.lazyload, #uOu7l1dX78DsAbAO670sX9fLlrhWracI.lazyloading { background-image: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container { background-color: transparent; background-image: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container > .video-iframe-container { display: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row > .video-iframe-container { display: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .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); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container { border-width: 0; border-radius: 0; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#d3X1HnLO8zUQ4BzbFsIV6HvFApXv6ZRO { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);top:26rem;left:23.09375rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T99Dyt6lGVzFbMo4CGDk3cU78E2CFTX1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:37.0625rem;left:27.5rem;display:block; }
#BntbGDQnDtsTJbyeLbfOzHwWTvey04CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AmBVdTUiXdGAkl4VfbliJlTzMZrNkdzE { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:"work sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0rem 0.0625rem 0rem rgba(33,31,32,0.42);top:7.875rem;left:13.6875rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D23kHXab2yv31gxwMS0mi0WVi61135zb { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:46.375rem;left:10.5rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#C8AFTh61wCllH084uPkAb3vTTTQ4yFe9 { box-sizing:content-box;height:5.75rem;width:16.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.5625rem;left:29.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#VStQ1y8DtEle2tPIX4oT3nRtDcz2FMJg { box-sizing:content-box;height:5.875rem;width:16.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.5rem;left:51.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#JlBUrMLvwTXpzdhpirvlfwWBXNTvRDSP { position:absolute;display:block;z-index:15011;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.375rem;width:3.375rem;top:43.875rem;left:35.8125rem;overflow:hidden;display:block; }
#uHN7rAa8gDQ7xAytz5aFquH3lTfv6nRN { position:absolute;display:block;z-index:15013;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.625rem;width:2.9375rem;top:46.1875rem;left:52.6875rem;overflow:hidden;display:block; }
#coAWA1WqTeDktKxwyfnadFigfNeXfuRL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#b3lTA0x4DIQRPtCBOMFAF96auUdxpRTJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#m9ZbDmDdadgwp4rX4V5xXtRqR7ZPUckN { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#E4pmrZM1OyTHIJEWeJSSrrDZf6Flb1KK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem rgba(33,31,32,0.42);top:34.5rem;left:18.4375rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LnvSUMq4chee6xiPv44JFzUhFFdNzTAa { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:"work sans";font-size:2.625rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem rgba(33,31,32,0.42);top:9.4375rem;left:19.8125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m6afFVupKamofpIb13ownEDyUWd2hvoT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.37451171875rem;left:55.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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; }
#vFS67SUT7Lwe9l3H0e9FwdS3tbDwvybN { box-sizing:content-box;height:5.625rem;width:16.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:44.625rem;left:7.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lAEuGrrWuJX4ZApIcQPOv1GE1eb9dVth { position:absolute;display:block;z-index:15013;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:45.75rem;left:7.6875rem;overflow:hidden;display:block; }
#sqnH3NIgEC49QB29ceEzWK1k9dCEqkAB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:46.37451171875rem;left:31.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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; }
#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na { 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; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container { background-color: transparent; background-image: none; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container > .video-iframe-container { display: none; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row > .video-iframe-container { display: none; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .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); }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container { border-width: 0; border-radius: 0; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#ihdhn6CuCJxMfftbuRyGBwSy0HmZgKyH { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.375rem;left:10.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VgKKiotebUqelgLU0mI06e5hU95m7xST { color:rgba(var(--color-secondary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.25rem;left:30.15625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#sBWkZUkEG297c1Sie8PbAfcGTC8udxDL { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.25rem;left:55.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mlKObdWdilI8vqiv4FuwR7Pu6v6N7O0W { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xgg6xxFVBWdEeU9JxZEQS4JF1IFh490N { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:46.375rem;left:10.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#BtlmA7VkkdXiEKmWW7EBEKhIbdRCG2AG { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:0.25rem;left:10.25rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#Aw0ywT0BT75RHdVvH1GwO1ot5IhDrkWC { position:absolute;display:block;z-index:15013;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:45.75rem;left:7.6875rem;overflow:hidden;display:none; }
#XiacukUZpJBVH3LFs0bsbvmH64lEDuP5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Pn6noTs5SmEyaBluFV0GITZZv1qAVngk { position:absolute;display:block;z-index:15011;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.375rem;width:3.375rem;top:43.875rem;left:35.8125rem;overflow:hidden;display:none; }
#SiXHlArCt9TdrtT3xQNskk8OU4C8nxRs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:46.37451171875rem;left:31.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#CyoerbrbMrAekcRKKNlTWkdIoGSSFrQ9 { color:rgba(var(--color-secondary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.25rem;left:30.40625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#gRNJsO6dtqnJUT1TzgriET3lCW00eWga { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#dqCTCgrfqeEACxO3TUVrJGDB63LJQn1t { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:46.1875rem;left:55.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#ufbq3usdUDykQ8Dq1Im1ktJsNgTPEaI6 { color:rgba(var(--color-secondary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0rem;left:56.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#bEORCbsrBumaGCB9TCIU2wCeUnKcZDN1 { position:absolute;display:block;z-index:15013;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.625rem;width:2.9375rem;top:46.1875rem;left:52.6875rem;overflow:hidden;display:none; }
#HkkQRJ69Vg8LoVTnSJkVW3dWMpmA7Mwl { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.25rem;width:61.3125rem;top:5.0625rem;left:6.84375rem;display:block; }
#n9BKMauQnQTgEz92sko9S30M2Mrq3ed3 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.25rem;width:61.3125rem;top:4.4375rem;left:6.84375rem;display:none; }
#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt { 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; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container { background-color: transparent; background-image: none; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container > .video-iframe-container { display: none; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row > .video-iframe-container { display: none; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .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); }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container { border-width: 0; border-radius: 0; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container { font-size:0.875rem;font-family:arial;height:110.4375rem;width:75rem;position:relative;display:block; }#vX6yMPapEwATBeqIBlWWsToiVgiqa6uL { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5rem;left:10rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OpnZTPru2scsQFhCeJfAZDKWDO0txnRV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22.1875rem;left:13.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Kh9mitthbeIX9NOSe5F9ZBq1ppaa6bqI { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:19.875rem;left:18.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#dUMcgaWADQtn0GhpXNuCt3loAJ0tcXA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:40.625rem;left:42rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MNVO2zXidi7I3brEG77rJKOCNGlovOa8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:38.3125rem;left:46.625rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#mhxGVx1gRfPX1r9tBd7c1R5hRHeB8IHv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:58.5625rem;left:17.75rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#iIUNwH5TlKSWVm2uNoiL1tTlMN5lqT1U { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:60.75rem;left:15.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;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; }
#KTiqPTZ02lHNskatuNgA3v7pHCFE2J0U { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:60.625rem;left:27.625rem;overflow:hidden;display:none; }
#N7FxqezoApzVisRmHHpEZZRLxfhJrieW { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#KpAKBOQJ3pAcUhmIXLaaGVGM8LiL50Jk { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#Rrz6xmMilCI542br7x3lFRrkAzvTw4hr { box-sizing:content-box;height:16.8125rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:62.1875rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
#MOw3MKz7mCHlTETgbw00bL3N3JL9TUQt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.8125rem;left:21.1875rem; }
#F6FWyv2l3xGiuEUqafgztcfNloW8Vhn2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:34.625rem;left:49.875rem; }
#ricqK7zqeZ8UcFbERC57PGubSQTt7ifV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:55.125rem;left:21.5rem; }
#wGgDsWydq0TKyZkT49DHsJH7SvA1ekTP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.125rem;width:26.4375rem;top:31.8125rem;left:10rem;overflow:hidden;display:block; }
#rWZ7tz66q762RBwQv6fA5IJbydbGTHrm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:16.125rem;width:26.5625rem;top:12.4375rem;left:38.4375rem;overflow:hidden;display:block; }
#U1pc6yyG1Xagoy6o3tnGRhwXrp16Z2RO { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.25rem;width:27.4375rem;top:51.0625rem;left:37.4375rem;overflow:hidden;display:block; }
#nEXx0bN96sXdz75aDfUnQu88vKEWgNNi { color:rgba(var(--color-tertiary-4),1);display:block;width:33.25rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:72.0625rem;left:20.875rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvLvziOwVRRNwrBQqOxKb92lPJu2CDJI { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:83.625rem;left:9.9375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Fq9nuiZ6bobA19iqbkCZ29lmaJ5KfFMs { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:86.5rem;left:8.9375rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;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; }
#k9ESkeSQcrFg4JfDNPtb3d7Tn1dWlA8Z { box-sizing:content-box;height:14.375rem;width:13.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.25rem;left:7.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#S2BLMeW1IV5z5fTHmGUBTsxnbJhGcOLq { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:79.125rem;left:12.3125rem;overflow:hidden;display:block; }
#qGcgwALTs6PnZJKzG8hZn8ys1mWnW56h { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:79.4375rem;left:27.75rem;overflow:hidden;display:block; }
#ArptNEhuFLX4Qxql3KXvKp4N72vmeK9H { box-sizing:content-box;height:14.625rem;width:13.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.25rem;left:22.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#dvr8GW7vDhtRK6gTxeWT5W30FusdRWLR { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:84.375rem;left:24.8125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Qt746zP60409gneOPRfMQy0WHzAtL71O { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:86.375rem;left:23.5rem;height:8.3979375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#PTtBwHA30prFnEEdV38110169umWqwOJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:79.125rem;left:43.0625rem;overflow:hidden;display:block; }
#BFVDTXwz2DCkJe8QzRLCoxJF4ITCe9H2 { box-sizing:content-box;height:14.5rem;width:13.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.5rem;left:38.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#JuOlTcdHrRQpgfOrP0H0cLoCb9yDry7w { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:84.1875rem;left:39.6875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uos0a2HmxrAqxsqFEs1ObsxnAHymGtcP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:86.375rem;left:38.9375rem;height:7.19825rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xpCuaqUI5JlGlflsJVRqsMsnXm9anQbu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:79.125rem;left:58.4375rem;overflow:hidden;display:block; }
#FkQWl3kJxkSe0ayZbrvzQpsGpHG7oKlf { box-sizing:content-box;height:14.625rem;width:13.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:81.6875rem;left:53.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#qDuOvdtazsKtxZd2HFTW0sRPA2m9p6nn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:83.625rem;left:55.4375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#V6dlZDuI6yIh9aJwPhu2i0G7yNWBblT1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:86.5625rem;left:54.375rem;height:8.3979375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#uaBwcglk2ZtqzhWPnhwkHrLqrSSv6PSz { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.1;letter-spacing:0;top:3.5rem;left:10rem;height:5.7744125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mTFqoxZ9faV7qbbAsR0MsCn7s6w8Bsdz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.19);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:99.75rem;left:27.5rem;display:block; }
#z4qMXCiDHmz6WyO7WUy3rii5nVSGKbDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/476dda72-26a0-4dec-a0d9-dbee6fd18bba/Untitleddesign20250625T131627917.png");background-position:center !important;background-repeat:no-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; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.adaptive-delivery-prevent-bg, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyload, #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz.lazyloading { background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { border-width: 0; border-radius: 0; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { font-size:0.875rem;font-family:arial;height:59.0625rem;width:75rem;position:relative;display:block; }#TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:11rem;left:39.375rem;height:8.2851625rem;font-style:normal;display:block; }
#W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { color:#001342;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15006;line-height:.9;letter-spacing:0;top:4.25rem;left:39.375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SO7JrhVafyfraUMqLtzfZ1OvEwxONOV1 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:20.8125rem;left:39.375rem;height:1.625rem;font-style:normal;display:block; }
#rThqy9ewTJO0260ErcHubV0IcMmSanKc { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:22.75rem;left:39.375rem;height:9.66601875rem;font-style:normal;display:block; }
#ACiBfMrMqqrQgJGTb3gGlosgtVKyAa0K { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:41.625rem;left:39.375rem;height:1.625rem;font-style:normal;display:block; }
#eScZdTQJzQN4EXXt30hn8la8EDQnollq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:43.5625rem;left:39.375rem;height:5.5234375rem;font-style:normal;display:block; }
#XCL7kpzka62MQnE7EoLUp5kQl9IRTi9J { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:33.8125rem;left:39.375rem;display:block; }
#v8diIbeRdR6rrICn6Xn5DtV9tsHgOhGG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSs0f7AUmxdowqN2AmcTaPdG8zrORMND { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:50.5rem;left:39.375rem;display:block; }
#fh6Ibr8hwKop5dfOTIT2E8nFzkK7sLFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;background-image:url("https://images.assets-landingi.com/uc/8033b6b3-db28-4b56-beea-5b1aea5e1283/Vector312.png");background-position:top center !important;background-repeat:no-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; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc.adaptive-delivery-prevent-bg, #mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc.lazyload, #mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc.lazyloading { background-image: none; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container { background-color: transparent; background-image: none; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container > .video-iframe-container { display: none; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row > .video-iframe-container { display: none; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .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); }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container { border-width: 0; border-radius: 0; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#TSG3lCq2qu8nSpbcbNcpGxL9fkvFqrXX { color:#001342;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:0rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyTnCNkS5PSiuIPNiM5WQbZJZeNJiZFR { color:#001342;display:block;width:44.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.3125rem;left:15.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container { background-color: transparent; background-image: none; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container > .video-iframe-container { display: none; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row > .video-iframe-container { display: none; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .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); }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container { border-width: 0; border-radius: 0; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;position:relative;display:block; }#MTWmSM13USftwwOtm4kVJJTiIJNTiqgk { color:#001342;display:block;width:11.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:0.625rem;left:4.8125rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#hnasbnKofvqvRSOzmVC6IxR4MaEnHSbR { color:#001342;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:4.3125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#vIhyOqBiq09o5kWvxTKPviIDtyE2CNEe { color:#001342;display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:0.625rem;left:23.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Pnnl2iOCQrd84Fufg81PJfxuNw6108kQ { color:#001342;display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.375rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#mBtGZ3zwQ4sVPmv8eACOeBdOTHde9ueG { color:#001342;display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.625rem;left:41.375rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#vTNFdpiTNs0SKHgv3ClDTeyCK0ocNBW2 { color:#001342;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.6875rem;left:43.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#tRKX37KKsuqw8XxUQPVV60E9kBVCCAQ0 { color:#001342;display:block;width:9.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:0.625rem;left:61.6875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#zipGHLT9suL81V0oSTTCxe6qcWMCQ4dF { color:#001342;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:4.6875rem;left:60rem;height:2.9248rem;text-align:center;text-align-last:center;display:block; }
#tUbU4s52xC9meLKGwBT41wGoScGPPfog { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.75rem;top:0.625rem;left:2.6875rem;overflow:hidden;display:block; }
#L7mN9BglhyDJixN671xHDTvgicS6HoOa { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.75rem;top:0.625rem;left:21.5625rem;overflow:hidden;display:block; }
#L4eVZTr0hoONxthZyS6XvqxgZXK4PKFh { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.6875rem;top:0.625rem;left:40.5625rem;overflow:hidden;display:block; }
#UlxdUQkih6f1dSZVX0ilfiDeBa6p8gdZ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:2.6875rem;top:0.625rem;left:58.75rem;overflow:hidden;display:block; }
#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container { background-color: transparent; background-image: none; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container > .video-iframe-container { display: none; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row > .video-iframe-container { display: none; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .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); }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container { border-width: 0; border-radius: 0; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#DQGvxAB1NakQKL5SPxclQvW2MsPKXLUi { color:rgba(var(--color-secondary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:30.96875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f53f31ce-5728-49bc-96ec-b076563549f2/CopyofLPimagesGeneral1.jpg");background-position:top center !important;background-repeat:no-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; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD.adaptive-delivery-prevent-bg, #ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD.lazyload, #ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD.lazyloading { background-image: none; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container { background-color: transparent; background-image: none; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.74); }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container > .video-iframe-container { display: none; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(42,22,27,0.74); }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row > .video-iframe-container { display: none; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .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); }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container { border-width: 0; border-radius: 0; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD::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; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#uzDczpwOvTpNiPL5LwGDHh6XfeA4VzkI { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(262deg, #b2f5ff, #faddb1);background-image: -moz-linear-gradient(262deg, #b2f5ff, #faddb1);background-image: -ms-linear-gradient(262deg, #b2f5ff, #faddb1);background-image: -o-linear-gradient(262deg, #b2f5ff, #faddb1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#faddb1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#faddb1' );";background-image: linear-gradient(262deg, #b2f5ff, #faddb1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:15.5rem;width:14.625rem;top:2.875rem;left:5.375rem;display:block; }
#LBeUOOJGb6peAdNsiu32rZT51G0RJ3Rb { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(166deg, #b2f5ff, #faddb1);background-image: -moz-linear-gradient(166deg, #b2f5ff, #faddb1);background-image: -ms-linear-gradient(166deg, #b2f5ff, #faddb1);background-image: -o-linear-gradient(166deg, #b2f5ff, #faddb1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#faddb1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2f5ff', endColorstr='#faddb1' );";background-image: linear-gradient(166deg, #b2f5ff, #faddb1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:15.5rem;width:14.625rem;top:2.875rem;left:21.75rem;display:block; }
#IkWtsawbp6S0M3GcRdDWwkm4yhuDg00f { color:rgba(var(--color-secondary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1;letter-spacing:0;top:5.875rem;left:6.6875rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#LbyCnJsIHDrWVabBsECbs0iOq8ObyTco { color:rgba(var(--color-secondary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:5.875rem;left:23.0625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#izIhtWXHEhWviyiFVpotlXGUuRtQUICU { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(317deg, #faddb1, #b2f5ff);background-image: -moz-linear-gradient(317deg, #faddb1, #b2f5ff);background-image: -ms-linear-gradient(317deg, #faddb1, #b2f5ff);background-image: -o-linear-gradient(317deg, #faddb1, #b2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faddb1', endColorstr='#b2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faddb1', endColorstr='#b2f5ff' );";background-image: linear-gradient(317deg, #faddb1, #b2f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:15.5rem;width:14.625rem;top:2.875rem;left:38.5rem;display:block; }
#BDu34CIo04eW9ShCwUde2Zq1wZ8JqQd5 { color:rgba(var(--color-secondary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1;letter-spacing:0;top:5.875rem;left:39.8125rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#K1iACLUrhAbnLQnvkovCcI417e4Gu7TS { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.1;letter-spacing:0;top:9.25rem;left:6.25rem;height:4.3984375rem;text-align:center;text-align-last:center;display:block; }
#rqa3drnyThN23bMJ4IzVCNqUVUrbcaRA { color:rgba(var(--color-secondary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:9.25rem;left:23.625rem;height:3.298825rem;text-align:center;text-align-last:center;display:block; }
#NaQ7KwyD9NA2UW1TalmR5S4Gqs7VGTex { color:rgba(var(--color-secondary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:9.25rem;left:39.75rem;height:4.3984375rem;text-align:center;text-align-last:center;display:block; }
#Utq88IsQ6y5Poozn7nztDP7hbPfipZO6 { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(262deg, #faddb1, #b2f5ff);background-image: -moz-linear-gradient(262deg, #faddb1, #b2f5ff);background-image: -ms-linear-gradient(262deg, #faddb1, #b2f5ff);background-image: -o-linear-gradient(262deg, #faddb1, #b2f5ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#faddb1', endColorstr='#b2f5ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#faddb1', endColorstr='#b2f5ff' );";background-image: linear-gradient(262deg, #faddb1, #b2f5ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(3,5,56,0.2) ;height:15.5rem;width:14.625rem;top:2.875rem;left:55rem;display:block; }
#s0dNkhhJMmyM57BzwI3M8G7dechUBGN3 { color:rgba(var(--color-secondary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:5.875rem;left:56.5625rem;height:2.5rem;text-align:center;text-align-last:center;display:block; }
#LBEb4yhdE3FDwsWX3voZo2dgD09JIg3x { color:rgba(var(--color-secondary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.1;letter-spacing:0;top:9.25rem;left:56.25rem;height:5.49805rem;text-align:center;text-align-last:center;display:block; }
#hfws5aRhvUOdAg1n9dRI6zgxTvBAz9RB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.5rem;left:29.40625rem;display:block; }
#DwlK1POlphiFQLKL9l6pHzOoztkICuu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95c5e752-e282-432e-96f4-3625a3c052f8/Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D.adaptive-delivery-prevent-bg, #UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D.lazyload, #UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D.lazyloading { background-image: none; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container { background-color: transparent; background-image: none; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d8e96; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container > .video-iframe-container { display: none; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #5d8e96; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row > .video-iframe-container { display: none; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .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); }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container { border-width: 0; border-radius: 0; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D::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; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container { font-size:0.875rem;font-family:arial;height:106.9375rem;width:75rem;position:relative;display:block; }#xAiAc359SGDyVS2cLqIi2S9S3tVHKSEN { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lora;font-size:3.125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:7.1875rem;left:0rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwQlXFThb25BUr9ZAd5mDsgHHsfUgH4a { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:29rem;left:5.375rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rd9QQw0xebCWXbfnltkw4iTKBdAuzDFd { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:31.75rem;left:5.375rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xIOeI0l0X6CgJsdAbApbRwxqMd6IOsZ0 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:57.1875rem;left:47.25rem;height:1.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fXAT5NNQOTRpbrNV4T22647ahyCNwWq4 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:59.75rem;left:31.8125rem;height:11.8125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OBX5diyCTysaAnQyGB8RXgHHIkEvGyFb { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:83.8125rem;left:5.25rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ov75tlXD6ZJkxu5938Zw10URn5GwurDU { color:rgba(var(--color-tertiary-1),1);display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:86.1875rem;left:5.25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t5FGvl7OKSZP5X1JxCALUtVUyspNZvSs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.4375rem;width:27.6875rem;top:83.8125rem;left:42.0625rem;overflow:hidden;display:block; }
#Ra4Eq8zUoAv72SXMgowilW84au4GceN4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.4375rem;width:23.3125rem;top:29rem;left:46.3125rem;overflow:hidden;display:block; }
#TOpRVKxy9OXJvJtfTqcteaGXboD6Lbrz { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.625rem;width:24.75rem;top:57.9375rem;left:5.3125rem;overflow:hidden;display:block; }
#blkLn7VDGXQ3bOyPU3Wnw2i9O2p32pbl { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:5.5625rem;left:21.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVCIHHnoGzWOIo6CUy5PROuwTykHknuk { color:rgba(var(--color-tertiary-0),1);display:block;width:43.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.125rem;left:15.53125rem;height:11.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7rULCn6m6D1lrBHlZZ8ZlavSp3TXSqT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:46.75rem;left:5.375rem;display:block; }
#BW3dnceUcTFo0gUmRHrFPAECX1rZ2sPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LRqyfHFEhtEyro3WeoPpxZODQF51bhyV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:73.875rem;left:54rem;display:block; }
#a7Ha77cTDtcJzUzuT82QAXrVSf4AG40U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLI4tzDClzrcNGUs29IBJqB4b2VyaWvo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:94.875rem;left:5.25rem;display:block; }
#HJZ1nGPR4eRqCZ0E86p3m027qUNT7fiZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6adaa81f-5018-492c-ac21-5956b4955119/Untitleddesign20260622T170248202.png");background-position:center !important;background-repeat:no-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; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6.adaptive-delivery-prevent-bg, #nb1JIXOSMhab0stvct2CxIRI0UL5NRx6.lazyload, #nb1JIXOSMhab0stvct2CxIRI0UL5NRx6.lazyloading { background-image: none; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container { background-color: transparent; background-image: none; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container > .video-iframe-container { display: none; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row > .video-iframe-container { display: none; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .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); }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container { border-width: 0; border-radius: 0; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#pbmWkcKybVGGinNGL8tfVQdpJWUTmg86 { color:#001342;display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:9.4375rem;left:17rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQSocwbl6MTSFVENtLBm4bsGdIu6ycat { color:#001342;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:10.8125rem;left:0rem;height:4.74365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uVJvbvPoxpIDW6pm9nyMFCB1XDEt1IIN { color:#001342;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:25.125rem;left:24.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mvEdo1MKzqdo7kC3PXfRWFQbA6THSNhu { color:#001342;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:17.6875rem;left:20.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XfsBLw1p89Xm1TsDuzywKHvMxcHybXzB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:28.0625rem;left:29.6875rem;display:block; }
#O90bThgkt2VuQUUt0z4fwF0xkqx7tuDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK { 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; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container { background-color: transparent; background-image: none; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container > .video-iframe-container { display: none; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row > .video-iframe-container { display: none; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .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); }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container { border-width: 0; border-radius: 0; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#xaNJfNPetkZTW40b2vGdJ3reF23SmFME { color:#001342;display:block;width:54.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:6.625rem;left:10.125rem;height:2.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TmvsFD1AgfPxufvPCLBMTvZBCQm11WIu { color:#001342;display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.1875rem;left:42.6875rem;height:27.7856375rem;display:block; }
#fHK6zmu6hdo325JcWdINyhzpgPkLKH4D { position:absolute;display:block;z-index:15014;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: 0rem 0rem 1.875rem rgba(51,59,76,0.7) ;height:32.375rem;width:25.875rem;top:12.875rem;left:7.25rem;overflow:hidden;display:block; }
#W5XMwufgSAkJuLRt17WHph0yKV4UqJZh { position:absolute;display:block;z-index:15007;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.75rem;width:20.4375rem;top:15.5rem;left:21.1875rem;overflow:hidden;display:block; }
#DowCahanHa25NO4hpGa5oJMZVywZ8u00 { position:absolute;display:block;z-index:15008;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.75rem;width:20.4375rem;top:18.5625rem;left:21.1875rem;overflow:hidden;display:block; }
#AzThFIkRa4gtuOtssewR7AEJJZL186WS { position:absolute;display:block;z-index:15009;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.75rem;width:20.4375rem;top:22.875rem;left:21.1875rem;overflow:hidden;display:block; }
#qyoVMcH3PewTSr5C1CBN4Qia2TGFG0ye { position:absolute;display:block;z-index:15010;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.75rem;width:20.4375rem;top:27.1875rem;left:21.1875rem;overflow:hidden;display:block; }
#zHQFlvPcqfoZ7fwX5ySLgNufZdGLx1Dw { position:absolute;display:block;z-index:15011;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.75rem;width:20.4375rem;top:31.625rem;left:21.1875rem;overflow:hidden;display:block; }
#BbWt64QpaXy99N9NtcFt8vTWflN5A7IC { 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:0.75rem;width:20.4375rem;top:36rem;left:21.1875rem;overflow:hidden;display:block; }
#EszEQmPkStRFRbxSna7bsvWPhsXpqMGt { position:absolute;display:block;z-index:15013;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.75rem;width:20.4375rem;top:40.4375rem;left:21.1875rem;overflow:hidden;display:block; }
#I4y49ESCk7qF9v6akkPMLWETpfdt8VTP { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Fqx5Kk4yql3NfhK4537fwviMddsv82Z5 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AGbsewOddlRTS3DGEZe4ZSg82FlhO6dZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TRq0k4TZzy5sIgddfK1afb1KGPbC9yHA { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SLU7u2TLSiCAkp23CeC3LvgUbP0XgIyu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Uucq4QHogdUy45DRSdoB8CF3TOzAahzl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#PmDVvKPBmi5HQHdlWLHR4MA2zDZPaHc0 { color:#001342;display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:5rem;left:22.75rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e { 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; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container { background-color: transparent; background-image: none; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container > .video-iframe-container { display: none; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row > .video-iframe-container { display: none; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .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); }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container { border-width: 0; border-radius: 0; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;position:relative;display:block; }#wVUB1WGZZp6yMUvpzbOczKu1oH8fc9Cn { position:absolute;display:block;z-index:15000;height:43.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8edef;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; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container { background-color: transparent; background-image: none; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container > .video-iframe-container { display: none; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row > .video-iframe-container { display: none; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .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); }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container { border-width: 0; border-radius: 0; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#SU7svVEEMrv47tLyW2fc6h3sbVamTzEp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5625rem;left:25rem;height:0;display:block; }
#T0PGSPguTNEQbEO6dtJ0wDTH26477QpL { color:#001342;display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.98828125rem;left:41.25rem;height:21.9360625rem;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; }
#K7SvZDLTJ4LmiuhEQNC45TCQJMdnDhQd { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.9;letter-spacing:0;top:32.1875rem;left:19.8125rem;height:2.13736875rem;font-style:normal;display:block; }
#BNoEX3tcqRwZVuAZ5tSpTHHXSpUsPRBa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:11.3125rem;width:11.3125rem;top:20.75rem;left:19.25rem;overflow:hidden;display:block; }
#wfT6gNxHi39bmMpMXKukdciX6NiQLgd8 { position:absolute;display:block;z-index:15009;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:17.625rem;width:17.625rem;top:5.1875rem;left:5.5rem;overflow:hidden;display:block; }
#LF146DlJUxWw32z34UnxpqvD2qyGmuLR { position:absolute;display:block;z-index:15009;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:12.875rem;width:12.875rem;top:22.8125rem;left:6rem;overflow:hidden;display:block; }
#luLI42ZX0vrnH1seCshAe4TFbw17B2F4 { color:#3d4051;display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:18.625rem;left:23.375rem;height:2.13736875rem;font-style:normal;display:block; }
#dtrWMBIqdqE3BzTr15nlVJT6uPxP3hZG { color:#3d4051;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:36.3125rem;left:6.8125rem;height:2.69921875rem;font-style:normal;display:block; }
#pI0e2fSER39FhnqlRvg7CPaIE9HTftZr { color:#001342;display:block;width:28.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:8.6875rem;left:41.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg { 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; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container { background-color: transparent; background-image: none; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container > .video-iframe-container { display: none; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row > .video-iframe-container { display: none; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .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); }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container { border-width: 0; border-radius: 0; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#mm6QHafytclp4sPKbBRJh9uHksvhmr7F { color:rgba(var(--color-tertiary-3),1);display:block;width:43.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:block; }
#KOCq3aXDJiVAy3TVxB6BZEeSBuQ13BXw { color:#001342;display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.625rem;left:0.8125rem;height:3.25rem;text-align:left;text-align-last:left;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; }
#bEWqlMTRlLKcxt8vXBlB2qCpt0TvMKgF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:10.375rem;left:0.8125rem; }
#yIIvcmeIMG1QHQiNshNx2VDrvDc9UyIb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:13.375rem;left:0.8125rem; }
#VyxTSEEKNnxvZrSCectNm043nUuaL6K5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.5rem;left:0.8125rem; }
#T8QLH9JmgtH3FJf7zlWXWmiu89tqpz6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:19.4375rem;left:0.8125rem; }
#pVyHK2tCTX2iLo2MT4mEExQFSIE2LCr3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:22.5625rem;left:0.8125rem; }
#CcH4Ss71VHITdWdRFvXwOnoLGl6sgHxv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.9375rem;width:28.5rem;top:8.078125rem;left:46.5rem;overflow:hidden;display:block; }
#J9B1tznRTopHT64Ps3m7QttN9H32wSot { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#AgdNkVDpZdEDTlpMQpTXnqQWQVwMwvAP { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.625rem;left:3.75rem;height:13.89110625rem;text-align:left;text-align-last:left;display:none; }
#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container { background-color: transparent; background-image: none; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container > .video-iframe-container { display: none; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row > .video-iframe-container { display: none; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .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); }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container { border-width: 0; border-radius: 0; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#bAg648KkDTw2rD33RaPa63I4krgDpZLi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6875rem;left:28.9375rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#DzGVASHfWv2fSr8lZ4sB6cJEwfTH0zNq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.6875rem;left:55.5625rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#XSvtN1Z9bf7korLQWIMgKnPwsAH004Mb { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:5.0625rem;left:59.375rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#wVrDnhOoWotHmVKZAxncnRNTShSpV17K { position:absolute;display:block;z-index:15007;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.8125rem;width:7.9375rem;top:10.5625rem;left:6.375rem;overflow:hidden;display:block; }
#Bqyp7WNI8Cgb8AGzDxFl6VHAySDHfmqR { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.6875rem;left:6.375rem;height:3.89941875rem;text-align:left;text-align-last:left;display:block; }
#IFZFOvIls6mBBJBb5keSLxQ9vGmTlkK8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:6.375rem;left:55.8125rem;height:1.13720625rem;text-align:right;text-align-last:right;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.8125rem;left:15.1875rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.8125rem;left:18.6875rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#HrEJktlsMPib74BElRg2QUmsBDBqV7mh { position:absolute;display:block;z-index:15010;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.8125rem;width:7.4375rem;top:10.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#fU7L4q4uk3twBtGfyeGpgZN9IZKWlXDo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:10.8125rem;left:61.75rem; }
#fU7L4q4uk3twBtGfyeGpgZN9IZKWlXDo > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#IW2sLiCCc7nS53X0lV5tAtTku9V8QBFJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.8125rem;left:65.25rem; }
#IW2sLiCCc7nS53X0lV5tAtTku9V8QBFJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#qSoB6fPnAWA3nS3WsKqRHtn0varPIlwv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:9.1875rem;left:30.625rem;overflow:hidden;display:block; }
#PVuZl1GfoIA4nq2K5JVk9hsw3r7XLroe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.6875rem;left:38.25rem; }
#PVuZl1GfoIA4nq2K5JVk9hsw3r7XLroe > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#pLTo2KHoG5yvx4GSTyxXlE0eTgewHveJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:10.6875rem;left:41.75rem; }
#pLTo2KHoG5yvx4GSTyxXlE0eTgewHveJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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:none; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { border-width: 0; border-radius: 0; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:none; }#efk4MJBbXBPf2tCIF1cUJDTnnTN621zk { color:#001342;display:block;width:56.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:5rem;left:9.15625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-form-header {  }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:18.9375rem;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;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .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.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .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.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .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; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-button { 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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:18.9375rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .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; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-container:first-of-type{padding-top:0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-container:last-of-type{padding-bottom:0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;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;position:absolute;top:20.25rem;left:41.0625rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.9375rem;display:block;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ {display:block;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.9375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15008;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;position:absolute;top:20.25rem;left:41.0625rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #TGRUM5ZPg7ggA1QUTBL7Wmc6tyq88bxr { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #HhvAodxzvwbF6BuRkfPB6OFPb6gRlTpl { position:relative;display:block; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #Cun329LSDKmAw885TiTgIOSqI4f8d99u { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #vJZa5AxsLfqnhkkwpkGk5p0G2GFhmwGv { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #uCk8WNHGnBofVLXTazs8DxtWZk8kKnKP { position:relative;display:block; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #oN1Jdt39Tc5pTWTPg3ItmoRv8IUB9A8u { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #kcx1kn6W3LFPFVmTPldh0tXzRkl0b1OI { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #qklN8c51TpXNzvZrJBaqDE86dveODV7q { position:relative;display:block; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #ghZ1vX5Pe4NnhwsbUfdVNhcRgdFIAyiG { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #F8U65CU820NE1Nisk4UPvv6GTKfN78sD { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #qQHobEBHk1EIIbCTvqdiwNVTk5LVMpr1 { position:relative;z-index:2; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #EpLC27oPMWMCoRIrvCqxPsWQhTiMOhGD { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #TdgaBc2WBwzXgWbeJGv6KR5KyfnqC83Z { position:relative; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #yBFD09lsQCRRS8HpF8c8aRMw2fUwUkaq { position:relative; }
#LTDWU8oUK9caPAKrK35nMcqlVS5GDH2k { color:#001342;display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:19.1875rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfBq7CBbNW56NI4t0oztgGW4bnd0HPfs { color:#001342;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:7.28125rem;height:29.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qWXavSyTJTyuTv0eeciIT5ionBRuIZVw { color:#001342;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:46.5625rem;left:7.21875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 { display:block; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHTlsOfhQyNdWGKO2V3p8XZFTkyJ1H2U { width:10.5625rem;height:2.1875rem;top:1.1875rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #amaQhwA4z8vQqtad4BSXktkB27LMhdHv { display:block; }
 }@media only screen and (max-width: 763px) { #gfTpSig4fTAsih9bVsnnGAaSVw0X7PGx { width:12.0625rem;height:2.1875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Z6zT6UC5NbaJ9woIUUxm9JDhnUdO5D { display:block; }
 }@media only screen and (max-width: 763px) { #LDzqpowPmDJ9mfe06Rk5zdnuV6qnvIr2 { width:11.625rem;height:2.1875rem;top:1.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvvbOycfzN8yw2lx1JtqI6A8Hnvks7pM { display:block; }
 }@media only screen and (max-width: 763px) { #CQPgtHtBKk5vPTZrW6u51TxOwFVF1a2t { width:7.25rem;height:2.1875rem;top:1.1875rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rROQoTwmWoBf50b69OhNJMCa7fOTmnpb { display:block; }
 }@media only screen and (max-width: 763px) { #fPvJslA1aeb4bItN6HDxlI9edpwmLPtP { top:0.9375rem;left:0rem;width:6.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8fu8lQ66dlVIa7sF3PuVTs6tEcXF7T { top:5.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aNsN5RTHW3WksH2XvHdN5pB4wtpWl8XX { top:5.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a3aWT8p5keuTlQoInkAho4rRsJdBIsRG { width:11.625rem;height:2.1875rem;top:1.1875rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvChWWy3ELZ06PUi6V8qwP0ycN3iGRrl { display:block; }
 }@media only screen and (max-width: 763px) { #NQWIU7Trh8le0hyefcHdrT8z19PSVAPN { top:5.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSTfzGKUeLvMn9g0ELl5AzKiVszWec8D { width:6.5rem;height:2.1875rem;top:1.1875rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqbZLrFJOAuhsSe8Jv4ZzvfRdyGvXubQ { display:block; }
 }@media only screen and (max-width: 763px) { #uwVxaZze7kli19d1nE8wcsH9VXnEs5Uv { top:5.4375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TxsvZqawvcyzbgXrcW1aOrnA4R52QU { top:29.75rem;left:26.5rem;width:21.25rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbTau8pcfKECwUAloLRhAykv7q1PmAC { top:11.4375rem;left:0rem;width:44.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #weHK5SrAlT7lNIhUJB75uGDdO8Vv9lZl { top:22.5rem;left:0rem;width:32.25rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91WKPvqRWM9zTscJ7SBRdNWC5Sm37XW { top:13.1875rem;left:0rem;width:37.3125rem;height:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZS64CDkvsAWhbD4SChiQEk7V4EGToP2 { top:24.6875rem;left:0rem;width:29.75rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9PtZrDipO297Psrw0BXimGwNXGuhznT { top:27.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { top:1.1875rem;left:0rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { top:1.1875rem;left:6.4375rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { top:1.1875rem;left:15.3125rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { top:1.1875rem;left:24.1875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { top:1.25rem;left:33.0625rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyhhTUEALNuziKPydpieDNRgiKoffES { top:1.125rem;left:38.25rem;width:9.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { top:1.4375rem;left:39.625rem;width:8.125rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOu7l1dX78DsAbAO670sX9fLlrhWracI { display:block; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3X1HnLO8zUQ4BzbFsIV6HvFApXv6ZRO { top:26rem;left:9.46875rem;width:28.8125rem;height:7.875rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T99Dyt6lGVzFbMo4CGDk3cU78E2CFTX1 { width:20rem;height:3.5rem;top:37.0625rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BntbGDQnDtsTJbyeLbfOzHwWTvey04CN { display:block; }
 }@media only screen and (max-width: 763px) { #AmBVdTUiXdGAkl4VfbliJlTzMZrNkdzE { top:7.875rem;left:0.0625rem;width:47.6875rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D23kHXab2yv31gxwMS0mi0WVi61135zb { top:46.375rem;left:0rem;width:11.5625rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8AFTh61wCllH084uPkAb3vTTTQ4yFe9 { top:44.5625rem;left:15.875rem;width:16.0625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStQ1y8DtEle2tPIX4oT3nRtDcz2FMJg { top:44.5rem;left:31.375rem;width:16.375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlBUrMLvwTXpzdhpirvlfwWBXNTvRDSP { top:43.875rem;left:22.1875rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHN7rAa8gDQ7xAytz5aFquH3lTfv6nRN { top:46.1875rem;left:39.0625rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coAWA1WqTeDktKxwyfnadFigfNeXfuRL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #b3lTA0x4DIQRPtCBOMFAF96auUdxpRTJ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #m9ZbDmDdadgwp4rX4V5xXtRqR7ZPUckN { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #E4pmrZM1OyTHIJEWeJSSrrDZf6Flb1KK { top:34.5rem;left:4.8125rem;width:38.125rem;height:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnvSUMq4chee6xiPv44JFzUhFFdNzTAa { top:9.4375rem;left:6.1875rem;width:35.375rem;height:5.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6afFVupKamofpIb13ownEDyUWd2hvoT { top:46.3125rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFS67SUT7Lwe9l3H0e9FwdS3tbDwvybN { top:44.625rem;left:0rem;width:16.0625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAEuGrrWuJX4ZApIcQPOv1GE1eb9dVth { top:45.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqnH3NIgEC49QB29ceEzWK1k9dCEqkAB { top:46.3125rem;left:18.1875rem;width:11.375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na { display:block; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihdhn6CuCJxMfftbuRyGBwSy0HmZgKyH { top:0.375rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgKKiotebUqelgLU0mI06e5hU95m7xST { top:0.25rem;left:16.53125rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBWkZUkEG297c1Sie8PbAfcGTC8udxDL { top:0.25rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlKObdWdilI8vqiv4FuwR7Pu6v6N7O0W { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #xgg6xxFVBWdEeU9JxZEQS4JF1IFh490N { top:46.375rem;left:0rem;width:11.5625rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtlmA7VkkdXiEKmWW7EBEKhIbdRCG2AG { top:0.25rem;left:0rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aw0ywT0BT75RHdVvH1GwO1ot5IhDrkWC { top:45.75rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XiacukUZpJBVH3LFs0bsbvmH64lEDuP5 { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Pn6noTs5SmEyaBluFV0GITZZv1qAVngk { top:43.875rem;left:22.1875rem;width:3.375rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SiXHlArCt9TdrtT3xQNskk8OU4C8nxRs { top:46.3125rem;left:18.1875rem;width:11.375rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CyoerbrbMrAekcRKKNlTWkdIoGSSFrQ9 { top:40.375rem;left:0rem;width:5.75rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRNJsO6dtqnJUT1TzgriET3lCW00eWga { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #dqCTCgrfqeEACxO3TUVrJGDB63LJQn1t { top:46.1875rem;left:34.5625rem;width:13.1875rem;height:1.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ufbq3usdUDykQ8Dq1Im1ktJsNgTPEaI6 { top:0rem;left:36.1875rem;width:11.5625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEORCbsrBumaGCB9TCIU2wCeUnKcZDN1 { top:46.1875rem;left:39.0625rem;width:2.9375rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HkkQRJ69Vg8LoVTnSJkVW3dWMpmA7Mwl { top:5.0625rem;left:0rem;width:47.75rem;height:26.67380224261rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9BKMauQnQTgEz92sko9S30M2Mrq3ed3 { top:4.4375rem;left:0rem;width:47.75rem;height:26.67380224261rem;display:none; }
 }@media only screen and (max-width: 763px) { #bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt { display:block; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX6yMPapEwATBeqIBlWWsToiVgiqa6uL { top:3.5rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpnZTPru2scsQFhCeJfAZDKWDO0txnRV { top:22.1875rem;left:0rem;width:19.375rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh9mitthbeIX9NOSe5F9ZBq1ppaa6bqI { top:19.875rem;left:5.125rem;width:9rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUMcgaWADQtn0GhpXNuCt3loAJ0tcXA3 { top:40.625rem;left:28.25rem;width:19.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNVO2zXidi7I3brEG77rJKOCNGlovOa8 { top:38.3125rem;left:33rem;width:10.1875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhxGVx1gRfPX1r9tBd7c1R5hRHeB8IHv { top:58.5625rem;left:4.125rem;width:11.0625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIUNwH5TlKSWVm2uNoiL1tTlMN5lqT1U { top:60.75rem;left:1.625rem;width:16.0625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTiqPTZ02lHNskatuNgA3v7pHCFE2J0U { top:60.625rem;left:14rem;width:4.25rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7FxqezoApzVisRmHHpEZZRLxfhJrieW { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpAKBOQJ3pAcUhmIXLaaGVGM8LiL50Jk { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rrz6xmMilCI542br7x3lFRrkAzvTw4hr { top:62.1875rem;left:9.1875rem;width:13.875rem;height:16.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOw3MKz7mCHlTETgbw00bL3N3JL9TUQt { top:15.8125rem;left:7.5625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6FWyv2l3xGiuEUqafgztcfNloW8Vhn2 { top:34.625rem;left:36.25rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ricqK7zqeZ8UcFbERC57PGubSQTt7ifV { top:55.125rem;left:7.875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGgDsWydq0TKyZkT49DHsJH7SvA1ekTP { top:31.8125rem;left:0rem;width:26.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZ7tz66q762RBwQv6fA5IJbydbGTHrm { top:12.4375rem;left:21.1875rem;width:26.5625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pc6yyG1Xagoy6o3tnGRhwXrp16Z2RO { top:51.0625rem;left:20.3125rem;width:27.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEXx0bN96sXdz75aDfUnQu88vKEWgNNi { top:72.0625rem;left:7.25rem;width:33.25rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvLvziOwVRRNwrBQqOxKb92lPJu2CDJI { top:83.625rem;left:0rem;width:9rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9nuiZ6bobA19iqbkCZ29lmaJ5KfFMs { top:86.5rem;left:0rem;width:12rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9ESkeSQcrFg4JfDNPtb3d7Tn1dWlA8Z { top:81.25rem;left:0rem;width:13.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2BLMeW1IV5z5fTHmGUBTsxnbJhGcOLq { top:79.125rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGcgwALTs6PnZJKzG8hZn8ys1mWnW56h { top:79.4375rem;left:14.125rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArptNEhuFLX4Qxql3KXvKp4N72vmeK9H { top:81.25rem;left:9.1875rem;width:13.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvr8GW7vDhtRK6gTxeWT5W30FusdRWLR { top:84.375rem;left:11.1875rem;width:10rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt746zP60409gneOPRfMQy0WHzAtL71O { top:86.375rem;left:9.875rem;width:12.625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTtBwHA30prFnEEdV38110169umWqwOJ { top:79.125rem;left:29.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVDTXwz2DCkJe8QzRLCoxJF4ITCe9H2 { top:81.5rem;left:24.625rem;width:13.875rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuOlTcdHrRQpgfOrP0H0cLoCb9yDry7w { top:84.1875rem;left:26.0625rem;width:11.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uos0a2HmxrAqxsqFEs1ObsxnAHymGtcP { top:86.375rem;left:25.3125rem;width:12.5rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpCuaqUI5JlGlflsJVRqsMsnXm9anQbu { top:79.125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkQWl3kJxkSe0ayZbrvzQpsGpHG7oKlf { top:81.6875rem;left:33.875rem;width:13.875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDuOvdtazsKtxZd2HFTW0sRPA2m9p6nn { top:83.625rem;left:37.5rem;width:10.25rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6dlZDuI6yIh9aJwPhu2i0G7yNWBblT1 { top:86.5625rem;left:35.3125rem;width:12.4375rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBwcglk2ZtqzhWPnhwkHrLqrSSv6PSz { top:3.5rem;left:0rem;width:17.5rem;height:2.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTFqoxZ9faV7qbbAsR0MsCn7s6w8Bsdz { width:20rem;height:3.5rem;top:99.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4qMXCiDHmz6WyO7WUy3rii5nVSGKbDT { display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { top:11rem;left:14rem;width:33.75rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { top:4.25rem;left:21.6875rem;width:22.1875rem;height:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SO7JrhVafyfraUMqLtzfZ1OvEwxONOV1 { top:20.8125rem;left:14rem;width:33.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThqy9ewTJO0260ErcHubV0IcMmSanKc { top:22.75rem;left:13.375rem;width:34.375rem;height:9.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACiBfMrMqqrQgJGTb3gGlosgtVKyAa0K { top:41.625rem;left:14rem;width:33.75rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eScZdTQJzQN4EXXt30hn8la8EDQnollq { top:43.5625rem;left:14rem;width:33.75rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCL7kpzka62MQnE7EoLUp5kQl9IRTi9J { width:16.1875rem;height:3.5rem;top:33.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8diIbeRdR6rrICn6Xn5DtV9tsHgOhGG { display:block; }
 }@media only screen and (max-width: 763px) { #PSs0f7AUmxdowqN2AmcTaPdG8zrORMND { width:16.1875rem;height:3.5rem;top:50.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh6Ibr8hwKop5dfOTIT2E8nFzkK7sLFx { display:block; }
 }@media only screen and (max-width: 763px) { #mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc { display:block; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSG3lCq2qu8nSpbcbNcpGxL9fkvFqrXX { top:4.6875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyTnCNkS5PSiuIPNiM5WQbZJZeNJiZFR { top:8.3125rem;left:1.75rem;width:44.25rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxRqTCAoyypa6cn2SNhc89ZxItrC0euB { display:block; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTWmSM13USftwwOtm4kVJJTiIJNTiqgk { top:0.625rem;left:0.875rem;width:11.0625rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnasbnKofvqvRSOzmVC6IxR4MaEnHSbR { top:4.1875rem;left:0.125rem;width:11.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIhyOqBiq09o5kWvxTKPviIDtyE2CNEe { top:0.625rem;left:12.5625rem;width:11.3125rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnnl2iOCQrd84Fufg81PJfxuNw6108kQ { top:4.6875rem;left:12.5625rem;width:11.3125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBtGZ3zwQ4sVPmv8eACOeBdOTHde9ueG { top:0.625rem;left:23.9375rem;width:11.875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNFdpiTNs0SKHgv3ClDTeyCK0ocNBW2 { top:4.6875rem;left:26.46875rem;width:7.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRKX37KKsuqw8XxUQPVV60E9kBVCCAQ0 { top:0.625rem;left:37.84375rem;width:9.1875rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zipGHLT9suL81V0oSTTCxe6qcWMCQ4dF { top:4.6875rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUbU4s52xC9meLKGwBT41wGoScGPPfog { top:0.625rem;left:0rem;width:2.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7mN9BglhyDJixN671xHDTvgicS6HoOa { top:0.625rem;left:11.9375rem;width:2.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4eVZTr0hoONxthZyS6XvqxgZXK4PKFh { top:0.625rem;left:23.875rem;width:2.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlxdUQkih6f1dSZVX0ilfiDeBa6p8gdZ { top:0.625rem;left:35.8125rem;width:2.6875rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfga9ci48whseLsdLIEcyCF1yy6BMoxq { display:block; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQGvxAB1NakQKL5SPxclQvW2MsPKXLUi { top:0.875rem;left:17.34375rem;width:13.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD { display:block; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzDczpwOvTpNiPL5LwGDHh6XfeA4VzkI { width:14.625rem;height:15.5rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBeUOOJGb6peAdNsiu32rZT51G0RJ3Rb { width:14.625rem;height:15.5rem;top:2.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkWtsawbp6S0M3GcRdDWwkm4yhuDg00f { top:5.875rem;left:0rem;width:12.0625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbyCnJsIHDrWVabBsECbs0iOq8ObyTco { top:5.875rem;left:9.4375rem;width:12.0625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izIhtWXHEhWviyiFVpotlXGUuRtQUICU { width:14.625rem;height:15.5rem;top:2.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDu34CIo04eW9ShCwUde2Zq1wZ8JqQd5 { top:5.875rem;left:26.1875rem;width:12.0625rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1iACLUrhAbnLQnvkovCcI417e4Gu7TS { top:9.25rem;left:0rem;width:12.875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqa3drnyThN23bMJ4IzVCNqUVUrbcaRA { top:9.25rem;left:10rem;width:10.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaQ7KwyD9NA2UW1TalmR5S4Gqs7VGTex { top:9.25rem;left:26.125rem;width:12.125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utq88IsQ6y5Poozn7nztDP7hbPfipZO6 { width:14.625rem;height:15.5rem;top:2.875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0dNkhhJMmyM57BzwI3M8G7dechUBGN3 { top:5.875rem;left:36.25rem;width:11.5rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBEb4yhdE3FDwsWX3voZo2dgD09JIg3x { top:9.25rem;left:35.625rem;width:12.125rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfws5aRhvUOdAg1n9dRI6zgxTvBAz9RB { width:16.1875rem;height:3.5rem;top:21.5rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwlK1POlphiFQLKL9l6pHzOoztkICuu5 { display:block; }
 }@media only screen and (max-width: 763px) { #UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D { display:block; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAiAc359SGDyVS2cLqIi2S9S3tVHKSEN { top:7.1875rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQlXFThb25BUr9ZAd5mDsgHHsfUgH4a { top:29rem;left:0rem;width:26.9375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd9QQw0xebCWXbfnltkw4iTKBdAuzDFd { top:31.75rem;left:0rem;width:34.625rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIOeI0l0X6CgJsdAbApbRwxqMd6IOsZ0 { top:57.1875rem;left:25.3125rem;width:22.4375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXAT5NNQOTRpbrNV4T22647ahyCNwWq4 { top:59.75rem;left:9.9375rem;width:37.8125rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBX5diyCTysaAnQyGB8RXgHHIkEvGyFb { top:83.8125rem;left:0rem;width:20.125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ov75tlXD6ZJkxu5938Zw10URn5GwurDU { top:86.1875rem;left:0rem;width:33.5625rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5FGvl7OKSZP5X1JxCALUtVUyspNZvSs { top:83.8125rem;left:20.0625rem;width:27.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4Eq8zUoAv72SXMgowilW84au4GceN4 { top:29rem;left:24.4375rem;width:23.3125rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOpRVKxy9OXJvJtfTqcteaGXboD6Lbrz { top:57.9375rem;left:0rem;width:24.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blkLn7VDGXQ3bOyPU3Wnw2i9O2p32pbl { top:5.5625rem;left:8.15625rem;width:31.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCIHHnoGzWOIo6CUy5PROuwTykHknuk { top:12.125rem;left:1.90625rem;width:43.9375rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rULCn6m6D1lrBHlZZ8ZlavSp3TXSqT { width:18.9375rem;height:3.4375rem;top:46.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3dnceUcTFo0gUmRHrFPAECX1rZ2sPT { display:block; }
 }@media only screen and (max-width: 763px) { #LRqyfHFEhtEyro3WeoPpxZODQF51bhyV { width:15.625rem;height:3.4375rem;top:73.875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Ha77cTDtcJzUzuT82QAXrVSf4AG40U { display:block; }
 }@media only screen and (max-width: 763px) { #bLI4tzDClzrcNGUs29IBJqB4b2VyaWvo { width:15.625rem;height:3.4375rem;top:94.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJZ1nGPR4eRqCZ0E86p3m027qUNT7fiZ { display:block; }
 }@media only screen and (max-width: 763px) { #nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 { display:block; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbmWkcKybVGGinNGL8tfVQdpJWUTmg86 { top:9.4375rem;left:3.375rem;width:41.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQSocwbl6MTSFVENtLBm4bsGdIu6ycat { top:10.8125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVJvbvPoxpIDW6pm9nyMFCB1XDEt1IIN { top:25.125rem;left:10.4375rem;width:26.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvEdo1MKzqdo7kC3PXfRWFQbA6THSNhu { top:17.6875rem;left:7.3125rem;width:33.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfsBLw1p89Xm1TsDuzywKHvMxcHybXzB { width:15.625rem;height:3.4375rem;top:28.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90bThgkt2VuQUUt0z4fwF0xkqx7tuDg { display:block; }
 }@media only screen and (max-width: 763px) { #aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK { display:block; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaNJfNPetkZTW40b2vGdJ3reF23SmFME { top:6.625rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmvsFD1AgfPxufvPCLBMTvZBCQm11WIu { top:15.1875rem;left:19.6875rem;width:28.0625rem;height:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHK6zmu6hdo325JcWdINyhzpgPkLKH4D { top:12.875rem;left:0rem;width:25.875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5XMwufgSAkJuLRt17WHph0yKV4UqJZh { top:15.5rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DowCahanHa25NO4hpGa5oJMZVywZ8u00 { top:18.5625rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzThFIkRa4gtuOtssewR7AEJJZL186WS { top:22.875rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyoVMcH3PewTSr5C1CBN4Qia2TGFG0ye { top:27.1875rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHQFlvPcqfoZ7fwX5ySLgNufZdGLx1Dw { top:31.625rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbWt64QpaXy99N9NtcFt8vTWflN5A7IC { top:36rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EszEQmPkStRFRbxSna7bsvWPhsXpqMGt { top:40.4375rem;left:7.5625rem;width:20.4375rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4y49ESCk7qF9v6akkPMLWETpfdt8VTP { display:none; }
 }@media only screen and (max-width: 763px) { #Fqx5Kk4yql3NfhK4537fwviMddsv82Z5 { display:none; }
 }@media only screen and (max-width: 763px) { #AGbsewOddlRTS3DGEZe4ZSg82FlhO6dZ { display:none; }
 }@media only screen and (max-width: 763px) { #TRq0k4TZzy5sIgddfK1afb1KGPbC9yHA { display:none; }
 }@media only screen and (max-width: 763px) { #SLU7u2TLSiCAkp23CeC3LvgUbP0XgIyu { display:none; }
 }@media only screen and (max-width: 763px) { #Uucq4QHogdUy45DRSdoB8CF3TOzAahzl { display:none; }
 }@media only screen and (max-width: 763px) { #PmDVvKPBmi5HQHdlWLHR4MA2zDZPaHc0 { top:5rem;left:9.125rem;width:29.5rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e { display:block; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVUB1WGZZp6yMUvpzbOczKu1oH8fc9Cn { top:0rem;left:0rem;width:47.75rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 { display:block; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SU7svVEEMrv47tLyW2fc6h3sbVamTzEp { top:10.5625rem;left:11.375rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PGSPguTNEQbEO6dtJ0wDTH26477QpL { top:12.9375rem;left:16.3125rem;width:31.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7SvZDLTJ4LmiuhEQNC45TCQJMdnDhQd { width:15.625rem;height:2.125rem;top:32.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNoEX3tcqRwZVuAZ5tSpTHHXSpUsPRBa { width:11.25rem;height:11.25rem;top:20.75rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfT6gNxHi39bmMpMXKukdciX6NiQLgd8 { width:17.5625rem;height:17.5625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LF146DlJUxWw32z34UnxpqvD2qyGmuLR { width:12.8125rem;height:12.8125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLI42ZX0vrnH1seCshAe4TFbw17B2F4 { width:8.5rem;height:2.125rem;top:18.625rem;left:15.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtrWMBIqdqE3BzTr15nlVJT6uPxP3hZG { width:11rem;height:2.6875rem;top:36.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI0e2fSER39FhnqlRvg7CPaIE9HTftZr { width:28.5625rem;height:2.5rem;top:8.6875rem;left:19.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg { display:block; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mm6QHafytclp4sPKbBRJh9uHksvhmr7F { top:10.625rem;left:0rem;width:43.25rem;height:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOCq3aXDJiVAy3TVxB6BZEeSBuQ13BXw { top:5.625rem;left:0rem;width:37rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEWqlMTRlLKcxt8vXBlB2qCpt0TvMKgF { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIIvcmeIMG1QHQiNshNx2VDrvDc9UyIb { top:13.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyxTSEEKNnxvZrSCectNm043nUuaL6K5 { top:16.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8QLH9JmgtH3FJf7zlWXWmiu89tqpz6S { top:19.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVyHK2tCTX2iLo2MT4mEExQFSIE2LCr3 { top:22.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcH4Ss71VHITdWdRFvXwOnoLGl6sgHxv { top:8.0625rem;left:19.25rem;width:28.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9B1tznRTopHT64Ps3m7QttN9H32wSot { top:7.0625rem;left:0rem;width:17.625rem;height:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AgdNkVDpZdEDTlpMQpTXnqQWQVwMwvAP { top:28.1875rem;left:0rem;width:17.8125rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu { display:block; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAg648KkDTw2rD33RaPa63I4krgDpZLi { top:3.6875rem;left:15.3125rem;width:14.8125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzGVASHfWv2fSr8lZ4sB6cJEwfTH0zNq { top:3.6875rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSvtN1Z9bf7korLQWIMgKnPwsAH004Mb { top:5.0625rem;left:39.1875rem;width:8.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVrDnhOoWotHmVKZAxncnRNTShSpV17K { top:10.5625rem;left:0rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqyp7WNI8Cgb8AGzDxFl6VHAySDHfmqR { top:3.6875rem;left:0rem;width:20.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFZFOvIls6mBBJBb5keSLxQ9vGmTlkK8 { top:6.375rem;left:35.8125rem;width:11.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { top:10.8125rem;left:1.5625rem;width:2.625rem;height:2.625rem;display:block; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { top:10.8125rem;left:5.0625rem;width:2.625rem;height:2.625rem;display:block; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #HrEJktlsMPib74BElRg2QUmsBDBqV7mh { top:10.5625rem;left:39.5625rem;width:7.4375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7L4q4uk3twBtGfyeGpgZN9IZKWlXDo { top:10.8125rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
#fU7L4q4uk3twBtGfyeGpgZN9IZKWlXDo > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #IW2sLiCCc7nS53X0lV5tAtTku9V8QBFJ { top:10.8125rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
#IW2sLiCCc7nS53X0lV5tAtTku9V8QBFJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #qSoB6fPnAWA3nS3WsKqRHtn0varPIlwv { top:9.1875rem;left:17rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVuZl1GfoIA4nq2K5JVk9hsw3r7XLroe { top:10.6875rem;left:24.625rem;width:2.625rem;height:2.625rem;display:block; }
#PVuZl1GfoIA4nq2K5JVk9hsw3r7XLroe > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #pLTo2KHoG5yvx4GSTyxXlE0eTgewHveJ { top:10.6875rem;left:28.125rem;width:2.625rem;height:2.625rem;display:block; }
#pLTo2KHoG5yvx4GSTyxXlE0eTgewHveJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 { display:block; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efk4MJBbXBPf2tCIF1cUJDTnnTN621zk { top:5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-regular-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-text { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-textarea { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-select { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-button { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ  { width:18.9375rem;height:13.5rem;top:20.25rem;left:26.3125rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .radio-container { width:18.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ {display:block;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ { width:18.9375rem;height:13.5rem;top:20.25rem;left:26.3125rem; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #TGRUM5ZPg7ggA1QUTBL7Wmc6tyq88bxr {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #HhvAodxzvwbF6BuRkfPB6OFPb6gRlTpl { display:block; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #Cun329LSDKmAw885TiTgIOSqI4f8d99u {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #vJZa5AxsLfqnhkkwpkGk5p0G2GFhmwGv {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #uCk8WNHGnBofVLXTazs8DxtWZk8kKnKP { display:block; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #oN1Jdt39Tc5pTWTPg3ItmoRv8IUB9A8u {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #kcx1kn6W3LFPFVmTPldh0tXzRkl0b1OI {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #qklN8c51TpXNzvZrJBaqDE86dveODV7q { display:block; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #ghZ1vX5Pe4NnhwsbUfdVNhcRgdFIAyiG {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #F8U65CU820NE1Nisk4UPvv6GTKfN78sD {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #qQHobEBHk1EIIbCTvqdiwNVTk5LVMpr1 {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #EpLC27oPMWMCoRIrvCqxPsWQhTiMOhGD {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #TdgaBc2WBwzXgWbeJGv6KR5KyfnqC83Z {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #yBFD09lsQCRRS8HpF8c8aRMw2fUwUkaq {  }
 }@media only screen and (max-width: 763px) { #LTDWU8oUK9caPAKrK35nMcqlVS5GDH2k { top:8.75rem;left:5.5625rem;width:36.625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfBq7CBbNW56NI4t0oztgGW4bnd0HPfs { top:15.0625rem;left:0rem;width:31.5625rem;height:30.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWXavSyTJTyuTv0eeciIT5ionBRuIZVw { top:46.5625rem;left:0rem;width:47.3125rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#bo0oPm18PCVPIzquIy1IUT0MkexZAQ27 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oHTlsOfhQyNdWGKO2V3p8XZFTkyJ1H2U { width:7.3125rem;height:2.25rem;top:2.96875rem;left:6.78125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #amaQhwA4z8vQqtad4BSXktkB27LMhdHv { display:block; }
 }@media only screen and (max-width: 763px) { #gfTpSig4fTAsih9bVsnnGAaSVw0X7PGx { width:5.3125rem;height:2.25rem;top:3.03125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9Z6zT6UC5NbaJ9woIUUxm9JDhnUdO5D { display:block; }
 }@media only screen and (max-width: 763px) { #LDzqpowPmDJ9mfe06Rk5zdnuV6qnvIr2 { width:8rem;height:2.25rem;top:4.8125rem;left:4.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvvbOycfzN8yw2lx1JtqI6A8Hnvks7pM { display:block; }
 }@media only screen and (max-width: 763px) { #CQPgtHtBKk5vPTZrW6u51TxOwFVF1a2t { width:4.1875rem;height:2.25rem;top:4.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rROQoTwmWoBf50b69OhNJMCa7fOTmnpb { display:block; }
 }@media only screen and (max-width: 763px) { #fPvJslA1aeb4bItN6HDxlI9edpwmLPtP { width:6.5625rem;height:2.625rem;top:0rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #La8fu8lQ66dlVIa7sF3PuVTs6tEcXF7T { top:3.525390625rem;left:5.3125rem;width:1.125rem;height:1.13720625rem;z-index:15006;font-size:0.875rem;color:#061672;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aNsN5RTHW3WksH2XvHdN5pB4wtpWl8XX { top:5.369140625rem;left:4.125rem;width:0.6875rem;height:1.13720625rem;z-index:15007;font-size:0.875rem;color:#061672;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3aWT8p5keuTlQoInkAho4rRsJdBIsRG { width:7.25rem;height:2.1875rem;top:4.84375rem;left:12.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvChWWy3ELZ06PUi6V8qwP0ycN3iGRrl { display:block; }
 }@media only screen and (max-width: 763px) { #NQWIU7Trh8le0hyefcHdrT8z19PSVAPN { top:5.369140625rem;left:12.3125rem;width:0.6875rem;height:1.13720625rem;z-index:15008;font-size:0.875rem;color:#061672;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bSTfzGKUeLvMn9g0ELl5AzKiVszWec8D { width:4.375rem;height:2.25rem;top:2.96875rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqbZLrFJOAuhsSe8Jv4ZzvfRdyGvXubQ { display:block; }
 }@media only screen and (max-width: 763px) { #uwVxaZze7kli19d1nE8wcsH9VXnEs5Uv { top:3.525390625rem;left:14.4375rem;width:1.125rem;height:1.13720625rem;z-index:15007;font-size:0.875rem;color:#061672;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pB6eePUE61qEHMN5609N86vGfUULAFfS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c43ce9e2-c065-4f9c-95bb-d15d84e710c6/Untitled1080x2000px1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#pB6eePUE61qEHMN5609N86vGfUULAFfS.adaptive-delivery-prevent-bg, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyload, #pB6eePUE61qEHMN5609N86vGfUULAFfS.lazyloading { background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { background-color: transparent; background-image: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row > .video-iframe-container { display: none; }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .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); }#pB6eePUE61qEHMN5609N86vGfUULAFfS > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5TxsvZqawvcyzbgXrcW1aOrnA4R52QU { width:15.9375rem;height:0;top:13.8125rem;left:0.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCbTau8pcfKECwUAloLRhAykv7q1PmAC { width:15.9375rem;height:1.25rem;top:10.4375rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #weHK5SrAlT7lNIhUJB75uGDdO8Vv9lZl { width:20rem;height:1.13720625rem;top:18.625rem;left:0.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z91WKPvqRWM9zTscJ7SBRdNWC5Sm37XW { width:17rem;height:5rem;top:12.25rem;left:1.5rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZS64CDkvsAWhbD4SChiQEk7V4EGToP2 { width:20rem;height:1.13720625rem;top:20.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9PtZrDipO297Psrw0BXimGwNXGuhznT { display:flex;width:2.1875rem;height:2.1875rem;top:22.76171875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 { display:block; }#uMz6oJoG7FpfN4ynVrFDaCix9cChRo70 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #un3A0vWAahhT7ghFIgmbiWDDHV8sXINu { width:3.875rem;height:1.875rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #psOKPCLGGNAOlLonZs0QtNg7HEAErq7K { width:4.1875rem;height:2rem;top:0.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzWWcQWWPVfGXDFfOIt3QiLGCTtRCm3R { width:4.25rem;height:2rem;top:0.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCZmTAC20MnKSzowXgAMhN4t92zHQWBN { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #torl2U8lpiTZkA0qwx1LF8NkkBt1VTrE { width:4.3125rem;height:2.0625rem;top:0.84375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urVuBWobgOhKrlcdNcNzBcF1hFnupTd7 { width:3.625rem;height:1.75rem;top:1rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyhhTUEALNuziKPydpieDNRgiKoffES { width:6.9375rem;height:3.3125rem;top:6.1875rem;left:6.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ABwIHGzEtyZtET9L98ydIkVOx7xOXvhy { width:5.4375rem;height:2.625rem;top:6.4375rem;left:13.68310546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOu7l1dX78DsAbAO670sX9fLlrhWracI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58965c43-c57d-4cd9-b5cf-9157b214c5d4/TAD_3511.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI.adaptive-delivery-prevent-bg, #uOu7l1dX78DsAbAO670sX9fLlrhWracI.lazyload, #uOu7l1dX78DsAbAO670sX9fLlrhWracI.lazyloading { background-image: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container { background-color: transparent; background-image: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container > .video-iframe-container { display: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row > .video-iframe-container { display: none; }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .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); }#uOu7l1dX78DsAbAO670sX9fLlrhWracI > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3X1HnLO8zUQ4BzbFsIV6HvFApXv6ZRO { width:20rem;height:4.5rem;top:17.75rem;left:0rem;font-size:2.5rem;z-index:14999;text-align:center;text-align-last:center;line-height:.9;text-shadow:0.125rem 0.0625rem 0.1875rem rgba(0,0,0,0.1);display:block; }
 }@media only screen and (max-width: 763px) { #T99Dyt6lGVzFbMo4CGDk3cU78E2CFTX1 { width:16.6875rem;height:3.0625rem;top:25.4375rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BntbGDQnDtsTJbyeLbfOzHwWTvey04CN { display:block; }
 }@media only screen and (max-width: 763px) { #AmBVdTUiXdGAkl4VfbliJlTzMZrNkdzE { width:17.5rem;height:1.75rem;top:4.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #D23kHXab2yv31gxwMS0mi0WVi61135zb { width:5.0625rem;height:0;top:41.625rem;left:0.4375rem;font-size:0.875rem;z-index:15007;line-height:1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #C8AFTh61wCllH084uPkAb3vTTTQ4yFe9 { width:16.0625rem;height:5.75rem;top:44.5625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VStQ1y8DtEle2tPIX4oT3nRtDcz2FMJg { width:16.375rem;height:5.875rem;top:44.5rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlBUrMLvwTXpzdhpirvlfwWBXNTvRDSP { width:4.3125rem;height:4.3125rem;top:39.125rem;left:7.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uHN7rAa8gDQ7xAytz5aFquH3lTfv6nRN { width:3.375rem;height:1.875rem;top:39.3125rem;left:15.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #coAWA1WqTeDktKxwyfnadFigfNeXfuRL { top:39.5625rem;left:0rem;width:5.9375rem;height:6.875rem;z-index:14998;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #b3lTA0x4DIQRPtCBOMFAF96auUdxpRTJ { top:39.5625rem;left:7rem;width:6rem;height:6.875rem;z-index:14999;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #m9ZbDmDdadgwp4rX4V5xXtRqR7ZPUckN { top:39.625rem;left:13.9375rem;width:6.0625rem;height:6.875rem;z-index:15000;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:rgba(255,255,255,0.85);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #E4pmrZM1OyTHIJEWeJSSrrDZf6Flb1KK { width:12.25rem;height:1.75rem;top:22.5625rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0.2);display:block; }
 }@media only screen and (max-width: 763px) { #LnvSUMq4chee6xiPv44JFzUhFFdNzTAa { width:20rem;height:5.0625rem;top:7.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0.2);line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #m6afFVupKamofpIb13ownEDyUWd2hvoT { width:5.5rem;height:0;top:41.625rem;left:14.25rem;font-size:0.875rem;z-index:15007;line-height:1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #vFS67SUT7Lwe9l3H0e9FwdS3tbDwvybN { width:16.0625rem;height:5.625rem;top:44.625rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lAEuGrrWuJX4ZApIcQPOv1GE1eb9dVth { width:3.125rem;height:3.125rem;top:38.4375rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sqnH3NIgEC49QB29ceEzWK1k9dCEqkAB { width:5.5625rem;height:0;top:41.625rem;left:7.25rem;font-size:0.875rem;z-index:15007;line-height:1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na { display:block; }#XuU9WJ2yrDNszxz83UARSmSR7FBnp7Na > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihdhn6CuCJxMfftbuRyGBwSy0HmZgKyH { width:11.5625rem;height:0;top:12.4375rem;left:4.1875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #VgKKiotebUqelgLU0mI06e5hU95m7xST { width:11.5625rem;height:0;top:14.7871125rem;left:4.1875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #sBWkZUkEG297c1Sie8PbAfcGTC8udxDL { width:11.5625rem;height:0;top:17.136725rem;left:4.1875rem;font-size:1rem;z-index:15007;line-height:1.1;color:#030538;display:none; }
 }@media only screen and (max-width: 763px) { #mlKObdWdilI8vqiv4FuwR7Pu6v6N7O0W { top:1.6875rem;left:0rem;width:6.25rem;height:6.875rem;z-index:14999;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #xgg6xxFVBWdEeU9JxZEQS4JF1IFh490N { width:5.0625rem;height:1.75rem;top:3.6875rem;left:0.4375rem;font-size:0.875rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #BtlmA7VkkdXiEKmWW7EBEKhIbdRCG2AG { width:5.5rem;height:1.75rem;top:5.6875rem;left:0.25rem;font-size:0.875rem;z-index:15009;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #Aw0ywT0BT75RHdVvH1GwO1ot5IhDrkWC { width:3.125rem;height:3.125rem;top:0.5rem;left:1.4375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XiacukUZpJBVH3LFs0bsbvmH64lEDuP5 { top:1.6875rem;left:6.9375rem;width:6.1875rem;height:6.875rem;z-index:15000;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Pn6noTs5SmEyaBluFV0GITZZv1qAVngk { width:4.3125rem;height:4.3125rem;top:0.8125rem;left:7.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SiXHlArCt9TdrtT3xQNskk8OU4C8nxRs { width:5.5625rem;height:1.75rem;top:3.6875rem;left:7.25rem;font-size:0.875rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #CyoerbrbMrAekcRKKNlTWkdIoGSSFrQ9 { width:5.75rem;height:1.75rem;top:5.8125rem;left:7.125rem;font-size:0.875rem;z-index:15009;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #gRNJsO6dtqnJUT1TzgriET3lCW00eWga { top:1.6875rem;left:13.75rem;width:6.25rem;height:6.875rem;z-index:15001;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #dqCTCgrfqeEACxO3TUVrJGDB63LJQn1t { width:5.5rem;height:1.75rem;top:3.6875rem;left:14.3125rem;font-size:0.875rem;z-index:15008;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #ufbq3usdUDykQ8Dq1Im1ktJsNgTPEaI6 { width:6.125rem;height:1.75rem;top:5.8125rem;left:13.875rem;font-size:0.875rem;z-index:15009;line-height:1;color:#030538;display:block; }
 }@media only screen and (max-width: 763px) { #bEORCbsrBumaGCB9TCIU2wCeUnKcZDN1 { width:3.625rem;height:1.9375rem;top:1.03125rem;left:15.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #HkkQRJ69Vg8LoVTnSJkVW3dWMpmA7Mwl { height:11.172273190622rem;width:20rem;top:9.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9BKMauQnQTgEz92sko9S30M2Mrq3ed3 { height:11.171875rem;width:20rem;top:9.828125rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt { display:block; }#bIe1TC8lZ636aWB3xsZLppCrBi2PpLAt > .row .container { width:20rem;height:110.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX6yMPapEwATBeqIBlWWsToiVgiqa6uL { width:18.8125rem;height:2.75rem;top:1.75rem;left:0.59375rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OpnZTPru2scsQFhCeJfAZDKWDO0txnRV { width:18.8125rem;height:1.875rem;top:7.875rem;left:0.59375rem;font-size:0.9375rem;z-index:15013;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kh9mitthbeIX9NOSe5F9ZBq1ppaa6bqI { width:7.1875rem;height:1.4624rem;top:5.9375rem;left:7.0625rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dUMcgaWADQtn0GhpXNuCt3loAJ0tcXA3 { width:20rem;height:2.8125rem;top:25.875rem;left:0rem;font-size:0.9375rem;z-index:15015;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MNVO2zXidi7I3brEG77rJKOCNGlovOa8 { width:6.5625rem;height:1.4624rem;top:24.0625rem;left:7.625rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #mhxGVx1gRfPX1r9tBd7c1R5hRHeB8IHv { width:6.6875rem;height:1.4624rem;top:43.0625rem;left:7.1875rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #iIUNwH5TlKSWVm2uNoiL1tTlMN5lqT1U { width:17.4375rem;height:2.8125rem;top:45.125rem;left:1.3125rem;font-size:0.9375rem;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KTiqPTZ02lHNskatuNgA3v7pHCFE2J0U { width:3.25rem;height:3.25rem;top:75.1875rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #N7FxqezoApzVisRmHHpEZZRLxfhJrieW { width:18.75rem;height:9.25rem;top:76.0625rem;left:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KpAKBOQJ3pAcUhmIXLaaGVGM8LiL50Jk { width:18.75rem;height:8.25rem;top:86.5625rem;left:0.625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Rrz6xmMilCI542br7x3lFRrkAzvTw4hr { width:18.75rem;height:8.5625rem;top:95.8125rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MOw3MKz7mCHlTETgbw00bL3N3JL9TUQt { display:flex;width:2.5rem;height:2.5rem;top:5.375rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #F6FWyv2l3xGiuEUqafgztcfNloW8Vhn2 { display:flex;width:2.5rem;height:2.5rem;top:23.4375rem;left:4.875rem; }
 }@media only screen and (max-width: 763px) { #ricqK7zqeZ8UcFbERC57PGubSQTt7ifV { display:flex;width:2.375rem;height:2.375rem;top:42.60595703125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #wGgDsWydq0TKyZkT49DHsJH7SvA1ekTP { width:20rem;height:12.19825rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWZ7tz66q762RBwQv6fA5IJbydbGTHrm { width:20rem;height:12.141125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1pc6yyG1Xagoy6o3tnGRhwXrp16Z2RO { width:20rem;height:13.30275rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEXx0bN96sXdz75aDfUnQu88vKEWgNNi { width:20rem;height:auto;top:72.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RvLvziOwVRRNwrBQqOxKb92lPJu2CDJI { width:17rem;height:1.3496125rem;top:68.6875rem;left:1.5rem;font-size:1.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #Fq9nuiZ6bobA19iqbkCZ29lmaJ5KfFMs { width:17.75rem;height:4rem;top:70.625rem;left:1.125rem;font-size:1rem;z-index:15013;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #k9ESkeSQcrFg4JfDNPtb3d7Tn1dWlA8Z { width:16.5625rem;height:20.6875rem;top:177.125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S2BLMeW1IV5z5fTHmGUBTsxnbJhGcOLq { width:3.125rem;height:3.125rem;top:94.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGcgwALTs6PnZJKzG8hZn8ys1mWnW56h { width:3.125rem;height:3.125rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArptNEhuFLX4Qxql3KXvKp4N72vmeK9H { width:18.75rem;height:7.5625rem;top:67.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvr8GW7vDhtRK6gTxeWT5W30FusdRWLR { width:13.5rem;height:1.4624rem;top:76.9375rem;left:3.25rem;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Qt746zP60409gneOPRfMQy0WHzAtL71O { width:16.3125rem;height:6rem;top:78.9375rem;left:1.875rem;font-size:1rem;z-index:15015;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PTtBwHA30prFnEEdV38110169umWqwOJ { width:3.125rem;height:3.125rem;top:85.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFVDTXwz2DCkJe8QzRLCoxJF4ITCe9H2 { width:13.875rem;height:16.8125rem;top:161.99560546875rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuOlTcdHrRQpgfOrP0H0cLoCb9yDry7w { width:13.375rem;height:1.4624rem;top:87.5rem;left:3.3125rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #uos0a2HmxrAqxsqFEs1ObsxnAHymGtcP { width:16.125rem;height:4rem;top:89.3125rem;left:1.9375rem;font-size:1rem;z-index:15017;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xpCuaqUI5JlGlflsJVRqsMsnXm9anQbu { width:4.25rem;height:4.25rem;top:188.276875rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FkQWl3kJxkSe0ayZbrvzQpsGpHG7oKlf { width:13.875rem;height:16.8125rem;top:189.964375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDuOvdtazsKtxZd2HFTW0sRPA2m9p6nn { width:17.5625rem;height:1.3496125rem;top:97.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6dlZDuI6yIh9aJwPhu2i0G7yNWBblT1 { width:17.25rem;height:5rem;top:98.9375rem;left:1.375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uaBwcglk2ZtqzhWPnhwkHrLqrSSv6PSz { width:13.9375rem;height:3.0244125rem;top:63.1875rem;left:3.0625rem;font-size:1.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #mTFqoxZ9faV7qbbAsR0MsCn7s6w8Bsdz { width:20rem;height:3.5rem;top:105.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4qMXCiDHmz6WyO7WUy3rii5nVSGKbDT { display:block; }
 }@media only screen and (max-width: 763px) { #LExvTs3nQh8x5IUW90N2GRT9NVof5sVz { background-color:#ffffff;background-image:none;display:block; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { background-color: transparent; background-image: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row > .video-iframe-container { display: none; }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .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); }#LExvTs3nQh8x5IUW90N2GRT9NVof5sVz > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRH9vWuyoGftvEw6yFCyIP3T7D0HTFDC { width:19.3125rem;height:11.99705625rem;top:4.875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W1ZT4DV1nDEtNch6TKBPZmORT6za0l4W { width:19.375rem;height:1.6499rem;top:2.0625rem;left:0rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SO7JrhVafyfraUMqLtzfZ1OvEwxONOV1 { width:16.5625rem;height:1.4624rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rThqy9ewTJO0260ErcHubV0IcMmSanKc { width:20rem;height:11.99705625rem;top:20.625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ACiBfMrMqqrQgJGTb3gGlosgtVKyAa0K { width:20rem;height:1.4624rem;top:39.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eScZdTQJzQN4EXXt30hn8la8EDQnollq { width:20rem;height:7.7988125rem;top:41.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XCL7kpzka62MQnE7EoLUp5kQl9IRTi9J { width:16.1875rem;height:3.5rem;top:34rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8diIbeRdR6rrICn6Xn5DtV9tsHgOhGG { display:block; }
 }@media only screen and (max-width: 763px) { #PSs0f7AUmxdowqN2AmcTaPdG8zrORMND { width:16.1875rem;height:3.5rem;top:50.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh6Ibr8hwKop5dfOTIT2E8nFzkK7sLFx { display:block; }
 }@media only screen and (max-width: 763px) { #mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc { display:block; }#mkeC63ba4riMcQxKBbL7RFGv0tzMGHJc > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSG3lCq2qu8nSpbcbNcpGxL9fkvFqrXX { width:19.75rem;height:1.58105625rem;top:2.8125rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HyTnCNkS5PSiuIPNiM5WQbZJZeNJiZFR { width:18.25rem;height:2.4375rem;top:4.9375rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxRqTCAoyypa6cn2SNhc89ZxItrC0euB { display:block; }#RxRqTCAoyypa6cn2SNhc89ZxItrC0euB > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTWmSM13USftwwOtm4kVJJTiIJNTiqgk { width:5.8125rem;height:2.03125rem;top:1.5rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnasbnKofvqvRSOzmVC6IxR4MaEnHSbR { width:6.25rem;height:1.29980625rem;top:3.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIhyOqBiq09o5kWvxTKPviIDtyE2CNEe { width:6.5rem;height:2.03125rem;top:6.875rem;left:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnnl2iOCQrd84Fufg81PJfxuNw6108kQ { width:8.0625rem;height:2.5996125rem;top:8.9375rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBtGZ3zwQ4sVPmv8eACOeBdOTHde9ueG { width:7.312rem;height:2.03125rem;top:7.46875rem;left:12.43603515625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTNFdpiTNs0SKHgv3ClDTeyCK0ocNBW2 { width:7.5615rem;height:1.29980625rem;top:9.14990234375rem;left:12.310546875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRKX37KKsuqw8XxUQPVV60E9kBVCCAQ0 { width:4.8125rem;height:2.03125rem;top:1.5rem;left:13.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zipGHLT9suL81V0oSTTCxe6qcWMCQ4dF { width:8.4375rem;height:2.5996125rem;top:3.3125rem;left:11.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUbU4s52xC9meLKGwBT41wGoScGPPfog { width:2.125rem;height:4.25rem;top:0.296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7mN9BglhyDJixN671xHDTvgicS6HoOa { width:2.1875rem;height:4.4375rem;top:6.859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4eVZTr0hoONxthZyS6XvqxgZXK4PKFh { width:2.1875rem;height:4.4375rem;top:0.296875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlxdUQkih6f1dSZVX0ilfiDeBa6p8gdZ { width:2.1875rem;height:4.4375rem;top:6.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bfga9ci48whseLsdLIEcyCF1yy6BMoxq { display:block; }#Bfga9ci48whseLsdLIEcyCF1yy6BMoxq > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQGvxAB1NakQKL5SPxclQvW2MsPKXLUi { width:13.0625rem;height:0.97473125rem;top:0.51171875rem;left:3.46875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD { display:block; }#ns7TTFm6PgEpv1XyeZVenwmANsqWDpwD > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzDczpwOvTpNiPL5LwGDHh6XfeA4VzkI { width:15.875rem;height:10.6875rem;top:1.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBeUOOJGb6peAdNsiu32rZT51G0RJ3Rb { width:16rem;height:10.875rem;top:13.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkWtsawbp6S0M3GcRdDWwkm4yhuDg00f { width:11.4375rem;height:2.5rem;top:3.5625rem;left:4.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbyCnJsIHDrWVabBsECbs0iOq8ObyTco { width:12.0625rem;height:2.5rem;top:15.25rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izIhtWXHEhWviyiFVpotlXGUuRtQUICU { width:16rem;height:11rem;top:24.65625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDu34CIo04eW9ShCwUde2Zq1wZ8JqQd5 { width:12.0625rem;height:2.5rem;top:25.9375rem;left:3.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1iACLUrhAbnLQnvkovCcI417e4Gu7TS { width:12.9375rem;height:4.3984375rem;top:6.5625rem;left:3.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqa3drnyThN23bMJ4IzVCNqUVUrbcaRA { width:10.9375rem;height:3.298825rem;top:18.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaQ7KwyD9NA2UW1TalmR5S4Gqs7VGTex { width:12.125rem;height:4.3984375rem;top:29.0625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utq88IsQ6y5Poozn7nztDP7hbPfipZO6 { width:16.125rem;height:11.125rem;top:36.21875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0dNkhhJMmyM57BzwI3M8G7dechUBGN3 { width:11.5rem;height:2.5rem;top:37.5rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBEb4yhdE3FDwsWX3voZo2dgD09JIg3x { width:13.6875rem;height:5.49805rem;top:40.5rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfws5aRhvUOdAg1n9dRI6zgxTvBAz9RB { width:16.1875rem;height:3.5rem;top:48.59375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwlK1POlphiFQLKL9l6pHzOoztkICuu5 { display:block; }
 }@media only screen and (max-width: 763px) { #UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D { display:block; }#UHygHxwCFG2KHRBXJQ5F06gOu9eepQ3D > .row .container { width:20rem;height:135.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAiAc359SGDyVS2cLqIi2S9S3tVHKSEN { width:20rem;height:1.6499rem;top:5.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwQlXFThb25BUr9ZAd5mDsgHHsfUgH4a { width:13.5rem;height:2.4746125rem;top:42.3125rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rd9QQw0xebCWXbfnltkw4iTKBdAuzDFd { width:19.0625rem;height:13.5rem;top:45.9375rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xIOeI0l0X6CgJsdAbApbRwxqMd6IOsZ0 { width:20rem;height:2.75rem;top:79rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fXAT5NNQOTRpbrNV4T22647ahyCNwWq4 { width:17.5625rem;height:15.46875rem;top:82.5rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OBX5diyCTysaAnQyGB8RXgHHIkEvGyFb { width:20rem;height:1.375rem;top:116rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ov75tlXD6ZJkxu5938Zw10URn5GwurDU { width:20rem;height:8.4375rem;top:117.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5FGvl7OKSZP5X1JxCALUtVUyspNZvSs { width:18.875rem;height:9.1875rem;top:105.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra4Eq8zUoAv72SXMgowilW84au4GceN4 { width:19.0625rem;height:12.625rem;top:28.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOpRVKxy9OXJvJtfTqcteaGXboD6Lbrz { width:18.5rem;height:10.1875rem;top:67.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blkLn7VDGXQ3bOyPU3Wnw2i9O2p32pbl { width:20rem;height:1.125rem;top:3.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sVCIHHnoGzWOIo6CUy5PROuwTykHknuk { width:17.5625rem;height:18.28125rem;top:7.9375rem;left:1.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7rULCn6m6D1lrBHlZZ8ZlavSp3TXSqT { width:18.125rem;height:3.4375rem;top:60.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW3dnceUcTFo0gUmRHrFPAECX1rZ2sPT { display:block; }
 }@media only screen and (max-width: 763px) { #LRqyfHFEhtEyro3WeoPpxZODQF51bhyV { width:15.625rem;height:3.4375rem;top:99.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7Ha77cTDtcJzUzuT82QAXrVSf4AG40U { display:block; }
 }@media only screen and (max-width: 763px) { #bLI4tzDClzrcNGUs29IBJqB4b2VyaWvo { width:15.625rem;height:3.4375rem;top:127.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJZ1nGPR4eRqCZ0E86p3m027qUNT7fiZ { display:block; }
 }@media only screen and (max-width: 763px) { #nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 { display:block; }#nb1JIXOSMhab0stvct2CxIRI0UL5NRx6 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbmWkcKybVGGinNGL8tfVQdpJWUTmg86 { width:20rem;height:2rem;top:6rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SQSocwbl6MTSFVENtLBm4bsGdIu6ycat { width:20rem;height:2.3374rem;top:8.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVJvbvPoxpIDW6pm9nyMFCB1XDEt1IIN { width:20rem;height:1rem;top:15.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mvEdo1MKzqdo7kC3PXfRWFQbA6THSNhu { width:20rem;height:2rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XfsBLw1p89Xm1TsDuzywKHvMxcHybXzB { width:15.625rem;height:3.4375rem;top:17.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O90bThgkt2VuQUUt0z4fwF0xkqx7tuDg { display:block; }
 }@media only screen and (max-width: 763px) { #aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK { display:block; }#aOpD6IUS6zBgREw2kHVMmPPp5b7a97yK > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaNJfNPetkZTW40b2vGdJ3reF23SmFME { width:20rem;height:1.625rem;top:3.5625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TmvsFD1AgfPxufvPCLBMTvZBCQm11WIu { width:20rem;height:29.895525rem;top:6.4375rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fHK6zmu6hdo325JcWdINyhzpgPkLKH4D { width:20rem;height:25rem;top:38.4208984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5XMwufgSAkJuLRt17WHph0yKV4UqJZh { width:20rem;height:0.73394495412844rem;top:15.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DowCahanHa25NO4hpGa5oJMZVywZ8u00 { width:20rem;height:0.73394495412844rem;top:18.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AzThFIkRa4gtuOtssewR7AEJJZL186WS { width:20rem;height:0.73394495412844rem;top:22.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyoVMcH3PewTSr5C1CBN4Qia2TGFG0ye { width:20rem;height:0.73394495412844rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zHQFlvPcqfoZ7fwX5ySLgNufZdGLx1Dw { width:20rem;height:0.73394495412844rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbWt64QpaXy99N9NtcFt8vTWflN5A7IC { width:20rem;height:0.73394495412844rem;top:36rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EszEQmPkStRFRbxSna7bsvWPhsXpqMGt { width:20rem;height:0.73394495412844rem;top:40.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4y49ESCk7qF9v6akkPMLWETpfdt8VTP { top:9.5625rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15015;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Fqx5Kk4yql3NfhK4537fwviMddsv82Z5 { top:14.75rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15016;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AGbsewOddlRTS3DGEZe4ZSg82FlhO6dZ { top:19.875rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15017;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TRq0k4TZzy5sIgddfK1afb1KGPbC9yHA { top:23.8125rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15018;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SLU7u2TLSiCAkp23CeC3LvgUbP0XgIyu { top:28.9375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15019;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Uucq4QHogdUy45DRSdoB8CF3TOzAahzl { top:32.9375rem;left:0rem;width:18.75rem;height:0.0625rem;z-index:15020;background-color:#07a5b3;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PmDVvKPBmi5HQHdlWLHR4MA2zDZPaHc0 { width:20rem;height:0.875rem;top:2.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e { display:block; }#BelcGJN9CZ6TA6WudnOd61HkA8TZmk7e > .row .container { width:20rem;height:83.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVUB1WGZZp6yMUvpzbOczKu1oH8fc9Cn { width:20rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 { display:block; }#bZTFwuZKuA7raZiwxdg93qOVdSXwBSK8 > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SU7svVEEMrv47tLyW2fc6h3sbVamTzEp { width:12.5rem;height:0;top:51.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0PGSPguTNEQbEO6dtJ0wDTH26477QpL { width:20rem;height:25.996125rem;top:5.75rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #K7SvZDLTJ4LmiuhEQNC45TCQJMdnDhQd { width:6.75rem;height:1.69986875rem;top:47.875rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #BNoEX3tcqRwZVuAZ5tSpTHHXSpUsPRBa { width:11.25rem;height:11.25rem;top:44.8125rem;left:8.75rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #wfT6gNxHi39bmMpMXKukdciX6NiQLgd8 { width:15.125rem;height:15.125rem;top:33.0625rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #LF146DlJUxWw32z34UnxpqvD2qyGmuLR { width:10.8125rem;height:10.8125rem;top:50.5625rem;left:1.1875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #luLI42ZX0vrnH1seCshAe4TFbw17B2F4 { width:4.25rem;height:1.69986875rem;top:56.1875rem;left:12.625rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #dtrWMBIqdqE3BzTr15nlVJT6uPxP3hZG { width:9.3125rem;height:2rem;top:61.625rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pI0e2fSER39FhnqlRvg7CPaIE9HTftZr { width:20rem;height:2.0625rem;top:2.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg { display:block; }#BcUJCctDdOVgITEm1qOeLTXTLBrl3ZZg > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mm6QHafytclp4sPKbBRJh9uHksvhmr7F { width:17.625rem;height:0;top:7.0732421875rem;left:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KOCq3aXDJiVAy3TVxB6BZEeSBuQ13BXw { width:20rem;height:1.4375rem;top:2.75rem;left:0rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bEWqlMTRlLKcxt8vXBlB2qCpt0TvMKgF { display:flex;width:1.875rem;height:1.875rem;top:5.1875rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #yIIvcmeIMG1QHQiNshNx2VDrvDc9UyIb { display:flex;width:1.875rem;height:1.875rem;top:9.125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VyxTSEEKNnxvZrSCectNm043nUuaL6K5 { display:flex;width:1.875rem;height:1.875rem;top:26.3125rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #T8QLH9JmgtH3FJf7zlWXWmiu89tqpz6S { display:flex;width:1.875rem;height:1.875rem;top:30.0625rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pVyHK2tCTX2iLo2MT4mEExQFSIE2LCr3 { display:flex;width:1.875rem;height:1.875rem;top:34rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #CcH4Ss71VHITdWdRFvXwOnoLGl6sgHxv { width:20rem;height:11.25rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9B1tznRTopHT64Ps3m7QttN9H32wSot { width:17.625rem;height:6.49903125rem;top:5.1875rem;left:2.375rem;font-size:1rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #AgdNkVDpZdEDTlpMQpTXnqQWQVwMwvAP { width:18.1875rem;height:10.39845rem;top:26.3125rem;left:2.375rem;font-size:1rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu { display:block; }#yKFanDuMEGrckcSdTSNnBUHG6qJzTEdu > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAg648KkDTw2rD33RaPa63I4krgDpZLi { width:15rem;height:2.2744125rem;top:34.375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DzGVASHfWv2fSr8lZ4sB6cJEwfTH0zNq { width:10.1875rem;height:1.13720625rem;top:29rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XSvtN1Z9bf7korLQWIMgKnPwsAH004Mb { width:9.125rem;height:1.13720625rem;top:27.5rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wVrDnhOoWotHmVKZAxncnRNTShSpV17K { width:7.25rem;height:2.5rem;top:4.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bqyp7WNI8Cgb8AGzDxFl6VHAySDHfmqR { width:20rem;height:3.89941875rem;top:21.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFZFOvIls6mBBJBb5keSLxQ9vGmTlkK8 { width:11.9375rem;height:1.13720625rem;top:30.5625rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK { display:flex;width:2.75rem;height:2.75rem;top:9.5625rem;left:11rem;font-size:1.3125rem; }
#t5gsl6WknA5bcxCSR3Lafnp0Ft2p4RZK > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 { display:flex;width:2.8125rem;height:2.8125rem;top:9.5625rem;left:14.75rem;font-size:1.3125rem; }
#TsEHRzmfN7VXmvX1OsmH3OAZWHOKXcl3 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #HrEJktlsMPib74BElRg2QUmsBDBqV7mh { width:6.8125rem;height:2.5rem;top:15.9375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU7L4q4uk3twBtGfyeGpgZN9IZKWlXDo { display:flex;width:2.625rem;height:2.625rem;top:15.875rem;left:11.0625rem;font-size:1.3125rem; }
#fU7L4q4uk3twBtGfyeGpgZN9IZKWlXDo > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #IW2sLiCCc7nS53X0lV5tAtTku9V8QBFJ { display:flex;width:2.625rem;height:2.625rem;top:15.875rem;left:14.9375rem;font-size:1.3125rem; }
#IW2sLiCCc7nS53X0lV5tAtTku9V8QBFJ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #qSoB6fPnAWA3nS3WsKqRHtn0varPIlwv { width:4.75rem;height:4.75rem;top:8.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVuZl1GfoIA4nq2K5JVk9hsw3r7XLroe { display:flex;width:2.625rem;height:2.625rem;top:4.0625rem;left:11.0625rem;font-size:1.3125rem; }
#PVuZl1GfoIA4nq2K5JVk9hsw3r7XLroe > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #pLTo2KHoG5yvx4GSTyxXlE0eTgewHveJ { display:flex;width:2.875rem;height:2.875rem;top:3.9375rem;left:14.6875rem;font-size:1.3125rem; }
#pLTo2KHoG5yvx4GSTyxXlE0eTgewHveJ > img { max-width: 100%;max-height:100%; width:2.875rem; height:2.875rem; } }@media only screen and (max-width: 763px) { #fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 { display:none; }#fvTD1v3Gk7n2SgVXmC47beWyR6K1Q8G2 > .row .container { width:20rem;height:58.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #efk4MJBbXBPf2tCIF1cUJDTnnTN621zk { width:20rem;height:1.79980625rem;top:1.89892578125rem;left:0.03125rem;font-size:1.5rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ  { width:17.5rem;height:auto;top:31.58642578125rem;left:0rem; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ {display:block;}#BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ { width:17.5rem;height:auto;top:31.58642578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #TGRUM5ZPg7ggA1QUTBL7Wmc6tyq88bxr {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #HhvAodxzvwbF6BuRkfPB6OFPb6gRlTpl { display:none; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #Cun329LSDKmAw885TiTgIOSqI4f8d99u {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #vJZa5AxsLfqnhkkwpkGk5p0G2GFhmwGv {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #uCk8WNHGnBofVLXTazs8DxtWZk8kKnKP { display:none; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #oN1Jdt39Tc5pTWTPg3ItmoRv8IUB9A8u {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #kcx1kn6W3LFPFVmTPldh0tXzRkl0b1OI {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #qklN8c51TpXNzvZrJBaqDE86dveODV7q { display:none; }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #ghZ1vX5Pe4NnhwsbUfdVNhcRgdFIAyiG {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #F8U65CU820NE1Nisk4UPvv6GTKfN78sD {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #qQHobEBHk1EIIbCTvqdiwNVTk5LVMpr1 {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #EpLC27oPMWMCoRIrvCqxPsWQhTiMOhGD {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #TdgaBc2WBwzXgWbeJGv6KR5KyfnqC83Z {  }
 }@media only screen and (max-width: 763px) { #BvSzEOTwzb9ftE1uWCvP0JWNTkokRGdQ #yBFD09lsQCRRS8HpF8c8aRMw2fUwUkaq {  }
 }@media only screen and (max-width: 763px) { #LTDWU8oUK9caPAKrK35nMcqlVS5GDH2k { width:18.0625rem;height:3.7119125rem;top:4.21142578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AfBq7CBbNW56NI4t0oztgGW4bnd0HPfs { width:20rem;height:22.5rem;top:9.08642578125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qWXavSyTJTyuTv0eeciIT5ionBRuIZVw { width:20rem;height:4.125rem;top:51.16064453125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }