.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:205,179,252;--color-primary-1:180,141,250;--color-primary-2:109,32,247;--color-primary-3:73,21,165;--color-primary-4:36,11,82;--color-secondary-0:252,243,185;--color-secondary-1:248,235,149;--color-secondary-2:245,219,49;--color-secondary-3:163,146,33;--color-secondary-4:82,73,16;--color-tertiary-0:235,235,235;--color-tertiary-1:188,188,188;--color-tertiary-2:141,141,141;--color-tertiary-3:94,94,94;--color-tertiary-4:47,47,47;--headlines-font-family:"Lato";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container { background-color: transparent; background-image: none; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container > .video-iframe-container { display: none; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row > .video-iframe-container { display: none; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .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); }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container { border-width: 0; border-radius: 0; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:60rem;position:relative;display:block; }#za7l6lysw7RWkTQbEJcz8sqmpwo52tpM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.3125rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.125rem;left:0rem;display:block; }
#VkEubUR0S3B33HfpoTJ245z2QTXWO5Cp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8PoNsKVqZOXPU8eklTzx5zAVCAGUnFJ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:3.3125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.125rem;left:7.9874992370606rem;display:block; }
#T1fkEES0WZko7fLvRiZdgleA9K98MTFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UzLkFdMRcXkL5iWInTovO8IuqX5p6Rl6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.125rem;left:18.250001907349rem;display:block; }
#kMKVodpQkTguWBt1m6IrLRQ1r31i5pQq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V2iywwnzCiKdZzxFJ7KVpirBXNVcRcZF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:3.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.125rem;left:28.625rem;display:block; }
#nOVpGo82T9BZ393zAzImeiy74xO8oJbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOdNsZymxDoLR6LCclat2f2bEgLeBxyL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:17.1875rem;top:1.1875rem;left:42.8125rem;overflow:hidden;display:block; }
#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL { position:relative;display:block; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL { background-color: transparent; background-image: none; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row .container > .video-iframe-container { display: none; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row > .video-iframe-container { display: none; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .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); }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL { border-width: 0; border-radius: 0; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z0kUzEhxacGT2lzkD0g4nDS6l2GF4lkM { position:absolute;display:block;z-index:14997;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:22.6875rem;width:60rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
#T61LnFXc5SR1VXR9f14qSlQT0h4ViL8F { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.35);top:8rem;left:2.125rem;height:8.500775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EnugUtaHp0aHBA7CAGStVXJWT2qBJtoH { color:#ffffff;display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.75);top:19.125rem;left:2.125rem;height:5.775rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipfEfCFHMEnMKktgNwib2HapyG7PHwIo { box-sizing:content-box;height:1.9375rem;width:18.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(51,169,0,0.56);background-image:none;top:19.125rem;left:1.875rem;display:block; }
#q8ohAUlaQfyQA2TJBUca9RrBf0wsmdhO { box-sizing:content-box;height:22.625rem;width:60rem;position:absolute;display:block;z-index:14998;background-color:rgba(97,34,5,0.26);background-image:none;top:5.875rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#UKpDIEyOh1zXK4CLqIeiISXxQZuSc0lP { color:#ffffff;display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.35);top:10.675000190735rem;left:21.875001907349rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#L5em1pOouDdOnSwgdxONJmnRPvwBixdU { z-index:;position:relative;display:block; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU { background-color: transparent; background-image: none; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container > .video-iframe-container { display: none; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row > .video-iframe-container { display: none; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .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); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU { border-width: 0; border-radius: 0; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ELGK5FwB7TRNCLoE57hNwiBvlFEpFfF4 { color:#000000;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.875rem;left:0rem;height:3.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NS2WHLczRyoA7IOQPtio9T4F19QWE2dv { box-sizing:content-box;height:0.0625rem;width:21.875rem;position:absolute;display:block;z-index:15004;background-color:#7b7b7b;background-image:none;top:9.125rem;left:30rem;display:block; }
#cCgpdDkrEKMXdTX5MBfKhIn1XnFqNoUI { color:#000000;display:block;width:29.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.812499523163rem;left:30.312501907349rem;height:8.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WcwTrWr91AXhzHWGtkakRPCPAz0cThJo { color:#000000;display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:10.375rem;left:29.875rem;height:1.575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TkFSTPxoQklTDxZaphiccx5n3AaU8AvG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.4375rem;width:28.625rem;top:8.1875rem;left:0rem;display:block; }
#nn72PmcuIHFVB3nTH4PI0ckHXu4ZITX1 { box-sizing:content-box;height:5.125rem;width:30rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:13.3125rem;left:29.875rem;border-top:0.0625rem solid #33a900;border-left:0.0625rem solid #33a900;border-right:0.0625rem solid #33a900;border-bottom:0.0625rem solid #33a900;display:block; }
#DQAqTHOyaokLHyPVCo6x97aAvxIsMJJt { color:#000000;display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.625rem;left:30.875001907349rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS { position:relative;display:block; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS { background-color: transparent; background-image: none; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row .container > .video-iframe-container { display: none; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row > .video-iframe-container { display: none; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .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); }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS { border-width: 0; border-radius: 0; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00539f;background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#n0EBTvdHgPdLtPxB1VP5e7PyrkqyPhHc { color:#ffffff;display:block;width:50.2456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.89930534362794rem;left:4.875rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX { position:relative;display:block; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX { background-color: transparent; background-image: none; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container > .video-iframe-container { display: none; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row > .video-iframe-container { display: none; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .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); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX { border-width: 0; border-radius: 0; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#JJRndaW37ZZJgwJzxhWOGHHrwRIyVyuW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:7.375rem;top:4.75rem;left:8rem;overflow:hidden;display:block; }
#CN9oUhabaQ9fL72dNLrgEaKo9aXTEnvp { 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:7.5rem;width:7.5rem;top:23.6875rem;left:7.9375rem;overflow:hidden;display:block; }
#TXd6wOFv19wuVtMbJ2EqNEOvHIPLllHc { 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:6.0625rem;width:6.0625rem;top:5.4375rem;left:46.75rem;overflow:hidden;display:block; }
#tGNKSDME50kFIaD9lghtn0iGmRA4cGiH { color:#00539f;display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12rem;left:5.75rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqPdyt0M7TEo3PF4KhQSZ7DAeaNfy5H2 { color:#00539f;display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:31.125rem;left:5.125rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3tXnvlw9pUQ81KJPGkTfXovW9Ls8VHR { color:#00539f;display:block;width:13.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.125rem;left:43rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x8opADoZBkzOChMp1Ru85sJxglTIHm0h { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.125rem;height:2.763275rem;text-align:center;text-align-last:center;display:block; }
#IJeM2f3wxWlmUG6xKhwZIdH0fmu1f1ca { color:#000000;display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:35.125rem;left:2.25rem;height:2.763275rem;text-align:center;text-align-last:center;display:block; }
#K2WlmEPTvFNL94gUJF33WLScXXJPRcOK { color:#000000;display:block;width:20.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.8125rem;left:39.25rem;height:2.7625rem;text-align:center;text-align-last:center;display:block; }
#RNTqTVvyLmintUBLPxbNeiLbr4wZRFNf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:5.125rem;left:26.687501907349rem;overflow:hidden;display:block; }
#TnkJdi1THZraNU0ka8UZK4ZziVh4Xrs3 { 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:7.625rem;width:7.625rem;top:22.8125rem;left:26.1875rem;overflow:hidden;display:block; }
#XOcqa31g0HAGRy7U63QS9mGApzWeOJaZ { color:#00539f;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:12.125rem;left:16.5625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eqyfqC03st9fTBhafRJE9cgHFpVQTqvg { color:#00539f;display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.1875rem;left:43.25rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JhsBSTHpgPPWcGwOkMVQ1isoWLRv1fdT { color:#00539f;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:31.1875rem;left:16.5625rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hy48PPlTd2TTnTa2x0tqMfrUXxzTfJbT { 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:6.875rem;width:6.875rem;top:24rem;left:46.3125rem;overflow:hidden;display:block; }
#oOnHnIQxuAMzdqn1qAt0VigtO5aPewx2 { color:#000000;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.8125rem;left:19.3125rem;height:2.763275rem;text-align:center;text-align-last:center;display:block; }
#LyOPf7Q8g2PQ3CTwH0Cu497gSaeVW52h { color:#000000;display:block;width:20.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.125rem;left:39.375rem;height:2.763275rem;text-align:center;text-align-last:center;display:block; }
#gQGhUDC1PerBBc1Op5FLNhg0xBFGnTf3 { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:35.125rem;left:16.3125rem;height:2.763275rem;text-align:center;text-align-last:center;display:block; }
#zpR7ZXRCqz5xis0ZEn7AQv5Zqr6C9NPb { color:#004496;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.761284828186rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#v7EaydLJIcHVP081llTmdeoJOeCFPR4c { color:#004496;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.948784828186rem;left:16.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#F7H4Vhgw0BwDg0fi6BTN9KBh8xnCwZzo { color:#004496;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TNSrXsaui8Nw8MTLTFnSk5ZmwnccPRwx { color:#004496;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:32.043402671814rem;left:0.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oymKqz8aslxaMNx8n1FXkT33pR0BEQoL { color:#004496;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.230902671814rem;left:22.0625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IkvqtsFwJEPlEVTLnglQwOc77yQXbPtA { color:#004496;display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:25.687500953674rem;left:32.5625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl { position:relative;display:block; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl { background-color: transparent; background-image: none; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row .container > .video-iframe-container { display: none; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row > .video-iframe-container { display: none; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .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); }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl { border-width: 0; border-radius: 0; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00539f;background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wpFAuZySiwvqZxEPAqcX8dhsh3682my6 { color:#ffffff;display:block;width:50.2456875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.89930534362794rem;left:4.875rem;height:2.325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve { position:relative;display:block; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve { background-color: transparent; background-image: none; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row .container > .video-iframe-container { display: none; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row > .video-iframe-container { display: none; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .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); }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve { border-width: 0; border-radius: 0; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:57.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tOUBlrxUb0vy3vZ7C5bsCDR13Dv52av3 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#wlrzVaRyr2u61Bu3VVyWDp5wdo3e298K { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:1.6;letter-spacing:0;top:7.5737848281863rem;left:13.1875rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lckn5fQTgkUcizVZsvAHI2XnJwHn20ZH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:5.875rem;left:13.1875rem;height:1.7003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cb51HGLf3g5Z7FTsH8MazcUVU3fhbsT9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:12.1875rem;top:3.6875rem;left:31.3125rem;overflow:hidden;display:block; }
#Bd36gdZdSI8aw30kiwVPHSrq3fCVAiqy { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:21.9375rem;left:0rem;overflow:hidden;display:block; }
#W6OyFtm3Q1s05XxTaDsnl4saLv73HzPr { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:21.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#B21CZBSdXDTmlLoTZWLgMlI0TVotgWDe { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:12.0625rem;top:40.625rem;left:0rem;overflow:hidden;display:block; }
#BXgeTLMTTdoyF7UlQzORE3g8d2T6HJrG { color:#0f539c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:3.5625rem;left:13.1875rem;height:2.19375rem;font-style:normal;display:block; }
#PFBrnwnXXzS97oH4EMbIgdWs89kCPDWW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:7.5rem;left:44.53125rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QDDVCWgOaBSZ5XVJLhwrXqdaatRLWudh { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.6;letter-spacing:0;top:5.86328125rem;left:44.53125rem;height:1.7003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#llK4a4u1RTUAUeJilwOWdBlwngwFIFIS { color:#0f539c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:3.5625rem;left:44.53125rem;height:2.19375rem;font-style:normal;display:block; }
#oew2dQATQp5kkOzc3y5Fr3amyWguDHLi { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:55rem;left:29.3125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9FQP2HlZ46MV3BPZT7GcyfLRJB2MBG2 { background-color:#30a706;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.242187023163rem;left:13.1875rem;display:block; }
#Feh0TluNknO9zvrvy1cmbo1asJbXnzla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0CTiMPxuS0Gv3Mfu1eOgfFpokWKdpde { color:#000000;display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:43.8125rem;left:32.125rem;height:4.14375rem;text-align:center;text-align-last:center;display:block; }
#cdfUaqi9AaqJto8v2x5gSRcAMpbo4fi8 { color:#00539f;display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:48.8125rem;left:32.6875rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dx7lhRV53JAT6kOr1yy26nnqPGriHinS { background-color:#30a706;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.25rem;left:44.875rem;display:block; }
#CGEqzDJn6os7dTnIMcmHdRvyyFK53ME0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f1MpWHxHyKWFHE2E1EcsPkSWfZt9K4Bc { background-color:#30a706;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.625rem;left:13.1875rem;display:block; }
#Oa2hbmPlOmTaabtKh2R6SCobXARoXQEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngsTdRa5D9aBE4GdpWWnkvEiOJcvTqyx { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:26.142578125rem;left:13.1875rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fSgoTtHCwbQ60zW22c7vZwGOqtLUHOHu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.6;letter-spacing:0;top:24.443359375rem;left:13.1875rem;height:1.7003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U0ONQFN1d80FCndcAf7hMbaAEqqWbNxx { color:#0f539c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:21.9375rem;left:13.1875rem;height:2.19375rem;font-style:normal;display:block; }
#uEu4b707nPNkbMu2AT8rChUfeNHfgV4T { background-color:#33a900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:50.3125rem;left:13.1875rem;display:block; }
#CF7mgJ3GcDBqtCm8glBcGrTfGUezGpXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bmk2UgXKZ2VDJ3rlH7QgWZpIMM4PU7Em { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:44.6875rem;left:13.1875rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kvTFhT5TzDVGpexvkxHNyMDXRbXKzOUs { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.6;letter-spacing:0;top:43.05078125rem;left:13.1875rem;height:1.7003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LWIchsL8766PAKuaq1OMEHONexLGKVsR { color:#0f539c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:40.625rem;left:13.1875rem;height:2.19375rem;font-style:normal;display:block; }
#MZ7gA7yAgrzwbndZ6f0kM9qCQGtwaiB8 { background-color:#33a900;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f8f8f8;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:2.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.625rem;left:44.53125rem;display:block; }
#o6mBNB2nGNUGn8TBp4aOM3i9yhT3u8fZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fyptqKPigwLhv7eaI9tSIMLhSAiuNfJ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:26.1416015625rem;left:44.53125rem;height:4.8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uvb37qiJWk3P4oyXBTccX1AZD33Qz0Zs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:24.505859375rem;left:44.53125rem;height:1.7003875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PGgqnvRTLRu5wITDbxThh9ilZVZxZytT { color:#0f539c;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:21.9375rem;left:44.53125rem;height:2.19375rem;font-style:normal;display:block; }
#FdgB3Ft7DovqQf6yvc4tx2sQxRfzun2x { box-sizing:content-box;height:10.3125rem;width:27.875rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:42.4375rem;left:31.3125rem;border-top:0.0625rem solid #33a900;border-left:0.0625rem solid #33a900;border-right:0.0625rem solid #33a900;border-bottom:0.0625rem solid #33a900;display:block; }
#TuRSoLJCTHzWwatvk9xWitTPn988abTU { color:#000000;display:block;width:27.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.584374427796rem;left:30.675001144409rem;height:0;text-align:center;text-align-last:center;display:none; }
#zgb61grpeoGGN1ZoR38Thq9h3d4zyCEG { color:#00539f;display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:47.599999427796rem;left:33.750001907349rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 { position:relative;display:block; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 { background-color: transparent; background-image: none; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row .container > .video-iframe-container { display: none; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row > .video-iframe-container { display: none; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .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); }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 { border-width: 0; border-radius: 0; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AyCRnfZ75m2fnEiPVTLeEmFsQu6G1Zlx { box-sizing:content-box;height:7.625rem;width:60rem;position:absolute;display:block;z-index:14997;background-color:rgba(15,83,156,0.74);background-image:none;top:7.53125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#UwfgVI87OBMH6KFbAgM9X3auR4M3NTUK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9312515258787rem;left:0rem;height:6.825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kuk9d6yVCMpaMKctSDnArVrDLqWaPlBs { position:absolute;display:block;z-index:14996;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0) ;height:22.6875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ { position:relative;display:block; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ { background-color: transparent; background-image: none; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row .container > .video-iframe-container { display: none; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row > .video-iframe-container { display: none; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .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); }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ { border-width: 0; border-radius: 0; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vEeAQBGCobt6Ol9zkq1vppB450Fv1o57 { color:#00539f;display:block;width:29.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:1.630859375rem;left:1.25rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#czLIUhZK5EBGDhzuaVxgPvNPzeq6qtrd { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:17.1875rem;top:1.6875rem;left:41.59375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i { display:block; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za7l6lysw7RWkTQbEJcz8sqmpwo52tpM { width:7.375rem;height:3.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkEubUR0S3B33HfpoTJ245z2QTXWO5Cp { display:block; }
 }@media only screen and (max-width: 763px) { #x8PoNsKVqZOXPU8eklTzx5zAVCAGUnFJ { width:10.3125rem;height:3.3125rem;top:1.125rem;left:1.8624992370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fkEES0WZko7fLvRiZdgleA9K98MTFL { display:block; }
 }@media only screen and (max-width: 763px) { #UzLkFdMRcXkL5iWInTovO8IuqX5p6Rl6 { width:10.375rem;height:3.3125rem;top:1.125rem;left:12.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMKVodpQkTguWBt1m6IrLRQ1r31i5pQq { display:block; }
 }@media only screen and (max-width: 763px) { #V2iywwnzCiKdZzxFJ7KVpirBXNVcRcZF { width:8.0625rem;height:3.3125rem;top:1.125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVpGo82T9BZ393zAzImeiy74xO8oJbi { display:block; }
 }@media only screen and (max-width: 763px) { #uOdNsZymxDoLR6LCclat2f2bEgLeBxyL { top:1.1875rem;left:30.5625rem;width:17.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkBksNiyW6fJk15fpMolN8sQxDgwdHL { display:block; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0kUzEhxacGT2lzkD0g4nDS6l2GF4lkM { top:5.8125rem;left:0rem;width:47.75rem;height:18.05546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61LnFXc5SR1VXR9f14qSlQT0h4ViL8F { top:8rem;left:0rem;width:38.125rem;height:8.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnugUtaHp0aHBA7CAGStVXJWT2qBJtoH { top:19.125rem;left:0rem;width:29.875rem;height:5.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipfEfCFHMEnMKktgNwib2HapyG7PHwIo { top:19.125rem;left:0rem;width:18.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ohAUlaQfyQA2TJBUca9RrBf0wsmdhO { top:5.875rem;left:0rem;width:47.75rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKpDIEyOh1zXK4CLqIeiISXxQZuSc0lP { top:16.625rem;left:0rem;width:20rem;height:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5em1pOouDdOnSwgdxONJmnRPvwBixdU { display:block; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELGK5FwB7TRNCLoE57hNwiBvlFEpFfF4 { width:47.75rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS2WHLczRyoA7IOQPtio9T4F19QWE2dv { width:21.875rem;height:0.0625rem;top:9.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgpdDkrEKMXdTX5MBfKhIn1XnFqNoUI { width:29.625rem;height:;top:13.75rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcwTrWr91AXhzHWGtkakRPCPAz0cThJo { width:30.125rem;height:1.5625rem;top:10.375rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkFSTPxoQklTDxZaphiccx5n3AaU8AvG { width:28.625rem;height:15.4375rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn72PmcuIHFVB3nTH4PI0ckHXu4ZITX1 { top:13.3125rem;left:17.625rem;width:30rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAqTHOyaokLHyPVCo6x97aAvxIsMJJt { width:19.375rem;height:;top:10.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS { display:block; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0EBTvdHgPdLtPxB1VP5e7PyrkqyPhHc { top:0.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX { display:block; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJRndaW37ZZJgwJzxhWOGHHrwRIyVyuW { top:4.75rem;left:1.875rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9oUhabaQ9fL72dNLrgEaKo9aXTEnvp { top:23.6875rem;left:1.8125rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXd6wOFv19wuVtMbJ2EqNEOvHIPLllHc { top:5.4375rem;left:40.625rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNKSDME50kFIaD9lghtn0iGmRA4cGiH { top:12rem;left:0rem;width:11.8125rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqPdyt0M7TEo3PF4KhQSZ7DAeaNfy5H2 { top:31.125rem;left:0rem;width:13.1875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3tXnvlw9pUQ81KJPGkTfXovW9Ls8VHR { top:12.125rem;left:34.25rem;width:13.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8opADoZBkzOChMp1Ru85sJxglTIHm0h { top:15.8125rem;left:0rem;width:15.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJeM2f3wxWlmUG6xKhwZIdH0fmu1f1ca { top:35.125rem;left:0rem;width:18.875rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2WlmEPTvFNL94gUJF33WLScXXJPRcOK { top:15.8125rem;left:27rem;width:20.75rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTqTVvyLmintUBLPxbNeiLbr4wZRFNf { top:5.125rem;left:20.562501907349rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnkJdi1THZraNU0ka8UZK4ZziVh4Xrs3 { top:22.8125rem;left:20.0625rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOcqa31g0HAGRy7U63QS9mGApzWeOJaZ { top:12.125rem;left:10.4375rem;width:27.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqyfqC03st9fTBhafRJE9cgHFpVQTqvg { top:31.1875rem;left:34.75rem;width:13rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhsBSTHpgPPWcGwOkMVQ1isoWLRv1fdT { top:31.1875rem;left:10.4375rem;width:27.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy48PPlTd2TTnTa2x0tqMfrUXxzTfJbT { top:24rem;left:40.1875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnHnIQxuAMzdqn1qAt0VigtO5aPewx2 { top:15.8125rem;left:13.1875rem;width:21.4375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyOPf7Q8g2PQ3CTwH0Cu497gSaeVW52h { top:35.125rem;left:27.125rem;width:20.625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQGhUDC1PerBBc1Op5FLNhg0xBFGnTf3 { top:35.125rem;left:10.1875rem;width:27.4375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpR7ZXRCqz5xis0ZEn7AQv5Zqr6C9NPb { top:6.1875rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7EaydLJIcHVP081llTmdeoJOeCFPR4c { top:39.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7H4Vhgw0BwDg0fi6BTN9KBh8xnCwZzo { top:31.875rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNSrXsaui8Nw8MTLTFnSk5ZmwnccPRwx { top:17.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymKqz8aslxaMNx8n1FXkT33pR0BEQoL { top:51.5625rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkvqtsFwJEPlEVTLnglQwOc77yQXbPtA { top:63.3125rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl { display:block; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpFAuZySiwvqZxEPAqcX8dhsh3682my6 { top:0.875rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve { display:block; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOUBlrxUb0vy3vZ7C5bsCDR13Dv52av3 { top:3.5625rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrzVaRyr2u61Bu3VVyWDp5wdo3e298K { top:7.5625rem;left:7.0625rem;width:18.125rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lckn5fQTgkUcizVZsvAHI2XnJwHn20ZH { top:5.875rem;left:7.0625rem;width:20.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb51HGLf3g5Z7FTsH8MazcUVU3fhbsT9 { top:3.6875rem;left:25.1875rem;width:12.1875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd36gdZdSI8aw30kiwVPHSrq3fCVAiqy { top:21.9375rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OyFtm3Q1s05XxTaDsnl4saLv73HzPr { top:21.9375rem;left:25.1875rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B21CZBSdXDTmlLoTZWLgMlI0TVotgWDe { top:40.625rem;left:0rem;width:12.0625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXgeTLMTTdoyF7UlQzORE3g8d2T6HJrG { top:3.5625rem;left:7.0625rem;width:12.5rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBrnwnXXzS97oH4EMbIgdWs89kCPDWW { top:7.5rem;left:32.25rem;width:15.5rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDDVCWgOaBSZ5XVJLhwrXqdaatRLWudh { top:5.8125rem;left:33.75rem;width:14rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llK4a4u1RTUAUeJilwOWdBlwngwFIFIS { top:3.5625rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oew2dQATQp5kkOzc3y5Fr3amyWguDHLi { top:55rem;left:23.1875rem;width:12.5rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9FQP2HlZ46MV3BPZT7GcyfLRJB2MBG2 { width:12.125rem;height:2.4375rem;top:13.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feh0TluNknO9zvrvy1cmbo1asJbXnzla { display:block; }
 }@media only screen and (max-width: 763px) { #x0CTiMPxuS0Gv3Mfu1eOgfFpokWKdpde { top:43.8125rem;left:21.25rem;width:26.5rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdfUaqi9AaqJto8v2x5gSRcAMpbo4fi8 { top:48.8125rem;left:22.6875rem;width:25.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dx7lhRV53JAT6kOr1yy26nnqPGriHinS { width:12.125rem;height:2.4375rem;top:13.25rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEqzDJn6os7dTnIMcmHdRvyyFK53ME0 { display:block; }
 }@media only screen and (max-width: 763px) { #f1MpWHxHyKWFHE2E1EcsPkSWfZt9K4Bc { width:12.125rem;height:2.4375rem;top:31.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa2hbmPlOmTaabtKh2R6SCobXARoXQEn { display:block; }
 }@media only screen and (max-width: 763px) { #ngsTdRa5D9aBE4GdpWWnkvEiOJcvTqyx { top:26.125rem;left:7.0625rem;width:18.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSgoTtHCwbQ60zW22c7vZwGOqtLUHOHu { top:24.4375rem;left:7.0625rem;width:20.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ONQFN1d80FCndcAf7hMbaAEqqWbNxx { top:21.9375rem;left:7.0625rem;width:12.5rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEu4b707nPNkbMu2AT8rChUfeNHfgV4T { width:12.125rem;height:2.4375rem;top:50.3125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF7mgJ3GcDBqtCm8glBcGrTfGUezGpXO { display:block; }
 }@media only screen and (max-width: 763px) { #Bmk2UgXKZ2VDJ3rlH7QgWZpIMM4PU7Em { top:44.6875rem;left:7.0625rem;width:18.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTFhT5TzDVGpexvkxHNyMDXRbXKzOUs { top:43rem;left:7.0625rem;width:20.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWIchsL8766PAKuaq1OMEHONexLGKVsR { top:40.625rem;left:7.0625rem;width:12.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7gA7yAgrzwbndZ6f0kM9qCQGtwaiB8 { width:12.125rem;height:2.4375rem;top:31.625rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6mBNB2nGNUGn8TBp4aOM3i9yhT3u8fZ { display:block; }
 }@media only screen and (max-width: 763px) { #fyptqKPigwLhv7eaI9tSIMLhSAiuNfJ3 { top:26.125rem;left:32.8125rem;width:14.9375rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvb37qiJWk3P4oyXBTccX1AZD33Qz0Zs { top:24.5rem;left:36.1875rem;width:11.5625rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGgqnvRTLRu5wITDbxThh9ilZVZxZytT { top:21.9375rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdgB3Ft7DovqQf6yvc4tx2sQxRfzun2x { top:42.4375rem;left:19.75rem;width:27.875rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRSoLJCTHzWwatvk9xWitTPn988abTU { top:138.625rem;left:0rem;width:18.5625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgb61grpeoGGN1ZoR38Thq9h3d4zyCEG { top:47.5625rem;left:22.6875rem;width:25.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 { display:block; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyCRnfZ75m2fnEiPVTLeEmFsQu6G1Zlx { top:7.5rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfgVI87OBMH6KFbAgM9X3auR4M3NTUK { top:7.875rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuk9d6yVCMpaMKctSDnArVrDLqWaPlBs { top:0rem;left:0rem;width:47.75rem;height:18.05546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ { display:block; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEeAQBGCobt6Ol9zkq1vppB450Fv1o57 { top:1.625rem;left:0rem;width:29.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czLIUhZK5EBGDhzuaVxgPvNPzeq6qtrd { top:1.6875rem;left:30.5625rem;width:17.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Rc4cgTcQLDrE9uBKi7cEarL0e7Tsee2i > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za7l6lysw7RWkTQbEJcz8sqmpwo52tpM { width:9.375rem;height:2.25rem;top:3.8125rem;left:5.3125000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VkEubUR0S3B33HfpoTJ245z2QTXWO5Cp { display:block; }
 }@media only screen and (max-width: 763px) { #x8PoNsKVqZOXPU8eklTzx5zAVCAGUnFJ { width:10.3125rem;height:3.3125rem;top:6.875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T1fkEES0WZko7fLvRiZdgleA9K98MTFL { display:block; }
 }@media only screen and (max-width: 763px) { #UzLkFdMRcXkL5iWInTovO8IuqX5p6Rl6 { width:10.375rem;height:3.3125rem;top:10.75rem;left:4.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kMKVodpQkTguWBt1m6IrLRQ1r31i5pQq { display:block; }
 }@media only screen and (max-width: 763px) { #V2iywwnzCiKdZzxFJ7KVpirBXNVcRcZF { width:8.0625rem;height:3.3125rem;top:15.3125rem;left:5.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nOVpGo82T9BZ393zAzImeiy74xO8oJbi { display:block; }
 }@media only screen and (max-width: 763px) { #uOdNsZymxDoLR6LCclat2f2bEgLeBxyL { width:17.1875rem;height:3.1875rem;top:0rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTkBksNiyW6fJk15fpMolN8sQxDgwdHL { display:block; }#RTkBksNiyW6fJk15fpMolN8sQxDgwdHL > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0kUzEhxacGT2lzkD0g4nDS6l2GF4lkM { width:20rem;height:7.5rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T61LnFXc5SR1VXR9f14qSlQT0h4ViL8F { width:17.75rem;height:2.375rem;top:16.002084732056rem;left:0.46510422229767rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EnugUtaHp0aHBA7CAGStVXJWT2qBJtoH { width:17.0625rem;height:3.41015625rem;top:23.4375rem;left:0.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipfEfCFHMEnMKktgNwib2HapyG7PHwIo { width:11.1875rem;height:1.3125rem;top:23.4375rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8ohAUlaQfyQA2TJBUca9RrBf0wsmdhO { width:20rem;height:7.3125rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKpDIEyOh1zXK4CLqIeiISXxQZuSc0lP { width:13.625rem;height:1.1875rem;top:21.5rem;left:0.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L5em1pOouDdOnSwgdxONJmnRPvwBixdU { display:block; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU { background-color: transparent; background-image: none; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container > .video-iframe-container { display: none; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row > .video-iframe-container { display: none; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .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); }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU { border-width: 0; border-radius: 0; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L5em1pOouDdOnSwgdxONJmnRPvwBixdU > .row .container { width:20rem;height:34.9375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ELGK5FwB7TRNCLoE57hNwiBvlFEpFfF4 { width:15.625rem;height:3.298825rem;top:0.9375rem;left:2.1875000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #NS2WHLczRyoA7IOQPtio9T4F19QWE2dv { width:10rem;height:0.0625rem;top:5.125rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCgpdDkrEKMXdTX5MBfKhIn1XnFqNoUI { width:20rem;height:11.8125rem;top:5.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WcwTrWr91AXhzHWGtkakRPCPAz0cThJo { width:19.375rem;height:2.9746125rem;top:6rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkFSTPxoQklTDxZaphiccx5n3AaU8AvG { height:10.5rem;width:19.25rem;top:21.9375rem;left:0.37421876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn72PmcuIHFVB3nTH4PI0ckHXu4ZITX1 { width:19.1875rem;height:6.5625rem;top:9.6625022888181rem;left:0.35546869039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQAqTHOyaokLHyPVCo6x97aAvxIsMJJt { width:19.375rem;height:;top:10.22500038147rem;left:0.31171876192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS { display:block; }#rdgBxwbN1rpqWVs4p10XxNZhQUItc8zS > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0EBTvdHgPdLtPxB1VP5e7PyrkqyPhHc { width:16.6875rem;height:3.1484375rem;top:0.48750114440918rem;left:1.6562500596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container { background-color: transparent; background-image: none; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container > .video-iframe-container { display: none; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row > .video-iframe-container { display: none; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .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); }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container { border-width: 0; border-radius: 0; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBDiChMcZo8c4n3TQyi7Vrp3zxhrCWVX > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJRndaW37ZZJgwJzxhWOGHHrwRIyVyuW { width:4.75rem;height:4.75rem;top:0.96875rem;left:7.6250005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN9oUhabaQ9fL72dNLrgEaKo9aXTEnvp { width:5.0625rem;height:5.0625rem;top:33.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXd6wOFv19wuVtMbJ2EqNEOvHIPLllHc { width:4.5rem;height:4.5rem;top:23rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGNKSDME50kFIaD9lghtn0iGmRA4cGiH { width:11.75rem;height:2.2743rem;top:7.3125rem;left:3.5312501192093rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hqPdyt0M7TEo3PF4KhQSZ7DAeaNfy5H2 { width:8.6875rem;height:2.2743rem;top:22.0859375rem;left:5.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L3tXnvlw9pUQ81KJPGkTfXovW9Ls8VHR { width:10.0625rem;height:2.2743rem;top:25.609375rem;left:4.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x8opADoZBkzOChMp1Ru85sJxglTIHm0h { width:20rem;height:2.4375rem;top:8.086809158325rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJeM2f3wxWlmUG6xKhwZIdH0fmu1f1ca { width:20rem;height:2.4375rem;top:40.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2WlmEPTvFNL94gUJF33WLScXXJPRcOK { width:20rem;height:2.4375rem;top:30.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNTqTVvyLmintUBLPxbNeiLbr4wZRFNf { width:5.375rem;height:5.375rem;top:11.5625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnkJdi1THZraNU0ka8UZK4ZziVh4Xrs3 { width:5.25rem;height:5.25rem;top:44.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOcqa31g0HAGRy7U63QS9mGApzWeOJaZ { width:20rem;height:2.2743rem;top:64.078125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eqyfqC03st9fTBhafRJE9cgHFpVQTqvg { width:20rem;height:2.2743rem;top:67.6015625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JhsBSTHpgPPWcGwOkMVQ1isoWLRv1fdT { width:20rem;height:2.2743rem;top:71.125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hy48PPlTd2TTnTa2x0tqMfrUXxzTfJbT { width:5rem;height:5rem;top:56.1875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOnHnIQxuAMzdqn1qAt0VigtO5aPewx2 { width:20rem;height:2.4375rem;top:19.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LyOPf7Q8g2PQ3CTwH0Cu497gSaeVW52h { width:20rem;height:2.4375rem;top:52.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQGhUDC1PerBBc1Op5FLNhg0xBFGnTf3 { width:20rem;height:2.4375rem;top:63.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zpR7ZXRCqz5xis0ZEn7AQv5Zqr6C9NPb { width:20rem;height:1.3rem;top:6.2256946563721rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v7EaydLJIcHVP081llTmdeoJOeCFPR4c { width:20rem;height:1.3rem;top:39.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7H4Vhgw0BwDg0fi6BTN9KBh8xnCwZzo { width:20rem;height:1.3rem;top:28.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNSrXsaui8Nw8MTLTFnSk5ZmwnccPRwx { width:20rem;height:1.3rem;top:17.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oymKqz8aslxaMNx8n1FXkT33pR0BEQoL { width:20rem;height:1.3rem;top:50.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkvqtsFwJEPlEVTLnglQwOc77yQXbPtA { width:20rem;height:1.3rem;top:61.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl { display:block; }#s9FuKzwQeot59oSB7J3gKpqIWe2vfIEl > .row .container { width:20rem;height:3.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpFAuZySiwvqZxEPAqcX8dhsh3682my6 { width:19.375rem;height:1.575rem;top:0.70625114440919rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve { display:block; }#TR6Vg6Vz3FkuKrd7VLlw2l3viuX6f3ve > .row .container { width:20rem;height:148rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOUBlrxUb0vy3vZ7C5bsCDR13Dv52av3 { width:11.25rem;height:11.25rem;top:10.25rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlrzVaRyr2u61Bu3VVyWDp5wdo3e298K { width:18.125rem;height:3.199225rem;top:6.2367191314697rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lckn5fQTgkUcizVZsvAHI2XnJwHn20ZH { width:20rem;height:1.7rem;top:4.07421875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cb51HGLf3g5Z7FTsH8MazcUVU3fhbsT9 { width:11.3125rem;height:11.125rem;top:38rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd36gdZdSI8aw30kiwVPHSrq3fCVAiqy { width:11.1875rem;height:11.1875rem;top:65.532812118531rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6OyFtm3Q1s05XxTaDsnl4saLv73HzPr { width:11.1875rem;height:11.1875rem;top:93.370313644406rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #B21CZBSdXDTmlLoTZWLgMlI0TVotgWDe { width:11rem;height:11rem;top:121.56562614441rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXgeTLMTTdoyF7UlQzORE3g8d2T6HJrG { width:12.5rem;height:2.03125rem;top:1.4375rem;left:3.7500000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PFBrnwnXXzS97oH4EMbIgdWs89kCPDWW { width:15.5rem;height:4.7988375rem;top:32rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDDVCWgOaBSZ5XVJLhwrXqdaatRLWudh { width:14rem;height:1.7rem;top:29.75rem;left:3rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #llK4a4u1RTUAUeJilwOWdBlwngwFIFIS { width:12.5rem;height:2.03125rem;top:27rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oew2dQATQp5kkOzc3y5Fr3amyWguDHLi { width:12.5rem;height:0;top:160.917rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W9FQP2HlZ46MV3BPZT7GcyfLRJB2MBG2 { width:11.3125rem;height:2.5rem;top:22.625rem;left:4.3437500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Feh0TluNknO9zvrvy1cmbo1asJbXnzla { display:block; }
 }@media only screen and (max-width: 763px) { #x0CTiMPxuS0Gv3Mfu1eOgfFpokWKdpde { width:20rem;height:4.875rem;top:138.41640663147rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdfUaqi9AaqJto8v2x5gSRcAMpbo4fi8 { width:20rem;height:5.525rem;top:145.32265663147rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dx7lhRV53JAT6kOr1yy26nnqPGriHinS { width:11.375rem;height:2.5rem;top:50.09531211853rem;left:4.3125000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGEqzDJn6os7dTnIMcmHdRvyyFK53ME0 { display:block; }
 }@media only screen and (max-width: 763px) { #f1MpWHxHyKWFHE2E1EcsPkSWfZt9K4Bc { width:11.25rem;height:2.5rem;top:77.782032012938rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa2hbmPlOmTaabtKh2R6SCobXARoXQEn { display:block; }
 }@media only screen and (max-width: 763px) { #ngsTdRa5D9aBE4GdpWWnkvEiOJcvTqyx { width:18.125rem;height:4.798825rem;top:59.49374961853rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSgoTtHCwbQ60zW22c7vZwGOqtLUHOHu { width:20rem;height:1.7rem;top:57.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0ONQFN1d80FCndcAf7hMbaAEqqWbNxx { width:12.5rem;height:2.03125rem;top:54.1875rem;left:3.75rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uEu4b707nPNkbMu2AT8rChUfeNHfgV4T { width:10.875rem;height:2.4375rem;top:133.81562614441rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF7mgJ3GcDBqtCm8glBcGrTfGUezGpXO { display:block; }
 }@media only screen and (max-width: 763px) { #Bmk2UgXKZ2VDJ3rlH7QgWZpIMM4PU7Em { width:18.125rem;height:4.79883125rem;top:115.1875rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kvTFhT5TzDVGpexvkxHNyMDXRbXKzOUs { width:20rem;height:1.7rem;top:112.75rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LWIchsL8766PAKuaq1OMEHONexLGKVsR { width:12.5rem;height:2.19375rem;top:110rem;left:3.75rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZ7gA7yAgrzwbndZ6f0kM9qCQGtwaiB8 { width:11.25rem;height:2.5rem;top:105.62031364441rem;left:4.3750000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6mBNB2nGNUGn8TBp4aOM3i9yhT3u8fZ { display:block; }
 }@media only screen and (max-width: 763px) { #fyptqKPigwLhv7eaI9tSIMLhSAiuNfJ3 { width:14.9375rem;height:4.798825rem;top:86.977344512938rem;left:2.5312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uvb37qiJWk3P4oyXBTccX1AZD33Qz0Zs { width:11.5625rem;height:1.7rem;top:84.71484375rem;left:4.2187500596046rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGgqnvRTLRu5wITDbxThh9ilZVZxZytT { width:12.5rem;height:2.03125rem;top:81.9140625rem;left:3.7500000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FdgB3Ft7DovqQf6yvc4tx2sQxRfzun2x { width:18.6875rem;height:8.375rem;top:138rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuRSoLJCTHzWwatvk9xWitTPn988abTU { width:18.5625rem;height:3.41015625rem;top:138.625rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgb61grpeoGGN1ZoR38Thq9h3d4zyCEG { width:18.5rem;height:2.2743rem;top:143.3125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 { display:block; }#FRNUDW7FdhwWQVbS1gDDftbBfhawcNE3 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyCRnfZ75m2fnEiPVTLeEmFsQu6G1Zlx { width:20rem;height:3.5625rem;top:1.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwfgVI87OBMH6KFbAgM9X3auR4M3NTUK { width:20rem;height:2.5996125rem;top:2.38671875rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kuk9d6yVCMpaMKctSDnArVrDLqWaPlBs { width:20rem;height:7.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ { display:block; }#MkvzQ4HNt4ruOsmVIqRAtvsmSypmUPTQ > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEeAQBGCobt6Ol9zkq1vppB450Fv1o57 { width:19.625rem;height:2.3993rem;top:1.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #czLIUhZK5EBGDhzuaVxgPvNPzeq6qtrd { width:17.1875rem;height:3.1875rem;top:5.3359375rem;left:1.40625rem;display:block; }
 }