.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,247,220;--color-primary-1:255,227,139;--color-primary-2:255,199,23;--color-primary-3:128,100,12;--color-primary-4:38,30,3;--color-secondary-0:224,234,249;--color-secondary-1:150,185,235;--color-secondary-2:45,114,214;--color-secondary-3:23,57,107;--color-secondary-4:7,17,32;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"WorkSans";--paragraphs-font-family:"WorkSans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f3f3;background-image:url("https://images.assets-landingi.com/uc/87bc4a50-2aba-4a69-95b0-e6973983cdd6/Beztytuu450380px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { background-color: transparent; background-image: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container > .video-iframe-container { display: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row > .video-iframe-container { display: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .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); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { border-width: 0; border-radius: 0; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#oybX37VG289i1zhZdUGK1tNezzUiyM5M { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9998125rem;width:18.4375rem;top:0rem;left:56.561420440674rem;overflow:hidden;display:block; }
#m83I0p216Dv31F1eSDcQ9nitzIPNET9P { position:absolute;display:block;z-index:15002;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.875rem;width:9.3125rem;top:0rem;left:0rem;display:block; }
#huMFhkTE3TzEgf98l32SUapqUqxSUvrv { 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; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { background-color: transparent; background-image: none; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container > .video-iframe-container { display: none; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row > .video-iframe-container { display: none; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .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); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { border-width: 0; border-radius: 0; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { font-size:0.875rem;font-family:arial;height:63.1875rem;width:75rem;position:relative;display:block; }#WfAiGOGaIdvVMDETqoEmEFw05PDQNr04 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.623264312744rem;left:4.6545143127441rem;height:1.3rem;display:block; }
#NwOdnlVODBhvCvuNtQ47NRqGkvSJve0f { color:rgba(var(--color-tertiary-4),1);display:block;width:66.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.78515625rem;left:3.453125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mgJ1EtutLW1rqxCa8i6DfI4XvQUZTwJh { z-index:15016;top:54.375rem;left:24.968751907349rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;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:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:5.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aEv3v84ZtC5E9R5iU8VuQTQOEDk70ezN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F9y3LSK90kMydyGRQoTTCiTmkSwukf9t { color:rgba(var(--color-tertiary-4),1);display:block;width:63.060625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.79531288147rem;left:3.453125rem;height:6.175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DJGGEaIiAyBFbq2wktb9ZuI72nileChZ { color:rgba(var(--color-primary-0),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:32.012500762939rem;left:6.3929681777956rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z0a1KLV9oTftGoRzJyH8BPNa0vxzVAbF { 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:25.625rem;width:33.5625rem;top:26.46875rem;left:39.690625190735rem;overflow:hidden;display:block; }
#LP9RsqU3XbodScK3xNZO8LTIla8aRIKC { box-sizing:content-box;height:18.4375rem;width:52.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:30.0625rem;left:3.453125rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#ssC0Um3IS3kEu6E2BrdRvhTopZaHUitQ { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);top:40.72421836853rem;left:6.3921880722044rem;height:;display:block; }
#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 { position:relative;display:block; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 { background-color: transparent; background-image: none; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container > .video-iframe-container { display: none; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row > .video-iframe-container { display: none; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .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); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 { border-width: 0; border-radius: 0; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f3f3;background-image:none;font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vfnf7JIm9qupwgpvLtr16OHCHZ5nednZ { color:rgba(var(--color-tertiary-4),1);display:block;width:74.935rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.6263027191162rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER { 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; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container { background-color: transparent; background-image: none; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container > .video-iframe-container { display: none; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row > .video-iframe-container { display: none; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .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); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container { border-width: 0; border-radius: 0; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container { font-size:0.875rem;font-family:"open sans";height:36.75rem;width:75rem;position:relative;display:block; }#XSWqg05DNaumH9JsICyiOnhfSMG68dwm { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:8rem;left:52.25rem;display:block; }
#DPB5X6VLZVxivb7GPCzcs1fPNqnCvtU4 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.375rem;left:50.6875rem;overflow:hidden;display:block; }
#hwbsTHyhNWOAOOlA2WqgERWtA2O0J9Hz { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:10.125rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4tOknT0qTm7bhTevvasyNaMTTOhNwDS { position:absolute;display:block;z-index:15050;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.9375rem;width:15.5rem;top:14.6875rem;left:55.625rem;overflow:hidden;display:block; }
#WaCTNTg3pXZhTVgSU2FhSGIEdfxxToie { z-index:15043;top:26.9375rem;left:55.1875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#llIynqF97DJ1iKPQ1pLDdAn0LynO7Smz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NwFkG0BQ9GT1P2bASsDsEN45h6N70bJT { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:8.0625rem;left:27rem;display:block; }
#wsZpVbczP9exkH6vlc6dAlOWRk0b81md { z-index:15047;top:27rem;left:29.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OcTdmIaG62MGdo7RIDT3StcvHOmcZQKD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KwL0o2ByWpTPtwNI2sLDScMkz4mOMA8e { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:10.1875rem;left:27.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o6ow7BHKp7itTD0CXaES2XystJRG2JAN { position:absolute;display:block;z-index:15051;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.875rem;width:15.25rem;top:14.5625rem;left:30.25rem;overflow:hidden;display:block; }
#hIqRkkzg70DMHckC3m3VNTUSOpTibwyf { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.4375rem;left:26.1875rem;overflow:hidden;display:block; }
#oEr3SnEf6eAsTniABUbzgoVwqzFiZfkF { z-index:15052;top:26.9375rem;left:4.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wN0r95uxk3o93OZV8q4LSGJ1rcwG9y62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kfsmIpArCzduMZw86gq2XfrCILmgcEOH { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:8rem;left:1.6875rem;display:block; }
#R2MfSnBETHCu5Dgkoeh9GzrT1GpvWtwg { position:absolute;display:block;z-index:15056;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:11.25rem;width:14.75rem;top:14.53125rem;left:5.6875rem;overflow:hidden;display:block; }
#IsV4D4QxZ3OKpW0q6QinOPdPZlfDK5mA { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:10.125rem;left:2.5625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3kZVpTqOhKo6NR3NcA7IB2OK0g1bTlE { position:absolute;display:block;z-index:15057;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:4.4375rem;top:6.0625rem;left:0rem;overflow:hidden;display:block; }
#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container { background-color: transparent; background-image: none; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container > .video-iframe-container { display: none; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row > .video-iframe-container { display: none; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .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); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container { border-width: 0; border-radius: 0; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container { font-size:0.875rem;font-family:"open sans";height:31.75rem;width:75rem;position:relative;display:block; }#k1CybMa7aJBdLa8WM1vQn11UVos5yi7y { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:4.6875rem;left:27rem;display:block; }
#yefV0l0s67PPovTzKdHo9NivHKq6duN1 { z-index:15038;top:23.6875rem;left:29.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tsWcay9DzDrzNT4kGgT1amwTTrde8Qtc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BcqoVUWHH7gTQuUBKaP6UnBuui0hHzQh { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:6.8125rem;left:27.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XLHoFs9WKUGZk0rK6NKnEaUlPCw9bUXQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.0625rem;left:25.4375rem;overflow:hidden;display:block; }
#PqwvwkGPJudeX9wc4MUkRTKPzkKNr6RC { z-index:15043;top:23.75rem;left:55.458335876465rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kFVCxo3CfhwsGs9EvHpTSQ3NxAm64iM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgeqLZQr8p9TkqeUvewdR4pUfWheeMiN { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:4.6861972808838rem;left:52.25rem;display:block; }
#Hcrx95LPAevdTEMu0yJFWPrA5ML32r8I { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:15.8125rem;top:10.75rem;left:54.833335876465rem;overflow:hidden;display:block; }
#HFvZPWkUVuMM6iyGI6QrWswkWwbn5m9C { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.9375rem;left:53.145835876465rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uuK3U3XVKqfrh59JZWsVn4i2Wps8ylUE { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.1875rem;left:50.708335876465rem;overflow:hidden;display:block; }
#KlzT2wJ8f04u9FdflmGXa0GuICRgkxpE { position:absolute;display:block;z-index:15045;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:11.1875rem;width:15.25rem;top:10.9375rem;left:30.875rem;overflow:hidden;display:block; }
#aKiHDwPXkwiDtSdniSJWbobDyxlCqeeQ { z-index:15043;top:23.625rem;left:4.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QUJnIlGLC7W5QMUI8wcyqPvob5zzJMD2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tvezz8THNclMcDW8rofvHp0gNkTl6yqx { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:4.6875rem;left:1.5625rem;display:block; }
#wI1NNfsu4yJydl3wnBrySHiB6nrVdE6J { position:absolute;display:block;z-index:15050;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.8125rem;width:15.4375rem;top:11.4375rem;left:6rem;overflow:hidden;display:block; }
#aW4fLSQK81n8i0tNxa35pfMwnFCqOT4c { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liRxXydJr7GPrcyNULe4L2xEiKOgEEeB { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#zrplaglPgbqHHycBnF68xWFssIsaTUD7 { 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; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container { background-color: transparent; background-image: none; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container > .video-iframe-container { display: none; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row > .video-iframe-container { display: none; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .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); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container { border-width: 0; border-radius: 0; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container { font-size:0.875rem;font-family:"open sans";height:32.6875rem;width:75rem;position:relative;display:block; }#hK3icZVQOIrAAhaAq3GET3z6KZNl4ahL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:5.0625rem;left:52.312503814698rem;display:block; }
#oZsdwIBvbAd5XFwIZqgbNM6gTXTx5kdA { 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:12.25rem;width:16.875rem;top:11.0625rem;left:54.375003814698rem;overflow:hidden;display:block; }
#s3mtkcBcoxvT0q891l3DJ8xkiqWT1evT { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:7.1875rem;left:53.187503814698rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zl1IPitPXvZTVaoytgRdC4mAh8zwhQRw { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.5rem;left:50.750003814698rem;overflow:hidden;display:block; }
#AbDiI788glIX6dOTMfS0B2H21LcAdDhJ { z-index:15034;top:24.125003814698rem;left:55.187503814698rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mRX0XDUZTo1Q9gS8gMbz04n54QKRWoBc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFLtO4PJ0FmzWP0CoVozLH2lrUqv6eP8 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:5.0625rem;left:26.998699188233rem;display:block; }
#o42hLSBtSsLmS2P5NfCVRTlXMhlNB0vk { z-index:15038;top:24.125003814698rem;left:29.686199188233rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SQDUiPlwHUcv6RqbfXAFR6vUXh15m0O6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWkeutiBysWZOizIQyd88KVTWoSfgioK { position:absolute;display:block;z-index:15036;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.4375rem;width:16.6875rem;top:11rem;left:29.561199188233rem;overflow:hidden;display:block; }
#ZuuSaufhtlDANu8HOnmBkPvMfkv20ZXT { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.1875rem;left:27.873699188233rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFBzLsXM2MZPtuXsy5xuToIk33WSdtoC { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.5rem;left:25.436199188233rem;overflow:hidden;display:block; }
#pbOL7GAmea6krBiwJryDSozwisStVgIl { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:4.875rem;left:1.5625rem;display:block; }
#UxB4Z9f4st6TC29A9KOrqJnlOQlDLS0y { z-index:15033;top:23.937503814698rem;left:4.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#anaxSSyW6M9MLJZiWk7URXRAVgDFPz9G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnSKVy0X1iz1QG1X1EuOTBptfnvTSgDN { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:16.6875rem;top:10.8125rem;left:4.125rem;overflow:hidden;display:block; }
#TxqVmDLlm00XThD4f6v5qLwGXP2TTnve { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:7rem;left:2.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XdPQpOeKsNkALETQmkVTQyMUc6JN7Fos { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.5rem;left:0rem;overflow:hidden;display:block; }
#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container { background-color: transparent; background-image: none; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container > .video-iframe-container { display: none; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row > .video-iframe-container { display: none; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .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); }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container { border-width: 0; border-radius: 0; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#PQlvPRhVzFAqlbz24KKqGx4PCyZofASJ { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4370625rem;top:5.4375rem;left:26.875rem;display:block; }
#iQnZfUMfIQmfAmyFr6g3BawJk4l1UVQW { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:27.75rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cNQ1uacDNwA8RxLuT9TgVlU6XGkwe5mV { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.99913125rem;width:2.99913125rem;top:3.9375rem;left:50.9375rem;overflow:hidden;display:block; }
#aVTNDB2CLR7Nf1KSXfM2U8BwskZyGXaO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4370625rem;top:5.4375rem;left:52.25rem;display:block; }
#amcSniIkQqbVU1TCEFJ9KXKv7UPxKa8E { color:rgba(var(--color-tertiary-4),1);display:block;width:20.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yJFnBIVo7EnhcJLBq7i0hra4SLrDw0kp { position:absolute;display:block;z-index:15016;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.25rem;width:16.4375rem;top:10.875rem;left:29.4375rem;overflow:hidden;display:block; }
#QsTZB1vDaTdFP2NNXxKpS3X3TvoHEs2q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:16.125rem;top:11.4375rem;left:54.8125rem;overflow:hidden;display:block; }
#Tf0gwPmbJxBg4qThcP2iAAgZ9J14pReU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.9375rem;left:25.3125rem;overflow:hidden;display:block; }
#Zvclf4enHNHpF0TarZ1u28L5pJ3hQyS2 { z-index:15034;top:24.43542098999rem;left:29.788541793823rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GtCTvCf9Z9dRLM422Od0EblgbDWs7vx3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSNyv1R9prgXR54a9lGX9HU3hMwWOsrU { z-index:15035;top:24.435546875rem;left:55.1865234375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MWDeXXcgI7pfSxqceRhTufIVbBUJ5iOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzF3Hhqw4twsp19nDAVXnzb2hNTiWwzH { 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:3.125rem;width:3.125rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#qqa134hlxLvmvH4GlOtrwvPpEF4bTS8U { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:5.4375rem;left:1.5625rem;display:block; }
#dFfHinT4fzWK4gJOCHOzEcTa4JfXpa6I { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:7.5625rem;left:2.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iHvdcGOuK3BHzeMJ6FsxlJJ3XPKiEueu { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:16.375rem;top:11.3125rem;left:4.4375rem;overflow:hidden;display:block; }
#VodcSBWGnZn1MNfuU3l4Dz7AZ3ihkPqV { z-index:15035;top:24.43542098999rem;left:4.4770832061767rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#z3tIt0FRnQWXfM8NkH5utB4XLSuCzbpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container { background-color: transparent; background-image: none; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container > .video-iframe-container { display: none; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row > .video-iframe-container { display: none; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .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); }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container { border-width: 0; border-radius: 0; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:75rem;position:relative;display:block; }#SqWx07KMWxmdwWq5tBkvp8Q3e42yDTRi { 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:3.125rem;width:3.125rem;top:3.8115234375rem;left:26.3125rem;overflow:hidden;display:block; }
#TPhODkO1WR3ZzKQzvSABMf0zvc97Ph22 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:20.625rem;width:22.4375rem;top:4.8125rem;left:27.25rem;display:block; }
#b8dA3xP11dBrSCzqcyHIbSk4p5Xy9pAc { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.9365234375rem;left:28.15625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l54llFqefHylC2hf3zMCtUqzVbxoq0dP { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:21.625rem;top:7.875rem;left:27.25rem;overflow:hidden;display:block; }
#IxrWLXSWUBTVmRPxcyCv1CgTEOwJCSod { z-index:15035;top:23.9970703125rem;left:30.21875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kgIl1XLgcqJUP8JOTrOVLcpeLv2akbec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { 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; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { background-color: transparent; background-image: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container > .video-iframe-container { display: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container { display: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .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); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { border-width: 0; border-radius: 0; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.537109375rem;left:11.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IBaGBOyvtgaLu7c73h8lN072bL7VSeMw { color:rgba(var(--color-tertiary-4),1);display:block;width:54.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4365234375rem;left:12.5615234375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bunGt6NeCVzJfoJRDRmQGSuKIB8LNPzR { 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:15004;opacity:1;top:7.2490234375rem;left:8.1240234375rem; }
#bJLAVtv3Cf8ReQFNf8469GOwNtiU2M3Z { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:55.1875rem;top:8.8115234375rem;left:11.6240234375rem;display:block; }
#Rnre26rQ9x2fwwcPuLntk0wZODFfuT2g { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:3.8125rem;width:3.875rem;top:6.8115234375rem;left:7.6240234375rem;display:block; }
#QUSN0FKlzz7kAQgPhr2LU8HhX4mxZMQ8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { 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; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { background-color: transparent; background-image: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .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); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { border-width: 0; border-radius: 0; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { color:#3b3b3b;display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:5.9993476867676rem;left:11.624351501465rem;height:0;font-style:normal;display:block; }#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb li:before{  }
#Hgo2Dn1R86eZ5zV0dwJQcBVstuekcTWd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.5616302490234rem;left:9.8122844696044rem;height:1.462675rem;font-style:normal;display:block; }
#fvv6J0LIa3omTI0iG1LIhFQFtbLWTMCS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.0616302490238rem;left:9.8122844696044rem;height:2.6rem;font-style:normal;display:block; }
#hkQRD8JBglf5hTeWWXWxWv2wvbietsup { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:7.0616302490238rem;left:42.624786376953rem;height:5.2rem;display:block; }
#yWDB097ToiI9hWTAPQltV17deulWEoDZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5616302490234rem;left:42.624786376953rem;height:1.462675rem;font-style:normal;display:block; }
#G9sxMSJT8Iu69X0xEBXdnvKo5IETpCyC { 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:4.375rem;width:4.375rem;top:0rem;left:7.1875rem;overflow:hidden;display:block; }
#M4e9fsRTvS3eX6cLnc6Layu1ER5WQZDt { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:0.99934768676756rem;left:8.1868495941163rem;overflow:hidden;display:block; }
#oHvypv9s2Qvetl3smO1xBG7Tb1eS2irU { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;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.125rem;width:0.125rem;top:2.8125rem;left:2.5625rem;display:block; }
#FMAa68fnzymagdtCSbgilmKTUdzmQKZG { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:0.87456512451175rem;left:40.311416625976rem;overflow:hidden;display:block; }
#q9eQnQbxWW92gZztQZTERGuDT2meniGo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:39.656036376953rem;overflow:hidden;display:block; }
#FiQKKO2elZoHQMwifpH4wbX0D3vJt0Cd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:27.125rem;top:1.96875rem;left:8.1865234375rem;display:block; }
#tR9hTfeW2EDzT0HsnGwT5hmsS5ZSDAmm { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.125rem;width:27.125rem;top:1.96875rem;left:40.9990234375rem;display:block; }
#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk { 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; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container { background-color: transparent; background-image: none; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container > .video-iframe-container { display: none; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row > .video-iframe-container { display: none; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .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); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container { border-width: 0; border-radius: 0; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:75rem;position:relative;display:block; }#xCleZAq1AQGNrm0aWSLnlefEICtuTPuh { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.6872787475588rem;left:9.7497844696044rem;height:1.462675rem;font-style:normal;display:block; }
#XIyLdXBS8bvKtpmobfsNzIWxGMOzaHzt { color:rgba(var(--color-tertiary-4),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.1872787475588rem;left:9.7497844696044rem;height:2.6rem;font-style:normal;display:block; }
#A0Ktm21ir4CZzeLW8GL3s6molrGIzAqn { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6872787475588rem;left:42.687286376953rem;height:1.462675rem;font-style:normal;display:block; }
#TmtRc39J5UT6GFR6X5mVLKIiPIzXNWn2 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.1872787475588rem;left:42.687286376953rem;height:3.9rem;font-style:normal;display:block; }
#R2lE4X22QPrdG2N2D8v4z1kIDKbLOHcA { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:3.1477813720703rem;left:8.1243495941163rem;overflow:hidden;display:block; }
#cC82lvsuU44TMKhIoUr6qQNAo72zwdUA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:3.125rem;left:40.749351501465rem;overflow:hidden;display:block; }
#f6pWieRpZfGuZLpIc5wgJPwXiO4T0BiC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.0540313720703rem;left:7.125rem;overflow:hidden;display:block; }
#ziVFc9naCn5dTaPBz8aiJbIH09qZ1EtL { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:2.0616302490234rem;left:39.750003814698rem;overflow:hidden;display:block; }
#tA9m9vuckQ66kniwazuTblCx6kP5xVgI { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:27.125rem;top:4.21875rem;left:8.1875rem;display:block; }
#cdqpabn2B64HrTqTTkzyJgNRE7MpysHd { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:27.125rem;top:4.21875rem;left:41rem;display:block; }
#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f3;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; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container { background-color: transparent; background-image: none; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container > .video-iframe-container { display: none; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row > .video-iframe-container { display: none; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .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); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container { border-width: 0; border-radius: 0; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;position:relative;display:block; }#rO8PT6u0Px03kTlUNtFKq0VtQZgZ9gUN { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:11.374782562256rem;left:23.6875rem;height:4.3875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#prf3Sa35AHWveA1TSIeOAKzcGwhTLTAy { color:rgba(var(--color-tertiary-4),1);display:block;width:42.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.686630249024rem;left:23.6875rem;height:3.9rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hsaZlbZ4RGTyVoeXySuTm1c4KpTS1ST3 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:11.372611999512rem;left:9.9375rem;overflow:hidden;display:block; }
#IzWRD6ME6FMhudAbElwoCpXnTSMwZStC { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:27.437068939209rem;left:23.937068939209rem; }
#IzWRD6ME6FMhudAbElwoCpXnTSMwZStC > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#taQHcGzEX3Wz5s8Nmr4fDt86RoeLSJGa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;top:27.437068939209rem;left:26.249351501465rem; }
#taQHcGzEX3Wz5s8Nmr4fDt86RoeLSJGa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#D4N8gxuXvvPTFCc4d8ATTskW1FWb2H9W { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;top:27.437068939209rem;left:29rem; }
#D4N8gxuXvvPTFCc4d8ATTskW1FWb2H9W > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#TvhitI3RO4kngwvsTw1GDOuCCTCcJKkh { color:rgba(var(--color-tertiary-4),1);display:block;width:52.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.9989128112793rem;left:14.3125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 { display:block; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oybX37VG289i1zhZdUGK1tNezzUiyM5M { top:0rem;left:28.625rem;width:18.4375rem;height:6.9998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m83I0p216Dv31F1eSDcQ9nitzIPNET9P { top:0rem;left:0rem;width:9.3125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMFhkTE3TzEgf98l32SUapqUqxSUvrv { display:block; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfAiGOGaIdvVMDETqoEmEFw05PDQNr04 { top:19.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwOdnlVODBhvCvuNtQ47NRqGkvSJve0f { top:12.75rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgJ1EtutLW1rqxCa8i6DfI4XvQUZTwJh { top:54.375rem;left:11.343751907349rem;width:25.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEv3v84ZtC5E9R5iU8VuQTQOEDk70ezN { display:block; }
 }@media only screen and (max-width: 763px) { #F9y3LSK90kMydyGRQoTTCiTmkSwukf9t { top:18.75rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJGGEaIiAyBFbq2wktb9ZuI72nileChZ { top:32rem;left:0rem;width:39.25rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0a1KLV9oTftGoRzJyH8BPNa0vxzVAbF { top:26.4375rem;left:14.1875rem;width:33.5625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP9RsqU3XbodScK3xNZO8LTIla8aRIKC { top:30.0625rem;left:0rem;width:47.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssC0Um3IS3kEu6E2BrdRvhTopZaHUitQ { top:40.6875rem;left:0rem;width:35.375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 { display:block; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfnf7JIm9qupwgpvLtr16OHCHZ5nednZ { top:3.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER { display:block; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSWqg05DNaumH9JsICyiOnhfSMG68dwm { top:8rem;left:24.9375rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPB5X6VLZVxivb7GPCzcs1fPNqnCvtU4 { top:6.375rem;left:37.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwbsTHyhNWOAOOlA2WqgERWtA2O0J9Hz { top:10.125rem;left:26.75rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4tOknT0qTm7bhTevvasyNaMTTOhNwDS { top:14.6875rem;left:32.25rem;width:15.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCTNTg3pXZhTVgSU2FhSGIEdfxxToie { top:26.9375rem;left:30.875rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #llIynqF97DJ1iKPQ1pLDdAn0LynO7Smz { display:block; }
 }@media only screen and (max-width: 763px) { #NwFkG0BQ9GT1P2bASsDsEN45h6N70bJT { top:8.0625rem;left:13.375rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsZpVbczP9exkH6vlc6dAlOWRk0b81md { top:27rem;left:16.3125rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTdmIaG62MGdo7RIDT3StcvHOmcZQKD { display:block; }
 }@media only screen and (max-width: 763px) { #KwL0o2ByWpTPtwNI2sLDScMkz4mOMA8e { top:10.1875rem;left:14.250000953674rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6ow7BHKp7itTD0CXaES2XystJRG2JAN { top:14.5625rem;left:16.625rem;width:15.25rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqRkkzg70DMHckC3m3VNTUSOpTibwyf { top:6.4375rem;left:12.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEr3SnEf6eAsTniABUbzgoVwqzFiZfkF { top:26.9375rem;left:0rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0r95uxk3o93OZV8q4LSGJ1rcwG9y62 { display:block; }
 }@media only screen and (max-width: 763px) { #kfsmIpArCzduMZw86gq2XfrCILmgcEOH { top:8rem;left:0rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2MfSnBETHCu5Dgkoeh9GzrT1GpvWtwg { top:14.5rem;left:0rem;width:14.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsV4D4QxZ3OKpW0q6QinOPdPZlfDK5mA { top:10.125rem;left:0rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3kZVpTqOhKo6NR3NcA7IB2OK0g1bTlE { top:6.0625rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi { display:block; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1CybMa7aJBdLa8WM1vQn11UVos5yi7y { top:4.6875rem;left:13.375rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yefV0l0s67PPovTzKdHo9NivHKq6duN1 { top:23.6875rem;left:16.3125rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWcay9DzDrzNT4kGgT1amwTTrde8Qtc { display:block; }
 }@media only screen and (max-width: 763px) { #BcqoVUWHH7gTQuUBKaP6UnBuui0hHzQh { top:6.8125rem;left:14.25rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLHoFs9WKUGZk0rK6NKnEaUlPCw9bUXQ { top:3.0625rem;left:11.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwvwkGPJudeX9wc4MUkRTKPzkKNr6RC { top:23.75rem;left:30.875rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFVCxo3CfhwsGs9EvHpTSQ3NxAm64iM2 { display:block; }
 }@media only screen and (max-width: 763px) { #OgeqLZQr8p9TkqeUvewdR4pUfWheeMiN { top:4.625rem;left:24.9375rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcrx95LPAevdTEMu0yJFWPrA5ML32r8I { top:10.75rem;left:31.9375rem;width:15.8125rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFvZPWkUVuMM6iyGI6QrWswkWwbn5m9C { top:6.9375rem;left:26.75rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuK3U3XVKqfrh59JZWsVn4i2Wps8ylUE { top:3.1875rem;left:37.083335876465rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlzT2wJ8f04u9FdflmGXa0GuICRgkxpE { top:10.9375rem;left:17.25rem;width:15.25rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKiHDwPXkwiDtSdniSJWbobDyxlCqeeQ { top:23.625rem;left:0rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUJnIlGLC7W5QMUI8wcyqPvob5zzJMD2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tvezz8THNclMcDW8rofvHp0gNkTl6yqx { top:4.6875rem;left:0rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI1NNfsu4yJydl3wnBrySHiB6nrVdE6J { top:11.4375rem;left:0rem;width:15.4375rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW4fLSQK81n8i0tNxa35pfMwnFCqOT4c { top:6.8125rem;left:0rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liRxXydJr7GPrcyNULe4L2xEiKOgEEeB { top:3.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrplaglPgbqHHycBnF68xWFssIsaTUD7 { display:block; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK3icZVQOIrAAhaAq3GET3z6KZNl4ahL { top:5.0625rem;left:24.9375rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsdwIBvbAd5XFwIZqgbNM6gTXTx5kdA { top:11.0625rem;left:30.875rem;width:16.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mtkcBcoxvT0q891l3DJ8xkiqWT1evT { top:7.1875rem;left:26.75rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl1IPitPXvZTVaoytgRdC4mAh8zwhQRw { top:3.5rem;left:37.125003814698rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDiI788glIX6dOTMfS0B2H21LcAdDhJ { top:24.125rem;left:30.875rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRX0XDUZTo1Q9gS8gMbz04n54QKRWoBc { display:block; }
 }@media only screen and (max-width: 763px) { #LFLtO4PJ0FmzWP0CoVozLH2lrUqv6eP8 { top:5.0625rem;left:13.373699188233rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42hLSBtSsLmS2P5NfCVRTlXMhlNB0vk { top:24.125rem;left:16.061199188233rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQDUiPlwHUcv6RqbfXAFR6vUXh15m0O6 { display:block; }
 }@media only screen and (max-width: 763px) { #HWkeutiBysWZOizIQyd88KVTWoSfgioK { top:11rem;left:15.936199188233rem;width:16.6875rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuuSaufhtlDANu8HOnmBkPvMfkv20ZXT { top:7.1875rem;left:14.248699188233rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFBzLsXM2MZPtuXsy5xuToIk33WSdtoC { top:3.5rem;left:11.811199188233rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbOL7GAmea6krBiwJryDSozwisStVgIl { top:4.875rem;left:0rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxB4Z9f4st6TC29A9KOrqJnlOQlDLS0y { top:23.9375rem;left:0rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #anaxSSyW6M9MLJZiWk7URXRAVgDFPz9G { display:block; }
 }@media only screen and (max-width: 763px) { #vnSKVy0X1iz1QG1X1EuOTBptfnvTSgDN { top:10.8125rem;left:0rem;width:16.6875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxqVmDLlm00XThD4f6v5qLwGXP2TTnve { top:7rem;left:0rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdPQpOeKsNkALETQmkVTQyMUc6JN7Fos { top:3.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 { display:block; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQlvPRhVzFAqlbz24KKqGx4PCyZofASJ { top:5.4375rem;left:13.25rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQnZfUMfIQmfAmyFr6g3BawJk4l1UVQW { top:7.5625rem;left:14.125rem;width:20.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNQ1uacDNwA8RxLuT9TgVlU6XGkwe5mV { top:3.9375rem;left:37.3125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTNDB2CLR7Nf1KSXfM2U8BwskZyGXaO { top:5.4375rem;left:24.9375rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #amcSniIkQqbVU1TCEFJ9KXKv7UPxKa8E { top:7.5625rem;left:26.8125rem;width:20.9375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJFnBIVo7EnhcJLBq7i0hra4SLrDw0kp { top:10.875rem;left:15.8125rem;width:16.4375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTZB1vDaTdFP2NNXxKpS3X3TvoHEs2q { top:11.4375rem;left:31.625rem;width:16.125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0gwPmbJxBg4qThcP2iAAgZ9J14pReU { top:3.9375rem;left:11.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvclf4enHNHpF0TarZ1u28L5pJ3hQyS2 { top:24.375rem;left:16.163541793823rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtCTvCf9Z9dRLM422Od0EblgbDWs7vx3 { display:block; }
 }@media only screen and (max-width: 763px) { #LSNyv1R9prgXR54a9lGX9HU3hMwWOsrU { top:24.375rem;left:30.875rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDeXXcgI7pfSxqceRhTufIVbBUJ5iOu { display:block; }
 }@media only screen and (max-width: 763px) { #IzF3Hhqw4twsp19nDAVXnzb2hNTiWwzH { top:3.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqa134hlxLvmvH4GlOtrwvPpEF4bTS8U { top:5.4375rem;left:0rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFfHinT4fzWK4gJOCHOzEcTa4JfXpa6I { top:7.5625rem;left:0rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHvdcGOuK3BHzeMJ6FsxlJJ3XPKiEueu { top:11.3125rem;left:0rem;width:16.375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VodcSBWGnZn1MNfuU3l4Dz7AZ3ihkPqV { top:24.375rem;left:0rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3tIt0FRnQWXfM8NkH5utB4XLSuCzbpU { display:block; }
 }@media only screen and (max-width: 763px) { #KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug { display:block; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqWx07KMWxmdwWq5tBkvp8Q3e42yDTRi { top:3.75rem;left:12.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhODkO1WR3ZzKQzvSABMf0zvc97Ph22 { top:4.8125rem;left:13.625rem;width:22.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dA3xP11dBrSCzqcyHIbSk4p5Xy9pAc { top:6.875rem;left:14.53125rem;width:21rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l54llFqefHylC2hf3zMCtUqzVbxoq0dP { top:7.875rem;left:13.625rem;width:21.625rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxrWLXSWUBTVmRPxcyCv1CgTEOwJCSod { top:23.9375rem;left:16.59375rem;width:16.875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIl1XLgcqJUP8JOTrOVLcpeLv2akbec { display:block; }
 }@media only screen and (max-width: 763px) { #GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { width:47.75rem;height:2.875rem;top:4.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaGBOyvtgaLu7c73h8lN072bL7VSeMw { width:47.75rem;height:;top:10.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bunGt6NeCVzJfoJRDRmQGSuKIB8LNPzR { top:7.1875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJLAVtv3Cf8ReQFNf8469GOwNtiU2M3Z { top:8.75rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnre26rQ9x2fwwcPuLntk0wZODFfuT2g { top:6.75rem;left:0rem;width:3.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUSN0FKlzz7kAQgPhr2LU8HhX4mxZMQ8 { display:none; }
 }@media only screen and (max-width: 763px) { #OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { display:block; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:22.25rem;height:0;top:5.9375rem;left:1.625rem;font-size:0.9375rem;display:block; }#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb li:before{  }
 }@media only screen and (max-width: 763px) { #Hgo2Dn1R86eZ5zV0dwJQcBVstuekcTWd { top:4.5rem;left:2.9997844696045rem;width:15.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvv6J0LIa3omTI0iG1LIhFQFtbLWTMCS { top:7rem;left:1.3125rem;width:22.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkQRD8JBglf5hTeWWXWxWv2wvbietsup { top:7rem;left:23.875rem;width:23.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWDB097ToiI9hWTAPQltV17deulWEoDZ { top:4.5rem;left:23.875rem;width:20.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9sxMSJT8Iu69X0xEBXdnvKo5IETpCyC { top:0rem;left:0.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4e9fsRTvS3eX6cLnc6Layu1ER5WQZDt { top:0.9375rem;left:1.3743495941162rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHvypv9s2Qvetl3smO1xBG7Tb1eS2irU { top:2.8125rem;left:0rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMAa68fnzymagdtCSbgilmKTUdzmQKZG { top:0.8125rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9eQnQbxWW92gZztQZTERGuDT2meniGo { top:0rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiQKKO2elZoHQMwifpH4wbX0D3vJt0Cd { width:27.125rem;height:12.25rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR9hTfeW2EDzT0HsnGwT5hmsS5ZSDAmm { width:27.125rem;height:12.125rem;top:1.9375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk { display:block; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCleZAq1AQGNrm0aWSLnlefEICtuTPuh { top:6.625rem;left:2.9372844696045rem;width:20.8125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIyLdXBS8bvKtpmobfsNzIWxGMOzaHzt { top:9.125rem;left:0.25rem;width:23.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0Ktm21ir4CZzeLW8GL3s6molrGIzAqn { top:6.625rem;left:22.3125rem;width:25.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmtRc39J5UT6GFR6X5mVLKIiPIzXNWn2 { top:9.125rem;left:23.6875rem;width:24.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2lE4X22QPrdG2N2D8v4z1kIDKbLOHcA { top:3.125rem;left:1.3118495941162rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC82lvsuU44TMKhIoUr6qQNAo72zwdUA { top:3.125rem;left:23.875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6pWieRpZfGuZLpIc5wgJPwXiO4T0BiC { top:2rem;left:0.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziVFc9naCn5dTaPBz8aiJbIH09qZ1EtL { top:2rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA9m9vuckQ66kniwazuTblCx6kP5xVgI { width:27.125rem;height:12.25rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqpabn2B64HrTqTTkzyJgNRE7MpysHd { width:27.125rem;height:12.25rem;top:4.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc { display:block; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO8PT6u0Px03kTlUNtFKq0VtQZgZ9gUN { width:42.1875rem;height:4.375rem;top:11.3125rem;left:5.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #prf3Sa35AHWveA1TSIeOAKzcGwhTLTAy { width:42.125rem;height:5.1875rem;top:17.625rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsaZlbZ4RGTyVoeXySuTm1c4KpTS1ST3 { width:11.3125rem;height:11.3125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWRD6ME6FMhudAbElwoCpXnTSMwZStC { width:1.5rem;height:1.5rem;top:27.375rem;left:10.312068939209rem;display:block; }
#IzWRD6ME6FMhudAbElwoCpXnTSMwZStC > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #taQHcGzEX3Wz5s8Nmr4fDt86RoeLSJGa { width:1.5rem;height:1.5rem;top:27.375rem;left:12.624351501465rem;display:block; }
#taQHcGzEX3Wz5s8Nmr4fDt86RoeLSJGa > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #D4N8gxuXvvPTFCc4d8ATTskW1FWb2H9W { width:1.5rem;height:1.5rem;top:27.375rem;left:15.375rem;display:block; }
#D4N8gxuXvvPTFCc4d8ATTskW1FWb2H9W > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #TvhitI3RO4kngwvsTw1GDOuCCTCcJKkh { width:47.75rem;height:2.9375rem;top:4.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9ccc3689-59b2-4e19-98e6-a87946c3ebc2/Rectangle15763.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5.adaptive-delivery-prevent-bg, #aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5.lazyload, #aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5.lazyloading { background-image: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { background-color: transparent; background-image: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container > .video-iframe-container { display: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row > .video-iframe-container { display: none; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .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); }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { border-width: 0; border-radius: 0; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aoRTq3ihuA4dgISMGdGMKTMtawmTWWU5 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oybX37VG289i1zhZdUGK1tNezzUiyM5M { width:9.8125rem;height:3.625rem;top:0.8125rem;left:9.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m83I0p216Dv31F1eSDcQ9nitzIPNET9P { width:7.375rem;height:6.25rem;top:5.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #huMFhkTE3TzEgf98l32SUapqUqxSUvrv { background-color:#ffffff;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; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { background-color: transparent; background-image: none; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container > .video-iframe-container { display: none; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row > .video-iframe-container { display: none; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .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); }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { border-width: 0; border-radius: 0; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huMFhkTE3TzEgf98l32SUapqUqxSUvrv > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WfAiGOGaIdvVMDETqoEmEFw05PDQNr04 { width:12.5rem;height:1.29980625rem;top:7.0849609375rem;left:3.75rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NwOdnlVODBhvCvuNtQ47NRqGkvSJve0f { width:18.625rem;height:3.898925rem;top:8.3232421875rem;left:0.6875rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mgJ1EtutLW1rqxCa8i6DfI4XvQUZTwJh { top:48.8740234375rem;left:1.09375rem;width:17.8125rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEv3v84ZtC5E9R5iU8VuQTQOEDk70ezN { display:block; }
 }@media only screen and (max-width: 763px) { #F9y3LSK90kMydyGRQoTTCiTmkSwukf9t { width:15.125rem;height:4.3857375rem;top:13.3740234375rem;left:0.687255859375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DJGGEaIiAyBFbq2wktb9ZuI72nileChZ { width:18.75rem;height:11.69530625rem;top:29.2421875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z0a1KLV9oTftGoRzJyH8BPNa0vxzVAbF { width:13.25rem;height:10.1875rem;top:18.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LP9RsqU3XbodScK3xNZO8LTIla8aRIKC { width:20rem;height:23.3125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssC0Um3IS3kEu6E2BrdRvhTopZaHUitQ { width:18.5625rem;height:6.3369375rem;top:40.935546875rem;left:1.4375rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 { background-color:#f4f3f3;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; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container { background-color: transparent; background-image: none; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container > .video-iframe-container { display: none; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row > .video-iframe-container { display: none; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .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); }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container { border-width: 0; border-radius: 0; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fx9uVrKqHSv3HC2UxAAgVfSMfzpiBO55 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vfnf7JIm9qupwgpvLtr16OHCHZ5nednZ { width:20rem;height:1.7871125rem;top:2.07421875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER { background-color:#f4f3f3;background-image:none;display:block; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container { background-color: transparent; background-image: none; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container > .video-iframe-container { display: none; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row > .video-iframe-container { display: none; }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .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); }#QI5Su5sZWx08VlPQ3FUOpVqgysqnmgER > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSWqg05DNaumH9JsICyiOnhfSMG68dwm { width:19.625rem;height:17.1875rem;top:50.1875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPB5X6VLZVxivb7GPCzcs1fPNqnCvtU4 { width:3.125rem;height:3.125rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwbsTHyhNWOAOOlA2WqgERWtA2O0J9Hz { width:20rem;height:2.923825rem;top:52.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4tOknT0qTm7bhTevvasyNaMTTOhNwDS { width:12.5rem;height:8.875rem;top:56rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaCTNTg3pXZhTVgSU2FhSGIEdfxxToie { top:65.75rem;left:1.625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llIynqF97DJ1iKPQ1pLDdAn0LynO7Smz { display:block; }
 }@media only screen and (max-width: 763px) { #NwFkG0BQ9GT1P2bASsDsEN45h6N70bJT { width:19.625rem;height:17.8125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsZpVbczP9exkH6vlc6dAlOWRk0b81md { top:42.9365234375rem;left:1.5625rem;width:16.875rem;height:3.374025rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcTdmIaG62MGdo7RIDT3StcvHOmcZQKD { display:block; }
 }@media only screen and (max-width: 763px) { #KwL0o2ByWpTPtwNI2sLDScMkz4mOMA8e { width:20rem;height:2.923825rem;top:28.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o6ow7BHKp7itTD0CXaES2XystJRG2JAN { width:12.5rem;height:8.875rem;top:32.404541015625rem;left:3.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIqRkkzg70DMHckC3m3VNTUSOpTibwyf { width:3.125rem;height:3.125rem;top:24.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEr3SnEf6eAsTniABUbzgoVwqzFiZfkF { top:18.936767578125rem;left:1.5625rem;width:16.875rem;height:3.374025rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0r95uxk3o93OZV8q4LSGJ1rcwG9y62 { display:block; }
 }@media only screen and (max-width: 763px) { #kfsmIpArCzduMZw86gq2XfrCILmgcEOH { width:19.625rem;height:17.8125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2MfSnBETHCu5Dgkoeh9GzrT1GpvWtwg { width:12.3125rem;height:9.4375rem;top:8.31201171875rem;left:3.717041015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsV4D4QxZ3OKpW0q6QinOPdPZlfDK5mA { width:20rem;height:2.923825rem;top:4.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3kZVpTqOhKo6NR3NcA7IB2OK0g1bTlE { width:3.125rem;height:3.125rem;top:0.74951171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi { background-color:#f4f3f3;background-image:none;display:block; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container { background-color: transparent; background-image: none; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container > .video-iframe-container { display: none; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row > .video-iframe-container { display: none; }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .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); }#a4CZWD4zn1gc5NaSTrvR5H489E9c4uvi > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1CybMa7aJBdLa8WM1vQn11UVos5yi7y { width:19.625rem;height:17.1875rem;top:4.1240234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yefV0l0s67PPovTzKdHo9NivHKq6duN1 { top:19.874755859375rem;left:1.5625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsWcay9DzDrzNT4kGgT1amwTTrde8Qtc { display:block; }
 }@media only screen and (max-width: 763px) { #BcqoVUWHH7gTQuUBKaP6UnBuui0hHzQh { width:20rem;height:2.923825rem;top:6.3115234375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XLHoFs9WKUGZk0rK6NKnEaUlPCw9bUXQ { width:3.125rem;height:3.125rem;top:2.499267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqwvwkGPJudeX9wc4MUkRTKPzkKNr6RC { top:66rem;left:1.5625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFVCxo3CfhwsGs9EvHpTSQ3NxAm64iM2 { display:block; }
 }@media only screen and (max-width: 763px) { #OgeqLZQr8p9TkqeUvewdR4pUfWheeMiN { width:19.625rem;height:17.1875rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hcrx95LPAevdTEMu0yJFWPrA5ML32r8I { width:12.9375rem;height:9.5rem;top:55.875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFvZPWkUVuMM6iyGI6QrWswkWwbn5m9C { width:20rem;height:2.923825rem;top:52.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uuK3U3XVKqfrh59JZWsVn4i2Wps8ylUE { width:3.125rem;height:3.125rem;top:48.749267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlzT2wJ8f04u9FdflmGXa0GuICRgkxpE { width:12.5rem;height:9.0625rem;top:10.0615234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKiHDwPXkwiDtSdniSJWbobDyxlCqeeQ { top:43rem;left:1.5625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUJnIlGLC7W5QMUI8wcyqPvob5zzJMD2 { display:block; }
 }@media only screen and (max-width: 763px) { #Tvezz8THNclMcDW8rofvHp0gNkTl6yqx { width:19.625rem;height:17.1875rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wI1NNfsu4yJydl3wnBrySHiB6nrVdE6J { width:12.5625rem;height:8.75rem;top:33.0625rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW4fLSQK81n8i0tNxa35pfMwnFCqOT4c { width:20rem;height:2.923825rem;top:29.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liRxXydJr7GPrcyNULe4L2xEiKOgEEeB { width:3.125rem;height:3.125rem;top:25.812255859375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zrplaglPgbqHHycBnF68xWFssIsaTUD7 { background-color:#f4f3f3;background-image:none;display:block; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container { background-color: transparent; background-image: none; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container > .video-iframe-container { display: none; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row > .video-iframe-container { display: none; }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .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); }#zrplaglPgbqHHycBnF68xWFssIsaTUD7 > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hK3icZVQOIrAAhaAq3GET3z6KZNl4ahL { width:19.625rem;height:17.1875rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsdwIBvbAd5XFwIZqgbNM6gTXTx5kdA { width:11.3125rem;height:8.1875rem;top:34.624755859375rem;left:4.34326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mtkcBcoxvT0q891l3DJ8xkiqWT1evT { width:20rem;height:2.923825rem;top:30.935791015625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zl1IPitPXvZTVaoytgRdC4mAh8zwhQRw { width:3.125rem;height:3.125rem;top:25.999267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbDiI788glIX6dOTMfS0B2H21LcAdDhJ { top:44.09375rem;left:1.3427734375rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRX0XDUZTo1Q9gS8gMbz04n54QKRWoBc { display:block; }
 }@media only screen and (max-width: 763px) { #LFLtO4PJ0FmzWP0CoVozLH2lrUqv6eP8 { width:19.625rem;height:17.1875rem;top:3.999755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o42hLSBtSsLmS2P5NfCVRTlXMhlNB0vk { top:20.1240234375rem;left:1.5625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQDUiPlwHUcv6RqbfXAFR6vUXh15m0O6 { display:block; }
 }@media only screen and (max-width: 763px) { #HWkeutiBysWZOizIQyd88KVTWoSfgioK { width:12.625rem;height:9.5rem;top:9.875rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuuSaufhtlDANu8HOnmBkPvMfkv20ZXT { width:20rem;height:2.923825rem;top:6.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFBzLsXM2MZPtuXsy5xuToIk33WSdtoC { width:3.125rem;height:3.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbOL7GAmea6krBiwJryDSozwisStVgIl { width:19.625rem;height:17.1875rem;top:51.56201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxB4Z9f4st6TC29A9KOrqJnlOQlDLS0y { top:67.249267578125rem;left:1.5625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anaxSSyW6M9MLJZiWk7URXRAVgDFPz9G { display:block; }
 }@media only screen and (max-width: 763px) { #vnSKVy0X1iz1QG1X1EuOTBptfnvTSgDN { width:11.3125rem;height:8.1875rem;top:57.874267578125rem;left:4.124755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxqVmDLlm00XThD4f6v5qLwGXP2TTnve { width:20rem;height:2.923825rem;top:53.687255859375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdPQpOeKsNkALETQmkVTQyMUc6JN7Fos { width:3.125rem;height:3.125rem;top:49.937255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 { display:block; }#Pgl1RWMa5FToz31IvAl9xGxVL1rvFkC0 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQlvPRhVzFAqlbz24KKqGx4PCyZofASJ { width:19.625rem;height:17.1875rem;top:1.5rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQnZfUMfIQmfAmyFr6g3BawJk4l1UVQW { width:17.5rem;height:2.923825rem;top:3.5625rem;left:1.3740234375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cNQ1uacDNwA8RxLuT9TgVlU6XGkwe5mV { width:3rem;height:3rem;top:22.812255859375rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVTNDB2CLR7Nf1KSXfM2U8BwskZyGXaO { width:19.625rem;height:17.1875rem;top:24.3125rem;left:0.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amcSniIkQqbVU1TCEFJ9KXKv7UPxKa8E { width:20rem;height:2.923825rem;top:26.68798828125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJFnBIVo7EnhcJLBq7i0hra4SLrDw0kp { width:11.3125rem;height:8.3125rem;top:7.4384765625rem;left:4.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsTZB1vDaTdFP2NNXxKpS3X3TvoHEs2q { width:11.3125rem;height:8.3125rem;top:30.4990234375rem;left:4.49951171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tf0gwPmbJxBg4qThcP2iAAgZ9J14pReU { width:3.125rem;height:3.125rem;top:0rem;left:0.12451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvclf4enHNHpF0TarZ1u28L5pJ3hQyS2 { top:16.93798828125rem;left:1.1865234375rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtCTvCf9Z9dRLM422Od0EblgbDWs7vx3 { display:block; }
 }@media only screen and (max-width: 763px) { #LSNyv1R9prgXR54a9lGX9HU3hMwWOsrU { top:39.8740234375rem;left:1.124267578125rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWDeXXcgI7pfSxqceRhTufIVbBUJ5iOu { display:block; }
 }@media only screen and (max-width: 763px) { #IzF3Hhqw4twsp19nDAVXnzb2hNTiWwzH { width:3.125rem;height:3.125rem;top:45.87353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqa134hlxLvmvH4GlOtrwvPpEF4bTS8U { width:19.625rem;height:17.1875rem;top:47.49951171875rem;left:0.06103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFfHinT4fzWK4gJOCHOzEcTa4JfXpa6I { width:20rem;height:2.923825rem;top:49.62353515625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHvdcGOuK3BHzeMJ6FsxlJJ3XPKiEueu { width:11.3125rem;height:8.3125rem;top:53.811767578125rem;left:4.249267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VodcSBWGnZn1MNfuU3l4Dz7AZ3ihkPqV { top:63.12451171875rem;left:1.06201171875rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3tIt0FRnQWXfM8NkH5utB4XLSuCzbpU { display:block; }
 }@media only screen and (max-width: 763px) { #KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug { display:block; }#KHsXpmtzJHntX8ussBcZQHJ6lg7Bswug > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqWx07KMWxmdwWq5tBkvp8Q3e42yDTRi { width:3.125rem;height:3.125rem;top:0.248046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPhODkO1WR3ZzKQzvSABMf0zvc97Ph22 { width:19.625rem;height:17.1875rem;top:1.3115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8dA3xP11dBrSCzqcyHIbSk4p5Xy9pAc { width:20rem;height:2.923825rem;top:3.123046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l54llFqefHylC2hf3zMCtUqzVbxoq0dP { width:14.125rem;height:11.125rem;top:5.0615234375rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxrWLXSWUBTVmRPxcyCv1CgTEOwJCSod { top:16.8115234375rem;left:1.5625rem;width:16.875rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIl1XLgcqJUP8JOTrOVLcpeLv2akbec { display:block; }
 }@media only screen and (max-width: 763px) { #GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt { background-color:#ffffff;background-image:none;display:block; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { background-color: transparent; background-image: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container > .video-iframe-container { display: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row > .video-iframe-container { display: none; }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .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); }#GoDv4C3ZCNTL9E3HEdXBz59LSeMyiaUt > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A3OQ1Uftvt5PmERtwvauZxRu36aibCSW { width:17.249375rem;height:3.25rem;top:2.6484375rem;left:1.3747830986977rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IBaGBOyvtgaLu7c73h8lN072bL7VSeMw { width:17.5rem;height:6.09375rem;top:9.279296875rem;left:1.2500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bunGt6NeCVzJfoJRDRmQGSuKIB8LNPzR { display:flex;width:1.875rem;height:1.875rem;top:6.7033424377444rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #bJLAVtv3Cf8ReQFNf8469GOwNtiU2M3Z { width:20rem;height:0.1875rem;top:5.652587890625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rnre26rQ9x2fwwcPuLntk0wZODFfuT2g { width:2.125rem;height:2rem;top:3.99975625rem;left:0.062151283682013rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUSN0FKlzz7kAQgPhr2LU8HhX4mxZMQ8 { top:7.6343307495119rem;left:0.87348097562787rem;width:18.5625rem;height:0.125rem;z-index:14998;background-color:#2d72d6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB { background-color:#ffffff;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; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { background-color: transparent; background-image: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { display: none; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .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); }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { border-width: 0; border-radius: 0; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBdB8C34RKT0GLGI1UvgXuF3sVEFaGsB > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb { width:18.75rem;height:0;top:6.5622863769531rem;left:0.62500005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }#SUcVAqlRuDypW8Bu8IzelBO80qTTn2cb li:before{  }
 }@media only screen and (max-width: 763px) { #Hgo2Dn1R86eZ5zV0dwJQcBVstuekcTWd { width:20rem;height:1.29980625rem;top:7.4357681274412rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvv6J0LIa3omTI0iG1LIhFQFtbLWTMCS { width:19.6875rem;height:3.8994125rem;top:9.3726119995119rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hkQRD8JBglf5hTeWWXWxWv2wvbietsup { width:18.4375rem;height:7.7988125rem;top:26.6875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yWDB097ToiI9hWTAPQltV17deulWEoDZ { width:19.8748125rem;height:1.29980625rem;top:24.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G9sxMSJT8Iu69X0xEBXdnvKo5IETpCyC { width:3.8125rem;height:3.8125rem;top:2.560546875rem;left:7.7495661377906rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #M4e9fsRTvS3eX6cLnc6Layu1ER5WQZDt { width:1.9375rem;height:1.9375rem;top:3.4362030029297rem;left:8.7489157319069rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #oHvypv9s2Qvetl3smO1xBG7Tb1eS2irU { width:0.125rem;height:0.125rem;top:5.5620651245117rem;left:2.5618491768837rem;background-color:#ffc717;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FMAa68fnzymagdtCSbgilmKTUdzmQKZG { width:2.1875rem;height:2.1875rem;top:20.8125rem;left:8.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #q9eQnQbxWW92gZztQZTERGuDT2meniGo { width:3.8125rem;height:3.8125rem;top:19.875rem;left:7.75rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #FiQKKO2elZoHQMwifpH4wbX0D3vJt0Cd { width:20rem;height:12.25rem;top:4.8095703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR9hTfeW2EDzT0HsnGwT5hmsS5ZSDAmm { width:20rem;height:14.125rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk { background-color:#ffffff;background-image:none;display:block; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container { background-color: transparent; background-image: none; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container > .video-iframe-container { display: none; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row > .video-iframe-container { display: none; }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .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); }#stgZIJ1ZRrH2EgmbodTqLVUxtLXTRNwk > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCleZAq1AQGNrm0aWSLnlefEICtuTPuh { width:20rem;height:1.29980625rem;top:7rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIyLdXBS8bvKtpmobfsNzIWxGMOzaHzt { width:18.75rem;height:3.8994125rem;top:9.375rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A0Ktm21ir4CZzeLW8GL3s6molrGIzAqn { width:15.4998125rem;height:2.5996125rem;top:23.125rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmtRc39J5UT6GFR6X5mVLKIiPIzXNWn2 { width:17.8125rem;height:5.19921875rem;top:26.3125rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2lE4X22QPrdG2N2D8v4z1kIDKbLOHcA { width:1.875rem;height:1.875rem;top:2.4375rem;left:9.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #cC82lvsuU44TMKhIoUr6qQNAo72zwdUA { width:2rem;height:2rem;top:19.375rem;left:8.625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #f6pWieRpZfGuZLpIc5wgJPwXiO4T0BiC { width:3.75rem;height:3.75rem;top:1.4375rem;left:8.125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #ziVFc9naCn5dTaPBz8aiJbIH09qZ1EtL { width:3.875rem;height:3.875rem;top:18.375rem;left:7.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #tA9m9vuckQ66kniwazuTblCx6kP5xVgI { width:19.9995rem;height:12.249rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqpabn2B64HrTqTTkzyJgNRE7MpysHd { width:19.9995rem;height:12.249rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc { background-color:#f4f3f3;background-image:none;display:block; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container { background-color: transparent; background-image: none; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container > .video-iframe-container { display: none; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row > .video-iframe-container { display: none; }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .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); }#nunQOEpcXIToQqhpFX1xL9P3IJXTsTgc > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rO8PT6u0Px03kTlUNtFKq0VtQZgZ9gUN { width:19.4375rem;height:7.79883125rem;top:17rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prf3Sa35AHWveA1TSIeOAKzcGwhTLTAy { width:19.2489375rem;height:7.3125rem;top:25.8125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hsaZlbZ4RGTyVoeXySuTm1c4KpTS1ST3 { width:7.249375rem;height:7.249375rem;top:6.5rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzWRD6ME6FMhudAbElwoCpXnTSMwZStC { width:1.49956875rem;height:1.49956875rem;top:36.8125rem;left:7.3125rem;display:block; }
#IzWRD6ME6FMhudAbElwoCpXnTSMwZStC > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #taQHcGzEX3Wz5s8Nmr4fDt86RoeLSJGa { width:1.49956875rem;height:1.49956875rem;top:36.8125rem;left:9.5rem;display:block; }
#taQHcGzEX3Wz5s8Nmr4fDt86RoeLSJGa > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #D4N8gxuXvvPTFCc4d8ATTskW1FWb2H9W { width:1.49956875rem;height:1.49956875rem;top:36.8125rem;left:12.0625rem;display:block; }
#D4N8gxuXvvPTFCc4d8ATTskW1FWb2H9W > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #TvhitI3RO4kngwvsTw1GDOuCCTCcJKkh { width:20rem;height:1.9494625rem;top:2.31201171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }