.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:233,243,255;--color-primary-1:49,164,217;--color-primary-2:44,137,183;--color-primary-3:36,140,190;--color-primary-4:38,79,93;--color-secondary-0:242,250,249;--color-secondary-1:193,237,239;--color-secondary-2:192,228,225;--color-secondary-3:129,206,201;--color-secondary-4:38,46,45;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,184;--color-tertiary-2:121,133,137;--color-tertiary-3:73,80,82;--color-tertiary-4:31,51,59;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }body { background-color:rgba(var(--color-tertiary-0),1);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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-primary-0),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-primary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:15.875rem;left:0.5rem;height:2.76220625rem;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; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { 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:7.625rem;width:5.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:30.5rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:24.5rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.5625rem;left:37.5rem;display:block; }
#wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.6875rem;height:2.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.3125rem;left:44.3125rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(var(--color-tertiary-4),0.8);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:20.625rem;left:0.5rem;height:3.75rem;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; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;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:27.6875rem;width:27.6875rem;top:12.1875rem;left:30.5rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-secondary-1),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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:12.1875rem;left:28.625rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4.9375rem;width:4.9375rem;top:14.787109375rem;left:53.46875rem;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:16.63671875rem;left:52.625rem;height:1.23730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:26.9375rem;left:0.5rem;height:4.125rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#ffcc80;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:23.375rem;left:0rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;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.75rem;width:7.875rem;top:23.4375rem;left:24.9375rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:24.3125rem;left:25rem;height:2.4433625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:7.1875rem;top:12.9375rem;left:30.5rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:29.4375rem;left:52.8125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#lacKPgJmOool4I0v0XKcOk04tWg9FUd1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:20.25rem;display:block; }
#lcnoQh74wZtwHxE2uQmMGcxf2n5MAPhn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E7sMVTshyX1tb1e2UUi137bLFg2av2Ml { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:3.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:34.4375rem;left:0rem;display:block; }
#OH3pLZhxaP9LbcTaETb3W49cRtc0Q9Wf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cz881Vr4oqimXRPSXEnd8RSGZRItKOx5 { position:absolute;display:block;z-index:15026;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:6rem;width:8.4375rem;top:8.1875rem;left:38rem;overflow:hidden;display:block; }
#FEl0HpVhOHXJuAtthv7mOSBakXig1nwI { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:9.3125rem;left:37.6875rem;height:2.23095625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FPLaav3Oy0GqIPNEyoLBG8U5UZ6ZhZrv { position:absolute;display:block;z-index:15026;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.75rem;width:7.875rem;top:14.125rem;left:27.75rem;overflow:hidden;display:block; }
#dCVTbssrPzKquCiNv5hOWuT0mmAWIUbf { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:15rem;left:27.8125rem;height:2.3374rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:8.125rem;height:;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; }
#hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:8.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SzxVUkh29K4mxXJ4KBkiFrSTgvg3xvS3 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:40.25rem;top:10.8125rem;left:9.8125rem;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:7.796875rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.0625rem;left:41.5rem;height:1.69970625rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:7.796875rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container { background-color: transparent; background-image: none; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container > .video-iframe-container { display: none; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row > .video-iframe-container { display: none; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .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); }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container { border-width: 0; border-radius: 0; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#a7BpC7bO07R4Gtiu8wC24xHkg0bn7feD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rmCXch4mXWtqlnVb6cHsI2fBwGT6mECo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#LWwzX9DzhTTZT7IvMh0oykgNN6fUpGW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#XokakgfOISrg813DdoFT9EO51AC16hgu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#uhSz9fdJT5ZFVOZEyH275PwTvmWpTLAX { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#zioMqoRhmgyHvbq8BbxCzfbQpvJ8LV3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#EbxAzpXVskF7S5WDwNtgQvWAbadAZpbu { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#OJSGnNwtSCQJDMyc4nER1mnqE0ne0cc5 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#xDqcRdI2NdgRxHtk2ITo1SHSdO1k5BcE { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#SrCQWvtXukamZbTm82I3Wq6wP658XswL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container { background-color: transparent; background-image: none; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container > .video-iframe-container { display: none; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row > .video-iframe-container { display: none; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .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); }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container { border-width: 0; border-radius: 0; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#sqpHsf7igtxrxGUh4beSv5cEIpXgFp78 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AwCO0ydB9AeQKl7SZy5eGo9qvEHIPHgL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#P1DOMpLTdMtFB2JgHMSE0mZLNZVJOrC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#Wrg7Tn3SIwlopr2kEMsC7piZWrIizmNw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#WUumzyWTyosx4Wvg1gQlh7Wn6WDmNGVf { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:7.796875rem;text-align:left;text-align-last:left;display:block; }
#FCDQcTeT4d5dLHvtLZhVs2oPMoIr61l4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#lo3GT8NOZIIWOLWcHTQBbBLBseRLq1ur { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#ovoqOpIWFySCzxfntTvAG8Rk09TlaT4T { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#lkp5G0c7L5Tgze5m9n8xmT4VEyp8WDdD { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container { background-color: transparent; background-image: none; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container > .video-iframe-container { display: none; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row > .video-iframe-container { display: none; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .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); }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container { border-width: 0; border-radius: 0; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#Ki0yTAtHQ856mpHkXNkNB7fDKrnwcpBZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vWyCdqti8qscPSRg43MMPevZM96sIs8g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#Tx5Fk7pTztPOahgK2KmzXrFIEy2eclfs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#MFasMvTOqX3aiV9aur9GPpTMvETVDb2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#qKmO7BoNgTWge7IVNT2iAPnVnOX16pqQ { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#eDklFuThrWFwWp4QbJQKRTodxvd4hQGI { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#Tm7a1cTGtsDZ6XbdzmWDTFZtva9K7sT4 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.96875rem;left:22.28125rem;display:block; }
#ZmmkIyZKXzogA5Wg9bNehVRcJsv8RXCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { 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; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.875rem;left:8.125rem;height:3.1499rem;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; }
#p4W4sd2VXixqcV1Xb57nQwXnehW9aA3G { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:26.75rem;top:8.5869140625rem;left:16.625rem;display:block; }
#GCMId75bsTkN2fsT9vkqnutDAqkbvPo7 { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:2.09375rem;left:45.9375rem;display:block; }#GCMId75bsTkN2fsT9vkqnutDAqkbvPo7.adaptive-delivery-prevent-bg, #GCMId75bsTkN2fsT9vkqnutDAqkbvPo7.lazyload, #GCMId75bsTkN2fsT9vkqnutDAqkbvPo7.lazyloading { background-image: none; }
#FsDIaFEAusokBzs5COa7G2lol6epTRgC { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:2.09375rem;left:8.125rem;display:block; }#FsDIaFEAusokBzs5COa7G2lol6epTRgC.adaptive-delivery-prevent-bg, #FsDIaFEAusokBzs5COa7G2lol6epTRgC.lazyload, #FsDIaFEAusokBzs5COa7G2lol6epTRgC.lazyloading { background-image: none; }
#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container { background-color: transparent; background-image: none; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container > .video-iframe-container { display: none; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row > .video-iframe-container { display: none; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .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); }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container { border-width: 0; border-radius: 0; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#aQrFdA5xwPTbUa845bSkpCQaZvepENwr { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#mSXRsPyO3eKpiCcqoZKlMiKHZdzE7cfV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#NH4IoBvqAw6iHSOWXONbGTm05PEZV7DP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.6748046875rem;left:1.5625rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#x0p0fnoox16C7H5yTInlkxqAZPvAmaKi { 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:15.125rem;width:15.1875rem;top:15.125rem;left:0rem;overflow:hidden;display:block; }
#z8ll1tuhpKNFdnJaqcAKdhKvxtzduMuG { 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.8125rem;width:10rem;top:0.875rem;left:25rem;overflow:hidden;display:block; }
#UscoM04mxp62N32zhR2p9t8Dwx5M5y8I { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:21.875rem;left:22.1875rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#d7WI8T7ua7MB5vuc0Tko1kW5ekyKDTSq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:22.1875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#I1aZ9T8m5RyV7T9gDL8obimTHH9zx23E { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:15.125rem;left:20.625rem;display:block; }
#ImCagSvMSB0Fd37mbozNu6Jcd3yJQa5v { 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:15.125rem;width:15.1875rem;top:15.125rem;left:41.25rem;overflow:hidden;display:block; }
#G1B7DBqAWto9xfJX6zPxwQG23WKBzAs9 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.6875rem;left:42.8125rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#oNobbTnyXy9ax8PbutwkzyUvw2Oxo2Oe { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#PEMedyRHXBvl4QocKgQL1wSFB9EfafXG { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container { background-color: transparent; background-image: none; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container > .video-iframe-container { display: none; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row > .video-iframe-container { display: none; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .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); }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container { border-width: 0; border-radius: 0; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:block; }#mbDZ1DAonKa2EtfSL8XsohtD6hSouCbD { color:#3c3833;display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMi7Twas0J24TxsQrl35tq1XzpbRHStc { position:absolute;display:block;z-index:15000;background-color:#c5b39a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:18.9375rem;top:8.6875rem;left:0.5625rem;display:block; }
#SpDcnQDcb6HkrFJcHNAKOURDXeL2UGCc { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.109375rem;left:1.59375rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPJWdDGo5c7rdLEf1CT8rAe3CLOKtp9A { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:18.9375rem;top:7.9375rem;left:20.5625rem;display:block; }
#CwuvM045kah5LAIgquTuxbkBm1A2LQPh { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:9.3125rem;left:21.5625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WPmiknAXPAWEXhH3r8GlZrTJJ7zUJMEb { position:absolute;display:block;z-index:15008;background-color:#ece2d0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.75rem;width:18.9375rem;top:6.0625rem;left:40.5625rem;display:block; }
#lXtByLLNBlqIAavcgoZRGw1RSEbswXIa { color:#000000;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:7.1875rem;left:41.625rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ew5K6H2wmTQ7tJKT6qz4bPWQZoWcTUGX { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:18.5625rem;top:3.599609375rem;left:20.71875rem;display:block; }
#odxouFgeE7OIp7956qrVAMyGdSZRzLFe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container { background-color: transparent; background-image: none; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container > .video-iframe-container { display: none; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row > .video-iframe-container { display: none; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .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); }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container { border-width: 0; border-radius: 0; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#iM2NtZk3t7qFyQxJ2cTaGBKyRhs7erKO { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.75rem;left:6.21875rem;height:;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; }
#p5t2h3ui1Zmi2p0QIucyNZahF45PWxTE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:41.625rem;top:7.5244140625rem;left:9.1875rem;display:block; }
#x5hveuvFTLC9iBqgp5wuzDGqv4GOE0hn { position:absolute;display:block;z-index:14991;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:2.09375rem;left:45.9375rem;display:block; }#x5hveuvFTLC9iBqgp5wuzDGqv4GOE0hn.adaptive-delivery-prevent-bg, #x5hveuvFTLC9iBqgp5wuzDGqv4GOE0hn.lazyload, #x5hveuvFTLC9iBqgp5wuzDGqv4GOE0hn.lazyloading { background-image: none; }
#ixEp4a3VJrDMBsWqTTAR2LJ7O81szkdq { position:absolute;display:block;z-index:14992;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:7.1875rem;top:2.09375rem;left:8.125rem;display:block; }#ixEp4a3VJrDMBsWqTTAR2LJ7O81szkdq.adaptive-delivery-prevent-bg, #ixEp4a3VJrDMBsWqTTAR2LJ7O81szkdq.lazyload, #ixEp4a3VJrDMBsWqTTAR2LJ7O81szkdq.lazyloading { background-image: none; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:2.9248046875rem;left:1.34375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { 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:15.125rem;width:15.1875rem;top:10.25rem;left:1.78125rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { 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.8125rem;width:10rem;top:0.875rem;left:25rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:18.4375rem;left:21.96875rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:15.125rem;left:20.625rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { 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:15.125rem;width:15.1875rem;top:10.25rem;left:42.40625rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:2.9248046875rem;left:42.59375rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container { background-color: transparent; background-image: none; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container > .video-iframe-container { display: none; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row > .video-iframe-container { display: none; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .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); }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container { border-width: 0; border-radius: 0; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container { font-size:0.875rem;font-family:"open sans";height:40.625rem;width:60rem;overflow:visible;position:relative;display:block; }#ATC6riHIrbJkVgyaWfZl2ab1TuyEziN6 { color:#3a3f55;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.875rem;left:32.6875rem;height:;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; }
#VNJtntL1dVy7XImnrCL4yWILwqO3tT7s { 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:5.4375rem;width:10.4375rem;top:8.1875rem;left:31.4375rem;overflow:hidden;display:block; }
#i19vT51gFytIOL5Qvlxz4oGoe9O6qkyR { color:#3a3f55;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.25rem;left:31.4375rem;height:1.94970625rem;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; }
#Nu5eoVvV7HoqsQv4eoQ4TEzTDqTkn0AI { 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:21.9375rem;width:21.9375rem;top:8.1875rem;left:4.6005859375rem;overflow:hidden;display:block; }
#pEP9Uv1T3mn3LJQBLfHuQcs2DgFCJRXU { color:#3a3f55;display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.3125rem;left:31.4375rem;height:1.94970625rem;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; }
#ttOCqSTH5gJfnsnxIcTzNyOIMT6JbpRh { color:#3a3f55;display:block;width:24.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:22.6875rem;left:31.4375rem;height:3.8994125rem;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; }
#UTPJKN7pbVZstbL2MHNRR70pWxDbB1Uz { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.1875rem;left:31.4375rem;display:block; }
#ViIa7UHoPneMU1LB1cMyhWemgzdPMEP7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.474609375rem;left:8.125rem;height:2.92480625rem;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; }
#KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.23828125rem;left:4.9375rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#krNbXH31Uf8N64R5R3NvaeTOCFRvKC3o { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:35.5rem;top:7.0869140625rem;left:12.25rem;display:block; }
#bJmI04c3tsqFzrbbB7bWldcHhzzdHc9Q { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:4.5rem;top:1.84326171875rem;left:6.6875rem;display:block; }#bJmI04c3tsqFzrbbB7bWldcHhzzdHc9Q.adaptive-delivery-prevent-bg, #bJmI04c3tsqFzrbbB7bWldcHhzzdHc9Q.lazyload, #bJmI04c3tsqFzrbbB7bWldcHhzzdHc9Q.lazyloading { background-image: none; }
#tzaTm8aZ2eGyGcN8h8NAXpQBLdRNK3EV { position:absolute;display:block;z-index:14994;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:4.5rem;top:2.5rem;left:49.1875rem;display:block; }#tzaTm8aZ2eGyGcN8h8NAXpQBLdRNK3EV.adaptive-delivery-prevent-bg, #tzaTm8aZ2eGyGcN8h8NAXpQBLdRNK3EV.lazyload, #tzaTm8aZ2eGyGcN8h8NAXpQBLdRNK3EV.lazyloading { background-image: none; }
#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { background-color: transparent; background-image: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .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); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { border-width: 0; border-radius: 0; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:60rem;position:relative;display:block; }#muTEfUEG65wqzenH4C3IXEh9oGTT2Rai { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:0.6435546875rem;left:4.6875rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { background-color: transparent; background-image: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .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); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { border-width: 0; border-radius: 0; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.61328125rem;left:4.875rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { background-color: transparent; background-image: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .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); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { border-width: 0; border-radius: 0; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#lffezyGDaKTMW3HZohZAFeO08UTMRH1u { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.75rem;left:5rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { background-color: transparent; background-image: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .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); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { border-width: 0; border-radius: 0; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:60rem;position:relative;display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { background-color: transparent; background-image: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .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); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { border-width: 0; border-radius: 0; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#dCgibmR607AusgKNJb3BvTlyaT6e4VkC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.994140625rem;left:5rem;height:1.94970625rem;text-align:left;text-align-last:left;display:block; }
#gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#rezn6o6HNdUEXS5nlQlk4JJFRQMOh5if { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:3.9375rem;left:5rem;height:5.39941875rem;text-align:left;text-align-last:left;display:block; }
#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { background-color: transparent; background-image: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .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); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { border-width: 0; border-radius: 0; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container { background-color: transparent; background-image: none; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container > .video-iframe-container { display: none; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row > .video-iframe-container { display: none; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .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); }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container { border-width: 0; border-radius: 0; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#cItPZqalahuHuPgHRddE3WOR0WATkXl7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:28rem;width:28rem;top:5.5rem;left:1.875rem;overflow:hidden;display:block; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;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.75rem;width:7.875rem;top:2.875rem;left:1.875rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:3.5625rem;left:2rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-form-header {  }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:22.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.4375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .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; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .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:transparent;background-image: -webkit-linear-gradient(45deg, #1b67e8, #18306e);background-image: -moz-linear-gradient(45deg, #1b67e8, #18306e);background-image: -ms-linear-gradient(45deg, #1b67e8, #18306e);background-image: -o-linear-gradient(45deg, #1b67e8, #18306e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#18306e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b67e8', endColorstr='#18306e' );";background-image: linear-gradient(45deg, #1b67e8, #18306e);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:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.4375rem;height:3.5625rem;font-family:raleway;overflow:hidden; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .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:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:21.1875rem;overflow:hidden;font-style:normal;float:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .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; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-container:first-of-type{padding-top:0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-container:last-of-type{padding-bottom:0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:33.875rem;top:1.3564453125rem;z-index:15007;position:absolute; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.4375rem;display:block;vertical-align:top; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO {display:block;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:33.875rem;top:1.3564453125rem;z-index:15007;position:absolute; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #IHA1F20PIDMPHtylBF9La9MIdyCTaysU { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Tobiem0qGMSpQl39UIhAwCuFK94cHqQI { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #yuw55aiI1VblqNpGdV7yXmLAPpiyKZfo { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #RfbrH7zmXLFCII4TwvbQgs4KOZBFT1JT { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #ASOGfdbtrWQIDpTmEOskyzSs466rX4hJ { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #NdoACJQSTcbm8kTalcbc4sBBWivyGhb9 { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #EXvKa0Xp4NsythUMfJLptJnObDvsK66F { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Tb0emUk3xhAgR5oGWwp5hCWK3vstX3b4 { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #pN7Xeu3T485fTWT82KVyk81KMuDoXA4n { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #nHFNbupJvOmGNtcl5t1X26tL5A1J5HOf { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #TEgSNAF1Tee4GMDyOnlbIvVuyiIFB3Vy { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #PQDehA2Ncsb3xcQR4deM5KPJd4Ts3hmX { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #GgC2acXDTrgzGCn5NU0Vq3DUF9NvfK01 { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #TnQx37G8t7kBnDiypbCxitlkhEK9e4Km { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #mmqfemnKJ2MqHspKr60RP3EaDn8dybc5 { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #A1qHdNqGXE3UwBElUQEKMNW9AuyGv4Vs { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #WJsgk4QUMIuGTgQRAcgFs8wKIRxP7XJf { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #iidUF2fz3FvSyoUKyT5Svo76mn3zC4nA { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #NxgNV8T9RRObhcTHxmMh3RAcAQnNXsd3 { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #tGaV0D5VNUB56b8SHblHBS1KttDoG8Gd { position:relative;display:none; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #yRL3KrnOh2F8iyD2QNXQ5L1klsMo8r8D { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #xu8X1lhSGDwDhozDIVR3vTggrooZv201 { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Nn4lZKFNsClhHEXmduC8APREQxNL9rd6 { position:relative;z-index:2; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Ta38ER7CyQhCgCGymaBc4DzFX0BmSXd6 { position:relative; }
#T6Z3ML8IzQ0fPwESPiaZp1MhHmp98qHd { position:relative;display:block;z-index:100000;display:block; }
#cTZOcrltovKWNOJA8KIyx5Ky2QeQn9qt { position:relative;display:block;z-index:100000;display:block; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Nn4nLKz15gUOc6l1bpP64lLumh5P0FzG { position:relative; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO #GXK35EXpUBiPxTiHUO7R9SWI6ALBNlwS { position:relative; }
#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container { background-color: transparent; background-image: none; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container > .video-iframe-container { display: none; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row > .video-iframe-container { display: none; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .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); }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container { border-width: 0; border-radius: 0; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:60rem;position:relative;display:block; }#THSU9fG8fVLQxBl2fvC3s68eJ0meqF2D { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.07470703125rem;left:13.21875rem;height:1.29980625rem;display:block; }
#e84dbcrTipzly4KrStVk6NMxGeGPyOSl { 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:6.5rem;width:5rem;top:0.63720703125rem;left:26.9375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:31.75rem;height:2.11230625rem;top:13.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:5.875rem;height:7.625rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.5625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 959px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.0625rem;height:2.25rem;top:1.5625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 959px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:5.5rem;height:2.25rem;top:1.5625rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 959px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:15.6875rem;height:2.75rem;top:1.3125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 959px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:22.6875rem;height:;top:20.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:17.8125rem;height:17.8125rem;top:15.1875rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:27.8125rem;height:27.8125rem;top:10.1875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4.9375rem;height:4.9375rem;top:14.75rem;left:42.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.125rem;top:16.625rem;left:41.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:24rem;height:3.5625rem;top:27.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:23.4375rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:1.59375rem;top:24.3125rem;left:18.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:12.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:29.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #lacKPgJmOool4I0v0XKcOk04tWg9FUd1 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lcnoQh74wZtwHxE2uQmMGcxf2n5MAPhn { display:block; }
 }@media only screen and (max-width: 959px) { #E7sMVTshyX1tb1e2UUi137bLFg2av2Ml { width:18.625rem;height:3.5rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OH3pLZhxaP9LbcTaETb3W49cRtc0Q9Wf { display:block; }
 }@media only screen and (max-width: 959px) { #Cz881Vr4oqimXRPSXEnd8RSGZRItKOx5 { width:8.4375rem;height:6rem;top:8.1875rem;left:31.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #FEl0HpVhOHXJuAtthv7mOSBakXig1nwI { width:8.9375rem;height:1.59375rem;top:9.3125rem;left:31.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FPLaav3Oy0GqIPNEyoLBG8U5UZ6ZhZrv { width:7.875rem;height:5.75rem;top:14.125rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dCVTbssrPzKquCiNv5hOWuT0mmAWIUbf { width:7.8125rem;height:1.59375rem;top:15rem;left:21.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:43.75rem;height:1.29980625rem;top:4.125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SzxVUkh29K4mxXJ4KBkiFrSTgvg3xvS3 { width:40.25rem;height:0.25rem;top:10.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:13.5rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:14.5rem;height:4.875rem;top:6.5rem;left:15.91650390625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:12.25rem;height:1.69970625rem;top:8.087890625rem;left:31.8330078125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:14rem;height:6.5rem;top:5.6875rem;left:32.79150390625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ { display:block; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #a7BpC7bO07R4Gtiu8wC24xHkg0bn7feD { width:14.5rem;height:4.875rem;top:5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rmCXch4mXWtqlnVb6cHsI2fBwGT6mECo { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LWwzX9DzhTTZT7IvMh0oykgNN6fUpGW1 { width:13.8125rem;height:4.875rem;top:5rem;left:15.91650390625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #XokakgfOISrg813DdoFT9EO51AC16hgu { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #uhSz9fdJT5ZFVOZEyH275PwTvmWpTLAX { width:15rem;height:4.875rem;top:5.5625rem;left:31.8330078125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zioMqoRhmgyHvbq8BbxCzfbQpvJ8LV3i { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EbxAzpXVskF7S5WDwNtgQvWAbadAZpbu { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #OJSGnNwtSCQJDMyc4nER1mnqE0ne0cc5 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xDqcRdI2NdgRxHtk2ITo1SHSdO1k5BcE { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #SrCQWvtXukamZbTm82I3Wq6wP658XswL { display:block; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sqpHsf7igtxrxGUh4beSv5cEIpXgFp78 { width:12.5rem;height:4.875rem;top:5.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #AwCO0ydB9AeQKl7SZy5eGo9qvEHIPHgL { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #P1DOMpLTdMtFB2JgHMSE0mZLNZVJOrC3 { width:14rem;height:4.875rem;top:5rem;left:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #Wrg7Tn3SIwlopr2kEMsC7piZWrIizmNw { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WUumzyWTyosx4Wvg1gQlh7Wn6WDmNGVf { width:15.1875rem;height:4.875rem;top:5rem;left:32.19775390625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #FCDQcTeT4d5dLHvtLZhVs2oPMoIr61l4 { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lo3GT8NOZIIWOLWcHTQBbBLBseRLq1ur { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ovoqOpIWFySCzxfntTvAG8Rk09TlaT4T { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #lkp5G0c7L5Tgze5m9n8xmT4VEyp8WDdD { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #FmQbudnzZNiTAJ72y83PP75O9We3X9aZ { display:block; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Ki0yTAtHQ856mpHkXNkNB7fDKrnwcpBZ { width:13.875rem;height:3.25rem;top:6.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #vWyCdqti8qscPSRg43MMPevZM96sIs8g { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #Tx5Fk7pTztPOahgK2KmzXrFIEy2eclfs { width:13.3125rem;height:4.875rem;top:5.5625rem;left:15.91650390625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #MFasMvTOqX3aiV9aur9GPpTMvETVDb2z { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #qKmO7BoNgTWge7IVNT2iAPnVnOX16pqQ { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #eDklFuThrWFwWp4QbJQKRTodxvd4hQGI { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Tm7a1cTGtsDZ6XbdzmWDTFZtva9K7sT4 { width:15.4375rem;height:3.5rem;top:2.9375rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZmmkIyZKXzogA5Wg9bNehVRcJsv8RXCO { display:block; }
 }@media only screen and (max-width: 959px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:2.36230625rem;top:4.875rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #p4W4sd2VXixqcV1Xb57nQwXnehW9aA3G { width:26.75rem;height:0.25rem;top:8.5625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #GCMId75bsTkN2fsT9vkqnutDAqkbvPo7 { width:7.1875rem;height:9.8125rem;top:2.0625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #FsDIaFEAusokBzs5COa7G2lol6epTRgC { width:7.1875rem;height:9.8125rem;top:2.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #G6rvTHm9yDR27T4k1hymds2GDKAsKpEh { display:block; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #aQrFdA5xwPTbUa845bSkpCQaZvepENwr { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #mSXRsPyO3eKpiCcqoZKlMiKHZdzE7cfV { width:16.0625rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #NH4IoBvqAw6iHSOWXONbGTm05PEZV7DP { width:16.0625rem;height:4.2744125rem;top:6.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #x0p0fnoox16C7H5yTInlkxqAZPvAmaKi { width:15.1875rem;height:15.125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #z8ll1tuhpKNFdnJaqcAKdhKvxtzduMuG { width:8rem;height:10.375rem;top:1.4375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UscoM04mxp62N32zhR2p9t8Dwx5M5y8I { width:16.0625rem;height:6.411625rem;top:21.875rem;left:15.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d7WI8T7ua7MB5vuc0Tko1kW5ekyKDTSq { width:16.0625rem;height:3.25rem;top:16.625rem;left:15.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #I1aZ9T8m5RyV7T9gDL8obimTHH9zx23E { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 959px) { #ImCagSvMSB0Fd37mbozNu6Jcd3yJQa5v { width:15.1875rem;height:15.125rem;top:15.125rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #G1B7DBqAWto9xfJX6zPxwQG23WKBzAs9 { width:16.0625rem;height:6.411625rem;top:6.6875rem;left:31.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #oNobbTnyXy9ax8PbutwkzyUvw2Oxo2Oe { width:16.0625rem;height:3.25rem;top:1.4375rem;left:31.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #PEMedyRHXBvl4QocKgQL1wSFB9EfafXG { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat { display:block; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #mbDZ1DAonKa2EtfSL8XsohtD6hSouCbD { width:47.75rem;height:2.5996125rem;top:0.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #nMi7Twas0J24TxsQrl35tq1XzpbRHStc { width:18.9375rem;height:4.4375rem;top:4.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #SpDcnQDcb6HkrFJcHNAKOURDXeL2UGCc { width:16.875rem;height:1.59375rem;top:6rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #VPJWdDGo5c7rdLEf1CT8rAe3CLOKtp9A { width:18.9375rem;height:5.9375rem;top:10.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CwuvM045kah5LAIgquTuxbkBm1A2LQPh { width:16.875rem;height:3.1875rem;top:11.4375rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #WPmiknAXPAWEXhH3r8GlZrTJJ7zUJMEb { width:16.75rem;height:8.5625rem;top:6rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXtByLLNBlqIAavcgoZRGw1RSEbswXIa { width:16.875rem;height:7.96875rem;top:6.71875rem;left:25.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ew5K6H2wmTQ7tJKT6qz4bPWQZoWcTUGX { width:18.5625rem;height:0.25rem;top:3.5625rem;left:14.59375rem;display:block; }
 }@media only screen and (max-width: 959px) { #odxouFgeE7OIp7956qrVAMyGdSZRzLFe { display:block; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #iM2NtZk3t7qFyQxJ2cTaGBKyRhs7erKO { width:47.5625rem;height:;top:3.75rem;left:0.09375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #p5t2h3ui1Zmi2p0QIucyNZahF45PWxTE { width:41.625rem;height:0.25rem;top:7.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #x5hveuvFTLC9iBqgp5wuzDGqv4GOE0hn { width:7.1875rem;height:9.8125rem;top:2.0625rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ixEp4a3VJrDMBsWqTTAR2LJ7O81szkdq { width:7.1875rem;height:9.8125rem;top:2.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 959px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.0625rem;height:2.13720625rem;top:2.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:15.1875rem;height:15.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:8.625rem;height:11.0625rem;top:0.875rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:16.0625rem;height:4.2744125rem;top:18.4375rem;left:15.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 959px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:15.1875rem;height:15.125rem;top:10.25rem;left:32.09375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:16.0625rem;height:4.04980625rem;top:2.875rem;left:31.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #V8XRae9y0VPkXhpGSt06qEkMEzky6dpB { display:block; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ATC6riHIrbJkVgyaWfZl2ab1TuyEziN6 { width:23.3125rem;height:;top:8.875rem;left:24.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #VNJtntL1dVy7XImnrCL4yWILwqO3tT7s { width:10.4375rem;height:5.4375rem;top:8.25rem;left:24rem;display:block; }
 }@media only screen and (max-width: 959px) { #i19vT51gFytIOL5Qvlxz4oGoe9O6qkyR { width:23.75rem;height:1.54345625rem;top:16.25rem;left:24rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Nu5eoVvV7HoqsQv4eoQ4TEzTDqTkn0AI { width:21.9375rem;height:21.9375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #pEP9Uv1T3mn3LJQBLfHuQcs2DgFCJRXU { width:24.125rem;height:1.54345625rem;top:19.3125rem;left:23.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ttOCqSTH5gJfnsnxIcTzNyOIMT6JbpRh { width:24.3125rem;height:3.0869125rem;top:22.6875rem;left:23.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UTPJKN7pbVZstbL2MHNRR70pWxDbB1Uz { width:21.5625rem;height:3.5rem;top:30.1875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #ViIa7UHoPneMU1LB1cMyhWemgzdPMEP7 { display:block; }
 }@media only screen and (max-width: 959px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:1.7871125rem;top:3.4375rem;left:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:47.25rem;height:1.625rem;top:9.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #krNbXH31Uf8N64R5R3NvaeTOCFRvKC3o { width:35.5rem;height:0.25rem;top:7.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #bJmI04c3tsqFzrbbB7bWldcHhzzdHc9Q { width:4.5rem;height:6.1875rem;top:1.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #tzaTm8aZ2eGyGcN8h8NAXpQBLdRNK3EV { width:4.5rem;height:6.1875rem;top:2.5rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #muTEfUEG65wqzenH4C3IXEh9oGTT2Rai { width:47.25rem;height:5.39941875rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.625rem;top:3.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.25rem;height:5.39941875rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:47.25rem;height:1.625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #rezn6o6HNdUEXS5nlQlk4JJFRQMOh5if { width:47.25rem;height:5.39941875rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o { display:block; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cItPZqalahuHuPgHRddE3WOR0WATkXl7 { width:23.125rem;height:23.125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.875rem;height:5.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.625rem;height:1.5625rem;top:3.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-regular-label { width:20.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-text { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-textarea { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-select { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-button { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-checkbox-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO  { width:20.8125rem;height:auto;top:2.59375rem;left:24.15625rem; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .radio-container { width:20.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO {display:block;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO { width:20.8125rem;height:auto;top:2.59375rem;left:24.15625rem; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #IHA1F20PIDMPHtylBF9La9MIdyCTaysU {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Tobiem0qGMSpQl39UIhAwCuFK94cHqQI { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #yuw55aiI1VblqNpGdV7yXmLAPpiyKZfo {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #RfbrH7zmXLFCII4TwvbQgs4KOZBFT1JT {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #ASOGfdbtrWQIDpTmEOskyzSs466rX4hJ { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #NdoACJQSTcbm8kTalcbc4sBBWivyGhb9 {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #EXvKa0Xp4NsythUMfJLptJnObDvsK66F {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Tb0emUk3xhAgR5oGWwp5hCWK3vstX3b4 { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #pN7Xeu3T485fTWT82KVyk81KMuDoXA4n {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #nHFNbupJvOmGNtcl5t1X26tL5A1J5HOf {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #TEgSNAF1Tee4GMDyOnlbIvVuyiIFB3Vy { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #PQDehA2Ncsb3xcQR4deM5KPJd4Ts3hmX {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #GgC2acXDTrgzGCn5NU0Vq3DUF9NvfK01 {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #TnQx37G8t7kBnDiypbCxitlkhEK9e4Km { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #mmqfemnKJ2MqHspKr60RP3EaDn8dybc5 {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #A1qHdNqGXE3UwBElUQEKMNW9AuyGv4Vs {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #WJsgk4QUMIuGTgQRAcgFs8wKIRxP7XJf { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #iidUF2fz3FvSyoUKyT5Svo76mn3zC4nA {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #NxgNV8T9RRObhcTHxmMh3RAcAQnNXsd3 {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #tGaV0D5VNUB56b8SHblHBS1KttDoG8Gd { display:none; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #yRL3KrnOh2F8iyD2QNXQ5L1klsMo8r8D {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #xu8X1lhSGDwDhozDIVR3vTggrooZv201 {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Nn4lZKFNsClhHEXmduC8APREQxNL9rd6 { z-index:2; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Ta38ER7CyQhCgCGymaBc4DzFX0BmSXd6 {  }
 }@media only screen and (max-width: 959px) { #T6Z3ML8IzQ0fPwESPiaZp1MhHmp98qHd { display:block; }
 }@media only screen and (max-width: 959px) { #cTZOcrltovKWNOJA8KIyx5Ky2QeQn9qt { display:block; }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Nn4nLKz15gUOc6l1bpP64lLumh5P0FzG {  }
 }@media only screen and (max-width: 959px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #GXK35EXpUBiPxTiHUO7R9SWI6ALBNlwS {  }
 }@media only screen and (max-width: 959px) { #LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK { display:block; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #THSU9fG8fVLQxBl2fvC3s68eJ0meqF2D { width:33.5625rem;height:0.9746125rem;top:8.125rem;left:11.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #e84dbcrTipzly4KrStVk6NMxGeGPyOSl { width:5rem;height:6.5rem;top:0.6875rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#e9f3ff;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:18.875rem;height:4.798825rem;top:20.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:5.75rem;height:7.3125rem;top:0rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:4.8125rem;height:1.875rem;top:8.5625rem;left:9.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:3.5625rem;height:1.875rem;top:8.5625rem;left:4.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:4.9375rem;height:1.875rem;top:8.5625rem;left:14.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:19.75rem;height:2.1875rem;top:12.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:3.375rem;top:28.287109375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.5625rem;height:14.5625rem;top:57.625rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:56.0625rem;left:0.625rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4.8125rem;height:4.8125rem;top:59.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.125rem;top:61rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:5.625rem;top:34.787109375rem;left:2.03125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:20.02490234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:5.6875rem;height:4.125rem;top:56.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:1.59375rem;top:57rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:64.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:70.099609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lacKPgJmOool4I0v0XKcOk04tWg9FUd1 { width:4.3125rem;height:2.25rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcnoQh74wZtwHxE2uQmMGcxf2n5MAPhn { display:block; }
 }@media only screen and (max-width: 763px) { #E7sMVTshyX1tb1e2UUi137bLFg2av2Ml { width:18.625rem;height:3.5rem;top:41.90625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH3pLZhxaP9LbcTaETb3W49cRtc0Q9Wf { display:block; }
 }@media only screen and (max-width: 763px) { #Cz881Vr4oqimXRPSXEnd8RSGZRItKOx5 { width:6.75rem;height:4.75rem;top:51.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEl0HpVhOHXJuAtthv7mOSBakXig1nwI { width:7.625rem;height:1.59375rem;top:52.3125rem;left:5.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPLaav3Oy0GqIPNEyoLBG8U5UZ6ZhZrv { width:5.6875rem;height:4.125rem;top:48.9375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCVTbssrPzKquCiNv5hOWuT0mmAWIUbf { width:7.8125rem;height:1.59375rem;top:49.84375rem;left:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:27.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:7.7988125rem;top:3.79980625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCTSJJyKZR8K9psrZ9ULTNl3sck5x0Tg { width:20rem;height:1.29980625rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SzxVUkh29K4mxXJ4KBkiFrSTgvg3xvS3 { width:20rem;height:0.25rem;top:12.84811875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:5.84765625rem;top:6.625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:2.875rem;left:8.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:5.84765625rem;top:19.22363125rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:15.375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:1.69970625rem;top:31.1875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:7.796875rem;top:32.83349609375rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:28.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:2.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:15.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:28.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ { display:block; }#zkAp37T48qFH8gL6o7h5mt80MCB1VxQQ > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a7BpC7bO07R4Gtiu8wC24xHkg0bn7feD { width:16.5rem;height:5.84765625rem;top:4.1875rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rmCXch4mXWtqlnVb6cHsI2fBwGT6mECo { display:flex;width:3.5625rem;height:3.5625rem;top:0rem;left:8.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #LWwzX9DzhTTZT7IvMh0oykgNN6fUpGW1 { width:16.5rem;height:5.84765625rem;top:17.625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XokakgfOISrg813DdoFT9EO51AC16hgu { display:flex;width:3.6875rem;height:3.6875rem;top:13.3125rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #uhSz9fdJT5ZFVOZEyH275PwTvmWpTLAX { width:16.5rem;height:5.84765625rem;top:30.5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zioMqoRhmgyHvbq8BbxCzfbQpvJ8LV3i { display:flex;width:3.25rem;height:3.25rem;top:26.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EbxAzpXVskF7S5WDwNtgQvWAbadAZpbu { width:1.875rem;height:4.1875rem;top:0rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJSGnNwtSCQJDMyc4nER1mnqE0ne0cc5 { width:1.875rem;height:4.1875rem;top:12.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDqcRdI2NdgRxHtk2ITo1SHSdO1k5BcE { width:1.875rem;height:4.1875rem;top:26.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrCQWvtXukamZbTm82I3Wq6wP658XswL { display:block; }#SrCQWvtXukamZbTm82I3Wq6wP658XswL > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqpHsf7igtxrxGUh4beSv5cEIpXgFp78 { width:16.5rem;height:5.84765625rem;top:6.25rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwCO0ydB9AeQKl7SZy5eGo9qvEHIPHgL { display:flex;width:3.5625rem;height:3.5625rem;top:2.1875rem;left:8.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #P1DOMpLTdMtFB2JgHMSE0mZLNZVJOrC3 { width:16.5rem;height:5.84765625rem;top:19.22363125rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wrg7Tn3SIwlopr2kEMsC7piZWrIizmNw { display:flex;width:3.6875rem;height:3.6875rem;top:15.625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #WUumzyWTyosx4Wvg1gQlh7Wn6WDmNGVf { width:16.5rem;height:7.796875rem;top:31.7597625rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCDQcTeT4d5dLHvtLZhVs2oPMoIr61l4 { display:flex;width:3.25rem;height:3.25rem;top:28.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lo3GT8NOZIIWOLWcHTQBbBLBseRLq1ur { width:1.875rem;height:4.1875rem;top:1.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovoqOpIWFySCzxfntTvAG8Rk09TlaT4T { width:1.875rem;height:4.1875rem;top:15.125rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkp5G0c7L5Tgze5m9n8xmT4VEyp8WDdD { width:1.875rem;height:4.1875rem;top:27.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmQbudnzZNiTAJ72y83PP75O9We3X9aZ { display:block; }#FmQbudnzZNiTAJ72y83PP75O9We3X9aZ > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ki0yTAtHQ856mpHkXNkNB7fDKrnwcpBZ { width:16.5rem;height:3.8994125rem;top:7rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vWyCdqti8qscPSRg43MMPevZM96sIs8g { display:flex;width:3.5625rem;height:3.5625rem;top:2.5rem;left:8.25rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #Tx5Fk7pTztPOahgK2KmzXrFIEy2eclfs { width:16.5rem;height:5.84765625rem;top:18.4638671875rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MFasMvTOqX3aiV9aur9GPpTMvETVDb2z { display:flex;width:3.6875rem;height:3.6875rem;top:14.1875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #qKmO7BoNgTWge7IVNT2iAPnVnOX16pqQ { width:1.875rem;height:4.1875rem;top:2.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDklFuThrWFwWp4QbJQKRTodxvd4hQGI { width:1.875rem;height:4.1875rem;top:13.6875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm7a1cTGtsDZ6XbdzmWDTFZtva9K7sT4 { width:15.4375rem;height:3.5rem;top:1.25rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmmkIyZKXzogA5Wg9bNehVRcJsv8RXCO { display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { background-color:#e9f3ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:2.36230625rem;top:13.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p4W4sd2VXixqcV1Xb57nQwXnehW9aA3G { width:20rem;height:0.25rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCMId75bsTkN2fsT9vkqnutDAqkbvPo7 { width:1.4375rem;height:1.9375rem;top:20.662109375rem;left:6.375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #FsDIaFEAusokBzs5COa7G2lol6epTRgC { width:7rem;height:5.9375rem;top:3.5rem;left:6.5rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #G6rvTHm9yDR27T4k1hymds2GDKAsKpEh { display:block; }#G6rvTHm9yDR27T4k1hymds2GDKAsKpEh > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQrFdA5xwPTbUa845bSkpCQaZvepENwr { width:20rem;height:0.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSXRsPyO3eKpiCcqoZKlMiKHZdzE7cfV { width:17.25rem;height:2.5996125rem;top:3.375rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NH4IoBvqAw6iHSOWXONbGTm05PEZV7DP { width:17.25rem;height:3.5996125rem;top:8.6875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x0p0fnoox16C7H5yTInlkxqAZPvAmaKi { width:16.1875rem;height:16.125rem;top:13.5371125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ll1tuhpKNFdnJaqcAKdhKvxtzduMuG { width:10.0625rem;height:12.8125rem;top:45.324225rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UscoM04mxp62N32zhR2p9t8Dwx5M5y8I { width:17.25rem;height:3.5996125rem;top:38.3496125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7WI8T7ua7MB5vuc0Tko1kW5ekyKDTSq { width:17.25rem;height:2.5996125rem;top:33.0371125rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1aZ9T8m5RyV7T9gDL8obimTHH9zx23E { width:20rem;height:0.875rem;top:30.9121125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImCagSvMSB0Fd37mbozNu6Jcd3yJQa5v { width:16.1875rem;height:16.125rem;top:64.699225rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1B7DBqAWto9xfJX6zPxwQG23WKBzAs9 { width:17.25rem;height:5.3994125rem;top:82.074225rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNobbTnyXy9ax8PbutwkzyUvw2Oxo2Oe { width:17.25rem;height:2.5996125rem;top:59.386725rem;left:1.375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PEMedyRHXBvl4QocKgQL1wSFB9EfafXG { width:20rem;height:0.875rem;top:43.199225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat { display:block; }#c7KGC0FgnwMRDxXRilzVWhtk0Jp2PUat > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbDZ1DAonKa2EtfSL8XsohtD6hSouCbD { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMi7Twas0J24TxsQrl35tq1XzpbRHStc { width:18.9375rem;height:6.4375rem;top:6.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpDcnQDcb6HkrFJcHNAKOURDXeL2UGCc { width:16.25rem;height:3.1875rem;top:8.0625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPJWdDGo5c7rdLEf1CT8rAe3CLOKtp9A { width:18.9375rem;height:5.9375rem;top:14.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwuvM045kah5LAIgquTuxbkBm1A2LQPh { width:16.25rem;height:3.1875rem;top:15.8125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmiknAXPAWEXhH3r8GlZrTJJ7zUJMEb { width:18.9375rem;height:10.1875rem;top:22.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXtByLLNBlqIAavcgoZRGw1RSEbswXIa { width:16.25rem;height:7.96875rem;top:23.125rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew5K6H2wmTQ7tJKT6qz4bPWQZoWcTUGX { width:18.5625rem;height:0.25rem;top:4.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odxouFgeE7OIp7956qrVAMyGdSZRzLFe { display:block; }#odxouFgeE7OIp7956qrVAMyGdSZRzLFe > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iM2NtZk3t7qFyQxJ2cTaGBKyRhs7erKO { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5t2h3ui1Zmi2p0QIucyNZahF45PWxTE { width:20rem;height:0.25rem;top:6.9619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5hveuvFTLC9iBqgp5wuzDGqv4GOE0hn { width:0.125rem;height:0.125rem;top:11.0869140625rem;left:5.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ixEp4a3VJrDMBsWqTTAR2LJ7O81szkdq { width:0.125rem;height:0.125rem;top:10.4619140625rem;left:5.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:67.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:1.79980625rem;top:3.375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:16.1875rem;height:16.125rem;top:6.42480625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:10.0625rem;height:12.8125rem;top:31.0996125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:1.79980625rem;top:25.92480625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:23.79980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:16.1875rem;height:16.125rem;top:50.011725rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:3.5996125rem;top:45.1621125rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:28.9746125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8XRae9y0VPkXhpGSt06qEkMEzky6dpB { display:block; }#V8XRae9y0VPkXhpGSt06qEkMEzky6dpB > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATC6riHIrbJkVgyaWfZl2ab1TuyEziN6 { width:20rem;height:3.0869125rem;top:36.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNJtntL1dVy7XImnrCL4yWILwqO3tT7s { width:17.3125rem;height:5.4375rem;top:35.57421875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i19vT51gFytIOL5Qvlxz4oGoe9O6qkyR { width:15.625rem;height:1.54345625rem;top:43.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu5eoVvV7HoqsQv4eoQ4TEzTDqTkn0AI { width:20rem;height:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEP9Uv1T3mn3LJQBLfHuQcs2DgFCJRXU { width:20rem;height:1.54345625rem;top:46.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttOCqSTH5gJfnsnxIcTzNyOIMT6JbpRh { width:20rem;height:3.0869125rem;top:49.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTPJKN7pbVZstbL2MHNRR70pWxDbB1Uz { width:18.75rem;height:3.5rem;top:57.2666015625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViIa7UHoPneMU1LB1cMyhWemgzdPMEP7 { display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:25.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:3.57421875rem;top:9.75rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:6.125rem;height:1.625rem;top:23.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krNbXH31Uf8N64R5R3NvaeTOCFRvKC3o { width:20rem;height:0.375rem;top:14.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJmI04c3tsqFzrbbB7bWldcHhzzdHc9Q { width:0.125rem;height:0.125rem;top:5rem;left:2.125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tzaTm8aZ2eGyGcN8h8NAXpQBLdRNK3EV { width:2rem;height:2.8125rem;top:14.32421875rem;left:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muTEfUEG65wqzenH4C3IXEh9oGTT2Rai { width:20rem;height:5.39941875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:11.25rem;height:1.625rem;top:1.40625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:16.625rem;height:7.199225rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:11.375rem;height:1.625rem;top:2.40625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:20rem;height:3.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rezn6o6HNdUEXS5nlQlk4JJFRQMOh5if { width:20rem;height:5.39941875rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:20rem;height:1.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o { display:block; }#eNS2TCKfwWuRSxThFDTbCN9SUO3ccr9o > .row .container { width:20rem;height:63.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cItPZqalahuHuPgHRddE3WOR0WATkXl7 { width:18.0625rem;height:18.0625rem;top:4.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:8.3125rem;height:6rem;top:-1.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.875rem;height:1.59375rem;top:-0.6875rem;left:0.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-text {padding-top: 0; padding-bottom: 0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-select {padding-top: 0; padding-bottom: 0;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO  { width:17.5rem;height:36rem;top:23.375rem;left:0rem; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TIgd3bcNozChdy4bfkTIAxIygArP4PEO {display:block;}#TIgd3bcNozChdy4bfkTIAxIygArP4PEO { width:17.5rem;height:36rem;top:23.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #IHA1F20PIDMPHtylBF9La9MIdyCTaysU {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Tobiem0qGMSpQl39UIhAwCuFK94cHqQI { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #yuw55aiI1VblqNpGdV7yXmLAPpiyKZfo {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #RfbrH7zmXLFCII4TwvbQgs4KOZBFT1JT {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #ASOGfdbtrWQIDpTmEOskyzSs466rX4hJ { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #NdoACJQSTcbm8kTalcbc4sBBWivyGhb9 {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #EXvKa0Xp4NsythUMfJLptJnObDvsK66F {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Tb0emUk3xhAgR5oGWwp5hCWK3vstX3b4 { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #pN7Xeu3T485fTWT82KVyk81KMuDoXA4n {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #nHFNbupJvOmGNtcl5t1X26tL5A1J5HOf {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #TEgSNAF1Tee4GMDyOnlbIvVuyiIFB3Vy { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #PQDehA2Ncsb3xcQR4deM5KPJd4Ts3hmX {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #GgC2acXDTrgzGCn5NU0Vq3DUF9NvfK01 {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #TnQx37G8t7kBnDiypbCxitlkhEK9e4Km { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #mmqfemnKJ2MqHspKr60RP3EaDn8dybc5 {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #A1qHdNqGXE3UwBElUQEKMNW9AuyGv4Vs {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #WJsgk4QUMIuGTgQRAcgFs8wKIRxP7XJf { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #iidUF2fz3FvSyoUKyT5Svo76mn3zC4nA {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #NxgNV8T9RRObhcTHxmMh3RAcAQnNXsd3 {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #tGaV0D5VNUB56b8SHblHBS1KttDoG8Gd { display:none; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #yRL3KrnOh2F8iyD2QNXQ5L1klsMo8r8D {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #xu8X1lhSGDwDhozDIVR3vTggrooZv201 {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Nn4lZKFNsClhHEXmduC8APREQxNL9rd6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Ta38ER7CyQhCgCGymaBc4DzFX0BmSXd6 {  }
 }@media only screen and (max-width: 763px) { #T6Z3ML8IzQ0fPwESPiaZp1MhHmp98qHd { display:block; }
 }@media only screen and (max-width: 763px) { #cTZOcrltovKWNOJA8KIyx5Ky2QeQn9qt { display:block; }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #Nn4nLKz15gUOc6l1bpP64lLumh5P0FzG {  }
 }@media only screen and (max-width: 763px) { #TIgd3bcNozChdy4bfkTIAxIygArP4PEO #GXK35EXpUBiPxTiHUO7R9SWI6ALBNlwS {  }
 }@media only screen and (max-width: 763px) { #LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK { display:block; }#LySc7qQWdq51FCUidNUP8ZDy5P0OUgPK > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THSU9fG8fVLQxBl2fvC3s68eJ0meqF2D { width:20rem;height:1.94921875rem;top:9rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e84dbcrTipzly4KrStVk6NMxGeGPyOSl { width:5rem;height:6.5rem;top:1.25rem;left:7.5rem;display:block; }
 }