.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,238,225;--color-primary-1:241,150,124;--color-primary-2:232,80,36;--color-primary-3:139,48,22;--color-primary-4:46,16,7;--color-secondary-0:225,228,233;--color-secondary-1:186,195,212;--color-secondary-2:106,122,143;--color-secondary-3:64,73,86;--color-secondary-4:6,34,68;--color-tertiary-0:255,255,255;--color-tertiary-1:163,175,188;--color-tertiary-2:102,122,144;--color-tertiary-3:61,73,86;--color-tertiary-4:0,33,70;--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;top:0rem;left:0rem;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 { 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:none; }#x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 > .row .container { border-width: 0; border-radius: 0; }#x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:75rem;position:relative;display:none; }#MBW00PfXz6rtrXTAhxvnx4nWp9avVwTi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.4375rem;top:1.5625019073486rem;left:7.5rem;overflow:hidden;display:none; }
#A9dGW7zg60vsq7hqRfmQl2Tx6MX1LAKq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:45rem;top:7.0601577758787rem;left:22.5rem;display:block; }
#h5s7gIC3vLx2CGKgLTs96m5aAGVWO5W1 { color:#d33f10;display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0625rem;left:49.1875rem;height:1.25rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#NHvWsHREfpE9ZfdxWoln3myTn6UfmGCJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.0609397888184rem;left:57rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Iep6wmSNbz9pwEq0B2QiEE1Ovr6LJprX { 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:2.75rem;width:13.75rem;top:5.8414063453674rem;left:8.0625rem;overflow:hidden;display:block; }
#DsgCHhovaQqC05D0rgU46Q2iliXGBH7x { position:relative;display:none; }#DsgCHhovaQqC05D0rgU46Q2iliXGBH7x { border-width: 0; border-radius: 0; }#DsgCHhovaQqC05D0rgU46Q2iliXGBH7x > .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; }#DsgCHhovaQqC05D0rgU46Q2iliXGBH7x > .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:none; }#UQl07wGtsTIpXJVie0G4JCX53UPvJvZH { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:5.1875rem;left:11.25rem;height:12.6rem;font-style:normal;display:block; }
#foPEzI7aQEtCJChkgfKCcOTDMGSTSE12 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:ubuntu;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0500001907349rem;left:11.25rem;height:1.70625rem;font-style:normal;display:block; }
#bhWPlUD6PaLK9yOtmI4PUWabyT41TZsm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:12rem;top:0rem;left:49.25rem;overflow:hidden;display:block; }
#w2imzb6GrhTHw3VWFsPODKc0Q2KEvu5N { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:17rem;left:35.875rem;display:block; }
#LillFlBfHhKLwE0QMfZ2hvZH9DRqWUTC { color:rgba(var(--color-tertiary-4),1);display:block;width:22rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:16.549219608307rem;left:11.25rem;height:1.3rem;font-style:normal;display:block; }
#klrc55ZVJLbVNSQko9sTUw3rtPwEtHxg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:75rem;width:60rem;display:none; }
#TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK { position:relative;display:none; }#TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK { border-width: 0; border-radius: 0; }#TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK > .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; }#TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK > .row .container { border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;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:none; }#h1Sc6HdlC1IsurMmQFMlpPqv7xrIqrQK { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.6875rem;height:1.625rem;font-style:normal;display:block; }
#BtCRuX6K9SW6Zh3o6PnCfkdvqBhP8GHP { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.9375rem;width:9.375rem;top:2.0625rem;left:8.125rem;overflow:hidden;display:block; }
#H3k1xznWf7pEktuCvnZCWAmTq1AvpFqD { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.23828125rem;left:22.6875rem;height:4.5rem;display:block; }
#fFnWCK5sJfTU6yL12s3FCEkbw3dgFwJN { z-index:15003;top:9.6242198944094rem;left:51.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#abmeVsszteiDCDeUIxV7dICne48RcTod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cMnpx4QAocTfqdU4ahmTuqQyQVSCDkcM { color:#000000;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:6.5rem;left:7.5rem;display:none; }
#a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN { position:relative;display:none; }#a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN { border-width: 0; border-radius: 0; }#a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN > .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; }#a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN > .row .container { border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;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:none; }#aDAdw2afDTUX98wrMNlAnzqKUCDah4q8 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.6875rem;height:1.625rem;font-style:normal;display:block; }
#kMWUoLui6E2LPMHPALNCg6NT2dzmUIiW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.625rem;width:10.1875rem;top:2.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#vzLQHAwST7sCLdiStOcKcU4hQ0IP3TrM { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.23828125rem;left:22.6875rem;height:6rem;display:block; }
#mqxUGbKpzya4iQO785QeaL9MF0ll7kVI { z-index:15003;top:9.6242198944094rem;left:51.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#neLq4P49IpeAfoNumygu4J5hk7z8vWTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MFmpEGt3pXTnzlzU9TVasIlclSQT9A2T { color:#000000;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:6.5rem;left:7.5rem;display:none; }
#cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw { position:relative;display:none; }#cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw { border-width: 0; border-radius: 0; }#cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw > .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; }#cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw > .row .container { border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.375rem;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:none; }#LXAxnOKIpipXNZ85ZH4HP2iBcbNRAf1R { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.6875rem;height:1.625rem;font-style:normal;display:block; }
#Xmew23Vskg2KKM0scDks19ySShndPRvd { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:9.5625rem;top:3.125rem;left:8.75rem;overflow:hidden;display:block; }
#tvepumbiDrNeeTLcTpRZrKuT72WdTGlF { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.23828125rem;left:22.6875rem;height:7.5rem;display:block; }
#Q9HDuwX25z8lCC60uZ3MR6gKmBocrGZE { z-index:15003;top:11.249219417572rem;left:51.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f8nEp3ioHbR91kOws8ETsv8H6VuVan6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zrSBKheGtcvdbehLe0Ov4ECAGUWS2ydJ { color:#000000;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:6.5rem;left:7.5rem;display:none; }
#Dm3DCWliuDFduIe5zoRManwTrmfHgiMi { position:relative;display:none; }#Dm3DCWliuDFduIe5zoRManwTrmfHgiMi { border-width: 0; border-radius: 0; }#Dm3DCWliuDFduIe5zoRManwTrmfHgiMi > .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; }#Dm3DCWliuDFduIe5zoRManwTrmfHgiMi > .row .container { border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;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:none; }#TE9L6NvM3BT7MN86tRHUhQdlt4Px6PrE { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.6875rem;height:1.625rem;font-style:normal;display:block; }
#baTbt02uVgXrpz6ic5UHp2Mq3nqTu4Rv { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:9.25rem;top:2.3125rem;left:8.8125rem;overflow:hidden;display:block; }
#DQGUQSgW7src5J4mxtKssXMq0EkKy3w6 { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.23828125rem;left:22.6875rem;height:4.5rem;display:block; }
#kCbS3ZFUTK7H493heZGU6bS48WqFwVAk { z-index:15003;top:9.6242198944094rem;left:51.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IBTTNMq7ALT3bwfPL4iWqorlAb1hlgEZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdizHpAHCw1Athlt98pTmQsgHKhNffdv { color:#000000;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:6.5rem;left:7.5rem;display:none; }
#FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS { position:relative;display:none; }#FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS { border-width: 0; border-radius: 0; }#FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS > .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; }#FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS > .row .container { border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.875rem;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:none; }#l3zmhpQXcD9rh590RvDTRi9GPau2bG5t { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:22.6875rem;height:1.625rem;font-style:normal;display:block; }
#Igs1feAZ6qsVubT2n6XkBpOCZrZZ8QWK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:7.8125rem;width:8.3125rem;top:2.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#haGmJ0UXlhznOylLLT4aTw1RcQXouGZE { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.23828125rem;left:22.6875rem;height:6rem;display:block; }
#hu0UWCSFqRL40eMbqm70CGT6l84FTmRA { z-index:15003;top:9.6242198944094rem;left:51.1875rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uJveF4c9pDAvE6CHT7V3XCi6cTO206u2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ew0hPn9J0qNbHrXmeP9uzBtl6AmK5T2w { color:#000000;display:block;width:19.875rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:6.5rem;left:7.5rem;display:none; }
#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 { position:relative;display:none; }#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 { border-width: 0; border-radius: 0; }#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 > .row .container { border-top:0.0625rem dashed rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0.0625rem dashed rgba(var(--color-tertiary-4),1);background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ktzWfL6CvTXOiBUmHQJOJH7Izdp7Fk6S { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.63750076293944rem;left:11.4375rem;height:1.1375rem;display:block; }
#WuEM702JEBwF3DKBX6zE90GcXvXruE0a { color:#908c9c;display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.66250228881838rem;left:27.75rem;height:1.05625rem;font-style:normal;display:block; }
#obX0oQCSVntoI4QfS0l3qbEtFmTh74ht { color:#908c9c;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.66250228881838rem;left:48.75rem;height:1.05625rem;font-style:normal;display:block; }
#y6HkJD2odheDJKxqqdAynva7K5vzON3v { color:#908c9c;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0.66250228881838rem;left:55.6875rem;height:1.05625rem;font-style:normal;display:block; }
#iS4TDCCBrmUsNQc9WWrZAdzQWEePDvS5 { color:#908c9c;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0.5625rem;left:59.5rem;height:1.05rem;font-style:normal;display:none; }
#OVeAKAkWdls24F9o1GR04sg5DMEVflxD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:2.125rem;left:7.5rem;display:none; }
#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB { position:relative;display:block; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB { background-color: transparent; background-image: none; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .row .container > .video-iframe-container { display: none; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .row > .video-iframe-container { display: none; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .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); }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB { border-width: 0; border-radius: 0; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .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; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .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:27.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; }#deXas15BBqkd3iJ6TFJkRnUCF2EhDre6 { position:absolute;display:block;z-index:15024;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4982625rem;width:75rem;top:22.8125rem;left:0rem;display:block; }
#JL9WTkL99aCdCENQUGEmPJ1PfF8xTsdn { color:rgba(var(--color-tertiary-0),1);display:block;width:19.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.9375rem;left:22.5625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UpaJniVAo5k2QA82Sbpnq8rGmddfZrbZ { 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:5.06185rem;width:12.5rem;top:22.375rem;left:39.9375rem;overflow:hidden;display:block; }
#BmX6VVeqXF9CR2TAOCGBZvG2MdIJ5QrD { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:75rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx { position:relative;display:block; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx { background-color: transparent; background-image: none; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .row .container > .video-iframe-container { display: none; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .row > .video-iframe-container { display: none; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .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); }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx { border-width: 0; border-radius: 0; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .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; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .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:31rem;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; }#MLHgdWTvzvUStv10s634N3XftOehhdt1 { position:absolute;display:block;z-index:15019;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:20.9375rem;top:4.125rem;left:28.75rem;display:block; }
#XLU5xm7492if7vUuTatI2RUZt7Xu38vz { position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-size:auto !important;border-top:0.0625rem dotted #9d9cb3;border-left:0.0625rem dotted #9d9cb3;border-right:0.0625rem dotted #9d9cb3;border-bottom:0.0625rem dotted #9d9cb3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.875rem;width:19.6875rem;top:4.5625rem;left:29.5rem;display:block; }
#GQEXi3L58TBa6snE2zu3i81cpqD0r7Zh { color:rgba(var(--color-tertiary-4),1);display:block;width:19.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:7.25rem;left:29.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4G0pXtdvLN3CnGzuB1aHVAuvk5d7i5S { 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:3.375rem;width:4.0625rem;top:12rem;left:42.875rem;overflow:hidden;display:block; }
#dUpUX8lzC8m4mToPAkhGKRL60Jn3OvNG { position:absolute;display:block;z-index:15063;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.37456875rem;width:4.4987rem;top:12rem;left:34.25rem;overflow:hidden;display:block; }
#zPmVMJCIlxXT39MOy1psBLVmPNsPxpTn { position:absolute;display:block;z-index:15065;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.5rem;width:3.875rem;top:11.875rem;left:31.25rem;overflow:hidden;display:block; }
#lKG7ll5TxhW3tGMrPlxb7IVUveXIfDp6 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:18.75rem;top:12.8125rem;left:29.875rem;display:block; }
#QD8nlL2GgGV8ybCWbIQ7o0fiifcg7y2f { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:18.75rem;top:15.375rem;left:29.875rem;display:block; }
#OE16imUUblSJMvyzI2T1vwfh6UsOdeaw { color:#333a49;display:block;width:17.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:17.9375rem;left:30.6875rem;height:4.198775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wV2VnwgTpT7oKdcJ9ppQdwRNusQqVUr8 { position:absolute;display:block;z-index:15064;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.37456875rem;width:5.06185rem;top:12rem;left:38.25rem;overflow:hidden;display:block; }
#l4efhvxtMPOsKS2qakfpyapT0I7mBCLa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:24.625rem;left:33.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5oF4RKotK4NBPRcc3wNMCFqFiAlQLTh { position:absolute;display:block;z-index:15079;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.5625rem;top:24.1875rem;left:33.4375rem;display:block; }
#mKihq4An34eOyWfgqv4bzKKSC0TQTXNi { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:25rem;width:20.9375rem;top:4.125rem;left:52.9375rem;display:block; }
#KgFX6ZPpgV9L87Vgi7VSI3saJ3JDSnkW { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-size:auto !important;border-top:0.0625rem dotted #9d9cb3;border-left:0.0625rem dotted #9d9cb3;border-right:0.0625rem dotted #9d9cb3;border-bottom:0.0625rem dotted #9d9cb3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.8748125rem;width:19.6875rem;top:4.5625rem;left:53.4375rem;display:block; }
#J211c9LL55t1EM1qmXJPxXVaf2OQMakM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:5.3125rem;left:53.625rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrpJvKdEpLw77yiDunKI1O2P8SSZfldn { color:#333a49;display:block;width:7.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15072;line-height:1.4;letter-spacing:0;top:13.75rem;left:55.3125rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efJWMZe90scPlKh01ELM1QbVCHb0NTXn { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:18.75rem;top:12.8125rem;left:54rem;display:block; }
#M4Lbzt1NOUoNhVvFrhxfqasRWhrWcdOM { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:18.75rem;top:15.375rem;left:54rem;display:block; }
#LSz15kKIpfmbc2GX9tGKNmb3TicTLtBT { color:#333a49;display:block;width:15.0596875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15071;line-height:1.4;letter-spacing:0;top:18.625rem;left:55.3125rem;height:2.79918125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aE61NqilFSnI0TrIwz8QvL7hAvli3WGJ { position:absolute;display:block;z-index:15081;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.5625rem;top:24.1875rem;left:57.0625rem;display:block; }
#U6p06aTRmb38yI3bw6iRifkmKZop8yXU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:24.625rem;left:57.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmbwKFlFnPTivxiBbfSuhxWtcuTqamEo { position:absolute;display:block;z-index:15076;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.37456875rem;width:4.81228125rem;top:12rem;left:63.875rem;overflow:hidden;display:block; }
#Tn9oHzNTziUNObTtEP05UkF5AKOKhuNd { position:absolute;display:block;z-index:15044;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:20.9375rem;top:4.6875rem;left:3.75rem;display:block; }
#OKQgoiSrAd6qyX09oPTpFhckEP0noQep { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-size:auto !important;border-top:0.0625rem dotted #9d9cb3;border-left:0.0625rem dotted #9d9cb3;border-right:0.0625rem dotted #9d9cb3;border-bottom:0.0625rem dotted #9d9cb3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:24.0625rem;width:19.8125rem;top:4.5625rem;left:4.3125rem;display:block; }
#b9IlBxSTnTHoeZIPzV11574sRbTppxW5 { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.5625rem;top:24.3125rem;left:8.4375rem;display:block; }
#y2w2uEOfIbDC09fJ2dfVCLfdsynXxCk5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1860625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:24.75rem;left:8.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BAUkPQoE9LO16HEZHSDsrwl49Wb2SwfC { color:#333a49;display:block;width:15.058625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15081;line-height:1.4;letter-spacing:0;top:16.535429477692rem;left:6.6863441467288rem;height:6.9979375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tfx7GiecuTQqtXggpt3nQAHcT7S4I8fo { color:#333a49;display:block;width:7.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:13.8125rem;left:6.1875rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qztBz0LEiT4aykNUwq3dCQqQ5F2gAygH { position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:18.75rem;top:15.4375rem;left:4.875rem;display:block; }
#QX0gBXi2UhPLpTsLay2OduHLaCXTXDqT { position:absolute;display:block;z-index:15086;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.37456875rem;width:4.81228125rem;top:12.0625rem;left:14.75rem;overflow:hidden;display:block; }
#v9I50TU0TcQ7yDD7VH5pH9bTCFTDtAsS { position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.060763875rem;width:18.75rem;top:12.875rem;left:4.875rem;display:block; }
#Tprlq9No3Va842fhx46OLCKurMhHuDxy { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:6.375rem;left:4.4375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 { position:relative;display:none; }#Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 { border-width: 0; border-radius: 0; }#Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 > .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; }#Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 > .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.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:none; }#CZnGKsTofFS6gheb7AxkT3qICtlGNTvO { position:absolute;display:block;z-index:15026;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:25rem;width:17.3125rem;top:3rem;left:53.875rem;display:block; }
#zxMsc9gD29nT8p7FwBTDcylHvlvTeeML { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-0),0)' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(var(--color-primary-0),0));background-size:auto !important;border-top:0.0625rem dotted #9d9cb3;border-left:0.0625rem dotted #9d9cb3;border-right:0.0625rem dotted #9d9cb3;border-bottom:0.0625rem dotted #9d9cb3;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:23.875rem;width:16.1230625rem;top:3.4375rem;left:54.25rem;display:block; }
#Bv1BXuV2z8aps15JfXDHzqoeTR5GV0bM { color:#333a49;display:block;width:15.0615rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15063;line-height:1.4;letter-spacing:0;top:16.875rem;left:54.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g9pMKILNalyEEDCqmyqSAWyB3FmNGTcV { color:#333a49;display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15064;line-height:1.4;letter-spacing:0;top:12.0625rem;left:54.8125rem;height:2.2743rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xy3xMTOUfGygozcZA093RCDBoTNws8XF { 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:3.375rem;width:4.375rem;top:11.0625rem;left:63.625rem;overflow:hidden;display:block; }
#wwl3WLn1VO1N6JPf6PXlTgW9yDspHaPD { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:14.4375rem;left:54.25rem;display:block; }
#aSTkeQwgR087F7yhGr2WN3NsP1cDVWMW { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.6875rem;top:11.0625rem;left:66.875rem;overflow:hidden;display:block; }
#KlTh2grV694cszLxnID74CbEi4uieEgD { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:11.75rem;left:54.25rem;display:block; }
#LoZkupOMWqxhF8ynmtzkbc8wroEVQlbF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:5.25rem;left:54.3125rem;height:3.897575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DJCTIh2XaHfJfGAZ7gmsbQTAFuOUF3Qn { position:absolute;display:block;z-index:15018;background-color:rgba(157,156,179,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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.25rem;width:74.9375rem;top:35.629989624024rem;left:0rem;display:block; }
#ww9Tp0oTkmukJdaMEvy87HdzZD07ueTe { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:11.25rem;left:54.4375rem;display:none; }
#uQJFnWoyBZT4hfQyoRLw3eeTQTmmLWOp { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:14rem;left:29.375rem;display:none; }
#a7lkaqAl8rO4GPT94w8KCeMu56UO2P8Q { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:16.25rem;top:13.9375rem;left:54.4375rem;display:none; }
#Zp4L0FT1f4PT7vo1M0sawfBQC5bRFJ6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:23.0625rem;left:56.875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X4SpJoTTrEJcM7EmlJTZffo56Z5gt0Qh { position:absolute;display:block;z-index:15083;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.5625rem;top:22.625rem;left:56.6875rem;display:block; }
#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container { background-color: transparent; background-image: none; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container > .video-iframe-container { display: none; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row > .video-iframe-container { display: none; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .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); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container { border-width: 0; border-radius: 0; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#lfgLLy6I3Dk2Zw5dgx5SxbnacQ51Rr9N { color:#333a49;display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.625rem;height:1.05625rem;display:block; }
#vXxtALu0Ta1WRFDK2HCFu9ZHxhXDUPlf { color:#333a49;display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:18.875rem;height:1.05625rem;font-style:normal;display:block; }
#R2aFZP21efotBi25cxesIWbAF1vXX95i { color:#333a49;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:0.6875rem;left:33.25rem;height:1.05625rem;font-style:normal;display:block; }
#lEAeTBrXOvSoCCf2B8pRwCG6NTD0smGV { color:#333a49;display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0.6875rem;left:56.5rem;height:1.05625rem;font-style:normal;display:block; }
#N8uMlqyENvf9bTvr0QTLBULsDUxfHahP { color:#333a49;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0.6875rem;left:66.3125rem;height:1.05625rem;font-style:normal;display:block; }
#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi { position:relative;display:block; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi { background-color: transparent; background-image: none; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row .container > .video-iframe-container { display: none; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row > .video-iframe-container { display: none; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .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); }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi { border-width: 0; border-radius: 0; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row .container { border-top:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),0.07);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#b2N69SkZelU8KtGm1aKrhoO89s8SRf0k { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:75rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#qfB9MoN02VSro8CB3ils6uVu8sdVyhB4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:21.875rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 { display:none; }#x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBW00PfXz6rtrXTAhxvnx4nWp9avVwTi { width:11.4375rem;height:2.9375rem;top:1.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #A9dGW7zg60vsq7hqRfmQl2Tx6MX1LAKq { width:45rem;height:0.3125rem;top:7rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5s7gIC3vLx2CGKgLTs96m5aAGVWO5W1 { width:16.25rem;height:1.125rem;top:5.0625rem;left:31.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NHvWsHREfpE9ZfdxWoln3myTn6UfmGCJ { width:10.5rem;height:2rem;top:5rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iep6wmSNbz9pwEq0B2QiEE1Ovr6LJprX { width:13.75rem;height:2.75rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsgCHhovaQqC05D0rgU46Q2iliXGBH7x { display:none; }#DsgCHhovaQqC05D0rgU46Q2iliXGBH7x > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQl07wGtsTIpXJVie0G4JCX53UPvJvZH { width:34rem;height:12.5625rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foPEzI7aQEtCJChkgfKCcOTDMGSTSE12 { width:30.75rem;height:1.6875rem;top:2rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhWPlUD6PaLK9yOtmI4PUWabyT41TZsm { width:12rem;height:18.625rem;top:0rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2imzb6GrhTHw3VWFsPODKc0Q2KEvu5N { width:3.125rem;height:3.125rem;top:17rem;left:22.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LillFlBfHhKLwE0QMfZ2hvZH9DRqWUTC { width:22rem;height:1.25rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klrc55ZVJLbVNSQko9sTUw3rtPwEtHxg { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK { display:none; }#TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h1Sc6HdlC1IsurMmQFMlpPqv7xrIqrQK { width:28rem;height:1.5625rem;top:1.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtCRuX6K9SW6Zh3o6PnCfkdvqBhP8GHP { width:9.375rem;height:7.9375rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3k1xznWf7pEktuCvnZCWAmTq1AvpFqD { width:38.125rem;height:4.5rem;top:4.1875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFnWCK5sJfTU6yL12s3FCEkbw3dgFwJN { top:9.5625rem;left:37.5625rem;width:9.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abmeVsszteiDCDeUIxV7dICne48RcTod { display:block; }
 }@media only screen and (max-width: 763px) { #cMnpx4QAocTfqdU4ahmTuqQyQVSCDkcM { width:19.875rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN { display:none; }#a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDAdw2afDTUX98wrMNlAnzqKUCDah4q8 { width:28rem;height:1.5625rem;top:1.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMWUoLui6E2LPMHPALNCg6NT2dzmUIiW { width:10.1875rem;height:7.625rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzLQHAwST7sCLdiStOcKcU4hQ0IP3TrM { width:38.125rem;height:6rem;top:4.1875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqxUGbKpzya4iQO785QeaL9MF0ll7kVI { top:9.5625rem;left:37.5625rem;width:9.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #neLq4P49IpeAfoNumygu4J5hk7z8vWTQ { display:block; }
 }@media only screen and (max-width: 763px) { #MFmpEGt3pXTnzlzU9TVasIlclSQT9A2T { width:19.875rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw { display:none; }#cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LXAxnOKIpipXNZ85ZH4HP2iBcbNRAf1R { width:28rem;height:1.5625rem;top:1.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xmew23Vskg2KKM0scDks19ySShndPRvd { width:9.5625rem;height:7.8125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvepumbiDrNeeTLcTpRZrKuT72WdTGlF { width:38.125rem;height:7.5rem;top:4.1875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9HDuwX25z8lCC60uZ3MR6gKmBocrGZE { top:11.1875rem;left:37.5625rem;width:9.6875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8nEp3ioHbR91kOws8ETsv8H6VuVan6h { display:block; }
 }@media only screen and (max-width: 763px) { #zrSBKheGtcvdbehLe0Ov4ECAGUWS2ydJ { width:19.875rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm3DCWliuDFduIe5zoRManwTrmfHgiMi { display:none; }#Dm3DCWliuDFduIe5zoRManwTrmfHgiMi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TE9L6NvM3BT7MN86tRHUhQdlt4Px6PrE { width:28rem;height:1.625rem;top:1.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #baTbt02uVgXrpz6ic5UHp2Mq3nqTu4Rv { width:9.25rem;height:7.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQGUQSgW7src5J4mxtKssXMq0EkKy3w6 { width:38.125rem;height:4.5rem;top:4.1875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCbS3ZFUTK7H493heZGU6bS48WqFwVAk { top:9.5625rem;left:37.5625rem;width:9.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTTNMq7ALT3bwfPL4iWqorlAb1hlgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #EdizHpAHCw1Athlt98pTmQsgHKhNffdv { width:19.875rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS { display:none; }#FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3zmhpQXcD9rh590RvDTRi9GPau2bG5t { width:28rem;height:1.625rem;top:1.625rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igs1feAZ6qsVubT2n6XkBpOCZrZZ8QWK { width:8.3125rem;height:7.8125rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGmJ0UXlhznOylLLT4aTw1RcQXouGZE { width:38.125rem;height:6rem;top:4.1875rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu0UWCSFqRL40eMbqm70CGT6l84FTmRA { top:9.5625rem;left:37.5625rem;width:9.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJveF4c9pDAvE6CHT7V3XCi6cTO206u2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ew0hPn9J0qNbHrXmeP9uzBtl6AmK5T2w { width:19.875rem;height:1.5625rem;top:6.5rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 { display:none; }#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktzWfL6CvTXOiBUmHQJOJH7Izdp7Fk6S { width:15.5rem;height:1.0625rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuEM702JEBwF3DKBX6zE90GcXvXruE0a { width:20.5rem;height:2.125rem;top:0.625rem;left:14.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #obX0oQCSVntoI4QfS0l3qbEtFmTh74ht { width:7rem;height:1rem;top:0.625rem;left:35.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6HkJD2odheDJKxqqdAynva7K5vzON3v { width:8rem;height:1rem;top:0.625rem;left:39.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS4TDCCBrmUsNQc9WWrZAdzQWEePDvS5 { width:8rem;height:1.875rem;top:0.5625rem;left:39.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVeAKAkWdls24F9o1GR04sg5DMEVflxD { width:47.75rem;height:0.125rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB { display:block; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deXas15BBqkd3iJ6TFJkRnUCF2EhDre6 { width:47.75rem;height:4.4375rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL9WTkL99aCdCENQUGEmPJ1PfF8xTsdn { width:19.0625rem;height:2rem;top:23.9375rem;left:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpaJniVAo5k2QA82Sbpnq8rGmddfZrbZ { width:12.5rem;height:5.061525rem;top:22.375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmX6VVeqXF9CR2TAOCGBZvG2MdIJ5QrD { width:47.75rem;height:13.568958333333rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx { display:block; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLHgdWTvzvUStv10s634N3XftOehhdt1 { width:20.875rem;height:24.9375rem;top:4.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLU5xm7492if7vUuTatI2RUZt7Xu38vz { width:19.6875rem;height:23.8125rem;top:4.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQEXi3L58TBa6snE2zu3i81cpqD0r7Zh { width:19.5rem;height:1.9375rem;top:7.25rem;left:15.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4G0pXtdvLN3CnGzuB1aHVAuvk5d7i5S { width:4rem;height:3.3232798549837rem;top:12rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUpUX8lzC8m4mToPAkhGKRL60Jn3OvNG { width:4.4375rem;height:3.3287846963643rem;top:12rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPmVMJCIlxXT39MOy1psBLVmPNsPxpTn { width:3.8125rem;height:3.4442255955406rem;top:11.875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKG7ll5TxhW3tGMrPlxb7IVUveXIfDp6 { width:18.75rem;height:0;top:12.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8nlL2GgGV8ybCWbIQ7o0fiifcg7y2f { width:18.75rem;height:0;top:15.375rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE16imUUblSJMvyzI2T1vwfh6UsOdeaw { width:17rem;height:4.1875rem;top:17.9375rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2VnwgTpT7oKdcJ9ppQdwRNusQqVUr8 { width:5rem;height:3.3333353912717rem;top:12rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4efhvxtMPOsKS2qakfpyapT0I7mBCLa { width:11.125rem;height:1.5625rem;top:24.625rem;left:20rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5oF4RKotK4NBPRcc3wNMCFqFiAlQLTh { width:11.5rem;height:2.4375rem;top:24.1875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKihq4An34eOyWfgqv4bzKKSC0TQTXNi { width:20.875rem;height:24.9375rem;top:4.125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgFX6ZPpgV9L87Vgi7VSI3saJ3JDSnkW { width:19.6875rem;height:23.8125rem;top:4.5625rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J211c9LL55t1EM1qmXJPxXVaf2OQMakM { width:19.4375rem;height:5.8125rem;top:5.3125rem;left:28.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrpJvKdEpLw77yiDunKI1O2P8SSZfldn { width:7.1875rem;height:1.125rem;top:13.75rem;left:40.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJWMZe90scPlKh01ELM1QbVCHb0NTXn { width:18.75rem;height:0;top:12.8125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Lbzt1NOUoNhVvFrhxfqasRWhrWcdOM { width:18.75rem;height:0;top:15.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSz15kKIpfmbc2GX9tGKNmb3TicTLtBT { width:15rem;height:2.75rem;top:18.625rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE61NqilFSnI0TrIwz8QvL7hAvli3WGJ { width:11.5rem;height:2.4375rem;top:24.1875rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6p06aTRmb38yI3bw6iRifkmKZop8yXU { width:11.125rem;height:1.5625rem;top:24.625rem;left:36.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmbwKFlFnPTivxiBbfSuhxWtcuTqamEo { width:4.75rem;height:3.3314448926041rem;top:12rem;left:43rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9oHzNTziUNObTtEP05UkF5AKOKhuNd { width:20.875rem;height:24.9375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKQgoiSrAd6qyX09oPTpFhckEP0noQep { width:19.75rem;height:24rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9IlBxSTnTHoeZIPzV11574sRbTppxW5 { width:11.5rem;height:2.4375rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2w2uEOfIbDC09fJ2dfVCLfdsynXxCk5 { width:11.125rem;height:1.5625rem;top:24.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAUkPQoE9LO16HEZHSDsrwl49Wb2SwfC { width:15rem;height:6.9375rem;top:16.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfx7GiecuTQqtXggpt3nQAHcT7S4I8fo { width:7.1875rem;height:1.125rem;top:13.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qztBz0LEiT4aykNUwq3dCQqQ5F2gAygH { width:18.75rem;height:0;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX0gBXi2UhPLpTsLay2OduHLaCXTXDqT { width:4.75rem;height:3.3314448926041rem;top:12.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9I50TU0TcQ7yDD7VH5pH9bTCFTDtAsS { width:18.75rem;height:0;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tprlq9No3Va842fhx46OLCKurMhHuDxy { width:19.4375rem;height:3.875rem;top:6.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 { display:none; }#Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZnGKsTofFS6gheb7AxkT3qICtlGNTvO { width:17.3125rem;height:25rem;top:3rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxMsc9gD29nT8p7FwBTDcylHvlvTeeML { width:16.0625rem;height:23.875rem;top:3.4375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1BXuV2z8aps15JfXDHzqoeTR5GV0bM { width:15rem;height:4.1875rem;top:16.875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9pMKILNalyEEDCqmyqSAWyB3FmNGTcV { width:8.8125rem;height:2.25rem;top:12.0625rem;left:32rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy3xMTOUfGygozcZA093RCDBoTNws8XF { width:4.375rem;height:3.375rem;top:11.0625rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwl3WLn1VO1N6JPf6PXlTgW9yDspHaPD { width:16.25rem;height:0.0625rem;top:14.4375rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTkeQwgR087F7yhGr2WN3NsP1cDVWMW { width:3.6875rem;height:3.375rem;top:11.0625rem;left:43.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTh2grV694cszLxnID74CbEi4uieEgD { width:16.25rem;height:0.0625rem;top:11.75rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZkupOMWqxhF8ynmtzkbc8wroEVQlbF { width:16.0625rem;height:3.875rem;top:5.25rem;left:31.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJCTIh2XaHfJfGAZ7gmsbQTAFuOUF3Qn { width:47.75rem;height:1.25rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww9Tp0oTkmukJdaMEvy87HdzZD07ueTe { width:16.25rem;height:0.0625rem;top:11.25rem;left:31.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQJFnWoyBZT4hfQyoRLw3eeTQTmmLWOp { width:16.25rem;height:0.0625rem;top:14rem;left:15.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a7lkaqAl8rO4GPT94w8KCeMu56UO2P8Q { width:16.25rem;height:0.0625rem;top:13.9375rem;left:31.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zp4L0FT1f4PT7vo1M0sawfBQC5bRFJ6Z { width:11.1875rem;height:1.625rem;top:23.0625rem;left:34.062498092651rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4SpJoTTrEJcM7EmlJTZffo56Z5gt0Qh { width:11.5625rem;height:2.5rem;top:22.625rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 { display:block; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfgLLy6I3Dk2Zw5dgx5SxbnacQ51Rr9N { width:16rem;height:1rem;top:0.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXxtALu0Ta1WRFDK2HCFu9ZHxhXDUPlf { width:11.6875rem;height:1rem;top:0.6875rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2aFZP21efotBi25cxesIWbAF1vXX95i { width:21.0625rem;height:1rem;top:0.6875rem;left:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEAeTBrXOvSoCCf2B8pRwCG6NTD0smGV { width:7rem;height:1rem;top:0.6875rem;left:40.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8uMlqyENvf9bTvr0QTLBULsDUxfHahP { width:8rem;height:1rem;top:0.6875rem;left:39.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi { display:block; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2N69SkZelU8KtGm1aKrhoO89s8SRf0k { width:47.75rem;height:2.7854166666667rem;top:-0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfB9MoN02VSro8CB3ils6uVu8sdVyhB4 { width:12.5rem;height:5.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 { background-color:transparent;background-image:none;display:none; }#x4dFlVyRkfs8xTZnJChUdgQNmw0AtUo6 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MBW00PfXz6rtrXTAhxvnx4nWp9avVwTi { width:12.625rem;height:3rem;top:1.3125rem;left:3.6874998807907rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A9dGW7zg60vsq7hqRfmQl2Tx6MX1LAKq { width:18.75rem;height:0.25rem;top:6.9312505722044rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5s7gIC3vLx2CGKgLTs96m5aAGVWO5W1 { width:16.25rem;height:0;top:6.3992195129394rem;left:1.8750001192093rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15004;color:#002146;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NHvWsHREfpE9ZfdxWoln3myTn6UfmGCJ { width:16.6875rem;height:1.125rem;top:5.6875rem;left:1.6562501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #Iep6wmSNbz9pwEq0B2QiEE1Ovr6LJprX { width:14.375rem;height:3rem;top:9.6187515258787rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DsgCHhovaQqC05D0rgU46Q2iliXGBH7x { display:none; }#DsgCHhovaQqC05D0rgU46Q2iliXGBH7x > .row .container { width:20rem;height:35.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UQl07wGtsTIpXJVie0G4JCX53UPvJvZH { width:20rem;height:19.25rem;top:4.4625000953674rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #foPEzI7aQEtCJChkgfKCcOTDMGSTSE12 { width:20rem;height:3.375rem;top:0.375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhWPlUD6PaLK9yOtmI4PUWabyT41TZsm { width:12rem;height:18.625rem;top:9.6187505722044rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2imzb6GrhTHw3VWFsPODKc0Q2KEvu5N { width:3.125rem;height:3.125rem;top:17rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LillFlBfHhKLwE0QMfZ2hvZH9DRqWUTC { width:20rem;height:2.5rem;top:33.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #klrc55ZVJLbVNSQko9sTUw3rtPwEtHxg { top:22.625rem;left:6.2499998807907rem;width:7.5rem;height:9.375rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK { display:none; }#TmDZlmUNgznZ41QdG6h9LDB9UP0QOBXK > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h1Sc6HdlC1IsurMmQFMlpPqv7xrIqrQK { width:20rem;height:1.625rem;top:7.4375009536744rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtCRuX6K9SW6Zh3o6PnCfkdvqBhP8GHP { width:6.25rem;height:5.375rem;top:0.68749847449363rem;left:5.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3k1xznWf7pEktuCvnZCWAmTq1AvpFqD { width:20rem;height:9rem;top:10.474999606609rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFnWCK5sJfTU6yL12s3FCEkbw3dgFwJN { top:20.525002479553rem;left:4.9999998807907rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abmeVsszteiDCDeUIxV7dICne48RcTod { display:block; }
 }@media only screen and (max-width: 763px) { #cMnpx4QAocTfqdU4ahmTuqQyQVSCDkcM { top:-0.0625rem;left:0.12421876192093rem;width:19.875rem;height:0;z-index:15005;text-align:center;text-align-last:center;color:#002146;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN { display:none; }#a1A3kTzHGk4RGbxK518MLHvSQB1F7yFN > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aDAdw2afDTUX98wrMNlAnzqKUCDah4q8 { width:20rem;height:1.625rem;top:6.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMWUoLui6E2LPMHPALNCg6NT2dzmUIiW { width:7rem;height:5.25rem;top:0.68749847449363rem;left:5.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzLQHAwST7sCLdiStOcKcU4hQ0IP3TrM { width:20rem;height:12rem;top:9.7867202758787rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mqxUGbKpzya4iQO785QeaL9MF0ll7kVI { top:23.025001525879rem;left:4.9999998807907rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neLq4P49IpeAfoNumygu4J5hk7z8vWTQ { display:block; }
 }@media only screen and (max-width: 763px) { #MFmpEGt3pXTnzlzU9TVasIlclSQT9A2T { top:-0.0625rem;left:0.12421876192093rem;width:19.875rem;height:0;z-index:15005;text-align:center;text-align-last:center;color:#002146;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw { display:none; }#cgv7oTSfiDUFns1Jwp2nihepxxsVZWfw > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LXAxnOKIpipXNZ85ZH4HP2iBcbNRAf1R { width:20rem;height:1.625rem;top:7.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xmew23Vskg2KKM0scDks19ySShndPRvd { width:8.375rem;height:6.9375rem;top:0rem;left:4.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvepumbiDrNeeTLcTpRZrKuT72WdTGlF { width:20rem;height:15rem;top:10.724220275879rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9HDuwX25z8lCC60uZ3MR6gKmBocrGZE { top:26.587501525879rem;left:4.9999998807907rem;width:10rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #f8nEp3ioHbR91kOws8ETsv8H6VuVan6h { display:block; }
 }@media only screen and (max-width: 763px) { #zrSBKheGtcvdbehLe0Ov4ECAGUWS2ydJ { top:-0.0625rem;left:0.12421876192093rem;width:19.875rem;height:0;z-index:15005;text-align:center;text-align-last:center;color:#002146;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm3DCWliuDFduIe5zoRManwTrmfHgiMi { display:none; }#Dm3DCWliuDFduIe5zoRManwTrmfHgiMi > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TE9L6NvM3BT7MN86tRHUhQdlt4Px6PrE { width:20rem;height:1.625rem;top:6.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #baTbt02uVgXrpz6ic5UHp2Mq3nqTu4Rv { width:6.25rem;height:5.25rem;top:0.68749847449363rem;left:5.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQGUQSgW7src5J4mxtKssXMq0EkKy3w6 { width:20rem;height:9rem;top:9.7867202758787rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kCbS3ZFUTK7H493heZGU6bS48WqFwVAk { top:20.0869140625rem;left:5rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBTTNMq7ALT3bwfPL4iWqorlAb1hlgEZ { display:block; }
 }@media only screen and (max-width: 763px) { #EdizHpAHCw1Athlt98pTmQsgHKhNffdv { top:-0.0625rem;left:0.12421876192093rem;width:19.875rem;height:0;z-index:15005;text-align:center;text-align-last:center;color:#002146;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS { display:none; }#FHpqJKfqMXwmhCTHbv6ptqKwxXN8HCWS > .row .container { width:20rem;height:57.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3zmhpQXcD9rh590RvDTRi9GPau2bG5t { width:20rem;height:1.625rem;top:6.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Igs1feAZ6qsVubT2n6XkBpOCZrZZ8QWK { width:5.625rem;height:5.25rem;top:0.68749847449363rem;left:5.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #haGmJ0UXlhznOylLLT4aTw1RcQXouGZE { width:20rem;height:12rem;top:9.7867202758787rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hu0UWCSFqRL40eMbqm70CGT6l84FTmRA { top:23.025001525879rem;left:4.9999998807907rem;width:10rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJveF4c9pDAvE6CHT7V3XCi6cTO206u2 { display:block; }
 }@media only screen and (max-width: 763px) { #Ew0hPn9J0qNbHrXmeP9uzBtl6AmK5T2w { top:-0.0625rem;left:0.12421876192093rem;width:19.875rem;height:0;z-index:15005;text-align:center;text-align-last:center;color:#002146;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 { background-color:transparent;background-image:none;border-top:0.0625rem dashed #002146;border-left:0;border-right:0;border-bottom:0.0625rem dashed #002146;display:none; }#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 > .row .container { border-width: 0; border-radius: 0; }#xak48ZUeHyc2XP2R20HLRzeztCqFNQi5 > .row .container { width:20rem;height:65.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ktzWfL6CvTXOiBUmHQJOJH7Izdp7Fk6S { width:15.5rem;height:1.125rem;top:1.0624980926514rem;left:2.2500001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuEM702JEBwF3DKBX6zE90GcXvXruE0a { width:20rem;height:0.9375rem;top:2.5375003814698rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obX0oQCSVntoI4QfS0l3qbEtFmTh74ht { width:7rem;height:0.9375rem;top:4.1734390258789rem;left:1.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y6HkJD2odheDJKxqqdAynva7K5vzON3v { width:8rem;height:0.9375rem;top:5.9249992370606rem;left:5.9999998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iS4TDCCBrmUsNQc9WWrZAdzQWEePDvS5 { width:11.125rem;height:0.9375rem;top:4.2359390258789rem;left:7.5625003576281rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #OVeAKAkWdls24F9o1GR04sg5DMEVflxD { width:20rem;height:0.125rem;top:0.31249809265137rem;left:0.0625rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB { display:block; }#e42tMCyl68SbiIUb5iUUdWdQyq9EBmqB > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deXas15BBqkd3iJ6TFJkRnUCF2EhDre6 { width:20rem;height:4.4375rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL9WTkL99aCdCENQUGEmPJ1PfF8xTsdn { width:19.0625rem;height:1.25rem;top:6.4375rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UpaJniVAo5k2QA82Sbpnq8rGmddfZrbZ { width:11.125rem;height:4.4375rem;top:6.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmX6VVeqXF9CR2TAOCGBZvG2MdIJ5QrD { width:20rem;height:5.6833333333333rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx { display:block; }#AWkX82XWhBMrqM0ZueTHxTF4sN1oshnx > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLHgdWTvzvUStv10s634N3XftOehhdt1 { width:17.3125rem;height:25rem;top:27.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLU5xm7492if7vUuTatI2RUZt7Xu38vz { width:16.0625rem;height:23.875rem;top:28.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQEXi3L58TBa6snE2zu3i81cpqD0r7Zh { width:16.0625rem;height:3rem;top:3.5rem;left:1.96875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #m4G0pXtdvLN3CnGzuB1aHVAuvk5d7i5S { width:3.93663125rem;height:3.37456875rem;top:8.4982643127444rem;left:9.5757380127906rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUpUX8lzC8m4mToPAkhGKRL60Jn3OvNG { width:4.49978125rem;height:3.37456875rem;top:8.4982643127444rem;left:5.1453996300698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPmVMJCIlxXT39MOy1psBLVmPNsPxpTn { width:3.68706875rem;height:3.37456875rem;top:8.4982643127444rem;left:2.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKG7ll5TxhW3tGMrPlxb7IVUveXIfDp6 { width:16.25rem;height:0.0625rem;top:10.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD8nlL2GgGV8ybCWbIQ7o0fiifcg7y2f { width:16.25rem;height:0.0625rem;top:12.5625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE16imUUblSJMvyzI2T1vwfh6UsOdeaw { width:15rem;height:4.198775rem;top:13.8125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wV2VnwgTpT7oKdcJ9ppQdwRNusQqVUr8 { width:5.06185rem;height:3.37456875rem;top:8.4982643127444rem;left:12.396267950535rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4efhvxtMPOsKS2qakfpyapT0I7mBCLa { width:11.1875rem;height:1.625rem;top:20.8125rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5oF4RKotK4NBPRcc3wNMCFqFiAlQLTh { width:11.5625rem;height:2.5rem;top:20.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKihq4An34eOyWfgqv4bzKKSC0TQTXNi { width:17.3125rem;height:25rem;top:0.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgFX6ZPpgV9L87Vgi7VSI3saJ3JDSnkW { width:16.0625rem;height:23.875rem;top:1.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J211c9LL55t1EM1qmXJPxXVaf2OQMakM { width:16.0625rem;height:4.5rem;top:30.1875rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #HrpJvKdEpLw77yiDunKI1O2P8SSZfldn { width:7.25rem;height:1.1375rem;top:37.625rem;left:2.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efJWMZe90scPlKh01ELM1QbVCHb0NTXn { width:16.25rem;height:0.0625rem;top:11.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Lbzt1NOUoNhVvFrhxfqasRWhrWcdOM { width:16.25rem;height:0.0625rem;top:39.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSz15kKIpfmbc2GX9tGKNmb3TicTLtBT { width:15rem;height:2.79918125rem;top:42.375rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aE61NqilFSnI0TrIwz8QvL7hAvli3WGJ { width:11.5625rem;height:2.5rem;top:47.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6p06aTRmb38yI3bw6iRifkmKZop8yXU { width:11.1875rem;height:1.625rem;top:47.875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmbwKFlFnPTivxiBbfSuhxWtcuTqamEo { width:5.25rem;height:3.625rem;top:35.819664001465rem;left:11.749132215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9oHzNTziUNObTtEP05UkF5AKOKhuNd { width:20rem;height:25rem;top:54.124664306641rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKQgoiSrAd6qyX09oPTpFhckEP0noQep { width:16.3125rem;height:30.1875rem;top:53.999467849731rem;left:1.8114346861839rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9IlBxSTnTHoeZIPzV11574sRbTppxW5 { width:11.561625rem;height:2.49955625rem;top:77.147993087769rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2w2uEOfIbDC09fJ2dfVCLfdsynXxCk5 { width:11.1235rem;height:1.625rem;top:77.586114883425rem;left:4.4371447563171rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAUkPQoE9LO16HEZHSDsrwl49Wb2SwfC { width:15rem;height:6.9979375rem;top:68.125015258787rem;left:2.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tfx7GiecuTQqtXggpt3nQAHcT7S4I8fo { width:7.1875rem;height:1.13725rem;top:63.2492980957rem;left:2.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qztBz0LEiT4aykNUwq3dCQqQ5F2gAygH { width:18.75rem;height:0;top:64.874832153319rem;left:0.74946975708006rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX0gBXi2UhPLpTsLay2OduHLaCXTXDqT { width:4.75rem;height:3.3311376619396rem;top:61.499481201172rem;left:10.625179290771rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9I50TU0TcQ7yDD7VH5pH9bTCFTDtAsS { width:18.75rem;height:0;top:62.311798095703rem;left:0.74946975708006rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tprlq9No3Va842fhx46OLCKurMhHuDxy { width:19.437125rem;height:3rem;top:55.834533691406rem;left:0.36772155761719rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 { display:none; }#Td978UWcwm8zrKJR9XVEDNu9Sq4ItgZ0 > .row .container { width:20rem;height:95.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CZnGKsTofFS6gheb7AxkT3qICtlGNTvO { width:17.3125rem;height:25rem;top:55.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxMsc9gD29nT8p7FwBTDcylHvlvTeeML { width:16.0625rem;height:23.875rem;top:56.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1BXuV2z8aps15JfXDHzqoeTR5GV0bM { width:15rem;height:4.2rem;top:69rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g9pMKILNalyEEDCqmyqSAWyB3FmNGTcV { width:8.8125rem;height:2.275rem;top:65.0625rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xy3xMTOUfGygozcZA093RCDBoTNws8XF { width:4.375rem;height:3.375rem;top:64.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwl3WLn1VO1N6JPf6PXlTgW9yDspHaPD { width:16.25rem;height:0.0625rem;top:67.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSTkeQwgR087F7yhGr2WN3NsP1cDVWMW { width:3.6875rem;height:3.375rem;top:64.086723327638rem;left:13.750000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTh2grV694cszLxnID74CbEi4uieEgD { width:16.25rem;height:0.0625rem;top:10.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoZkupOMWqxhF8ynmtzkbc8wroEVQlbF { width:16.0625rem;height:3rem;top:59.3125rem;left:2.125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1;color:#002146;display:block; }
 }@media only screen and (max-width: 763px) { #DJCTIh2XaHfJfGAZ7gmsbQTAFuOUF3Qn { width:20rem;height:74.5rem;top:9.0625004768369rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ww9Tp0oTkmukJdaMEvy87HdzZD07ueTe { width:16.25rem;height:0.0625rem;top:9.0625rem;left:1.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #uQJFnWoyBZT4hfQyoRLw3eeTQTmmLWOp { width:16.25rem;height:0.0625rem;top:64.6875rem;left:2.0625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #a7lkaqAl8rO4GPT94w8KCeMu56UO2P8Q { width:16.25rem;height:0.0625rem;top:36.75rem;left:1.8125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #Zp4L0FT1f4PT7vo1M0sawfBQC5bRFJ6Z { width:11.1875rem;height:1.625rem;top:75.625rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4SpJoTTrEJcM7EmlJTZffo56Z5gt0Qh { width:11.5625rem;height:2.5rem;top:75.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 { background-color:transparent;background-image:none;display:block; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container { background-color: transparent; background-image: none; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container > .video-iframe-container { display: none; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row > .video-iframe-container { display: none; }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .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); }#ThrtBW0ZKx16RlZ9hzsv9DMmvP67TFU4 > .row .container { width:20rem;height:6.7119171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lfgLLy6I3Dk2Zw5dgx5SxbnacQ51Rr9N { width:16.9375rem;height:0.9746125rem;top:1.0615234375rem;left:1.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXxtALu0Ta1WRFDK2HCFu9ZHxhXDUPlf { width:11.6875rem;height:0.95rem;top:27.012503814697rem;left:4.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #R2aFZP21efotBi25cxesIWbAF1vXX95i { width:20rem;height:0.9746125rem;top:2.5375003814698rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEAeTBrXOvSoCCf2B8pRwCG6NTD0smGV { width:7rem;height:0.9746125rem;top:4.25rem;left:6.4999998807906rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8uMlqyENvf9bTvr0QTLBULsDUxfHahP { width:8rem;height:0.9746125rem;top:5.7374992370606rem;left:5.9999998807907rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi { display:block; }#tRT9r6PdwqSZk7zWgeVQlC45FHgmItAi > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2N69SkZelU8KtGm1aKrhoO89s8SRf0k { width:20rem;height:1.1666666666667rem;top:-0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfB9MoN02VSro8CB3ils6uVu8sdVyhB4 { top:0rem;left:0rem;width:19.8125rem;height:8.5625rem;z-index:15061;overflow:hidden;display:block; }
 }