.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:223,255,255;--color-primary-1:189,241,227;--color-primary-2:95,255,255;--color-primary-3:36,126,132;--color-primary-4:19,51,51;--color-secondary-0:227,229,233;--color-secondary-1:189,205,241;--color-secondary-2:113,123,145;--color-secondary-3:68,74,87;--color-secondary-4:13,28,61;--color-tertiary-0:255,255,255;--color-tertiary-1:255,246,246;--color-tertiary-2:153,148,148;--color-tertiary-3:92,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:open sans;--paragraphs-font-family:open sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { 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;z-index:auto;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { border-width: 0; border-radius: 0; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:30.5908203125rem;left:7.5rem;height:0;color:rgba(var(--color-tertiary-1),1);display:block; }
#IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { position:absolute;display:block;z-index:15009;height:15.5625rem;width:25rem;top:9.15283203125rem;left:44.65625rem;display:block; }
#y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { color:#940d0d;display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:1.6753473281861rem;left:21.122612953186rem;height:2.79785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9VtmE3zHFmzNUMCK3scInen9SV2ymui { 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:3.4375rem;width:17.5rem;top:1.355251789093rem;left:2.0171442031861rem;overflow:hidden;display:block; }
#eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { color:rgba(var(--color-secondary-4),1);display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.8;letter-spacing:0;top:7.2529296875rem;left:44.625rem;height:2.3620625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.57) ;height:4.125rem;width:69.6875rem;top:0.87456601858137rem;left:1.9348974227905rem;display:block; }
#LPUfn1MT7cvARIRH28mFST7OBkLWBOLT { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.57) ;height:29.9375rem;width:27.4375rem;top:7.25146484375rem;left:43.4990234375rem;display:block; }
#M5VDHatAJyoKaqPUDt3l6LL6bw90ebQH { 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:29.9375rem;width:29.9375rem;top:7.2529296875rem;left:4.75rem;overflow:hidden;display:block; }
#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM { position:relative;display:block; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM { background-color: transparent; background-image: none; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row .container > .video-iframe-container { display: none; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row > .video-iframe-container { display: none; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .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); }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM { border-width: 0; border-radius: 0; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .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; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.9375rem;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; }#ZWac5uKp2d1HsqwwTutRPODPd8TDHFNt { color:rgba(var(--color-tertiary-4),1);display:block;width:53.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:11.5rem;height:2.76245rem;text-align:center;text-align-last:center;display:block; }
#u9TM0se6wy9NIFzVhLenbtDEnzKknLww { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9355625rem;height:2.874025rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:44.5625rem;left:29.8125rem;display:block; }
#KvKdDEtFTixTMTsthDCRQ0eW3tvv0Ipr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:36.4375rem;width:36.4375rem;top:6.375rem;left:19.0625rem;overflow:hidden;display:block; }
#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { background-color: transparent; background-image: none; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container > .video-iframe-container { display: none; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row > .video-iframe-container { display: none; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .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); }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { border-width: 0; border-radius: 0; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#CdIMHJ3ep2uDmL15u8bBB5OQtTuF9GwC { color:rgba(var(--color-tertiary-0),1);display:block;width:53.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.96137237548825rem;left:11.311848640442rem;height:2.76245rem;text-align:center;text-align-last:center;display:block; }
#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { position:relative;display:block; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { background-color: transparent; background-image: none; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container > .video-iframe-container { display: none; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row > .video-iframe-container { display: none; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .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); }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { border-width: 0; border-radius: 0; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .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; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.9375rem;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; }#eAhOQkFmfabgLx1M1oe52mQInd51Jo8h { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:1.0625rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8v3CCLpekcXwrPvKNIz0QxiCcubvInR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87305rem;width:4.87305rem;top:3.8125rem;left:8.4375rem;overflow:hidden;display:block; }
#M2TAk2yomtVBF8am0ZBN7cAm36aXBQnL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.1875rem;left:30.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THBam3N8ao1BnzME6T7WKLRNxaT7dBzA { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:21.5rem;top:21.4375rem;left:0rem;display:block; }
#cCNBnMrgW2Jo81vZuiJfMVgQVBusVJgW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.3125rem;left:4.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QT8c07TFtnQ6JD6A85uxODF0vVbAzFyx { position:absolute;display:block;z-index:15017;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.87305rem;width:4.87305rem;top:3.8125rem;left:61.8125rem;overflow:hidden;display:block; }
#ZIWw3h3KVKPVJXGe6KvKEmlueFbUWu3i { 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:4.87305rem;width:4.87305rem;top:22.5rem;left:8.4375rem;overflow:hidden;display:block; }
#ZNN74Fe320Lx5HTOkWvNkfv9HydksdR8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:21.5rem;top:2.75rem;left:0rem;display:block; }
#qIfqDeJPOeNCvlf5QFQEu2DaRgBIadF2 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:21.5rem;top:2.75rem;left:26.75rem;display:block; }
#KLKvELQIdiTPsWmJTvb9iT2q2Ug3JQDf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:28.3125rem;left:31.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HK8VysWTTeMgfNQD80lb6fKKSRXhktCi { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:21.5rem;top:21.4375rem;left:26.75rem;display:block; }
#TmxInk5S1Iubem4z5IHXNdSX63WXt0D0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10rem;left:57.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LKkXSg7lnmyox3RyDPMvnkKE1QmqgpP9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:21.5rem;top:2.75rem;left:53.5rem;display:block; }
#Q3FEuvMOugKgIpNqETHTIOAJuXnHeBHL { position:absolute;display:block;z-index:15029;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.87305rem;width:4.87305rem;top:22.4375rem;left:35.0625rem;overflow:hidden;display:block; }
#QKE8KTOTg46cbPG1CMnXmsO4R2GiwF6g { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:30.3125rem;left:1rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbns3Oa4kXZLEGd7kNfR6tEcHmQeWbdE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.1875rem;left:26.75rem;height:5.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TT5iUKkc0UPSoQruVSgVMcoSUwi23OD7 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.5625rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHcZ4UdXDPvL7NZohxT4GAAF6gyddQcm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:12.25rem;left:28.125rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDWkXPMvmW1PMwmUaXB9tKKO7rTs7mZb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.4375rem;left:54.625rem;height:4.14184375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWNKCI9kHFCmUytzLf3MblXGtUBl6vIk { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:4.87413125rem;top:23.0625rem;left:61.8125rem;overflow:hidden;display:block; }
#JknwP61lpmc8vIlRhlXBDVMn1nJbSer7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.1875rem;width:21.5rem;top:21.4375rem;left:53.5rem;display:block; }
#zIA6C480PPJG8WZ0a69mmsHHrN8dwl7z { color:rgba(var(--color-tertiary-4),1);display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:28.3125rem;left:53.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyqmUOOqidO0gL9NLLeJsmpKDfa7CKEk { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:30.75rem;left:54.5625rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTHRmXlLpGklQTIRH7A4EB2eIyTahk0p { box-sizing:content-box;color:#5d92ff;font-size:3.375rem;font-weight:400;line-height:1;height:4.875rem;width:4.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:3.8125rem;left:35.0625rem; }
#FU3xDcANIH313q4U93tvDNAefNMw9Kcw { position:relative;display:block; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw { background-color: transparent; background-image: none; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container > .video-iframe-container { display: none; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row > .video-iframe-container { display: none; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .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); }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw { border-width: 0; border-radius: 0; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .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; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OmQ3upWJKJXpJO9HZccfkJZBDRvyUHgS { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9355625rem;height:2.874025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0.41796875rem;left:30.25rem;display:block; }
#E3wTfnfXJK73oKP95SFeHHoIRZXge2gO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { position:relative;display:block; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { background-color: transparent; background-image: none; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container > .video-iframe-container { display: none; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row > .video-iframe-container { display: none; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .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); }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { border-width: 0; border-radius: 0; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .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; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;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; }#RAusocVE66wBFhEmGFi3Qe5ryHyMIZhT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7024726867676rem;left:22.999131202698rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { position:relative;display:block; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { background-color: transparent; background-image: none; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container > .video-iframe-container { display: none; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row > .video-iframe-container { display: none; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .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); }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { border-width: 0; border-radius: 0; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .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; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.9375rem;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; }#k21XBBtUmlRWTs5vBvdgNK8VuyLW2NBV { position:absolute;display:block;z-index:14999;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.6245625rem;width:14.4998125rem;top:2.625rem;left:2.1875rem;display:block; }
#hrHTGRidmJg9pmRLZw1FivW5AMnNgLtM { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.9375rem;left:4.125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#v9i572SbN5Nh8AvfmRuRROZchIoUr0W0 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.3125rem;left:4.625rem;display:block; }
#oArRTCqPHOTMOS5cGoskzec23BfVFdF8 { position:absolute;display:block;z-index:15028;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.6875rem;left:5.0625rem;display:block; }
#z31T5d009KzS4zOB3MGKHGeDfE73pDuC { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:6.125rem;top:4.625rem;left:6.25rem;overflow:hidden;display:block; }
#hDETAa9mPF6aC1JnDGmNd9naxoB65yvo { position:absolute;display:block;z-index:15035;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:8.8748125rem;width:7.561875rem;top:4.9375rem;left:24.1875rem;overflow:hidden;display:block; }
#uqrleSwMALMaQJ85fXUuhRWiTe5Rx1Tg { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.375rem;left:23rem;display:block; }
#tfeMcdCTVt9a4yVUQGgvtiPO9osCBbrl { position:absolute;display:block;z-index:15038;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.75rem;left:23.4375rem;display:block; }
#w6BMXpoErSxtgeumTsIQJgItmOxvRz3V { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:2.0625rem;left:22.5rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iN9fLHzhMI8pgn65ogwrA8NxxbyarPqO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2.1;letter-spacing:0;top:17.1875rem;left:3.5625rem;height:9.838875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l482wkdUkxM0Nt0ZWi1esiennAmdeEIs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.936875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:2.1;letter-spacing:0;top:17.25rem;left:22rem;height:12.5903125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RozwbOWJmGTNFFMTstcbycWT9hBxNtZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:2.1;letter-spacing:0;top:17.3125rem;left:40.875rem;height:9.838875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#rXLq8IFaTBzeHrHJuc80TmoavIizLP9d { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:2rem;left:41.375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#KltfehmbRW4ZEJfOAPxGTr3AGXG8Mfk8 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.4375rem;left:41.875rem;display:block; }
#btp2DQ6fETPALM7IZWDN0JfdD2D0JP2u { 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:9.5625rem;width:7.25rem;top:4.625rem;left:43.4375rem;overflow:hidden;display:block; }
#hl5lsbInDHggsr5F85pF7GpCeHaRxbHA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5615rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.8;letter-spacing:0;top:17.1875rem;left:60.6875rem;height:8.4350625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zXU8SvLnXTaT0lnqROWCPiOAxVddgKSk { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:2.1875rem;left:60.1875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SSdS6bJyFx8wqbGfofkuKVLiiCKSasLQ { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.5625rem;left:60.6875rem;display:block; }
#odSi4uE98JzwBpcVeCcpLqF9yTJXpgs4 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:6.25rem;top:4.5625rem;left:62.5rem;overflow:hidden;display:block; }
#IcyfDsuJeru2EvIZi4frdvu358LfN67a { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:35.375rem;left:8.625rem;overflow:hidden;display:block; }
#AP7CShtP4wzedxqmnOHPwoe4JoizptqJ { position:absolute;display:block;z-index:15027;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:35.875rem;left:3.375rem;display:block; }
#b6myhuS7dmLuz7xW5dktwKbRVv90LRJN { position:absolute;display:block;z-index:15028;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:35.875rem;left:12.25rem;display:block; }
#X8MwXyNZO5rQhb6f3U5ZU3cHWeyPNh4D { position:absolute;display:block;z-index:15048;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.6875rem;left:42.3125rem;display:block; }
#qFqTs508iqs1aucHwXVlo33NTg7UoFHz { position:absolute;display:block;z-index:15058;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.06163125rem;width:10.625rem;top:1.875rem;left:60.125rem;display:block; }
#o2GuSi8c7iWK90Ab2PiICqX7aax9cUJr { 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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.5rem;width:14.375rem;top:2.75rem;left:20.875rem;display:block; }
#Qw7xeupPoUe9F84Oe4pV3wOlKA1aJ4Rk { 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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.4375rem;width:14.375rem;top:2.75rem;left:39.375rem;display:block; }
#tz0xOvox8aMOU0Qz0xom0b3qXOn7dSlS { 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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.125rem;width:14.4375rem;top:2.9375rem;left:58.375rem;display:block; }
#lPfT3FxyFBgUQqOFcvt6UZ3ctVCgUfkQ { 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:1.18706875rem;width:1.49956875rem;top:35.4375rem;left:27.25rem;overflow:hidden;display:block; }
#pCnprDTb244vsfdRlQxz02u268VHS5xT { position:absolute;display:block;z-index:15031;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36rem;left:30.6875rem;display:block; }
#zS0enble5DbtON5uPvJ72TEnkNuAr5JO { position:absolute;display:block;z-index:15030;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36rem;left:21.8125rem;display:block; }
#BiOO30wpe67pgzt4kcTifnNB6Nnu8ce9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:35.5rem;left:45.875rem;overflow:hidden;display:block; }
#xWPCVwpof6Fo7f4dTy4gQJN1FGx6PLH7 { position:absolute;display:block;z-index:15034;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.0625rem;left:48.5625rem;display:block; }
#LxHHGX7mDJvUg3NtKA4gDRkclSlnI3f9 { position:absolute;display:block;z-index:15033;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.0625rem;left:40.625rem;display:block; }
#CHp5H0vHrul40myFn4ab4R59El8RkQSN { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.18706875rem;width:1.49956875rem;top:35.625rem;left:64.9375rem;overflow:hidden;display:block; }
#NADf4kUXT8aUKRiJ0Rz1zzhtOu329cpg { position:absolute;display:block;z-index:15037;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.125rem;left:67.9375rem;display:block; }
#TEIT0ltD6CabfkXXF1lvyC9lMJGeZIP6 { position:absolute;display:block;z-index:15036;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:3.4375rem;top:36.125rem;left:60.1875rem;display:block; }
#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { position:relative;display:block; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { background-color: transparent; background-image: none; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container > .video-iframe-container { display: none; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row > .video-iframe-container { display: none; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .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); }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { border-width: 0; border-radius: 0; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .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; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;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; }#X5CqpCqhSoFXyTu1LCVIdxPgXtTqX4y1 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:60.6875rem;display:block; }
#TEdXPdao4Hd8hBf3DkXiD9b43RpAU4kt { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:6.4375rem;top:4.25rem;left:62.5rem;overflow:hidden;display:block; }
#ogw9KOa0JstG0okiInm1O5wpD1zU7DDR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:17.00390625rem;left:60.09375rem;height:8.5326875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ABbmf9tIvZRUsgCKxk9FH9cIBAJV2KGf { 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:1.186525rem;width:1.499025rem;top:35.125rem;left:64.9375rem;overflow:hidden;display:block; }
#Lr7XpFW1U2s2pT1CIJIlHhppzNfwxI7a { position:absolute;display:block;z-index:15040;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:67.3125rem;display:block; }
#H3Fo2WDHOQ2zhzqRHMRIwngG9X2mtDut { position:absolute;display:block;z-index:15039;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:60.4375rem;display:block; }
#J9DIH0LT44T1CyBQGL3xuDlmXxDW41WO { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15065;line-height:1.6;letter-spacing:0;top:1.6875rem;left:60.4375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#RFCkqRZ6RFtZkqeu0tuOlabKPT6Gdf5r { position:absolute;display:block;z-index:15064;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:61.25rem;display:block; }
#aJV1IUdC5AE033lwHTXT3pOzBxsdUa44 { position:absolute;display:block;z-index:15008;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:58.4375rem;display:block; }
#nHOmBQUrIbh2OC4IrnCXTPXJZPMLrGdX { position:absolute;display:block;z-index:15017;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:39.6875rem;display:block; }
#x1CA47E44oRxqu0tClA7N7PeJRxvyGFC { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:1.625rem;left:41.6875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#keigP5vRKlwNG1nQViZlhv59PQfrsSUC { position:absolute;display:block;z-index:15073;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.1875rem;top:1.3935546875rem;left:41.71875rem;display:block; }
#ILyKzvMpC3ryBanKeN1so7ATCBmavcPk { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:41.9375rem;display:block; }
#z5yqMgy00pmwRcQEmI1T5x4zXTIIzxWm { position:absolute;display:block;z-index:15070;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.0625rem;width:7.25rem;top:3.0625rem;left:43.0625rem;overflow:hidden;display:block; }
#mCNgKyydMNTedeOIh6Cbpa2ZnkzeNRCG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15047;line-height:2.1;letter-spacing:0;top:17.00390625rem;left:41.34375rem;height:16.5344375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#uhmr8oMHehorgktIInmnlADIoLGL5SWm { 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:1.186525rem;width:1.499025rem;top:35.125rem;left:46.1875rem;overflow:hidden;display:block; }
#aDpKkPxxvV8dxz9TRuuWsn8ta51yd1Ni { position:absolute;display:block;z-index:15049;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:48.5625rem;display:block; }
#v7dv50P4OxTvHV2lutLOuALlDX4vvfCM { position:absolute;display:block;z-index:15048;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:41.6875rem;display:block; }
#N9T8aR6IolPq6OgAoWT2XLcQirtoEMKN { position:absolute;display:block;z-index:15026;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:20.9375rem;display:block; }
#aZVT3rcTHAFWPT7XpTePeZ94bgNXZHxb { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:1.6875rem;left:22.9375rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DbI8wl8J99gQa4kKObkBB1rN647Qgc6X { position:absolute;display:block;z-index:15082;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:23.75rem;display:block; }
#zOiKzf9lDhFXRcKebza8ycbwmMAJr70k { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:23.1875rem;display:block; }
#zcpBZUUWigXH9frXtxwRrusLPevPRI5F { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:8.125rem;top:4.21875rem;left:24.0625rem;overflow:hidden;display:block; }
#maBhtpVTQJn9hbODxQx5fwaK9twfomxp { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15056;line-height:2.1;letter-spacing:0;top:17.00390625rem;left:21.625rem;height:15.358875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yZ8RIFNOmLRECGx4E4MzS0A2i4oqLBv0 { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.499025rem;top:35.125rem;left:27.4375rem;overflow:hidden;display:block; }
#TcZnAHDbf27KJ8L1MiFNeAbLKuA8kyR5 { position:absolute;display:block;z-index:15058;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:29.8125rem;display:block; }
#WOHOhTqybNhq7vDNOCxmL6wExuy7UBfU { position:absolute;display:block;z-index:15057;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:22.9375rem;display:block; }
#ogDpsMuw5beo4VA65LBRQ4BVngOmIMR2 { position:absolute;display:block;z-index:15035;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.625rem;left:2.1875rem;display:block; }
#T0hkw24sIZ32Kuqay1Ld41TVnF5v7DIV { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.6875rem;left:4.1875rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#azMiLfLIvoPsBIIR7mSr6iNGvhmWIhGh { position:absolute;display:block;z-index:15091;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.4375rem;left:5rem;display:block; }
#Tc4OCLiaZN5TyHOOulEytQWdddFMQGDf { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.0625rem;left:4.4375rem;display:block; }
#uehoF6UAJqnuMBiVHllSdDzwybPFu6Gi { position:absolute;display:block;z-index:15088;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.1875rem;width:6.6875rem;top:3.84375rem;left:6.03125rem;overflow:hidden;display:block; }
#gVOcSITXgVu25cFZqD3JITfpvmCws3KB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15065;line-height:2.1;letter-spacing:0;top:17.396484375rem;left:3.84375rem;height:10.23925rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#eVG9rNqSz0gc2ETBnMrI7hpAuhILqM7b { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.499025rem;top:35.125rem;left:8.6875rem;overflow:hidden;display:block; }
#OXz68L1ZxKiEmqOSQQRbQvZ47OC4Bhr3 { position:absolute;display:block;z-index:15067;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:11.0625rem;display:block; }
#ssHuqeDqhXQZ9s9VFqkaKP6bZi4PcZEs { position:absolute;display:block;z-index:15066;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.625rem;left:4.1875rem;display:block; }
#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { position:relative;display:block; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { background-color: transparent; background-image: none; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container > .video-iframe-container { display: none; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row > .video-iframe-container { display: none; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .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); }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { border-width: 0; border-radius: 0; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .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; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;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; }#zwFlxNX1haRI2TyA9KlgysJAzQFzcwfQ { position:absolute;display:block;z-index:15053;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.25rem;left:57.5625rem;display:block; }
#UUF92vrVzZvFGs4ClXmbLw3L6JpIAz9s { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.625rem;width:14.75rem;top:4.6875rem;left:55.125rem;overflow:hidden;display:block; }
#mH8sl4Sn5c9TZArHzNWUe4T25QlFDhyB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15047;line-height:2.1;letter-spacing:0;top:17.125rem;left:57.0625rem;height:7.871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lfOAOGTH8tclahIBE8xRH9G5OTLscGr7 { 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:1.186525rem;width:1.499025rem;top:35.3125rem;left:61.8125rem;overflow:hidden;display:block; }
#cR0fgdNCuoyhwTOAlk9TX4KiUVqd8pwH { position:absolute;display:block;z-index:15049;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.8125rem;left:64.1875rem;display:block; }
#Pb9u8zTT1S3itdJUKAWaw29u3wINzKit { position:absolute;display:block;z-index:15048;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.8125rem;left:57.3125rem;display:block; }
#lNemgwn0NpW6w1NOH9pJvuSMbrZ9WM1S { position:absolute;display:block;z-index:15017;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.8125rem;left:55.3125rem;display:block; }
#XecHzkveykIbG6uhA0dooL9kQcXCtezq { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15074;line-height:1.6;letter-spacing:0;top:1.875rem;left:57.3125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#CTImRJFnM2POp4EFB4kX0wNB8k6eneLD { position:absolute;display:block;z-index:15073;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.625rem;left:58.125rem;display:block; }
#IkMybtTKd7dtsPiO0UtrGINQQTIs1fth { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.25rem;left:32.5625rem;display:block; }
#To3It93X5S5eC9bwqWSvii9vHhHMU8rT { position:absolute;display:block;z-index:15026;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.8125rem;left:30.3125rem;display:block; }
#yEpbohHR6m4CI1aRkFhqNeX1SBxu6ycC { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:1.8125rem;left:32.3125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oXyTf6lRcldfm8nJUVsvdHTZZCVSvBAH { position:absolute;display:block;z-index:15082;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.25rem;top:1.5810546875rem;left:32.3125rem;display:block; }
#kGWLmIRevp80xd0n8R6MTTPK2TI0eDxG { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15056;line-height:2.1;letter-spacing:0;top:17.125rem;left:31.96875rem;height:7.871125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TqpscZ7Rvy7LAy0q9GMDRTmKtxhlnm5K { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.499025rem;top:35.3125rem;left:36.8125rem;overflow:hidden;display:block; }
#FeDxdmTz9iFfrMVP2PKCskMtofT4Xl95 { position:absolute;display:block;z-index:15058;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.8125rem;left:39.1875rem;display:block; }
#BVbUk3HpZ7nsBp57tvnSJqfl7PqlwCX7 { position:absolute;display:block;z-index:15057;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.8125rem;left:32.3125rem;display:block; }
#SQduxcgmVEJcpXhb5TE2m0bVcag68St0 { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:4.25rem;left:7.5625rem;display:block; }
#EQDV7oKVa87O4lRHT42CEI2nRdVELawq { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:6.5625rem;top:4.6875rem;left:9.21875rem;overflow:hidden;display:block; }
#DcbhQQBUyiRUOIEU8sQMmUUJI2m6OrbW { position:absolute;display:block;z-index:15035;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:2.8125rem;left:5.3125rem;display:block; }
#IJTk9TvEbAHDNEkq5pxSsg0eSEEH8p4D { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.875rem;left:7.3125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kToInvxX1fr31dTkiJWMnR0HXDgTydLe { position:absolute;display:block;z-index:15091;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:1.625rem;left:8.125rem;display:block; }
#pBuyOeeRKiB1NgDkDPgHRAWig7uZzqVm { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0605625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:2.1;letter-spacing:0;top:17.125rem;left:7.0625rem;height:11.806625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#lMtAyQz9KetwzOO7iS91MiC2Z77fyXQc { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.499025rem;top:35.3125rem;left:11.8125rem;overflow:hidden;display:block; }
#aXFhlgNQStq6NQQ7H9kWWxPzCdhZpH5f { position:absolute;display:block;z-index:15067;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.8125rem;left:14.1875rem;display:block; }
#Kp8EoUb9v5cALwmLQvpoOS1h4GdEkmyJ { position:absolute;display:block;z-index:15066;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:35.8125rem;left:7.3125rem;display:block; }
#rNVlc4V6zsxyUT4wFpmwVVX8y8vTolBb { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.812rem;width:10.1245rem;top:2.2021484375rem;left:32.342529296875rem;overflow:hidden;display:block; }
#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 { position:relative;display:block; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 { background-color: transparent; background-image: none; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row .container > .video-iframe-container { display: none; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row > .video-iframe-container { display: none; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .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); }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 { border-width: 0; border-radius: 0; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .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; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.5rem;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; }#IQVvhv9BdgTSSTA6ipeKmgMuLWdOTqae { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:2.6875rem;left:45.0625rem;display:block; }
#eET9phx76ReliFGqJHHxClg32pC2wLbN { position:absolute;display:block;z-index:15026;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:1.25rem;left:42.8125rem;display:block; }
#GDz8hd3kr1kLJugRPCTXH7nmOVx6Km9c { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:0.25rem;left:44.8125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#L2AUxS01gdTRCgSyLlU9TtORTBqvJAFQ { position:absolute;display:block;z-index:15082;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:10.25rem;top:0rem;left:44.8125rem;display:block; }
#CBIDuO6zoVk75PyeTEXtfMb1dAEVS9vg { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15056;line-height:2.2;letter-spacing:0;top:15.5625rem;left:43rem;height:16.49414375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#IMTNxcr2McEyI8zyTXLLlmBuiGIM6Vzk { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.499025rem;top:33.75rem;left:49.3125rem;overflow:hidden;display:block; }
#KJNMTnSF7R4IfhT6ap7OrTnNf9Cn8JiB { position:absolute;display:block;z-index:15058;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:34.25rem;left:51.6875rem;display:block; }
#DgbeNz2y1q9JA5MODCduTWD3C8g8gXKL { position:absolute;display:block;z-index:15057;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:34.25rem;left:44.8125rem;display:block; }
#d00twoHZ51uxb22bLBhC5ZQbAN4RJVz7 { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10rem;width:10rem;top:2.6875rem;left:20.0625rem;display:block; }
#RKm2doL8aTQBZ09ghTR1sAEEk7RGZw9Q { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:8.6875rem;top:3.4375rem;left:20.669151376147rem;overflow:hidden;display:block; }
#czaZMT3BLC5aNr4SNIkl3o5gfqbiaVnT { position:absolute;display:block;z-index:15035;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:34.0625rem;width:14.375rem;top:1.25rem;left:17.8125rem;display:block; }
#QOzPWORcfEqFzyMCarnVUz8e2w883oep { color:rgba(var(--color-primary-3),1);display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:0.3125rem;left:19.8125rem;height:1.59911875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nyedT1t9VJnJkTIbbUSp0BgcXrNIfvwa { position:absolute;display:block;z-index:15091;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.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.0625rem;width:8.75rem;top:0.0625rem;left:20.625rem;display:block; }
#ZtT69HQa3IPMpvu4UIs9tRJrEgC1DZaJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.8;letter-spacing:0;top:14.375rem;left:17.90625rem;height:18.5571375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#wgwbEzzOfo9EDVpcJRuUk9dTqB0Olv2J { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.186525rem;width:1.499025rem;top:33.75rem;left:24.3125rem;overflow:hidden;display:block; }
#eylKmshFmvCaWS2X9uXkpaidfcHewSTZ { position:absolute;display:block;z-index:15067;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:34.25rem;left:26.6875rem;display:block; }
#gC5Jm0JWvKWM1OPvezFhIKpmw7Qx5Zxm { position:absolute;display:block;z-index:15066;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:3.4375rem;top:34.25rem;left:19.8125rem;display:block; }
#zbvLfcRx8w1dmyvXuhFvoyhmkT9pCJiW { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:8.375rem;top:2.75rem;left:45.844178082192rem;overflow:hidden;display:block; }
#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { position:relative;display:block; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { background-color: transparent; background-image: none; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container > .video-iframe-container { display: none; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row > .video-iframe-container { display: none; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .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); }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { border-width: 0; border-radius: 0; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .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; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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; }#fJfMx4hT6Rh7KTOGTHJan8SUGF3WxJRv { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: none;height:14.9375rem;width:26.625rem;top:1.84375rem;left:42.875rem;display:block; }
#CwmkAbf6ZPCNIMqXe3EBbyaNsqnIdT6x { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: none;height:14.9375rem;width:26.625rem;top:1.84375rem;left:5.375rem;display:block; }
#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO { position:relative;display:block; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO { background-color: transparent; background-image: none; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row .container > .video-iframe-container { display: none; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row > .video-iframe-container { display: none; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .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); }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO { border-width: 0; border-radius: 0; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .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; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5625rem;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; }#xyunAUFDfHIWpG06m7u4hxKoph3wooBz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.359375rem;left:0rem;height:2.84301875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QX1t8t4OEGSlVlXg5wdeL9Z5F0QDJZyz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.125rem;width:36.5625rem;top:5.5620632171631rem;left:38.187936782837rem;overflow:hidden;display:block; }
#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby { position:relative;display:block; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby { background-color: transparent; background-image: none; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row .container > .video-iframe-container { display: none; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row > .video-iframe-container { display: none; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .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); }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby { border-width: 0; border-radius: 0; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .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; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20rem;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; }#tlqdmy0xkcoietoyPXByQP6xxpvvs6NR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.3125rem;width:37.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#R36BlyFDmitVgQTb2IvyB1qNFhASXtNq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.375rem;width:37rem;top:19.999990463257rem;left:0rem;overflow:hidden;display:block; }
#pFTnUZNGTLndMUDD5SWCtApTMITeDTbB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.1875rem;width:36.75rem;top:5.5620632171631rem;left:38.187936782837rem;overflow:hidden;display:none; }
#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp { position:relative;display:block; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp { background-color: transparent; background-image: none; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row .container > .video-iframe-container { display: none; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row > .video-iframe-container { display: none; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .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); }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp { border-width: 0; border-radius: 0; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .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; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.625rem;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; }#Ic4q2LRnWtMfDLwOACJFh8EOKxMNWb40 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.3125rem;width:37rem;top:0rem;left:37.875rem;overflow:hidden;display:block; }
#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { position:relative;display:block; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { background-color: transparent; background-image: none; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container > .video-iframe-container { display: none; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row > .video-iframe-container { display: none; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .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); }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { border-width: 0; border-radius: 0; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .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; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.6875rem;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; }#qgHaXHrwN6ENmRtOkJFvPXgGJB10gQ1L { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0.48));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0.48));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0.48));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),0.48)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),0.48)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),0.48));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 0.9375rem rgba(var(--color-tertiary-4),0.31) ;height:10.25rem;width:18.75rem;top:6.8125rem;left:1.625rem;display:block; }
#dyaI00x2GFEE018c0bcIBnCsTW6FbKVJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,230,189,0.48));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,230,189,0.48));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,230,189,0.48));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,230,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1e6bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1e6bd7a' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,230,189,0.48));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 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:10.25rem;width:18.75rem;top:6.8125rem;left:28.1875rem;display:block; }
#T98mXERNzdRLU4qT7D5e9mXyxogs71lA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(200,241,189,0.48));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(200,241,189,0.48));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(200,241,189,0.48));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(200,241,189,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#c8f1bd7a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#c8f1bd7a' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(200,241,189,0.48));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 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:10.25rem;width:18.75rem;top:6.8125rem;left:54.625rem;display:block; }
#HS0fJH1T97fnPbthP4EgIRwDykXBwUVn { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),0.48));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),0.48));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),0.48));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),0.48)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-1),0.48)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-1),0.48));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 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:10.25rem;width:18.75rem;top:19.25rem;left:14.875rem;display:block; }
#cRQS5JX7vQV6zspf3oPLS0NIZ2oc6B5x { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,189,228,0.48));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,189,228,0.48));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,189,228,0.48));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,189,228,0.48));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1bde47a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f1bde47a' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(241,189,228,0.48));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 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:10.25rem;width:18.75rem;top:19.25rem;left:41.4375rem;display:block; }
#QNBWMEM291r5uAJtVrZor9KohdfHBznT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdvUOmCfGZEXfpTQsfu7CxTCny5A71vG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.5625rem;left:28.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xf5IK98ykSDGfAxS7LM2HT1glOJPEOAn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7.5625rem;left:54.625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drUaIBnSqBwHv81STRV3CdlZ3i8vE0dy { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.2);top:20.25rem;left:16.625rem;height:3.2495125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVX1PmK3pDMCTBOxqwvqxiPqN9wuD5Ju { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.25rem;left:41.1875rem;height:1.54345625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8a6w7zHguFxdMHAJeZpeeVTWfGt1ab1 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.625rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#xJ1V7daGdLPunRVSNpJRTcLQufMV9pR5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.25rem;left:28.1875rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#vBT1b5IK1O4TScIAS21I1JgxMJoWNZvO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.875rem;left:54.625rem;height:3.8964875rem;text-align:center;text-align-last:center;display:block; }
#pxwiczEvX64d38HNq9RLVPrtgqEKJLa8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:23.5rem;left:41.4375rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#wc0PfSWh2J0H39E5rqta6ZH4SHNIixmt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.5rem;left:14.875rem;height:5.1953125rem;text-align:center;text-align-last:center;display:block; }
#quMwMzo1AQGTImW6ue984eCmbCllHlyV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99826860427856rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container { background-color: transparent; background-image: none; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container > .video-iframe-container { display: none; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row > .video-iframe-container { display: none; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .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); }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container { border-width: 0; border-radius: 0; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Oc8OEifyNM9PQbiaLG40zMKWmsRAwZM5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.936875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.859375rem;left:24.03103351593rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP { 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; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container { background-color: transparent; background-image: none; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container > .video-iframe-container { display: none; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row > .video-iframe-container { display: none; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .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); }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container { border-width: 0; border-radius: 0; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#GVH5Cu9wVIJByyo0EcKr36zn0IheoZEf { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#LX3yO2QGZhLc7BAkqePphWC0LQixNibB { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.62573125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iupEH6R1si4tGqTma6MI20i8ELpWQscb { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 { 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; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container { background-color: transparent; background-image: none; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container > .video-iframe-container { display: none; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row > .video-iframe-container { display: none; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .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); }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container { border-width: 0; border-radius: 0; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#R6zgW98cKUZ3ATwhWC2cWA0SaeQMuGkh { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf { 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; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container { background-color: transparent; background-image: none; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container > .video-iframe-container { display: none; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row > .video-iframe-container { display: none; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .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); }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container { border-width: 0; border-radius: 0; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#MkD5XArrkMFkI32WHmzotDAJ8sTCTmdk { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#KURePDmgZmlisml6pgIBt3Pa77xZz8Zz { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.62573125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dwF0TBKuwTfpp8g3JgphRxtrUpuyK6BW { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx { 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; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container { background-color: transparent; background-image: none; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container > .video-iframe-container { display: none; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row > .video-iframe-container { display: none; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .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); }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container { border-width: 0; border-radius: 0; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#By4fbsvTQIXQfHmq4JayzEvpu88fLkKl { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk { 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; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container { background-color: transparent; background-image: none; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container > .video-iframe-container { display: none; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row > .video-iframe-container { display: none; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .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); }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container { border-width: 0; border-radius: 0; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#zkBLU1oVh5cLpWmTS1QX1uy7KBzVCwZq { position:absolute;display:block;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.1)', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.6875rem;width:7.625rem;top:0rem;left:7.5rem;display:block; }
#VVBfi8Qm3gQqlWgOZO6suqdKboBaAxUB { color:#26265b;display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.5625rem;left:9.0625rem;height:2.62573125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RHHFnTCD80xwr6z0Wuw3iOuUS5GIR6WT { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd { 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; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container { background-color: transparent; background-image: none; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container > .video-iframe-container { display: none; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row > .video-iframe-container { display: none; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .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); }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container { border-width: 0; border-radius: 0; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#EqTsv5wmaUgUVHgxxCMadlm17y2a3qiS { color:#1f333b;display:block;width:58.6230625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.99283599853513rem;left:16.376954078674rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { background-color: transparent; background-image: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container > .video-iframe-container { display: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { display: none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .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); }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { border-width: 0; border-radius: 0; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { color:rgba(var(--color-tertiary-0),1);display:block;width:59rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.16796875rem;left:8rem;height:5.8471625rem;text-align:center;text-align-last:center;display:block; }
#clpqi4ELZhtbwuXgzuOVcz6uROgbR3s4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.25rem;left:0rem;height:2.47314375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { border-width: 0; border-radius: 0; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:14.9370625rem;height:3.93663125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.5114974975588rem;left:30.966797828674rem;display:block; }
#q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { 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:8rem;width:18.5rem;top:0rem;left:28.250001907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { top:9.125rem;left:22.75rem;width:25rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { top:1.625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { top:1.3125rem;left:0rem;width:17.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { top:7.25rem;left:23rem;width:24.75rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { top:0.8125rem;left:0rem;width:47.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUfn1MT7cvARIRH28mFST7OBkLWBOLT { top:7.25rem;left:20.3125rem;width:27.4375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5VDHatAJyoKaqPUDt3l6LL6bw90ebQH { top:7.25rem;left:0rem;width:29.9375rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM { display:block; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWac5uKp2d1HsqwwTutRPODPd8TDHFNt { top:1.5625rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9TM0se6wy9NIFzVhLenbtDEnzKknLww { width:14.875rem;height:2.8125rem;top:44.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvKdDEtFTixTMTsthDCRQ0eW3tvv0Ipr { display:block; }
 }@media only screen and (max-width: 763px) { #JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { top:6.375rem;left:5.4375rem;width:36.4375rem;height:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z { display:block; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdIMHJ3ep2uDmL15u8bBB5OQtTuF9GwC { top:0.9375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { display:block; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAhOQkFmfabgLx1M1oe52mQInd51Jo8h { top:10.0625rem;left:0rem;width:19.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8v3CCLpekcXwrPvKNIz0QxiCcubvInR { top:3.8125rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TAk2yomtVBF8am0ZBN7cAm36aXBQnL { top:10.1875rem;left:16.6875rem;width:14.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #THBam3N8ao1BnzME6T7WKLRNxaT7dBzA { top:21.4375rem;left:0rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNBnMrgW2Jo81vZuiJfMVgQVBusVJgW { top:28.3125rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8c07TFtnQ6JD6A85uxODF0vVbAzFyx { top:3.8125rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIWw3h3KVKPVJXGe6KvKEmlueFbUWu3i { top:22.5rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNN74Fe320Lx5HTOkWvNkfv9HydksdR8 { top:2.75rem;left:0rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfqDeJPOeNCvlf5QFQEu2DaRgBIadF2 { top:2.75rem;left:13.125rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLKvELQIdiTPsWmJTvb9iT2q2Ug3JQDf { top:28.3125rem;left:17.625rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HK8VysWTTeMgfNQD80lb6fKKSRXhktCi { top:21.4375rem;left:13.125rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxInk5S1Iubem4z5IHXNdSX63WXt0D0 { top:10rem;left:34.1875rem;width:13.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKkXSg7lnmyox3RyDPMvnkKE1QmqgpP9 { top:2.75rem;left:26.25rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3FEuvMOugKgIpNqETHTIOAJuXnHeBHL { top:22.4375rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKE8KTOTg46cbPG1CMnXmsO4R2GiwF6g { top:30.3125rem;left:0rem;width:19.4375rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbns3Oa4kXZLEGd7kNfR6tEcHmQeWbdE { top:30.1875rem;left:13.125rem;width:21.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5iUKkc0UPSoQruVSgVMcoSUwi23OD7 { top:12.8125rem;left:0rem;width:18.5rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHcZ4UdXDPvL7NZohxT4GAAF6gyddQcm { top:12.25rem;left:14.5rem;width:18.625rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDWkXPMvmW1PMwmUaXB9tKKO7rTs7mZb { top:12.4375rem;left:28.5625rem;width:19.1875rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWNKCI9kHFCmUytzLf3MblXGtUBl6vIk { top:23.0625rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknwP61lpmc8vIlRhlXBDVMn1nJbSer7 { top:21.4375rem;left:26.25rem;width:21.4375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIA6C480PPJG8WZ0a69mmsHHrN8dwl7z { top:28.3125rem;left:27rem;width:20.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyqmUOOqidO0gL9NLLeJsmpKDfa7CKEk { top:30.75rem;left:28.0625rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHRmXlLpGklQTIRH7A4EB2eIyTahk0p { top:3.8125rem;left:21.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU3xDcANIH313q4U93tvDNAefNMw9Kcw { display:block; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmQ3upWJKJXpJO9HZccfkJZBDRvyUHgS { width:14.875rem;height:2.8125rem;top:0.375rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wTfnfXJK73oKP95SFeHHoIRZXge2gO { display:block; }
 }@media only screen and (max-width: 763px) { #gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { display:block; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAusocVE66wBFhEmGFi3Qe5ryHyMIZhT { top:1.6875rem;left:9.3741312026975rem;width:28.9375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { display:block; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k21XBBtUmlRWTs5vBvdgNK8VuyLW2NBV { width:14.4375rem;height:34.5625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHTGRidmJg9pmRLZw1FivW5AMnNgLtM { width:10.5rem;height:1.5625rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9i572SbN5Nh8AvfmRuRROZchIoUr0W0 { width:10rem;height:10rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArRTCqPHOTMOS5cGoskzec23BfVFdF8 { top:1.6875rem;left:0rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31T5d009KzS4zOB3MGKHGeDfE73pDuC { top:4.625rem;left:0rem;width:6.0625rem;height:9.3420668590025rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDETAa9mPF6aC1JnDGmNd9naxoB65yvo { top:4.9375rem;left:10.5625rem;width:7.5rem;height:8.802830290055rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqrleSwMALMaQJ85fXUuhRWiTe5Rx1Tg { width:10rem;height:10rem;top:4.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfeMcdCTVt9a4yVUQGgvtiPO9osCBbrl { top:1.75rem;left:9.8125rem;width:8.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6BMXpoErSxtgeumTsIQJgItmOxvRz3V { width:10.5rem;height:1.5625rem;top:2.0625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9fLHzhMI8pgn65ogwrA8NxxbyarPqO { width:11.875rem;height:9.8125rem;top:17.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l482wkdUkxM0Nt0ZWi1esiennAmdeEIs { width:11.875rem;height:12.5625rem;top:17.25rem;left:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RozwbOWJmGTNFFMTstcbycWT9hBxNtZZ { width:11.5625rem;height:9.8125rem;top:17.3125rem;left:27.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLq8IFaTBzeHrHJuc80TmoavIizLP9d { width:10.5625rem;height:1.5625rem;top:2rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KltfehmbRW4ZEJfOAPxGTr3AGXG8Mfk8 { width:10rem;height:10rem;top:4.4375rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #btp2DQ6fETPALM7IZWDN0JfdD2D0JP2u { top:4.625rem;left:29.8125rem;width:7.25rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl5lsbInDHggsr5F85pF7GpCeHaRxbHA { width:9.5rem;height:8.375rem;top:17.1875rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXU8SvLnXTaT0lnqROWCPiOAxVddgKSk { width:10.5rem;height:1.5625rem;top:2.1875rem;left:37.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSdS6bJyFx8wqbGfofkuKVLiiCKSasLQ { width:10rem;height:10rem;top:4.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #odSi4uE98JzwBpcVeCcpLqF9yTJXpgs4 { top:4.5625rem;left:41.5rem;width:6.25rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyfDsuJeru2EvIZi4frdvu358LfN67a { width:1.4375rem;height:1.1378260452627rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP7CShtP4wzedxqmnOHPwoe4JoizptqJ { width:3.4375rem;height:0.0625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6myhuS7dmLuz7xW5dktwKbRVv90LRJN { width:3.4375rem;height:0.0625rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8MwXyNZO5rQhb6f3U5ZU3cHWeyPNh4D { top:1.6875rem;left:28.6875rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqTs508iqs1aucHwXVlo33NTg7UoFHz { top:1.875rem;left:37rem;width:10.625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GuSi8c7iWK90Ab2PiICqX7aax9cUJr { width:14.375rem;height:34.4375rem;top:2.75rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7xeupPoUe9F84Oe4pV3wOlKA1aJ4Rk { width:14.375rem;height:34.4375rem;top:2.75rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0xOvox8aMOU0Qz0xom0b3qXOn7dSlS { width:14.375rem;height:34.0625rem;top:2.9375rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfT3FxyFBgUQqOFcvt6UZ3ctVCgUfkQ { width:1.4375rem;height:1.1378260452627rem;top:35.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCnprDTb244vsfdRlQxz02u268VHS5xT { width:3.4375rem;height:0.0625rem;top:36rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0enble5DbtON5uPvJ72TEnkNuAr5JO { width:3.4375rem;height:0.0625rem;top:36rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiOO30wpe67pgzt4kcTifnNB6Nnu8ce9 { width:1.4375rem;height:1.1378260452627rem;top:35.5rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWPCVwpof6Fo7f4dTy4gQJN1FGx6PLH7 { width:3.4375rem;height:0.0625rem;top:36.0625rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxHHGX7mDJvUg3NtKA4gDRkclSlnI3f9 { width:3.4375rem;height:0.0625rem;top:36.0625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHp5H0vHrul40myFn4ab4R59El8RkQSN { width:1.4375rem;height:1.1378260452627rem;top:35.625rem;left:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NADf4kUXT8aUKRiJ0Rz1zzhtOu329cpg { width:3.4375rem;height:0.0625rem;top:36.125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEIT0ltD6CabfkXXF1lvyC9lMJGeZIP6 { width:3.4375rem;height:0.0625rem;top:36.125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { display:block; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5CqpCqhSoFXyTu1LCVIdxPgXtTqX4y1 { width:10rem;height:10rem;top:4.0625rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdXPdao4Hd8hBf3DkXiD9b43RpAU4kt { top:4.25rem;left:38.65625rem;width:6.4375rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogw9KOa0JstG0okiInm1O5wpD1zU7DDR { width:11rem;height:8.5rem;top:17rem;left:36.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABbmf9tIvZRUsgCKxk9FH9cIBAJV2KGf { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:41.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr7XpFW1U2s2pT1CIJIlHhppzNfwxI7a { width:3.4375rem;height:0.0625rem;top:35.625rem;left:43.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3Fo2WDHOQ2zhzqRHMRIwngG9X2mtDut { width:3.4375rem;height:0.0625rem;top:35.625rem;left:36.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9DIH0LT44T1CyBQGL3xuDlmXxDW41WO { width:10.5625rem;height:1.5625rem;top:1.6875rem;left:36.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCkqRZ6RFtZkqeu0tuOlabKPT6Gdf5r { top:1.4375rem;left:37.40625rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJV1IUdC5AE033lwHTXT3pOzBxsdUa44 { width:14.375rem;height:34.0625rem;top:2.625rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHOmBQUrIbh2OC4IrnCXTPXJZPMLrGdX { width:14.375rem;height:34.0625rem;top:2.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1CA47E44oRxqu0tClA7N7PeJRxvyGFC { width:10.5625rem;height:1.5625rem;top:1.625rem;left:24.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keigP5vRKlwNG1nQViZlhv59PQfrsSUC { top:1.375rem;left:24.6875rem;width:10.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyKzvMpC3ryBanKeN1so7ATCBmavcPk { width:10rem;height:10rem;top:4.0625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5yqMgy00pmwRcQEmI1T5x4zXTIIzxWm { top:3.0625rem;left:26.03125rem;width:7.25rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCNgKyydMNTedeOIh6Cbpa2ZnkzeNRCG { width:11rem;height:16.5rem;top:17rem;left:24.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhmr8oMHehorgktIInmnlADIoLGL5SWm { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:29.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDpKkPxxvV8dxz9TRuuWsn8ta51yd1Ni { width:3.4375rem;height:0.0625rem;top:35.625rem;left:31.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7dv50P4OxTvHV2lutLOuALlDX4vvfCM { width:3.4375rem;height:0.0625rem;top:35.625rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9T8aR6IolPq6OgAoWT2XLcQirtoEMKN { width:14.375rem;height:34.0625rem;top:2.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZVT3rcTHAFWPT7XpTePeZ94bgNXZHxb { width:10.5625rem;height:1.5625rem;top:1.6875rem;left:12.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbI8wl8J99gQa4kKObkBB1rN647Qgc6X { top:1.4375rem;left:13.53125rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOiKzf9lDhFXRcKebza8ycbwmMAJr70k { width:10rem;height:10rem;top:4.0625rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcpBZUUWigXH9frXtxwRrusLPevPRI5F { top:4.1875rem;left:13.84375rem;width:8.125rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBhtpVTQJn9hbODxQx5fwaK9twfomxp { width:13rem;height:15.3125rem;top:17rem;left:10.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8RIFNOmLRECGx4E4MzS0A2i4oqLBv0 { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcZnAHDbf27KJ8L1MiFNeAbLKuA8kyR5 { width:3.4375rem;height:0.0625rem;top:35.625rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOHOhTqybNhq7vDNOCxmL6wExuy7UBfU { width:3.4375rem;height:0.0625rem;top:35.625rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogDpsMuw5beo4VA65LBRQ4BVngOmIMR2 { width:14.375rem;height:34.0625rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0hkw24sIZ32Kuqay1Ld41TVnF5v7DIV { width:10.5625rem;height:1.5625rem;top:1.6875rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMiLfLIvoPsBIIR7mSr6iNGvhmWIhGh { top:1.4375rem;left:1.59375rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4OCLiaZN5TyHOOulEytQWdddFMQGDf { width:10rem;height:10rem;top:4.0625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uehoF6UAJqnuMBiVHllSdDzwybPFu6Gi { top:3.8125rem;left:2.625rem;width:6.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVOcSITXgVu25cFZqD3JITfpvmCws3KB { width:11rem;height:10.1875rem;top:17.375rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVG9rNqSz0gc2ETBnMrI7hpAuhILqM7b { width:1.4375rem;height:1.1378260452627rem;top:35.125rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXz68L1ZxKiEmqOSQQRbQvZ47OC4Bhr3 { width:3.4375rem;height:0.0625rem;top:35.625rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHuqeDqhXQZ9s9VFqkaKP6bZi4PcZEs { width:3.4375rem;height:0.0625rem;top:35.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { display:block; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwFlxNX1haRI2TyA9KlgysJAzQFzcwfQ { width:10rem;height:10rem;top:4.25rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUF92vrVzZvFGs4ClXmbLw3L6JpIAz9s { top:4.6875rem;left:32.3125rem;width:14.75rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH8sl4Sn5c9TZArHzNWUe4T25QlFDhyB { width:11rem;height:7.875rem;top:17.125rem;left:34.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfOAOGTH8tclahIBE8xRH9G5OTLscGr7 { width:1.4375rem;height:1.1378260452627rem;top:35.3125rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR0fgdNCuoyhwTOAlk9TX4KiUVqd8pwH { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9u8zTT1S3itdJUKAWaw29u3wINzKit { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNemgwn0NpW6w1NOH9pJvuSMbrZ9WM1S { width:14.375rem;height:34.0625rem;top:2.8125rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XecHzkveykIbG6uhA0dooL9kQcXCtezq { width:10.5625rem;height:1.5625rem;top:1.875rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTImRJFnM2POp4EFB4kX0wNB8k6eneLD { top:1.625rem;left:35.3125rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMybtTKd7dtsPiO0UtrGINQQTIs1fth { width:10rem;height:10rem;top:4.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3It93X5S5eC9bwqWSvii9vHhHMU8rT { width:14.375rem;height:34.0625rem;top:2.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEpbohHR6m4CI1aRkFhqNeX1SBxu6ycC { width:10.5625rem;height:1.5625rem;top:1.8125rem;left:18.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyTf6lRcldfm8nJUVsvdHTZZCVSvBAH { top:1.5625rem;left:18.625rem;width:10.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWLmIRevp80xd0n8R6MTTPK2TI0eDxG { width:11rem;height:7.875rem;top:17.125rem;left:18.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqpscZ7Rvy7LAy0q9GMDRTmKtxhlnm5K { width:1.4375rem;height:1.1378260452627rem;top:35.3125rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeDxdmTz9iFfrMVP2PKCskMtofT4Xl95 { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVbUk3HpZ7nsBp57tvnSJqfl7PqlwCX7 { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQduxcgmVEJcpXhb5TE2m0bVcag68St0 { width:10rem;height:10rem;top:4.25rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDV7oKVa87O4lRHT42CEI2nRdVELawq { top:4.6875rem;left:4.65625rem;width:6.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcbhQQBUyiRUOIEU8sQMmUUJI2m6OrbW { width:14.375rem;height:34.0625rem;top:2.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTk9TvEbAHDNEkq5pxSsg0eSEEH8p4D { width:10.5625rem;height:1.5625rem;top:1.875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToInvxX1fr31dTkiJWMnR0HXDgTydLe { top:1.625rem;left:3.5625rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuyOeeRKiB1NgDkDPgHRAWig7uZzqVm { width:11rem;height:11.8125rem;top:17.125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMtAyQz9KetwzOO7iS91MiC2Z77fyXQc { width:1.4375rem;height:1.1378260452627rem;top:35.3125rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXFhlgNQStq6NQQ7H9kWWxPzCdhZpH5f { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8EoUb9v5cALwmLQvpoOS1h4GdEkmyJ { width:3.4375rem;height:0.0625rem;top:35.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVlc4V6zsxyUT4wFpmwVVX8y8vTolBb { top:2.1875rem;left:18.655029296875rem;width:10.0625rem;height:14.721294878759rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 { display:block; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQVvhv9BdgTSSTA6ipeKmgMuLWdOTqae { width:10rem;height:10rem;top:2.6875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eET9phx76ReliFGqJHHxClg32pC2wLbN { width:14.375rem;height:34.0625rem;top:1.25rem;left:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDz8hd3kr1kLJugRPCTXH7nmOVx6Km9c { width:10.5625rem;height:1.5625rem;top:0.25rem;left:21.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2AUxS01gdTRCgSyLlU9TtORTBqvJAFQ { top:0rem;left:21.375rem;width:10.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIDuO6zoVk75PyeTEXtfMb1dAEVS9vg { width:14.1875rem;height:16.5rem;top:15.5625rem;left:17.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMTNxcr2McEyI8zyTXLLlmBuiGIM6Vzk { width:1.4375rem;height:1.1378260452627rem;top:33.75rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJNMTnSF7R4IfhT6ap7OrTnNf9Cn8JiB { width:3.4375rem;height:0.0625rem;top:34.25rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgbeNz2y1q9JA5MODCduTWD3C8g8gXKL { width:3.4375rem;height:0.0625rem;top:34.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d00twoHZ51uxb22bLBhC5ZQbAN4RJVz7 { width:10rem;height:10rem;top:2.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKm2doL8aTQBZ09ghTR1sAEEk7RGZw9Q { top:3.4375rem;left:7.1875rem;width:8.6875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #czaZMT3BLC5aNr4SNIkl3o5gfqbiaVnT { width:14.375rem;height:34.0625rem;top:1.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOzPWORcfEqFzyMCarnVUz8e2w883oep { width:10.5625rem;height:1.5625rem;top:0.3125rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyedT1t9VJnJkTIbbUSp0BgcXrNIfvwa { top:0.0625rem;left:7rem;width:8.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtT69HQa3IPMpvu4UIs9tRJrEgC1DZaJ { width:14.375rem;height:18.5625rem;top:14.375rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgwbEzzOfo9EDVpcJRuUk9dTqB0Olv2J { width:1.4375rem;height:1.1378260452627rem;top:33.75rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eylKmshFmvCaWS2X9uXkpaidfcHewSTZ { width:3.4375rem;height:0.0625rem;top:34.25rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gC5Jm0JWvKWM1OPvezFhIKpmw7Qx5Zxm { width:3.4375rem;height:0.0625rem;top:34.25rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbvLfcRx8w1dmyvXuhFvoyhmkT9pCJiW { top:2.75rem;left:23.375rem;width:8.375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { display:block; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfMx4hT6Rh7KTOGTHJan8SUGF3WxJRv { top:1.8125rem;left:21rem;width:26.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmkAbf6ZPCNIMqXe3EBbyaNsqnIdT6x { top:1.8125rem;left:0rem;width:26.625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO { display:block; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyunAUFDfHIWpG06m7u4hxKoph3wooBz { top:1.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX1t8t4OEGSlVlXg5wdeL9Z5F0QDJZyz { top:5.5rem;left:10.9375rem;width:36.5625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby { display:block; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlqdmy0xkcoietoyPXByQP6xxpvvs6NR { top:0rem;left:0rem;width:37.125rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36BlyFDmitVgQTb2IvyB1qNFhASXtNq { top:19.9375rem;left:0rem;width:37rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTnUZNGTLndMUDD5SWCtApTMITeDTbB { top:5.5rem;left:10.9375rem;width:36.75rem;height:19.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pl9ApeZ9DSg76pANSoANP6CIiiDET6wp { display:block; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic4q2LRnWtMfDLwOACJFh8EOKxMNWb40 { top:0rem;left:10.625rem;width:37rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { display:block; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgHaXHrwN6ENmRtOkJFvPXgGJB10gQ1L { top:6.8125rem;left:0rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaI00x2GFEE018c0bcIBnCsTW6FbKVJ { top:6.8125rem;left:14.5625rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98mXERNzdRLU4qT7D5e9mXyxogs71lA { top:6.8125rem;left:29rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS0fJH1T97fnPbthP4EgIRwDykXBwUVn { top:19.25rem;left:1.25rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRQS5JX7vQV6zspf3oPLS0NIZ2oc6B5x { top:19.25rem;left:27.8125rem;width:18.75rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBWMEM291r5uAJtVrZor9KohdfHBznT { top:7.5625rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdvUOmCfGZEXfpTQsfu7CxTCny5A71vG { top:7.5625rem;left:14.5625rem;width:18.75rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf5IK98ykSDGfAxS7LM2HT1glOJPEOAn { top:7.5625rem;left:29rem;width:18.75rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drUaIBnSqBwHv81STRV3CdlZ3i8vE0dy { top:20.25rem;left:3rem;width:15.3125rem;height:3.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVX1PmK3pDMCTBOxqwvqxiPqN9wuD5Ju { top:20.25rem;left:27.5625rem;width:19.1875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8a6w7zHguFxdMHAJeZpeeVTWfGt1ab1 { top:10.25rem;left:0rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1V7daGdLPunRVSNpJRTcLQufMV9pR5 { top:10.25rem;left:14.5625rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBT1b5IK1O4TScIAS21I1JgxMJoWNZvO { top:10.875rem;left:29rem;width:18.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxwiczEvX64d38HNq9RLVPrtgqEKJLa8 { top:23.5rem;left:27.8125rem;width:18.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wc0PfSWh2J0H39E5rqta6ZH4SHNIixmt { top:23.5rem;left:1.25rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMwMzo1AQGTImW6ue984eCmbCllHlyV { top:0.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 { display:block; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oc8OEifyNM9PQbiaLG40zMKWmsRAwZM5 { top:0.8125rem;left:10.40603351593rem;width:26.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP { display:block; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVH5Cu9wVIJByyo0EcKr36zn0IheoZEf { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX3yO2QGZhLc7BAkqePphWC0LQixNibB { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iupEH6R1si4tGqTma6MI20i8ELpWQscb { width:47.75rem;height:1.6875rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 { display:block; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6zgW98cKUZ3ATwhWC2cWA0SaeQMuGkh { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf { display:block; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkD5XArrkMFkI32WHmzotDAJ8sTCTmdk { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KURePDmgZmlisml6pgIBt3Pa77xZz8Zz { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwF0TBKuwTfpp8g3JgphRxtrUpuyK6BW { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx { display:block; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #By4fbsvTQIXQfHmq4JayzEvpu88fLkKl { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk { display:block; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkBLU1oVh5cLpWmTS1QX1uy7KBzVCwZq { top:0rem;left:0rem;width:7.625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBfi8Qm3gQqlWgOZO6suqdKboBaAxUB { top:0.5rem;left:0rem;width:4.4375rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHFnTCD80xwr6z0Wuw3iOuUS5GIR6WT { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd { display:block; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqTsv5wmaUgUVHgxxCMadlm17y2a3qiS { width:47.75rem;height:1.5625rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { top:1.125rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clpqi4ELZhtbwuXgzuOVcz6uROgbR3s4 { top:8.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:14.875rem;height:3.875rem;top:6.5rem;left:17.341797828674rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { top:0rem;left:14.625001907349rem;width:18.5rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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) { #KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { background-color: transparent; background-image: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row > .video-iframe-container { display: none; }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .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); }#KeA80P7wo41Rwt0Rfr4D3zJy4be0UIZc > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl7oMIJHV3iEEOtTMTzfn34ZRTRvHARt { width:20rem;height:0;top:12.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #IgpP9RESOLVWuvFqvw9dLgH3Hq3HUeNQ { width:20rem;height:15.0625rem;top:17.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4SwF1AI8XRZltCifDkR81WN8Zimvmr7 { width:19.436875rem;height:4.550775rem;top:5.5392799377441rem;left:0.27994793653488rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#940d0d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { width:13.811875rem;height:2.56185rem;top:1.0611979961395rem;left:3.0935330986977rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eTWd2uMe1SolEn6DW4yKRMbMVSRuTAMm { width:20rem;height:1.3808625rem;top:14.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0d1c3d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTbrtwchnbt8dBVAVTCzKqyODcXAmGF7 { width:20rem;height:5.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPUfn1MT7cvARIRH28mFST7OBkLWBOLT { width:20rem;height:32.875rem;top:13rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5VDHatAJyoKaqPUDt3l6LL6bw90ebQH { width:20rem;height:20rem;top:47.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM { display:block; }#fu2aRJru2bwRVJkXvc3vPQ9ubkFZ5AuM > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZWac5uKp2d1HsqwwTutRPODPd8TDHFNt { width:20rem;height:3.571775rem;top:0.92500305175781rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9TM0se6wy9NIFzVhLenbtDEnzKknLww { width:14.8730625rem;height:2.8125rem;top:26.6865234375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvKdDEtFTixTMTsthDCRQ0eW3tvv0Ipr { display:block; }
 }@media only screen and (max-width: 763px) { #JomAfGWGA5WKqaA3poIVgO3GaG5r7qoc { width:20rem;height:20rem;top:5.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z { display:block; }#vDkCL2SyVyErsoBT6dw6FkTA8TNL9H1Z > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdIMHJ3ep2uDmL15u8bBB5OQtTuF9GwC { width:20rem;height:1.7858875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo { display:block; }#qTwQQSrA1tzEVlVq0Tna0yu63Bp5PJVo > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eAhOQkFmfabgLx1M1oe52mQInd51Jo8h { width:11.9998125rem;height:2.59765625rem;top:3.125rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8v3CCLpekcXwrPvKNIz0QxiCcubvInR { width:4.6875rem;height:4.6875rem;top:4.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2TAk2yomtVBF8am0ZBN7cAm36aXBQnL { width:13.8748125rem;height:1.19873125rem;top:13.560115814209rem;left:6.1241322159767rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #THBam3N8ao1BnzME6T7WKLRNxaT7dBzA { width:20rem;height:8.375rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCNBnMrgW2Jo81vZuiJfMVgQVBusVJgW { width:15rem;height:1.499025rem;top:34.942275047303rem;left:4.9989152550698rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QT8c07TFtnQ6JD6A85uxODF0vVbAzFyx { width:4.6875rem;height:4.6875rem;top:25.279952287674rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIWw3h3KVKPVJXGe6KvKEmlueFbUWu3i { width:4.6875rem;height:4.6875rem;top:35.998265266419rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNN74Fe320Lx5HTOkWvNkfv9HydksdR8 { width:20rem;height:8.375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfqDeJPOeNCvlf5QFQEu2DaRgBIadF2 { width:20rem;height:8.375rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLKvELQIdiTPsWmJTvb9iT2q2Ug3JQDf { width:8.936625rem;height:1.09863125rem;top:46.125rem;left:7.625rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HK8VysWTTeMgfNQD80lb6fKKSRXhktCi { width:20rem;height:8.375rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmxInk5S1Iubem4z5IHXNdSX63WXt0D0 { width:12.1875rem;height:1.09863125rem;top:24.248044013977rem;left:6.9672313332556rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LKkXSg7lnmyox3RyDPMvnkKE1QmqgpP9 { width:20rem;height:8.3745625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3FEuvMOugKgIpNqETHTIOAJuXnHeBHL { width:3.75rem;height:3.75rem;top:47.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKE8KTOTg46cbPG1CMnXmsO4R2GiwF6g { width:12.5rem;height:5.249025rem;top:36.812067985534rem;left:6.0622830986977rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hbns3Oa4kXZLEGd7kNfR6tEcHmQeWbdE { width:14.8125rem;height:5.4931625rem;top:47.75rem;left:5rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TT5iUKkc0UPSoQruVSgVMcoSUwi23OD7 { width:11.311875rem;height:2.2753875rem;top:6.125rem;left:6.4375rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dHcZ4UdXDPvL7NZohxT4GAAF6gyddQcm { width:12.999125rem;height:4.55078125rem;top:15.5625rem;left:5.5625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FDWkXPMvmW1PMwmUaXB9tKKO7rTs7mZb { width:13.499375rem;height:4.8974625rem;top:26.124133348465rem;left:6.0622830986977rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zWNKCI9kHFCmUytzLf3MblXGtUBl6vIk { width:3.68706875rem;height:3.68706875rem;top:59.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JknwP61lpmc8vIlRhlXBDVMn1nJbSer7 { width:20rem;height:8.6875rem;top:56.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIA6C480PPJG8WZ0a69mmsHHrN8dwl7z { width:15.7498125rem;height:1.09863125rem;top:57.6875rem;left:4.25rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QyqmUOOqidO0gL9NLLeJsmpKDfa7CKEk { width:14.4375rem;height:4.39453125rem;top:59.4375rem;left:5.3125rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tTHRmXlLpGklQTIRH7A4EB2eIyTahk0p { display:flex;width:4.87413125rem;height:4.87413125rem;top:13.560113191604rem;left:0.90494793653488rem; }
 }@media only screen and (max-width: 763px) { #FU3xDcANIH313q4U93tvDNAefNMw9Kcw { display:block; }#FU3xDcANIH313q4U93tvDNAefNMw9Kcw > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmQ3upWJKJXpJO9HZccfkJZBDRvyUHgS { width:14.874rem;height:2.8125rem;top:0rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3wTfnfXJK73oKP95SFeHHoIRZXge2gO { display:block; }
 }@media only screen and (max-width: 763px) { #gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 { display:block; }#gJMpTHKvXspgkpBw5txWLHbAFaW2GTI5 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAusocVE66wBFhEmGFi3Qe5ryHyMIZhT { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 { display:block; }#eEqWNTL6a5O2DB762rb9T1lppH8iwqJ7 > .row .container { width:20rem;height:116.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k21XBBtUmlRWTs5vBvdgNK8VuyLW2NBV { width:17.875rem;height:25.3125rem;top:2.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrHTGRidmJg9pmRLZw1FivW5AMnNgLtM { width:16.875rem;height:1.59911875rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9i572SbN5Nh8AvfmRuRROZchIoUr0W0 { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oArRTCqPHOTMOS5cGoskzec23BfVFdF8 { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z31T5d009KzS4zOB3MGKHGeDfE73pDuC { width:6.624375rem;height:10.1248125rem;top:4.3109817504883rem;left:6.6872830986975rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDETAa9mPF6aC1JnDGmNd9naxoB65yvo { width:7.7495625rem;height:9.249125rem;top:32.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqrleSwMALMaQJ85fXUuhRWiTe5Rx1Tg { width:10rem;height:10rem;top:32.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfeMcdCTVt9a4yVUQGgvtiPO9osCBbrl { width:8.75rem;height:2.0625rem;top:29.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6BMXpoErSxtgeumTsIQJgItmOxvRz3V { width:10.5625rem;height:1.59911875rem;top:29.875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN9fLHzhMI8pgn65ogwrA8NxxbyarPqO { width:16.5625rem;height:8.3935625rem;top:16.06103515625rem;left:1.87451171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l482wkdUkxM0Nt0ZWi1esiennAmdeEIs { width:14.436875rem;height:12.213125rem;top:44.125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 763px) { #RozwbOWJmGTNFFMTstcbycWT9hBxNtZZ { width:17rem;height:8.3935625rem;top:77.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXLq8IFaTBzeHrHJuc80TmoavIizLP9d { width:10.5625rem;height:1.59911875rem;top:63.5rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KltfehmbRW4ZEJfOAPxGTr3AGXG8Mfk8 { width:10rem;height:10rem;top:65.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btp2DQ6fETPALM7IZWDN0JfdD2D0JP2u { width:6.8125rem;height:8.875rem;top:66.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl5lsbInDHggsr5F85pF7GpCeHaRxbHA { width:16.375rem;height:5.39795rem;top:106.1875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #zXU8SvLnXTaT0lnqROWCPiOAxVddgKSk { width:10.5625rem;height:1.59911875rem;top:92.1875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSdS6bJyFx8wqbGfofkuKVLiiCKSasLQ { width:10rem;height:10rem;top:94.5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odSi4uE98JzwBpcVeCcpLqF9yTJXpgs4 { width:6.12413125rem;height:9.249125rem;top:94.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcyfDsuJeru2EvIZi4frdvu358LfN67a { width:1.5rem;height:1.1875rem;top:25.375rem;left:9.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AP7CShtP4wzedxqmnOHPwoe4JoizptqJ { width:3.4375rem;height:0.125rem;top:25.9375rem;left:4.25rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #b6myhuS7dmLuz7xW5dktwKbRVv90LRJN { width:3.4375rem;height:0.125rem;top:25.9375rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #X8MwXyNZO5rQhb6f3U5ZU3cHWeyPNh4D { width:8.75rem;height:2.0625rem;top:63.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFqTs508iqs1aucHwXVlo33NTg7UoFHz { width:10.5620625rem;height:2.06163125rem;top:91.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2GuSi8c7iWK90Ab2PiICqX7aax9cUJr { width:17.9375rem;height:30.8125rem;top:30.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw7xeupPoUe9F84Oe4pV3wOlKA1aJ4Rk { width:17.9375rem;height:25.75rem;top:64.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0xOvox8aMOU0Qz0xom0b3qXOn7dSlS { width:17.9375rem;height:23rem;top:92.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPfT3FxyFBgUQqOFcvt6UZ3ctVCgUfkQ { width:1.5rem;height:1.1875rem;top:58.375rem;left:9.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #pCnprDTb244vsfdRlQxz02u268VHS5xT { width:3.4375rem;height:0.125rem;top:58.9375rem;left:12.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zS0enble5DbtON5uPvJ72TEnkNuAr5JO { width:3.4375rem;height:0.125rem;top:58.9375rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #BiOO30wpe67pgzt4kcTifnNB6Nnu8ce9 { width:1.5rem;height:1.1875rem;top:87.4375rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #xWPCVwpof6Fo7f4dTy4gQJN1FGx6PLH7 { width:3.4375rem;height:0.125rem;top:88rem;left:12.375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #LxHHGX7mDJvUg3NtKA4gDRkclSlnI3f9 { width:3.4375rem;height:0.125rem;top:88rem;left:4.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #CHp5H0vHrul40myFn4ab4R59El8RkQSN { width:1.5rem;height:1.1875rem;top:112.4375rem;left:9.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #NADf4kUXT8aUKRiJ0Rz1zzhtOu329cpg { width:3.4375rem;height:0.125rem;top:113rem;left:12.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TEIT0ltD6CabfkXXF1lvyC9lMJGeZIP6 { width:3.4375rem;height:0.125rem;top:113rem;left:4.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l { display:block; }#SmJVTrJRLGsNeRcsAuwDazsXHM2Jey4l > .row .container { width:20rem;height:125.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5CqpCqhSoFXyTu1LCVIdxPgXtTqX4y1 { width:10rem;height:10rem;top:3.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEdXPdao4Hd8hBf3DkXiD9b43RpAU4kt { width:5.3125rem;height:7.999125rem;top:4.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogw9KOa0JstG0okiInm1O5wpD1zU7DDR { width:15.186625rem;height:9.9975625rem;top:15.375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ABbmf9tIvZRUsgCKxk9FH9cIBAJV2KGf { width:1.5rem;height:1.1875rem;top:29.625rem;left:9.1875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Lr7XpFW1U2s2pT1CIJIlHhppzNfwxI7a { width:3.4375rem;height:0.125rem;top:30.1875rem;left:12.4375rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #H3Fo2WDHOQ2zhzqRHMRIwngG9X2mtDut { width:3.4375rem;height:0.125rem;top:30.1875rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #J9DIH0LT44T1CyBQGL3xuDlmXxDW41WO { width:10.5625rem;height:1.59911875rem;top:1.5rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFCkqRZ6RFtZkqeu0tuOlabKPT6Gdf5r { width:8.75rem;height:2.0625rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJV1IUdC5AE033lwHTXT3pOzBxsdUa44 { width:17.9375rem;height:30.8125rem;top:2.3125rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nHOmBQUrIbh2OC4IrnCXTPXJZPMLrGdX { width:17.9375rem;height:29.625rem;top:95.3125rem;left:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #x1CA47E44oRxqu0tClA7N7PeJRxvyGFC { width:10.5625rem;height:1.59911875rem;top:94.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #keigP5vRKlwNG1nQViZlhv59PQfrsSUC { width:10.1875rem;height:2.0625rem;top:94.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILyKzvMpC3ryBanKeN1so7ATCBmavcPk { width:10rem;height:10rem;top:97.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5yqMgy00pmwRcQEmI1T5x4zXTIIzxWm { width:7.25rem;height:11.0625rem;top:96.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCNgKyydMNTedeOIh6Cbpa2ZnkzeNRCG { width:17.625rem;height:10.5029375rem;top:110.1875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #uhmr8oMHehorgktIInmnlADIoLGL5SWm { width:1.4375rem;height:1.1378260452627rem;top:121.8125rem;left:9.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aDpKkPxxvV8dxz9TRuuWsn8ta51yd1Ni { width:3.4375rem;height:0.0625rem;top:122.3125rem;left:11.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #v7dv50P4OxTvHV2lutLOuALlDX4vvfCM { width:3.4375rem;height:0.0625rem;top:122.3125rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #N9T8aR6IolPq6OgAoWT2XLcQirtoEMKN { width:17.9375rem;height:29.8125rem;top:62.875rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #aZVT3rcTHAFWPT7XpTePeZ94bgNXZHxb { width:10.5625rem;height:1.59911875rem;top:61.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbI8wl8J99gQa4kKObkBB1rN647Qgc6X { width:8.75rem;height:2.0625rem;top:61.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOiKzf9lDhFXRcKebza8ycbwmMAJr70k { width:10rem;height:10rem;top:64.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcpBZUUWigXH9frXtxwRrusLPevPRI5F { width:8.125rem;height:9.8125rem;top:64.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #maBhtpVTQJn9hbODxQx5fwaK9twfomxp { width:17.1875rem;height:11.3818125rem;top:77.1875rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8RIFNOmLRECGx4E4MzS0A2i4oqLBv0 { width:1.4375rem;height:1.1378260452627rem;top:89.8125rem;left:9.4375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #TcZnAHDbf27KJ8L1MiFNeAbLKuA8kyR5 { width:3.4375rem;height:0.0625rem;top:90.3125rem;left:11.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #WOHOhTqybNhq7vDNOCxmL6wExuy7UBfU { width:3.4375rem;height:0.0625rem;top:90.3125rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ogDpsMuw5beo4VA65LBRQ4BVngOmIMR2 { width:17.9375rem;height:23.8125rem;top:35.98388671875rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #T0hkw24sIZ32Kuqay1Ld41TVnF5v7DIV { width:10.5625rem;height:1.59911875rem;top:35rem;left:4.6240234375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azMiLfLIvoPsBIIR7mSr6iNGvhmWIhGh { width:8.75rem;height:2.0625rem;top:34.749755859375rem;left:5.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc4OCLiaZN5TyHOOulEytQWdddFMQGDf { width:10rem;height:10rem;top:37.374267578125rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uehoF6UAJqnuMBiVHllSdDzwybPFu6Gi { width:6.6875rem;height:10.1875rem;top:37.1875rem;left:6.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVOcSITXgVu25cFZqD3JITfpvmCws3KB { width:16.9375rem;height:7.5rem;top:48.68701171875rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #eVG9rNqSz0gc2ETBnMrI7hpAuhILqM7b { width:1.4375rem;height:1.1378260452627rem;top:57.375rem;left:9.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #OXz68L1ZxKiEmqOSQQRbQvZ47OC4Bhr3 { width:3.4375rem;height:0.0625rem;top:57.875rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #ssHuqeDqhXQZ9s9VFqkaKP6bZi4PcZEs { width:3.4375rem;height:0.0625rem;top:57.875rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq { display:block; }#ZXgzQuuvh9mMd6AXqNzvTDe8iS0aSIKq > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwFlxNX1haRI2TyA9KlgysJAzQFzcwfQ { width:10rem;height:10rem;top:56.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUF92vrVzZvFGs4ClXmbLw3L6JpIAz9s { width:14.75rem;height:9.625rem;top:57.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH8sl4Sn5c9TZArHzNWUe4T25QlFDhyB { width:17.5rem;height:5.625rem;top:66.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lfOAOGTH8tclahIBE8xRH9G5OTLscGr7 { width:1.4375rem;height:1.1378260452627rem;top:73.5625rem;left:9.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #cR0fgdNCuoyhwTOAlk9TX4KiUVqd8pwH { width:3.4375rem;height:0.0625rem;top:74.0625rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Pb9u8zTT1S3itdJUKAWaw29u3wINzKit { width:3.4375rem;height:0.0625rem;top:74.0625rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lNemgwn0NpW6w1NOH9pJvuSMbrZ9WM1S { width:17.9375rem;height:21.1875rem;top:54.8125rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XecHzkveykIbG6uhA0dooL9kQcXCtezq { width:10.5615rem;height:1.59911875rem;top:54rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTImRJFnM2POp4EFB4kX0wNB8k6eneLD { width:8.75rem;height:2.06176875rem;top:53.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkMybtTKd7dtsPiO0UtrGINQQTIs1fth { width:10rem;height:10rem;top:31.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3It93X5S5eC9bwqWSvii9vHhHMU8rT { width:17.9375rem;height:21.9375rem;top:29.8125rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yEpbohHR6m4CI1aRkFhqNeX1SBxu6ycC { width:10.5625rem;height:1.59911875rem;top:28.9375rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXyTf6lRcldfm8nJUVsvdHTZZCVSvBAH { width:10.25rem;height:2.0625rem;top:28.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGWLmIRevp80xd0n8R6MTTPK2TI0eDxG { width:17.1875rem;height:5.625rem;top:42.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #TqpscZ7Rvy7LAy0q9GMDRTmKtxhlnm5K { width:1.4375rem;height:1.1378260452627rem;top:49.25rem;left:9.375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #FeDxdmTz9iFfrMVP2PKCskMtofT4Xl95 { width:3.4375rem;height:0.0625rem;top:49.75rem;left:11.8125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BVbUk3HpZ7nsBp57tvnSJqfl7PqlwCX7 { width:3.4375rem;height:0.0625rem;top:49.75rem;left:4.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #SQduxcgmVEJcpXhb5TE2m0bVcag68St0 { width:10rem;height:10rem;top:3.936767578125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDV7oKVa87O4lRHT42CEI2nRdVELawq { width:6.5625rem;height:9.5625rem;top:4.375rem;left:6.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcbhQQBUyiRUOIEU8sQMmUUJI2m6OrbW { width:17.9375rem;height:24.5625rem;top:2.18603515625rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #IJTk9TvEbAHDNEkq5pxSsg0eSEEH8p4D { width:10.5625rem;height:1.59911875rem;top:1.5625rem;left:4.749755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToInvxX1fr31dTkiJWMnR0HXDgTydLe { width:8.75rem;height:2.0625rem;top:1.312255859375rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuyOeeRKiB1NgDkDPgHRAWig7uZzqVm { width:17.5rem;height:7.5rem;top:15.3740234375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lMtAyQz9KetwzOO7iS91MiC2Z77fyXQc { width:1.4375rem;height:1.1378260452627rem;top:23.9375rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aXFhlgNQStq6NQQ7H9kWWxPzCdhZpH5f { width:3.4375rem;height:0.0625rem;top:24.4375rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Kp8EoUb9v5cALwmLQvpoOS1h4GdEkmyJ { width:3.4375rem;height:0.0625rem;top:24.4375rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #rNVlc4V6zsxyUT4wFpmwVVX8y8vTolBb { width:10.0625rem;height:14.721294878759rem;top:29.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 { display:block; }#OXOSFyB3niDdtFTEPonzTkWo1VFEIMq3 > .row .container { width:20rem;height:68.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IQVvhv9BdgTSSTA6ipeKmgMuLWdOTqae { width:10rem;height:10rem;top:40.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eET9phx76ReliFGqJHHxClg32pC2wLbN { width:17.9375rem;height:29.25rem;top:39.1875rem;left:1.0625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GDz8hd3kr1kLJugRPCTXH7nmOVx6Km9c { width:10.5625rem;height:1.59911875rem;top:38.3125rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2AUxS01gdTRCgSyLlU9TtORTBqvJAFQ { width:10.25rem;height:2.0625rem;top:38.0625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBIDuO6zoVk75PyeTEXtfMb1dAEVS9vg { width:17.6875rem;height:11.25rem;top:52rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #IMTNxcr2McEyI8zyTXLLlmBuiGIM6Vzk { width:1.4375rem;height:1.1378260452627rem;top:65.625rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #KJNMTnSF7R4IfhT6ap7OrTnNf9Cn8JiB { width:3.4375rem;height:0.0625rem;top:66.125rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #DgbeNz2y1q9JA5MODCduTWD3C8g8gXKL { width:3.4375rem;height:0.0625rem;top:66.125rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d00twoHZ51uxb22bLBhC5ZQbAN4RJVz7 { width:10rem;height:10rem;top:3.936767578125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKm2doL8aTQBZ09ghTR1sAEEk7RGZw9Q { width:6.5625rem;height:6.9375rem;top:4.375rem;left:6.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czaZMT3BLC5aNr4SNIkl3o5gfqbiaVnT { width:17.9375rem;height:34.1875rem;top:2.18603515625rem;left:0.9521484375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QOzPWORcfEqFzyMCarnVUz8e2w883oep { width:10.5625rem;height:1.59911875rem;top:1.5625rem;left:4.749755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyedT1t9VJnJkTIbbUSp0BgcXrNIfvwa { width:8.75rem;height:2.0625rem;top:1.312255859375rem;left:5.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtT69HQa3IPMpvu4UIs9tRJrEgC1DZaJ { width:17.875rem;height:16.02905625rem;top:15.9990234375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #wgwbEzzOfo9EDVpcJRuUk9dTqB0Olv2J { width:1.4375rem;height:1.1378260452627rem;top:33.625rem;left:9.3125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #eylKmshFmvCaWS2X9uXkpaidfcHewSTZ { width:3.4375rem;height:0.0625rem;top:34.125rem;left:11.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gC5Jm0JWvKWM1OPvezFhIKpmw7Qx5Zxm { width:3.4375rem;height:0.0625rem;top:34.125rem;left:4.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zbvLfcRx8w1dmyvXuhFvoyhmkT9pCJiW { width:8.1875rem;height:9.6875rem;top:40.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi { display:block; }#NlZEbO3GITzIGCJLd5cLEpOHFSNQB4bi > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJfMx4hT6Rh7KTOGTHJan8SUGF3WxJRv { height:11.150528169014rem;width:19.875rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwmkAbf6ZPCNIMqXe3EBbyaNsqnIdT6x { height:11.25rem;width:19.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO { display:block; }#ePxA1r1s0s6Wcu9kxuUKRWMLCSJKIcBO > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyunAUFDfHIWpG06m7u4hxKoph3wooBz { width:20rem;height:1.86889375rem;top:0.62500047683719rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX1t8t4OEGSlVlXg5wdeL9Z5F0QDJZyz { width:19.6875rem;height:10.3125rem;top:5.9377174377441rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby { display:block; }#kaghFaTE2Ttz5FRNhiFTE2gHL4mnnlby > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tlqdmy0xkcoietoyPXByQP6xxpvvs6NR { width:20rem;height:10.404040404041rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R36BlyFDmitVgQTb2IvyB1qNFhASXtNq { width:19.75rem;height:10.3125rem;top:24.395643789557rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFTnUZNGTLndMUDD5SWCtApTMITeDTbB { width:19.75rem;height:10.3125rem;top:12.896620352057rem;left:0rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pl9ApeZ9DSg76pANSoANP6CIiiDET6wp { display:block; }#pl9ApeZ9DSg76pANSoANP6CIiiDET6wp > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ic4q2LRnWtMfDLwOACJFh8EOKxMNWb40 { width:20rem;height:10.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD { display:block; }#w2TxSZBE9Pc7rsJNJCh8NRITa99MSTTD > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgHaXHrwN6ENmRtOkJFvPXgGJB10gQ1L { width:18.75rem;height:9.1875rem;top:5.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyaI00x2GFEE018c0bcIBnCsTW6FbKVJ { width:18.75rem;height:9.1875rem;top:18.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T98mXERNzdRLU4qT7D5e9mXyxogs71lA { width:18.75rem;height:9.1875rem;top:30.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS0fJH1T97fnPbthP4EgIRwDykXBwUVn { width:18.75rem;height:9.1875rem;top:41.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRQS5JX7vQV6zspf3oPLS0NIZ2oc6B5x { width:18.75rem;height:10.125rem;top:52.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNBWMEM291r5uAJtVrZor9KohdfHBznT { width:15.374375rem;height:1.54345625rem;top:7.06814289093rem;left:2.3122830986977rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdvUOmCfGZEXfpTQsfu7CxTCny5A71vG { width:15.375rem;height:1.54345625rem;top:18.5625rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf5IK98ykSDGfAxS7LM2HT1glOJPEOAn { width:15.375rem;height:3.0869125rem;top:30.875rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drUaIBnSqBwHv81STRV3CdlZ3i8vE0dy { width:16.3125rem;height:1.54345625rem;top:42.25rem;left:1.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MVX1PmK3pDMCTBOxqwvqxiPqN9wuD5Ju { width:15.375rem;height:3.0869125rem;top:52.5625rem;left:2.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8a6w7zHguFxdMHAJeZpeeVTWfGt1ab1 { width:18.75rem;height:5.1953125rem;top:9.373915195465rem;left:0.62500005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ1V7daGdLPunRVSNpJRTcLQufMV9pR5 { width:18.75rem;height:5.1953125rem;top:20.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBT1b5IK1O4TScIAS21I1JgxMJoWNZvO { width:18.75rem;height:3.8964875rem;top:34.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxwiczEvX64d38HNq9RLVPrtgqEKJLa8 { width:18.75rem;height:5.1953125rem;top:55.8125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wc0PfSWh2J0H39E5rqta6ZH4SHNIixmt { width:18.75rem;height:5.1953125rem;top:44.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #quMwMzo1AQGTImW6ue984eCmbCllHlyV { width:20rem;height:3.73779375rem;top:0.97982168197631rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 { display:block; }#eRMCITs8y7QWh9hcuJVgCeFXnm4eV4E4 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oc8OEifyNM9PQbiaLG40zMKWmsRAwZM5 { width:20rem;height:1.86889375rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP { display:block; }#zTLOWzB37bn3ycegtdbn0iZt1dTPOIpP > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GVH5Cu9wVIJByyo0EcKr36zn0IheoZEf { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX3yO2QGZhLc7BAkqePphWC0LQixNibB { width:4.5rem;height:2.62573125rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iupEH6R1si4tGqTma6MI20i8ELpWQscb { width:18.3745625rem;height:1.7858875rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 { display:block; }#cdEnHlMPrGxcFSphBnk08HysWqJWg3H3 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R6zgW98cKUZ3ATwhWC2cWA0SaeQMuGkh { width:18.3735rem;height:4.87426875rem;top:0.54361534118652rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf { display:block; }#TxLrNVNvcB6LFupInd6sc4lgPA2W07Sf > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkD5XArrkMFkI32WHmzotDAJ8sTCTmdk { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KURePDmgZmlisml6pgIBt3Pa77xZz8Zz { width:4.5rem;height:2.62573125rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwF0TBKuwTfpp8g3JgphRxtrUpuyK6BW { width:18.3745625rem;height:3.571775rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx { display:block; }#ESO3xTJrzh0UIaq90OV2anNqbFfG2JPx > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #By4fbsvTQIXQfHmq4JayzEvpu88fLkKl { width:18.3735rem;height:4.87426875rem;top:1.1556081771851rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk { display:block; }#Epsh0uKO3CFzATNE1htRx5wi0T1wDiQk > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkBLU1oVh5cLpWmTS1QX1uy7KBzVCwZq { width:7.625rem;height:3.6875rem;top:0rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVBfi8Qm3gQqlWgOZO6suqdKboBaAxUB { width:4.5rem;height:2.62573125rem;top:0.5625rem;left:7.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RHHFnTCD80xwr6z0Wuw3iOuUS5GIR6WT { width:18.3745625rem;height:3.571775rem;top:4.7341575622559rem;left:0.81163197755812rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd { display:block; }#Wx8lemTO8ugg0T7u9eDxihqwQN48Ngwd > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqTsv5wmaUgUVHgxxCMadlm17y2a3qiS { width:18.3735rem;height:4.87426875rem;top:1.1555948257446rem;left:0.81271702051162rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { width:20rem;height:3.41065rem;top:1.3875002861023rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clpqi4ELZhtbwuXgzuOVcz6uROgbR3s4 { width:20rem;height:2.97363125rem;top:5.6617126464844rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { background-color:#0d1c3d;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:14.9375rem;height:3.9375rem;top:5.25rem;left:2.5312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { width:14.9375rem;height:6.25rem;top:0rem;left:2.5312501192093rem;overflow:hidden;display:block; }
 }