.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:0,214,250;--color-primary-1:23,51,88;--color-primary-2:0,43,67;--color-primary-3:0,35,53;--color-primary-4:11,22,37;--color-secondary-0:217,242,225;--color-secondary-1:128,210,154;--color-secondary-2:0,165,53;--color-secondary-3:0,83,27;--color-secondary-4:0,25,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"barlow semi condensed";--paragraphs-font-family:"barlow semi condensed"; }@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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline:0.125rem solid #00d6fa;; } #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #019dd8, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, #019dd8, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, #019dd8, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, #019dd8, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#019dd8', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#019dd8', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, #019dd8, rgba(var(--color-primary-1),1));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;overflow:visible;position:relative;display:block; }#TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.1875rem;left:43.437501907349rem;display:block; }
#VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8UXunTg2AM7WkaTybbukFokKDIgwNRz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.25rem;top:1.46875rem;left:1.2875003814698rem;overflow:hidden;display:block; }
#DladrslFJRFfGDDbofEUWP6iu8wu6fPP { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.275rem;height:2.025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.9875000715256rem;left:57.925004959106rem;display:block; }
#rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.9375rem;left:65.68750190735rem;display:block; }
#D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HcdGSuepasG8WIi88q7vDvCta3HSdTVs { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;top:9.625rem;left:45.875001907349rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IuCTZXhfierKWvZRzR8U9sVHvaUO0UpR { color:#fdf4e3;display:block;width:27.75rem;position:absolute;font-family:"barlow semi condensed";font-size:4.8125rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:12.237500190735rem;left:40.062501907349rem;height:10.5875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGdSllibQtMT5CT7W0weJ11OC5D9sPlB { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15036;line-height:1.1;letter-spacing:0;top:17.4375rem;left:38.3125rem;height:5.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gUEMXpbfzme2UAZVFsg6SIBH9NZoEFZL { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:20.1875rem;left:38.312501907349rem;height:1.85625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mXZ2cKDc22NhFy5Dq7oG5y9mpA5TGiEQ { position:absolute;display:block;z-index:15042;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:23.5rem;width:30.6875rem;top:8.1875rem;left:4.5375003814697rem;overflow:hidden;display:block; }
#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;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; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { background-color: transparent; background-image: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container > .video-iframe-container { display: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row > .video-iframe-container { display: none; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .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); }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { border-width: 0; border-radius: 0; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#kSrHRHNJdXNTHFtrXSLmNWdtS2GWZOqM { position:absolute;display:block;z-index:15000;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:3.75rem;width:3.75rem;top:1.0625rem;left:6.625rem;overflow:hidden;display:block; }
#gUutKZe6ddI0fpwTC6vQ3w8QQuQax25w { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:11.875rem;height:3.25rem;font-style:normal;display:block; }
#ShaxiRqotegTLC5LdqTPS4FT2MTmiTTh { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:11.875rem;height:1.3rem;font-style:normal;display:block; }
#mHMfSzJ5ShAv2WIy1VT83y5pyN115ZTA { position:absolute;display:block;z-index:15003;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:4.625rem;width:1.625rem;top:0.625rem;left:22.6875rem;overflow:hidden;display:block; }
#h7i7Nx3UOFy0Rgvk0PL8Cnq5Qy0cpsZV { position:absolute;display:block;z-index:15001;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:3.75rem;width:3.75rem;top:1.0625rem;left:26.5625rem;overflow:hidden;display:block; }
#pTd5bty6TNS01IxUNwMLV7qFbDZgoHQb { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:32rem;height:1.625rem;font-style:normal;display:block; }
#Gm00eJO7TmuWZNcnTVbl3y2TG0qko44P { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:barlow;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.0625rem;left:32rem;height:1.1375rem;font-style:normal;display:block; }
#BBT6hJl6ByKtUswdJV26T6seBp3JCc9A { position:absolute;display:block;z-index:15002;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:3.75rem;width:3.75rem;top:1.0625rem;left:48.8125rem;overflow:hidden;display:block; }
#TdBOlswmKoZAnTdK2TwINa9CqQwn8tsq { position:absolute;display:block;z-index:15004;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:4.625rem;width:1.625rem;top:0.625rem;left:45.3125rem;overflow:hidden;display:block; }
#WhwfKTF0f7GwJI0vWXIkfZMLgckPbRXp { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:54.3125rem;height:3.25rem;font-style:normal;display:block; }
#q0DbKCJ2cBTLJSNTsLBe6HN2KpK3JPqW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3rem;left:54.3125rem;height:1.3rem;font-style:normal;display:block; }
#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efefef, #ffffff);background-image: -moz-linear-gradient(180deg, #efefef, #ffffff);background-image: -ms-linear-gradient(180deg, #efefef, #ffffff);background-image: -o-linear-gradient(180deg, #efefef, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efefef, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { background-color: transparent; background-image: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .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); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { border-width: 0; border-radius: 0; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#ce5935133acedb8601e9b9a9c552354b { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.5625rem;left:14.6875rem;overflow:hidden;display:block; }
#b01f9037ed703b25cc10a4bdce99fbbc { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.0625rem;left:12.0625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c1102db9820efed82366443210c3a06c { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:10.25rem;left:10.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#BG4ruZULEs1qWDuqfup4gLNo0lQe51nE { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:10.25rem;left:24.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#olPpZv2CumnoUQuwUp9gXcLdZc5IChtm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.625rem;left:28.375rem;overflow:hidden;display:block; }
#PDJWJT9KLJR7wcadwJp6ppZh5Tw7abzB { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:18.125rem;left:25.75rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pX8XMkRRSVVtEfZ5HxkkQx7e2BtsXqvV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:10.25rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#xFwhZMGaWzkE65Z9m0ZDEBKKwSR3EORO { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:12.625rem;left:42.25rem;overflow:hidden;display:block; }
#sF1xWi0cdkG26hR46tPdvE03gP3SN5Wv { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.125rem;left:39.625rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edBIX8niZEd3T5rsRtsWINDCmhJE7yEx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:10.25rem;left:51.75rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#I8QvpC5i5znM2dnOAKKSTnNXs6J9kkt1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.75rem;top:12.625rem;left:55.875rem;overflow:hidden;display:block; }
#akkgww0TSswTloOkOHivpbIIQD75zCba { color:#173358;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.125rem;left:53.25rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mKQ1JkS7tr0ZU9MKbm7HLWxITbmAktQo { color:#173358;display:block;width:24rem;position:absolute;font-family:"barlow semi condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.96875rem;left:25.062501907349rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IS0QWlp9Fd3Fe6AlZEJmn7wGusg6tkX9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:10.5625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#kkiGqsRL6hrQeNCBnyAKSqGohsEBSTT4 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.375rem;left:12.125rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WL8Ss1wZHICfR3WvOqRZWKmqf0TVO2TF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:24.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#zPJMII7FugJQtvOC1qmGUqHDc96Xn0Wl { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.625rem;left:25.3125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTJ0SiTIgsuhAOZGd0H5WdgpuSliGOmG { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#TkfWinbiD8HKBcKs4GqesXRMaeFsnd4T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009fda, #173358);background-image: -moz-linear-gradient(180deg, #009fda, #173358);background-image: -ms-linear-gradient(180deg, #009fda, #173358);background-image: -o-linear-gradient(180deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(180deg, #009fda, #173358);background-size:auto !important;top:10.25rem;left:51.6875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#lehhs6mz406dltUzSXhPNRrvD6InSWMP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:13.625rem;left:39.625rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HfU2lZWTssZGXs2HEerz4LSGTIP7BFRf { color:#ffffff;display:block;width:10.6875rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:14.375rem;left:52.6875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container { background-color: transparent; background-image: none; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container > .video-iframe-container { display: none; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row > .video-iframe-container { display: none; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .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); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container { border-width: 0; border-radius: 0; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#mAb5IWW5sOBLczVka6Dys0H49KScBWAS { color:#009fda;display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.875rem;left:39.3125rem;height:6.58125rem;text-align:center;text-align-last:center;display:block; }
#aTc8ePeivUTaptiLLyHRE1TMCMqECocP { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LWUJJwMn58dI97NJR5cUUyKCzkJc1TvG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:15.8125rem;left:43.3125rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbSNxx9Ir0Plgf7PJTu32E3sbPeeIPCB { position:absolute;display:block;z-index:15016;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:5.125rem;width:4.5625rem;top:14.625rem;left:64.1875rem;overflow:hidden;display:block; }
#eceUWP0fU961HsIkwmTg7DE7mJfsk6rF { box-sizing:content-box;height:0.125rem;width:18.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-3),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.375rem;left:46.5rem;display:block; }
#V6lQaOoSx6XXKpuI89TxZn6kdbRSSPPv { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:44.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XOqu5MFOIbFIuvH3nrsFqJpS2qWTk6AZ { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.125rem;left:44.0625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOIRo0pBPXex1W0JywpCZK54BdVL23TU { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.75rem;left:26.9375rem;display:block; }
#zB8AX7u7aowxRdkltauzm4DpWf5idQeB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMki3am0xAUaTFxQxEcDBlnkUPvfUncB { position:absolute;display:block;z-index:15015;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:20.9375rem;width:32.9375rem;top:4.25rem;left:2rem;overflow:hidden;display:block; }
#bklZHGRu21astGd7ad2QNpMiU5Jiq5Fb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:43.3125rem;height:7.15rem;text-align:center;text-align-last:center;display:block; }
#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container { background-color: transparent; background-image: none; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container > .video-iframe-container { display: none; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row > .video-iframe-container { display: none; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .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); }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container { border-width: 0; border-radius: 0; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#fpDDyx847KbrKXTJ34WzOyDM1pObk3UU { color:#173358;display:block;width:24rem;position:absolute;font-family:"barlow semi condensed";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.375rem;left:25.000001907349rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VSn24SHmT4Ul9MpAlrQm7tmzvtK1ScUA { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:10rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hz0CPeUQu6KXkLM71nA4bAfEdpVCav8x { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFcO1qJAhInDPV6swZUTm8vEEu7ZK6Nm { position:absolute;display:block;z-index:15006;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:6.5625rem;width:11.875rem;top:7.5625rem;left:10.4375rem;overflow:hidden;display:block; }
#HSI1yc5Zc4pPspGXDPFhGX198HJ4PwGx { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:23.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#hrbLI5hB4EFQa3ucAcbqReubTAzcZTOo { position:absolute;display:block;z-index:15009;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:6.5625rem;width:11.75rem;top:7.5625rem;left:24.375rem;overflow:hidden;display:block; }
#dNxuqaOm5GdXaDNiJnuf39ynwxhb6MB5 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.375rem;left:27.0625rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2MbDIvEHtGA7inVzwFvEvWFRmHgezSA { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:38.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O3i8E8dhTQZU1ZgpKmLiDcCNquMQn1vt { position:absolute;display:block;z-index:15012;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:6.5625rem;width:11.75rem;top:7.5625rem;left:38.8125rem;overflow:hidden;display:block; }
#QvUk3IZ6d0UeFKNA2JWpbWSEzaZzudAz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.3125rem;left:39.5rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mW5tU12PxOlTgtUE3RI37kn1smJFSFB5 { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:52.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#g50P4VsMnBnlegxPuep9RI2ZHTk0Cgq3 { position:absolute;display:block;z-index:15015;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:6.5625rem;width:11.75rem;top:7.5rem;left:52.75rem;overflow:hidden;display:block; }
#SlC5GktMbSAU93oP0aTHe9zPVnROH1q1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.375rem;left:55.375rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2V4w7r5qr9AoTNQ85o74U3tCPbokkIJ { color:#7f7f7f;display:block;width:33.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:20.625rem;left:20.125001907349rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DivocH1zIEy1HdCUIxgzI3QaOTNDCFoV { position:absolute;display:block;z-index:15016;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:3.5625rem;width:14.0625rem;top:24.375000476837rem;left:8.875rem;overflow:hidden;display:block; }
#NF0xZMOgzcTcV2hZAzmDDIT1RTzFTLQq { position:absolute;display:block;z-index:15017;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:23.562501907349rem;overflow:hidden;display:block; }
#t2s5UTJWKapurBBv1z2z1vm6QsRalwMB { position:absolute;display:block;z-index:15018;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:38.187501907349rem;overflow:hidden;display:block; }
#Wzs79tK1haT1KOtGburkBLKCbgtADuyJ { position:absolute;display:block;z-index:15019;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:52.437501907349rem;overflow:hidden;display:block; }
#NtP2TfqR7J4qqUoWisEEBkpPGeIQieJy { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.71875rem;left:27.093751907349rem;display:block; }
#zDT418QaFTUQQ1nW2AFagnRUgTln7rcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y3qP9cdycHz7Z8SzoOQlr9XdRzWTnI6i { position:absolute;display:block;z-index:15020;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:3.5625rem;width:14.0625rem;top:24.375rem;left:23.187501907349rem;overflow:hidden;display:block; }
#IovbPt914W5C0cL6J9BJ3CJ5sHRXk4DI { position:absolute;display:block;z-index:15022;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:38.175004959106rem;overflow:hidden;display:block; }
#e4tcw7W97WqTOFUEUfaEmxfOb86yKK06 { position:absolute;display:block;z-index:15023;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:52.437501907349rem;overflow:hidden;display:block; }
#XQuV7FnKEeP0uNRSqLoTLbGVDN23UTst { position:absolute;display:block;z-index:15024;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:3.5625rem;width:14.0625rem;top:24.375000476837rem;left:8.8625011444094rem;overflow:hidden;display:block; }
#cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH > .row .container { border-width: 0; border-radius: 0; }#cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:none; }#zy2sdD2sIIu9n7XBeBN4QZBP3XG7MivX { color:#173358;display:block;width:24rem;position:absolute;font-family:"barlow semi condensed";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.375rem;left:25.000001907349rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TS7fZawHUvT4L4X52U5azHaT3XiRAlN9 { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:10rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LAOSTymSCJ3AJObbhxiFQEdAwmItdp6f { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhhEN6Cx0eqsVohusrnSnTrn3tm1azrI { position:absolute;display:block;z-index:15009;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:6.5625rem;width:11.75rem;top:7.5625rem;left:24.375rem;overflow:hidden;display:block; }
#oIKVvT3ZdkR8VKMCySOT8wNPyiRmmkbn { color:#7f7f7f;display:block;width:33.75rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:20.625rem;left:20.125001907349rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs8eUHtRnCm5C0oWPa16g6zeQ3R9F3hA { position:absolute;display:block;z-index:15016;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:3.5625rem;width:14.0625rem;top:24.375000476837rem;left:8.875rem;overflow:hidden;display:block; }
#xRWGT8gZTgVxRM24LbD3a3xptflgnbhs { position:absolute;display:block;z-index:15017;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:23.562501907349rem;overflow:hidden;display:block; }
#sxyCyCCBkzm7y49kXp3kO5gy9bIcHbQW { position:absolute;display:block;z-index:15018;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:38.187501907349rem;overflow:hidden;display:block; }
#kbeOHbhud0mK7XGm1CAsGuKQTNX0PdEB { position:absolute;display:block;z-index:15019;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:3.5625rem;width:13.3125rem;top:24.375000476837rem;left:52.437501907349rem;overflow:hidden;display:block; }
#DcVVaX1JpZKfQG8XL7hLrdAZsOtRucyL { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.71875rem;left:27.093751907349rem;display:block; }
#fGDke401G122WTmM4rc5bysVOaRimHzl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uszO81NJXKt5BgqPUnHHpp3EJOu1OkyT { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:10rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#aINlnKEEfiMq53bgqXzQqpBwZiaVHDOX { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cEz3T47ad0hd7tARXCy28EUf5X5isrfa { position:absolute;display:block;z-index:15009;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:6.5625rem;width:11.75rem;top:7.5625rem;left:24.375rem;overflow:hidden;display:none; }
#hESWrwBt7ki3fAwewH4nZhNvhFQh4b0L { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:10rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#gvZkJkTHwfLeEBR0LIlTWrwhSt10JNbN { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZQGk5Vpnt2l8BU7Ag5WxP2AtL21WBXqk { position:absolute;display:block;z-index:15009;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:6.5625rem;width:11.75rem;top:7.5625rem;left:24.375rem;overflow:hidden;display:none; }
#AldHhskR3cqvgOkCzlXcIUFqxpW1LAgv { box-sizing:content-box;height:9.125rem;width:12.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);top:7rem;left:10rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#L3EfhVlXG6haT0ICoixFK9RqBnn1aRTs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:barlow;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.375rem;left:13.1875rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C92lnTLpfoqPtv0bRFnenu0Kc6Op6iLA { position:absolute;display:block;z-index:15009;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:6.5625rem;width:11.75rem;top:7.5625rem;left:24.375rem;overflow:hidden;display:none; }
#fMImkUQ05FW3CrdpiNh6rQPs4oA4UKBW { 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:3.5625rem;width:13.3125rem;top:4.1875rem;left:51.187501907349rem;overflow:hidden;display:block; }
#r1MeUeyXs98RQTl7WBaUnoUBoeB94fPF { position:absolute;display:block;z-index:15026;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:3.5625rem;width:13.3125rem;top:7.5625rem;left:37.625001907349rem;overflow:hidden;display:block; }
#vKSk4ayl7TIuGE66yJKLAeVMaUbbx0N1 { position:absolute;display:block;z-index:15024;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:3.5625rem;width:14.0625rem;top:12.0625rem;left:26.062501907349rem;overflow:hidden;display:block; }
#T4otZp8nG1GLecOkfyBKtcXvKn7Xwv6w { position:absolute;display:block;z-index:15028;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:3.5625rem;width:14.0625rem;top:11.25rem;left:5.625rem;overflow:hidden;display:block; }
#o89683fcf6e9896f96667efb0b2fee67 { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o89683fcf6e9896f96667efb0b2fee67 > .row .container { background-color: transparent; background-image: none; }#o89683fcf6e9896f96667efb0b2fee67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o89683fcf6e9896f96667efb0b2fee67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o89683fcf6e9896f96667efb0b2fee67 > .row .container > .video-iframe-container { display: none; }#o89683fcf6e9896f96667efb0b2fee67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o89683fcf6e9896f96667efb0b2fee67 > .row > .video-iframe-container { display: none; }#o89683fcf6e9896f96667efb0b2fee67 > .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); }#o89683fcf6e9896f96667efb0b2fee67 > .row .container { border-width: 0; border-radius: 0; }#o89683fcf6e9896f96667efb0b2fee67 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o89683fcf6e9896f96667efb0b2fee67 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Z20584b93f65db3ef3d2c3791f6e2e59 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:11.5rem;left:3.09375rem;height:9.5625rem;text-align:center;text-align-last:center;display:block; }
#b9b7f3191b9c5f5c8eb62f28aef81461 { box-sizing:content-box;height:0.125rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.625rem;left:9.1875rem;display:block; }
#F148a1402acff89efb0dc4a881d5cfa5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:2.53125rem;left:41.593751907349rem;overflow:hidden;display:block; }
#Qbc1d15f1bb04b4491fd52395b3570ea { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.5rem;top:2.8125rem;left:25.21875rem;overflow:hidden;display:block; }
#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { background-color: transparent; background-image: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .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); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { border-width: 0; border-radius: 0; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { 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.0625rem;width:11.4375rem;top:1.25rem;left:9.6875rem;overflow:hidden;display:block; }
#dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:4.75rem;top:3.0625rem;left:26.25rem;overflow:hidden;display:block; }
#kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.3125rem;top:2.34375rem;left:39.125rem;overflow:hidden;display:block; }
#M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.625rem;top:2.34375rem;left:55.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:21rem;height:3.375rem;top:24.1875rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { top:1.4375rem;left:0rem;width:10.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DladrslFJRFfGDDbofEUWP6iu8wu6fPP { width:6.25rem;height:2rem;top:1.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:7.5rem;height:2.125rem;top:1.9375rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #HcdGSuepasG8WIi88q7vDvCta3HSdTVs { top:9.625rem;left:31.625rem;width:16.125rem;height:3.25rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuCTZXhfierKWvZRzR8U9sVHvaUO0UpR { top:12.1875rem;left:20rem;width:27.75rem;height:5.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdSllibQtMT5CT7W0weJ11OC5D9sPlB { top:17.4375rem;left:16.5rem;width:31.25rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUEMXpbfzme2UAZVFsg6SIBH9NZoEFZL { top:20.1875rem;left:16.5rem;width:31.25rem;height:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXZ2cKDc22NhFy5Dq7oG5y9mpA5TGiEQ { top:8.1875rem;left:0rem;width:30.6875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi { display:block; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSrHRHNJdXNTHFtrXSLmNWdtS2GWZOqM { top:1.0625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUutKZe6ddI0fpwTC6vQ3w8QQuQax25w { top:1.4375rem;left:0rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaxiRqotegTLC5LdqTPS4FT2MTmiTTh { top:3.0625rem;left:0rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHMfSzJ5ShAv2WIy1VT83y5pyN115ZTA { top:0.625rem;left:9.0625rem;width:1.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7i7Nx3UOFy0Rgvk0PL8Cnq5Qy0cpsZV { top:1.0625rem;left:12.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd5bty6TNS01IxUNwMLV7qFbDZgoHQb { top:1.4375rem;left:18.375rem;width:12rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm00eJO7TmuWZNcnTVbl3y2TG0qko44P { top:3.0625rem;left:18.375rem;width:15rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT6hJl6ByKtUswdJV26T6seBp3JCc9A { top:1.0625rem;left:35.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBOlswmKoZAnTdK2TwINa9CqQwn8tsq { top:0.625rem;left:31.6875rem;width:1.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhwfKTF0f7GwJI0vWXIkfZMLgckPbRXp { top:1.375rem;left:34.25rem;width:13.5rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0DbKCJ2cBTLJSNTsLBe6HN2KpK3JPqW { top:3rem;left:33.625rem;width:14.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 { display:block; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce5935133acedb8601e9b9a9c552354b { top:12.5625rem;left:7.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01f9037ed703b25cc10a4bdce99fbbc { top:18.0625rem;left:2.375rem;width:9.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1102db9820efed82366443210c3a06c { top:10.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4ruZULEs1qWDuqfup4gLNo0lQe51nE { top:10.25rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPpZv2CumnoUQuwUp9gXcLdZc5IChtm { top:12.625rem;left:18.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJWJT9KLJR7wcadwJp6ppZh5Tw7abzB { top:18.125rem;left:14.3125rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX8XMkRRSVVtEfZ5HxkkQx7e2BtsXqvV { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFwhZMGaWzkE65Z9m0ZDEBKKwSR3EORO { top:12.625rem;left:25.21875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF1xWi0cdkG26hR46tPdvE03gP3SN5Wv { top:18.125rem;left:23.875rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #edBIX8niZEd3T5rsRtsWINDCmhJE7yEx { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QvpC5i5znM2dnOAKKSTnNXs6J9kkt1 { top:12.625rem;left:32.0625rem;width:3.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akkgww0TSswTloOkOHivpbIIQD75zCba { top:18.125rem;left:26.25rem;width:9.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKQ1JkS7tr0ZU9MKbm7HLWxITbmAktQo { top:3.9375rem;left:0rem;width:24rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0QWlp9Fd3Fe6AlZEJmn7wGusg6tkX9 { top:10.25rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkiGqsRL6hrQeNCBnyAKSqGohsEBSTT4 { top:14.375rem;left:2.375rem;width:9.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WL8Ss1wZHICfR3WvOqRZWKmqf0TVO2TF { top:10.25rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPJMII7FugJQtvOC1qmGUqHDc96Xn0Wl { top:13.625rem;left:13.5rem;width:10.375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTJ0SiTIgsuhAOZGd0H5WdgpuSliGOmG { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfWinbiD8HKBcKs4GqesXRMaeFsnd4T { top:10.25rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehhs6mz406dltUzSXhPNRrvD6InSWMP { top:13.625rem;left:23.875rem;width:9.5625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfU2lZWTssZGXs2HEerz4LSGTIP7BFRf { top:14.375rem;left:25.125rem;width:10.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg { display:block; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAb5IWW5sOBLczVka6Dys0H49KScBWAS { top:6.875rem;left:4.1875rem;width:31.625rem;height:6.5625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTc8ePeivUTaptiLLyHRE1TMCMqECocP { top:12.75rem;left:12.1875rem;width:23.625rem;height:3.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUJJwMn58dI97NJR5cUUyKCzkJc1TvG { top:15.8125rem;left:12.1875rem;width:23.625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbSNxx9Ir0Plgf7PJTu32E3sbPeeIPCB { top:14.625rem;left:40.34375rem;width:4.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eceUWP0fU961HsIkwmTg7DE7mJfsk6rF { top:20.375rem;left:17.0625rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6lQaOoSx6XXKpuI89TxZn6kdbRSSPPv { top:21.0625rem;left:12.1875rem;width:23.625rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqu5MFOIbFIuvH3nrsFqJpS2qWTk6AZ { top:23.125rem;left:12.1875rem;width:23.625rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOIRo0pBPXex1W0JywpCZK54BdVL23TU { width:21rem;height:3.375rem;top:28.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB8AX7u7aowxRdkltauzm4DpWf5idQeB { display:block; }
 }@media only screen and (max-width: 763px) { #PMki3am0xAUaTFxQxEcDBlnkUPvfUncB { top:4.25rem;left:0rem;width:32.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklZHGRu21astGd7ad2QNpMiU5Jiq5Fb { top:1.875rem;left:12.1875rem;width:23.625rem;height:7.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 { display:block; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpDDyx847KbrKXTJ34WzOyDM1pObk3UU { top:2.375rem;left:0rem;width:24rem;height:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSn24SHmT4Ul9MpAlrQm7tmzvtK1ScUA { top:7rem;left:0rem;width:12.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz0CPeUQu6KXkLM71nA4bAfEdpVCav8x { top:14.375rem;left:5.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFcO1qJAhInDPV6swZUTm8vEEu7ZK6Nm { top:7.5625rem;left:0.0625rem;width:11.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSI1yc5Zc4pPspGXDPFhGX198HJ4PwGx { top:7rem;left:11.0625rem;width:12.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrbLI5hB4EFQa3ucAcbqReubTAzcZTOo { top:7.5625rem;left:12.125rem;width:11.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxuqaOm5GdXaDNiJnuf39ynwxhb6MB5 { top:14.375rem;left:16.84375rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2MbDIvEHtGA7inVzwFvEvWFRmHgezSA { top:7rem;left:23rem;width:12.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3i8E8dhTQZU1ZgpKmLiDcCNquMQn1vt { top:7.5625rem;left:23.875rem;width:11.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvUk3IZ6d0UeFKNA2JWpbWSEzaZzudAz { top:14.3125rem;left:23.875rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW5tU12PxOlTgtUE3RI37kn1smJFSFB5 { top:7rem;left:23rem;width:12.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50P4VsMnBnlegxPuep9RI2ZHTk0Cgq3 { top:7.5rem;left:24.0625rem;width:11.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlC5GktMbSAU93oP0aTHe9zPVnROH1q1 { top:14.375rem;left:29.6875rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2V4w7r5qr9AoTNQ85o74U3tCPbokkIJ { top:20.625rem;left:0rem;width:33.75rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivocH1zIEy1HdCUIxgzI3QaOTNDCFoV { top:24.375rem;left:0rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0xZMOgzcTcV2hZAzmDDIT1RTzFTLQq { top:24.375rem;left:10.5625rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2s5UTJWKapurBBv1z2z1vm6QsRalwMB { top:24.375rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzs79tK1haT1KOtGburkBLKCbgtADuyJ { top:24.375rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtP2TfqR7J4qqUoWisEEBkpPGeIQieJy { width:21rem;height:3.375rem;top:31.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDT418QaFTUQQ1nW2AFagnRUgTln7rcx { display:block; }
 }@media only screen and (max-width: 763px) { #y3qP9cdycHz7Z8SzoOQlr9XdRzWTnI6i { top:24.375rem;left:9.8125rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovbPt914W5C0cL6J9BJ3CJ5sHRXk4DI { top:24.375rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tcw7W97WqTOFUEUfaEmxfOb86yKK06 { top:24.375rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQuV7FnKEeP0uNRSqLoTLbGVDN23UTst { top:24.375rem;left:0rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH { display:block; }#cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2sdD2sIIu9n7XBeBN4QZBP3XG7MivX { top:2.375rem;left:0rem;width:24rem;height:2.1875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS7fZawHUvT4L4X52U5azHaT3XiRAlN9 { top:7rem;left:0rem;width:12.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAOSTymSCJ3AJObbhxiFQEdAwmItdp6f { top:14.375rem;left:5.8125rem;width:6.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhhEN6Cx0eqsVohusrnSnTrn3tm1azrI { top:7.5625rem;left:12.125rem;width:11.75rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIKVvT3ZdkR8VKMCySOT8wNPyiRmmkbn { top:20.625rem;left:0rem;width:33.75rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8eUHtRnCm5C0oWPa16g6zeQ3R9F3hA { top:24.375rem;left:0rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRWGT8gZTgVxRM24LbD3a3xptflgnbhs { top:24.375rem;left:10.5625rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxyCyCCBkzm7y49kXp3kO5gy9bIcHbQW { top:24.375rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeOHbhud0mK7XGm1CAsGuKQTNX0PdEB { top:24.375rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVVaX1JpZKfQG8XL7hLrdAZsOtRucyL { width:21rem;height:3.375rem;top:31.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDke401G122WTmM4rc5bysVOaRimHzl { display:block; }
 }@media only screen and (max-width: 763px) { #uszO81NJXKt5BgqPUnHHpp3EJOu1OkyT { top:7rem;left:0rem;width:12.6875rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aINlnKEEfiMq53bgqXzQqpBwZiaVHDOX { top:10.875rem;left:5.8125rem;width:6.125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cEz3T47ad0hd7tARXCy28EUf5X5isrfa { top:7.5625rem;left:12.125rem;width:11.75rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hESWrwBt7ki3fAwewH4nZhNvhFQh4b0L { top:7rem;left:0rem;width:12.6875rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gvZkJkTHwfLeEBR0LIlTWrwhSt10JNbN { top:18.6875rem;left:0rem;width:6.125rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQGk5Vpnt2l8BU7Ag5WxP2AtL21WBXqk { top:7.5625rem;left:12.125rem;width:11.75rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AldHhskR3cqvgOkCzlXcIUFqxpW1LAgv { top:7rem;left:0rem;width:12.6875rem;height:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3EfhVlXG6haT0ICoixFK9RqBnn1aRTs { top:18.6875rem;left:5.8125rem;width:6.125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C92lnTLpfoqPtv0bRFnenu0Kc6Op6iLA { top:7.5625rem;left:12.125rem;width:11.75rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fMImkUQ05FW3CrdpiNh6rQPs4oA4UKBW { top:4.1875rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MeUeyXs98RQTl7WBaUnoUBoeB94fPF { top:7.5625rem;left:22.5rem;width:13.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSk4ayl7TIuGE66yJKLAeVMaUbbx0N1 { top:12.0625rem;left:9.8125rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4otZp8nG1GLecOkfyBKtcXvKn7Xwv6w { top:11.25rem;left:0rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o89683fcf6e9896f96667efb0b2fee67 { display:block; }#o89683fcf6e9896f96667efb0b2fee67 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z20584b93f65db3ef3d2c3791f6e2e59 { top:11.5rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9b7f3191b9c5f5c8eb62f28aef81461 { top:9.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F148a1402acff89efb0dc4a881d5cfa5 { top:2.5rem;left:27.968751907349rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbc1d15f1bb04b4491fd52395b3570ea { top:2.8125rem;left:11.59375rem;width:10.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { top:1.25rem;left:0rem;width:11.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { top:3.0625rem;left:12.625rem;width:4.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { top:2.3125rem;left:25.5rem;width:7.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { top:2.3125rem;left:39.125rem;width:8.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #009fda, #173358);background-image: -moz-linear-gradient(90deg, #009fda, #173358);background-image: -ms-linear-gradient(90deg, #009fda, #173358);background-image: -o-linear-gradient(90deg, #009fda, #173358);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009fda', endColorstr='#173358' );";background-image: linear-gradient(90deg, #009fda, #173358);background-size:cover !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;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.5rem;height:3.3625rem;top:36.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { width:6.5rem;height:2rem;top:1rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DladrslFJRFfGDDbofEUWP6iu8wu6fPP { width:4.275rem;height:1.875rem;top:1.0625rem;left:9.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:5.1875rem;height:1.875rem;top:1.0625rem;left:14.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #HcdGSuepasG8WIi88q7vDvCta3HSdTVs { width:20rem;height:2.95625rem;top:22.625rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuCTZXhfierKWvZRzR8U9sVHvaUO0UpR { width:20rem;height:4.125rem;top:25.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdSllibQtMT5CT7W0weJ11OC5D9sPlB { width:20rem;height:2.2rem;top:29.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUEMXpbfzme2UAZVFsg6SIBH9NZoEFZL { width:20rem;height:1.44375rem;top:32.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXZ2cKDc22NhFy5Dq7oG5y9mpA5TGiEQ { width:20rem;height:15.315625rem;top:5.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi { display:block; }#H6LSWtcex4ygNLt8WvU6Ppvkm3QUghyi > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kSrHRHNJdXNTHFtrXSLmNWdtS2GWZOqM { width:3.75rem;height:3.75rem;top:2rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUutKZe6ddI0fpwTC6vQ3w8QQuQax25w { width:11rem;height:1.625rem;top:2.25rem;left:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShaxiRqotegTLC5LdqTPS4FT2MTmiTTh { width:12.125rem;height:1.4625rem;top:3.625rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHMfSzJ5ShAv2WIy1VT83y5pyN115ZTA { width:1.625rem;height:4.625rem;top:11.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7i7Nx3UOFy0Rgvk0PL8Cnq5Qy0cpsZV { width:3.75rem;height:3.75rem;top:7.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTd5bty6TNS01IxUNwMLV7qFbDZgoHQb { width:11.125rem;height:1.625rem;top:7.6875rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm00eJO7TmuWZNcnTVbl3y2TG0qko44P { width:11.25rem;height:1.05625rem;top:9.25rem;left:6.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBT6hJl6ByKtUswdJV26T6seBp3JCc9A { width:3.75rem;height:3.75rem;top:12.5rem;left:1.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdBOlswmKoZAnTdK2TwINa9CqQwn8tsq { width:1.625rem;height:4.625rem;top:28.0625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WhwfKTF0f7GwJI0vWXIkfZMLgckPbRXp { width:10.8125rem;height:1.38125rem;top:13rem;left:6.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0DbKCJ2cBTLJSNTsLBe6HN2KpK3JPqW { width:11.8125rem;height:1.1375rem;top:14.375rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #efefef, #ffffff);background-image: -moz-linear-gradient(180deg, #efefef, #ffffff);background-image: -ms-linear-gradient(180deg, #efefef, #ffffff);background-image: -o-linear-gradient(180deg, #efefef, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #efefef, #ffffff);background-size:auto !important;display:block; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { background-color: transparent; background-image: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row > .video-iframe-container { display: none; }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .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); }#uLcHK8s8uVnVwBKRexiQeIDInerBqvx5 > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ce5935133acedb8601e9b9a9c552354b { width:4.3125rem;height:4.3125rem;top:8.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b01f9037ed703b25cc10a4bdce99fbbc { width:8.4375rem;height:1.4625rem;top:9.75rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c1102db9820efed82366443210c3a06c { width:20rem;height:6.6875rem;top:6.9875011444094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4ruZULEs1qWDuqfup4gLNo0lQe51nE { width:20rem;height:6.6875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olPpZv2CumnoUQuwUp9gXcLdZc5IChtm { width:4.375rem;height:4.375rem;top:16.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDJWJT9KLJR7wcadwJp6ppZh5Tw7abzB { width:9.5625rem;height:2.925rem;top:17.5rem;left:8.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pX8XMkRRSVVtEfZ5HxkkQx7e2BtsXqvV { width:20rem;height:6.6875rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFwhZMGaWzkE65Z9m0ZDEBKKwSR3EORO { width:4.375rem;height:4.375rem;top:25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF1xWi0cdkG26hR46tPdvE03gP3SN5Wv { width:9.5625rem;height:2.925rem;top:25.5rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #edBIX8niZEd3T5rsRtsWINDCmhJE7yEx { width:20rem;height:6.6875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QvpC5i5znM2dnOAKKSTnNXs6J9kkt1 { width:3.75rem;height:3.625rem;top:34rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #akkgww0TSswTloOkOHivpbIIQD75zCba { width:9.5625rem;height:2.925rem;top:34.4375rem;left:8.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mKQ1JkS7tr0ZU9MKbm7HLWxITbmAktQo { width:20rem;height:2rem;top:2.2875003814698rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS0QWlp9Fd3Fe6AlZEJmn7wGusg6tkX9 { width:20rem;height:6.875rem;top:6.9874997138975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkiGqsRL6hrQeNCBnyAKSqGohsEBSTT4 { width:9.5625rem;height:4.3875rem;top:8.2117195129394rem;left:2.9375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WL8Ss1wZHICfR3WvOqRZWKmqf0TVO2TF { width:20rem;height:6.8125rem;top:15.374999821186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPJMII7FugJQtvOC1qmGUqHDc96Xn0Wl { width:13.1875rem;height:4.3875rem;top:16.512500762939rem;left:2.9375000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTJ0SiTIgsuhAOZGd0H5WdgpuSliGOmG { width:19.9375rem;height:6.9375rem;top:23.750004112721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkfWinbiD8HKBcKs4GqesXRMaeFsnd4T { width:20rem;height:6.6875rem;top:32.500001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lehhs6mz406dltUzSXhPNRrvD6InSWMP { width:14.1875rem;height:4.3875rem;top:24.950000762939rem;left:2.9062500596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HfU2lZWTssZGXs2HEerz4LSGTIP7BFRf { width:14.75rem;height:4.3875rem;top:33.700000762939rem;left:2.6250000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !important;display:block; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container { background-color: transparent; background-image: none; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container > .video-iframe-container { display: none; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row > .video-iframe-container { display: none; }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .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); }#QHGLWxz3Pu0b1fIEknvSCdUtduREI2Cg > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAb5IWW5sOBLczVka6Dys0H49KScBWAS { width:20rem;height:5.6875rem;top:18.4375rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTc8ePeivUTaptiLLyHRE1TMCMqECocP { width:20rem;height:2.7625rem;top:23.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWUJJwMn58dI97NJR5cUUyKCzkJc1TvG { width:20rem;height:2.6rem;top:26.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbSNxx9Ir0Plgf7PJTu32E3sbPeeIPCB { width:2.9375rem;height:3.3125rem;top:25.375rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eceUWP0fU961HsIkwmTg7DE7mJfsk6rF { width:17.5rem;height:0.0625rem;top:30.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6lQaOoSx6XXKpuI89TxZn6kdbRSSPPv { width:20rem;height:1.7875rem;top:31.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOqu5MFOIbFIuvH3nrsFqJpS2qWTk6AZ { width:20rem;height:1.625rem;top:32.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOIRo0pBPXex1W0JywpCZK54BdVL23TU { width:19rem;height:3.375rem;top:37.4375rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB8AX7u7aowxRdkltauzm4DpWf5idQeB { display:block; }
 }@media only screen and (max-width: 763px) { #PMki3am0xAUaTFxQxEcDBlnkUPvfUncB { width:19.75rem;height:12.5625rem;top:1.10546875rem;left:0.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bklZHGRu21astGd7ad2QNpMiU5Jiq5Fb { width:20rem;height:4.3875rem;top:15.5625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 { display:none; }#IbleQXOl8d8xFhpODRFSBQDxkTzWxfP1 > .row .container { width:20rem;height:88.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fpDDyx847KbrKXTJ34WzOyDM1pObk3UU { width:20rem;height:1.8125rem;top:1.9750003814698rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSn24SHmT4Ul9MpAlrQm7tmzvtK1ScUA { width:12.6875rem;height:9.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz0CPeUQu6KXkLM71nA4bAfEdpVCav8x { width:6.125rem;height:1.3rem;top:13.6875rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFcO1qJAhInDPV6swZUTm8vEEu7ZK6Nm { width:11.875rem;height:6.5625rem;top:6.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSI1yc5Zc4pPspGXDPFhGX198HJ4PwGx { width:12.6875rem;height:9.125rem;top:19.7875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrbLI5hB4EFQa3ucAcbqReubTAzcZTOo { width:11.75rem;height:6.5625rem;top:20.35rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNxuqaOm5GdXaDNiJnuf39ynwxhb6MB5 { width:6.125rem;height:1.3rem;top:27.1625rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2MbDIvEHtGA7inVzwFvEvWFRmHgezSA { width:12.6875rem;height:9.125rem;top:38.825rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3i8E8dhTQZU1ZgpKmLiDcCNquMQn1vt { width:11.75rem;height:6.5625rem;top:39.3875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvUk3IZ6d0UeFKNA2JWpbWSEzaZzudAz { width:10.3125rem;height:1.3rem;top:46.1375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW5tU12PxOlTgtUE3RI37kn1smJFSFB5 { width:12.6875rem;height:9.125rem;top:58.925rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g50P4VsMnBnlegxPuep9RI2ZHTk0Cgq3 { width:11.75rem;height:6.5625rem;top:59.425rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlC5GktMbSAU93oP0aTHe9zPVnROH1q1 { width:6.125rem;height:1.3rem;top:66.3rem;left:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2V4w7r5qr9AoTNQ85o74U3tCPbokkIJ { width:20rem;height:2.5rem;top:30.2625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DivocH1zIEy1HdCUIxgzI3QaOTNDCFoV { width:14.0625rem;height:3.5625rem;top:34.012500762939rem;left:2.3999999165535rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0xZMOgzcTcV2hZAzmDDIT1RTzFTLQq { width:13.3125rem;height:3.5625rem;top:34.0125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2s5UTJWKapurBBv1z2z1vm6QsRalwMB { width:13.3125rem;height:3.5625rem;top:49.3rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzs79tK1haT1KOtGburkBLKCbgtADuyJ { width:13.3125rem;height:3.5625rem;top:54.1125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtP2TfqR7J4qqUoWisEEBkpPGeIQieJy { width:19rem;height:3.375rem;top:31.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDT418QaFTUQQ1nW2AFagnRUgTln7rcx { display:block; }
 }@media only screen and (max-width: 763px) { #y3qP9cdycHz7Z8SzoOQlr9XdRzWTnI6i { width:14.0625rem;height:3.5625rem;top:69.400003051756rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IovbPt914W5C0cL6J9BJ3CJ5sHRXk4DI { width:13.3125rem;height:3.5625rem;top:79.025003051756rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tcw7W97WqTOFUEUfaEmxfOb86yKK06 { width:13.3125rem;height:3.5625rem;top:83.837503051756rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQuV7FnKEeP0uNRSqLoTLbGVDN23UTst { width:14.0625rem;height:3.5625rem;top:74.212503051756rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH { display:block; }#cIASNOCPVPR3xs9Bxnd2WBLe5cSSNTZH > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2sdD2sIIu9n7XBeBN4QZBP3XG7MivX { width:20rem;height:1.8125rem;top:1.9750003814698rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS7fZawHUvT4L4X52U5azHaT3XiRAlN9 { width:9.5rem;height:6.4375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAOSTymSCJ3AJObbhxiFQEdAwmItdp6f { width:6.125rem;height:1.3rem;top:10.850006103516rem;left:1.5500000119209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhhEN6Cx0eqsVohusrnSnTrn3tm1azrI { width:7.875rem;height:4.375rem;top:6.25rem;left:0.80000001192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oIKVvT3ZdkR8VKMCySOT8wNPyiRmmkbn { width:20rem;height:2.7rem;top:22.887499809265rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8eUHtRnCm5C0oWPa16g6zeQ3R9F3hA { width:9.5625rem;height:2.5rem;top:27.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRWGT8gZTgVxRM24LbD3a3xptflgnbhs { width:9.5625rem;height:2.5rem;top:27.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxyCyCCBkzm7y49kXp3kO5gy9bIcHbQW { width:9.5625rem;height:2.5rem;top:30.9375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbeOHbhud0mK7XGm1CAsGuKQTNX0PdEB { width:9.5625rem;height:2.5rem;top:30.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcVVaX1JpZKfQG8XL7hLrdAZsOtRucyL { width:19rem;height:3.375rem;top:37.812502384186rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGDke401G122WTmM4rc5bysVOaRimHzl { display:block; }
 }@media only screen and (max-width: 763px) { #uszO81NJXKt5BgqPUnHHpp3EJOu1OkyT { width:9.5rem;height:6.4375rem;top:5.875rem;left:10.5rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aINlnKEEfiMq53bgqXzQqpBwZiaVHDOX { width:6.125rem;height:;top:10.875rem;left:12.0625rem;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cEz3T47ad0hd7tARXCy28EUf5X5isrfa { width:7.875rem;height:4.375rem;top:6.25rem;left:11.3125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hESWrwBt7ki3fAwewH4nZhNvhFQh4b0L { width:9.5rem;height:6.4375rem;top:13.6875rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #gvZkJkTHwfLeEBR0LIlTWrwhSt10JNbN { width:8.375rem;height:1.1375rem;top:18.850001335144rem;left:0.6875rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ZQGk5Vpnt2l8BU7Ag5WxP2AtL21WBXqk { width:7.875rem;height:4.375rem;top:14.0625rem;left:0.8125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AldHhskR3cqvgOkCzlXcIUFqxpW1LAgv { width:9.5rem;height:6.4375rem;top:13.6875rem;left:10.5rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #L3EfhVlXG6haT0ICoixFK9RqBnn1aRTs { width:6.125rem;height:;top:18.6875rem;left:12.0625rem;font-size:1rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #C92lnTLpfoqPtv0bRFnenu0Kc6Op6iLA { width:7.875rem;height:4.375rem;top:14.0625rem;left:11.3125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fMImkUQ05FW3CrdpiNh6rQPs4oA4UKBW { width:9.5625rem;height:2.5rem;top:30.937499523163rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1MeUeyXs98RQTl7WBaUnoUBoeB94fPF { width:9.5625rem;height:2.5rem;top:30.937499523163rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSk4ayl7TIuGE66yJKLAeVMaUbbx0N1 { width:9.5625rem;height:2.5rem;top:27.593749523163rem;left:10.312500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4otZp8nG1GLecOkfyBKtcXvKn7Xwv6w { width:9.5625rem;height:2.5rem;top:27.624999046326rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o89683fcf6e9896f96667efb0b2fee67 { display:block; }#o89683fcf6e9896f96667efb0b2fee67 > .row .container { width:20rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z20584b93f65db3ef3d2c3791f6e2e59 { width:18.3125rem;height:15.19375rem;top:7.5625rem;left:0.96875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9b7f3191b9c5f5c8eb62f28aef81461 { width:17.5rem;height:0.125rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F148a1402acff89efb0dc4a881d5cfa5 { width:3.75rem;height:3.75rem;top:0.96875rem;left:12.375000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbc1d15f1bb04b4491fd52395b3570ea { width:8.25rem;height:3.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { width:8.625rem;height:6.75rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { width:4rem;height:4.5625rem;top:1.09375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { width:6.4375rem;height:6.0625rem;top:4.09375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { width:5.5rem;height:4.375rem;top:4.9375rem;left:11.4375rem;display:block; }
 }