.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:218,231,242;--color-primary-1:131,175,211;--color-primary-2:6,94,166;--color-primary-3:3,47,83;--color-primary-4:1,14,25;--color-secondary-0:227,244,231;--color-secondary-1:170,223,184;--color-secondary-2:113,201,136;--color-secondary-3:34,160,56;--color-secondary-4:19,165,56;--color-tertiary-0:255,255,255;--color-tertiary-1:163,196,223;--color-tertiary-2:102,157,201;--color-tertiary-3:6,94,166;--color-tertiary-4:0,91,165;--headlines-font-family:"gt walsheim";--paragraphs-font-family:"gt walsheim"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { position:relative;display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { background-color: transparent; background-image: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row > .video-iframe-container { display: none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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); }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { border-width: 0; border-radius: 0; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .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; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cpA52TkrITT2HxhPx1BiO1hLmTcaykOo { 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:5.3125rem;width:10.4373125rem;top:1.09375rem;left:3.564453125rem;overflow:hidden;display:block; }
#SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR { position:relative;display:none; }#SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR { border-width: 0; border-radius: 0; }#SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR > .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; }#SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wmApDFJe4kTr1mMRTNQnNM9BlczgyOXD { position:absolute;display:block;z-index:15003;background-color:#213c8c;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.6875rem;width:31.1875rem;top:1.375rem;left:4.5rem;display:block; }
#JUIKaL69BTlmPAyrPEnD613XAKKv9cr4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.3125rem;height:6.599375rem;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;display:block; }
#taCzSUP107RoDK6abOFooCq94cbDylQx { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.5rem;left:6.3125rem;height:6.9010625rem;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;display:block; }
#khQuVTle5QUIn4E3lmCsVt0cb8oXrKal { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#213c8c;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.37456875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.811415672302rem;left:10.404731750488rem;display:block; }
#AbF5LRfpzaHTRH5hkOvRXVFzASsdBc2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { position:absolute;display:block;z-index:15000;background-color:#708199;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:15.2495625rem;width:31.1870625rem;top:5.4351129531861rem;left:4.4986991882324rem;display:block; }
#Cwd1ATJyVXdfR8ZWzW3BeJN1kcvKBT0B { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:28.1875rem;width:22.0625rem;top:0.375rem;left:0rem;overflow:hidden;display:none; }
#dTfxGvGMZZT51Cph6xzqde42FEFqKF4v { position:absolute;display:block;z-index:15002;background-color:#708199;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:14.125rem;width:31.1875rem;top:6.91015625rem;left:4.4976119995117rem;display:block; }
#TzGAxNiNnBCLUy2cfdy0xqGszgkJeGg8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:28.125rem;width:21.6875rem;top:0.375rem;left:0rem;overflow:hidden;display:none; }
#rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 { position:relative;display:none; }#rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 { border-width: 0; border-radius: 0; }#rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 > .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; }#rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TLOE3BQ6lxcI74u3vTnaXX9GTWNCqCvN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.34375rem;left:69.317497253419rem; }
#kwKc7z9qLTc5cT30aOmHlOu5HMbIotmK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.37434387207031rem;left:1.4431419372559rem; }
#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA { position:relative;display:block; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA { background-color: transparent; background-image: none; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row .container > .video-iframe-container { display: none; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row > .video-iframe-container { display: none; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .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); }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA { border-width: 0; border-radius: 0; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .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; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SvaARm0cHzhCRNXD9X1uB5TAvr85EKth { position:absolute;display:block;z-index:15003;background-color:#213c8c;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.6875rem;width:31.1875rem;top:1.375rem;left:4.5rem;display:block; }
#MAzxMbTDWK3L5aMRPIO7gbsb03e40PH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.3125rem;height:6.6rem;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;display:block; }
#tWo6xeyBkUzeVBImTzWeQoIzLLiKWXhq { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:12.5rem;left:6.3125rem;height:6.9010625rem;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;display:block; }
#hqfEVr6hinBdG017Jc7Ju0ePICL6fknr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:#213c8c;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.37456875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:22.811415672302rem;left:10.404731750488rem;display:block; }
#I9HJkKOzmKXxyuvypRsyXednM27H96vU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cE67pN3w7tFlRHZhxaO0OEP0EnwhPWPT { position:absolute;display:block;z-index:15000;background-color:#708199;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:15.2495625rem;width:31.1870625rem;top:5.4351129531861rem;left:4.4986991882324rem;display:block; }
#fwl9BTUVH3ufvXrwP42Xu1nC1oRXl615 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:27.5rem;width:75rem;top:0.84309959411619rem;left:0rem;overflow:hidden;display:block; }
#kO0BHi0ovhcJmPadpbHkqhnaruxuh6ng { position:absolute;display:block;z-index:15002;background-color:#708199;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:14.124375rem;width:31.1870625rem;top:6.05859375rem;left:4.4976119995117rem;display:block; }
#R4DmD7m68HTDHsx645CkNnlBWTHKUdef { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:27.5rem;width:75rem;top:0.84309959411619rem;left:0rem;overflow:hidden;display:block; }
#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n { position:relative;display:block; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n { background-color: transparent; background-image: none; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row .container > .video-iframe-container { display: none; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row > .video-iframe-container { display: none; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .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); }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n { border-width: 0; border-radius: 0; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .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; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#THkFfp0JnW0NQ5ptZRZG0EizPb4o1C1G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.34375rem;left:69.317497253419rem; }
#FEJslfBA8dxrlIG2Wx6rVbzakLsdINpZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.37434387207031rem;left:1.4431419372559rem; }
#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { position:relative;display:block; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { background-color: transparent; background-image: none; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container > .video-iframe-container { display: none; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row > .video-iframe-container { display: none; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .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); }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { border-width: 0; border-radius: 0; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .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; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BHmHrxzPWWU7HqIAAIgi1d4JyBbhqo2U { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#CNCNhKaJnmH7AySn9BuoKkyECuWDJ4s1 { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#PKIk3rspuDnWvSey46TTdKyJT5sGJdfb { color:#2a2a2a;display:block;width:68.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6399745941162rem;left:4.5258255004883rem;height:9.3424375rem;text-align:center;text-align-last:center;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;display:block; }
#HrRBflXlJo9ktnCQq2G7ZiaUxMTGBlmL { background-color:#213c8c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.37456875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:14.283855438233rem;left:28.900825500488rem;display:none; }
#ti9AGviZmN5xsgQ8mLdDnNL4AGOCGPLB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO { position:relative;display:block; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO { background-color: transparent; background-image: none; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row .container > .video-iframe-container { display: none; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row > .video-iframe-container { display: none; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .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); }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO { border-width: 0; border-radius: 0; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .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; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SWtz7kwoR9wQXWe4tt3uQw5AMcxuBVoi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#JB9EDpWTIxnP1adpFRZTT9T5pTNgm9s0 { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#DHgqq2qTuZ7dAsHPESSE4GuCmt9tdvgJ { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:36.6873125rem;width:65.75rem;top:2.0920133590698rem;left:4.6234817504883rem;display:block; }
#ssHZhmGzVLy3QcitSsTX5MuIFeHnBig1 { position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:39.436875rem;width:71.311875rem;top:0.75rem;left:1.875rem;display:block; }
#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { position:relative;display:block; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { background-color: transparent; background-image: none; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container > .video-iframe-container { display: none; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row > .video-iframe-container { display: none; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .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); }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { border-width: 0; border-radius: 0; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .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; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M26pmNqRLmGpf7Z9PWbSOdKxDV5PdD3F { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:23.4375rem;width:23.125rem;top:15.186633050442rem;left:0rem;display:block; }
#U21E8SI9NcbUIZIV0zvOKxqCXXoz6D4F { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:10.2734375rem;left:5.7573776245117rem;height:3.8997375rem;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; }
#wLn4FJAZPLmG0Luk0Bk5bJK0Am2Jfu4U { position:absolute;display:block;z-index:14998;background-color:#213c8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:23.125rem;top:8.875rem;left:0rem;display:block; }
#gGiaBbo9BWATMGmKgzMVRADTmvIDJTQl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#Vlo3ui1R0WMhXImKT9DyNrP0LUoLM6GK { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#UE15Dz3wpTfXM9RT4XD7CzfXkxGoz2Iz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:23.4375rem;width:23.125rem;top:15.25rem;left:25.9375rem;display:block; }
#d90NsJHlzD6BsgRNselFPeBMrukfSiVJ { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:23.4375rem;width:23.125rem;top:15.249565124512rem;left:51.875rem;display:block; }
#aqTEKkGrq9iPgTUdorMkUA4V4VpdnwkO { color:#213c8c;display:block;width:66.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:1.3704414367676rem;left:0.68359375rem;height:3.24978125rem;text-align:left;text-align-last:left;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;display:block; }
#M8FxGBo0eCRBGMTn1C4CZAelWCvCwyyW { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87478125rem;width:3.87478125rem;top:10.284286499024rem;left:1.5625rem;overflow:hidden;display:block; }
#LAr1PwezE8R2XN2u3WTbf7mhHNqRtNux { position:absolute;display:block;z-index:15001;background-color:#213c8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:23.125rem;top:8.875rem;left:25.9375rem;display:block; }
#QEerKTpegeOSTd5EV2MEHxHR9aunr0yM { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:10.3125rem;left:31.6875rem;height:;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; }
#i3aDZmU8kLgz5aEqFAiCGublkJSl0Uti { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:10.3125rem;left:27.5rem;overflow:hidden;display:block; }
#n28oTOCM5k0GA9o4He8NeWqUDzTtdu7q { position:absolute;display:block;z-index:15004;background-color:#213c8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:10.375rem;width:23.125rem;top:8.9375rem;left:51.875rem;display:block; }
#tPvuEeHJLLbziuuDNTUWe45olfTgTO31 { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:10.375rem;left:53.4375rem;overflow:hidden;display:block; }
#tewxAtXT6W2sqyPZdiOWqBzJaVbIWiLf { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8735rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:11.246746063233rem;left:57.50651550293rem;height:1.94986875rem;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; }
#CLQIOiT8ykg6GmHatMEKtpWb43CeJRFK { color:#2a2a2a;display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:17.413195610046rem;left:1.6861972808838rem;height:13.0794375rem;text-align:left;text-align-last:left;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;display:block; }
#meVc4DBWonhrgxOyhZqdTFO5MbnUkbkk { color:#2a2a2a;display:block;width:20.811625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:17.413195550442rem;left:27.5rem;height:14.9479375rem;text-align:left;text-align-last:left;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;display:block; }
#SaIloQOKICfOOMgmiQL6cXJFvNQpC4SW { color:#2a2a2a;display:block;width:20.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.413195550442rem;left:53.031684875488rem;height:13.0794375rem;text-align:left;text-align-last:left;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;display:block; }
#n6xZBZMo0SvEgg69WMuSMHnFZWmJBQkT { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.37456875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:33.659942626953rem;left:1.875rem;display:block; }
#JIUPSpEyQyN14NzwSEQABzN9g655nJk7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B5leJTlVgKiT1EF8kiT4c39TwxEtnRTq { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.37456875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:33.659939706326rem;left:27.8125rem;display:block; }
#lne2S8Ovx194rTBaE3l8ll3CptBUVm9g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJAnCvlpydCnoWULbihtevT4aX3P0y3C { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.37456875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.659939706326rem;left:53.75rem;display:block; }
#qTZKtSnvWgsVQRKgaWgwvIypL3oT03ES { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QoqL28nDbVMoPrExRHEkTwQlcp0wFL57 { position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:5.0625rem;width:71.3125rem;top:43.472224235534rem;left:1.8804244995118rem;display:block; }
#ukonqZdxm2WTbZ5zvOHxraa86ZFSUwQ7 { color:#2a2a2a;display:block;width:66.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:45.069445610046rem;left:4.4053802490234rem;height:1.8684875rem;text-align:left;text-align-last:left;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;display:block; }
#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { position:relative;display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { background-color: transparent; background-image: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row > .video-iframe-container { display: none; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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); }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { border-width: 0; border-radius: 0; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .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; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8232421875rem;left:9.28125rem;height:1.29980625rem;display:none; }
#cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { 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:2.3125rem;width:2.8125rem;top:2.3173828125rem;left:5.03125rem;overflow:hidden;display:none; }
#crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:33.75rem;width:75rem;top:8.4960939884187rem;left:0rem;display:block; }
#ITUclR26DKunFC1efkaXKMVf6bTqffBv { position:absolute;display:block;z-index:15001;background-color:#213c8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:19.375rem;width:39.9370625rem;top:2.5748696327209rem;left:0rem;display:block; }
#XJhBIJmRVhqp5IRESoT21bMzC0RnrofC { color:rgba(var(--color-tertiary-0),1);display:block;width:32.061625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.9737415313721rem;left:2.0638027191162rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FDSrAWZtiCnTrmFRXxG0azAus8p95N0o { color:#2a2a2a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.969401597977rem;left:2.7484798431396rem;height:3.73698125rem;text-align:center;text-align-last:center;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;display:block; }
#Na1uBfWgkJfz1S0QqiJpbAi2bzaTRRvc { color:#2a2a2a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.969401597977rem;left:30rem;height:3.73698125rem;text-align:center;text-align-last:center;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;display:block; }
#R9DFQGcGXlPUNCFLf2TGDE1XtD217paG { color:#2a2a2a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.969401597977rem;left:58.186851501465rem;height:3.73698125rem;text-align:center;text-align-last:center;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;display:block; }
#TFHxhtstTCpNunTEKViCiRk6UpTDDk3T { color:#2a2a2a;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:32.496094226837rem;left:116.69444274903rem;height:3.73698125rem;text-align:center;text-align-last:center;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;display:none; }
#OxGRuxeHTc9u1A66KnxWpIAmR4LQEPA4 { color:#2a2a2a;display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.807511568069rem;left:8.9398880004881rem;height:3.73698125rem;text-align:center;text-align-last:center;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;display:block; }
#EG1np8GXbTgcSmzmV6nL83KpBuQCJ2QM { color:#2a2a2a;display:block;width:26.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.806640625rem;left:39.935981750488rem;height:3.73698125rem;text-align:center;text-align-last:center;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;display:block; }
#msFxgDluI3oywyTDgCTLTxPeW6zOSwiQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3748125rem;width:6.3748125rem;top:11.978298187256rem;left:7.060546875rem;overflow:hidden;display:block; }
#VmJMhQxsD3iVtFxHkMhekFDHfs7eWfKQ { 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:6.3125rem;width:6.3125rem;top:11.977214813233rem;left:34.312068939209rem;overflow:hidden;display:block; }
#iifutseebWdLr4B92r6DPbNLOe9BLXwf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:12.008682250976rem;left:62.530387878419rem;overflow:hidden;display:block; }
#JJs3IwzgcTTEaz9AwFDN4U8hltb7gd5S { position:absolute;display:block;z-index:15028;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.25rem;width:4.875rem;top:24.779731750488rem;left:19.314235687256rem;overflow:hidden;display:block; }
#Cg6Wf43lwG3caDa3BciDTz4TMusS7UU9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:24.779731750488rem;left:50.997177124024rem;overflow:hidden;display:block; }
#AcJxecCJR4qSGvxqXhCLtXJxLqT6w41k { color:#2a2a2a;display:block;width:70.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:44.890411376953rem;left:2.4359798431396rem;height:6.4995625rem;text-align:left;text-align-last:left;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;display:block; }
#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { background-color: transparent; background-image: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { display: none; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .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); }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { border-width: 0; border-radius: 0; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { color:#575756;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6624984741211rem;left:0rem;height:1.2999125rem;display:block; }
#LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { color:#575756;display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:50.6875rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { color:#575756;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7843742370606rem;left:60.8125rem;height:1.05625rem;text-align:right;text-align-last:right;display:block; }
#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { background-color: transparent; background-image: none; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container > .video-iframe-container { display: none; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row > .video-iframe-container { display: none; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .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); }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { border-width: 0; border-radius: 0; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#dXGmqSL2yJFyRocMMAvmU7h5tnp4pJCI { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6855625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:2.875rem;left:19.812282562256rem;height:2.17448125rem;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; }
#z4wWnZi5pLrhxVFAJtaIIWAZ51w1Pn7u { position:absolute;display:block;z-index:15010;background-color:#f3f3f3;background-image:none;border-top:0.0625rem solid #13a538;border-left:0.0625rem solid #13a538;border-right:0.0625rem solid #13a538;border-bottom:0.0625rem solid #13a538;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:5.68685rem;width:23.125rem;top:1.1171875rem;left:34.317493438721rem;display:block; }
#PZqXrhqldaUtk2A5to4N79Dr4ZLvNGPG { color:#213c8c;display:block;width:18.9985rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:2.498477935791rem;left:38.51237487793rem;height:2.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:center;text-align-last:center;display:block; }
#OXvUQ2aKcLlVmTmeqiFGX9Jnq8lqiOd3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.18728125rem;width:4.31206875rem;top:2.25rem;left:36.124130249024rem;overflow:hidden;display:block; }
#ucbz2DiFALxKt0ebJ7pkON7UssnkgQdI { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.19) ;height:5rem;width:18.811875rem;top:1.625rem;left:22.061634063721rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:block; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cpA52TkrITT2HxhPx1BiO1hLmTcaykOo { width:10.375rem;height:5.2807834871285rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR { display:block; }#SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmApDFJe4kTr1mMRTNQnNM9BlczgyOXD { top:1.375rem;left:0rem;width:31.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUIKaL69BTlmPAyrPEnD613XAKKv9cr4 { top:3.8125rem;left:0rem;width:27.5rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taCzSUP107RoDK6abOFooCq94cbDylQx { top:12.5rem;left:0rem;width:24.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQuVTle5QUIn4E3lmCsVt0cb8oXrKal { width:19.375rem;height:3.3125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbF5LRfpzaHTRH5hkOvRXVFzASsdBc2u { display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { top:5.375rem;left:0rem;width:31.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwd1ATJyVXdfR8ZWzW3BeJN1kcvKBT0B { top:0.375rem;left:0rem;width:14rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTfxGvGMZZT51Cph6xzqde42FEFqKF4v { top:6.875rem;left:0rem;width:31.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGAxNiNnBCLUy2cfdy0xqGszgkJeGg8 { top:0.375rem;left:0rem;width:21.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 { display:block; }#rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLOE3BQ6lxcI74u3vTnaXX9GTWNCqCvN { top:0.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwKc7z9qLTc5cT30aOmHlOu5HMbIotmK { top:0.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA { display:block; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvaARm0cHzhCRNXD9X1uB5TAvr85EKth { top:1.375rem;left:0rem;width:31.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAzxMbTDWK3L5aMRPIO7gbsb03e40PH4 { top:3.8125rem;left:0rem;width:27.5rem;height:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWo6xeyBkUzeVBImTzWeQoIzLLiKWXhq { top:12.5rem;left:0rem;width:24.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfEVr6hinBdG017Jc7Ju0ePICL6fknr { width:19.375rem;height:3.3125rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9HJkKOzmKXxyuvypRsyXednM27H96vU { display:block; }
 }@media only screen and (max-width: 763px) { #cE67pN3w7tFlRHZhxaO0OEP0EnwhPWPT { top:5.375rem;left:0rem;width:31.125rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwl9BTUVH3ufvXrwP42Xu1nC1oRXl615 { top:0.8125rem;left:0rem;width:47.75rem;height:17.508333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO0BHi0ovhcJmPadpbHkqhnaruxuh6ng { top:6rem;left:0rem;width:31.125rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4DmD7m68HTDHsx645CkNnlBWTHKUdef { top:0.8125rem;left:0rem;width:47.75rem;height:17.508333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n { display:block; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THkFfp0JnW0NQ5ptZRZG0EizPb4o1C1G { top:0.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEJslfBA8dxrlIG2Wx6rVbzakLsdINpZ { top:0.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { display:block; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHmHrxzPWWU7HqIAAIgi1d4JyBbhqo2U { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #CNCNhKaJnmH7AySn9BuoKkyECuWDJ4s1 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKIk3rspuDnWvSey46TTdKyJT5sGJdfb { top:2.625rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrRBflXlJo9ktnCQq2G7ZiaUxMTGBlmL { width:19.375rem;height:3.3125rem;top:14.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti9AGviZmN5xsgQ8mLdDnNL4AGOCGPLB { display:block; }
 }@media only screen and (max-width: 763px) { #r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO { display:block; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWtz7kwoR9wQXWe4tt3uQw5AMcxuBVoi { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JB9EDpWTIxnP1adpFRZTT9T5pTNgm9s0 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHgqq2qTuZ7dAsHPESSE4GuCmt9tdvgJ { top:2.0625rem;left:0rem;width:47.75rem;height:26.643637595057rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHZhmGzVLy3QcitSsTX5MuIFeHnBig1 { top:0.75rem;left:0rem;width:47.75rem;height:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { display:block; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M26pmNqRLmGpf7Z9PWbSOdKxDV5PdD3F { top:15.125rem;left:0rem;width:23.125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21E8SI9NcbUIZIV0zvOKxqCXXoz6D4F { top:10.25rem;left:0.0625rem;width:15.8125rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLn4FJAZPLmG0Luk0Bk5bJK0Am2Jfu4U { top:8.875rem;left:0rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGiaBbo9BWATMGmKgzMVRADTmvIDJTQl { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vlo3ui1R0WMhXImKT9DyNrP0LUoLM6GK { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UE15Dz3wpTfXM9RT4XD7CzfXkxGoz2Iz { top:15.25rem;left:8.625rem;width:23.125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d90NsJHlzD6BsgRNselFPeBMrukfSiVJ { top:15.1875rem;left:24.5rem;width:23.125rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqTEKkGrq9iPgTUdorMkUA4V4VpdnwkO { top:1.3125rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8FxGBo0eCRBGMTn1C4CZAelWCvCwyyW { top:10.25rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAr1PwezE8R2XN2u3WTbf7mhHNqRtNux { top:8.875rem;left:8.625rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEerKTpegeOSTd5EV2MEHxHR9aunr0yM { top:10.3125rem;left:15.9375rem;width:15.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3aDZmU8kLgz5aEqFAiCGublkJSl0Uti { top:10.3125rem;left:15.875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28oTOCM5k0GA9o4He8NeWqUDzTtdu7q { top:8.9375rem;left:24.5rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPvuEeHJLLbziuuDNTUWe45olfTgTO31 { top:10.375rem;left:31.75rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tewxAtXT6W2sqyPZdiOWqBzJaVbIWiLf { top:11.1875rem;left:31.8125rem;width:15.8125rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLQIOiT8ykg6GmHatMEKtpWb43CeJRFK { top:17.375rem;left:0rem;width:20.75rem;height:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meVc4DBWonhrgxOyhZqdTFO5MbnUkbkk { top:17.375rem;left:11rem;width:20.75rem;height:14.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIloQOKICfOOMgmiQL6cXJFvNQpC4SW { top:17.375rem;left:26.875rem;width:20.75rem;height:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6xZBZMo0SvEgg69WMuSMHnFZWmJBQkT { width:19.375rem;height:3.3125rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIUPSpEyQyN14NzwSEQABzN9g655nJk7 { display:block; }
 }@media only screen and (max-width: 763px) { #B5leJTlVgKiT1EF8kiT4c39TwxEtnRTq { width:19.375rem;height:3.3125rem;top:33.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lne2S8Ovx194rTBaE3l8ll3CptBUVm9g { display:block; }
 }@media only screen and (max-width: 763px) { #xJAnCvlpydCnoWULbihtevT4aX3P0y3C { width:19.375rem;height:3.3125rem;top:33.625rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZKtSnvWgsVQRKgaWgwvIypL3oT03ES { display:block; }
 }@media only screen and (max-width: 763px) { #QoqL28nDbVMoPrExRHEkTwQlcp0wFL57 { top:43.4375rem;left:0rem;width:47.75rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukonqZdxm2WTbZ5zvOHxraa86ZFSUwQ7 { top:45.0625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { top:2.8125rem;left:0rem;width:32.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:2.8125rem;height:2.3125rem;top:2.3125rem;left:0.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { top:8.4375rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUclR26DKunFC1efkaXKMVf6bTqffBv { top:2.5625rem;left:0rem;width:39.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJhBIJmRVhqp5IRESoT21bMzC0RnrofC { top:3.9375rem;left:0rem;width:32rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDSrAWZtiCnTrmFRXxG0azAus8p95N0o { top:18.9375rem;left:0rem;width:15rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1uBfWgkJfz1S0QqiJpbAi2bzaTRRvc { top:18.9375rem;left:16.3125rem;width:15rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9DFQGcGXlPUNCFLf2TGDE1XtD217paG { top:18.9375rem;left:32.625rem;width:15rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHxhtstTCpNunTEKViCiRk6UpTDDk3T { top:33.0625rem;left:32.75rem;width:15rem;height:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxGRuxeHTc9u1A66KnxWpIAmR4LQEPA4 { top:31.75rem;left:0rem;width:26.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1np8GXbTgcSmzmV6nL83KpBuQCJ2QM { top:31.75rem;left:4.8125rem;width:26.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFxgDluI3oywyTDgCTLTxPeW6zOSwiQ { width:6.3125rem;height:6.3125rem;top:11.9375rem;left:2.498046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJMhQxsD3iVtFxHkMhekFDHfs7eWfKQ { width:6.3125rem;height:6.3125rem;top:11.9375rem;left:20.624568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifutseebWdLr4B92r6DPbNLOe9BLXwf { width:6.25rem;height:6.25rem;top:12rem;left:39.717887878418rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJs3IwzgcTTEaz9AwFDN4U8hltb7gd5S { width:4.875rem;height:6.25rem;top:24.75rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6Wf43lwG3caDa3BciDTz4TMusS7UU9 { width:4.8125rem;height:4.8125rem;top:24.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJxecCJR4qSGvxqXhCLtXJxLqT6w41k { top:44.875rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { top:2.625rem;left:0rem;width:43.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { top:2.75rem;left:37.0625rem;width:9.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { top:2.75rem;left:33.5625rem;width:14.1875rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { display:block; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXGmqSL2yJFyRocMMAvmU7h5tnp4pJCI { top:2.875rem;left:6.1872825622559rem;width:17.625rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4wWnZi5pLrhxVFAJtaIIWAZ51w1Pn7u { top:1.0625rem;left:20.692493438721rem;width:23.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZqXrhqldaUtk2A5to4N79Dr4ZLvNGPG { top:2.4375rem;left:24.88737487793rem;width:18.9375rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXvUQ2aKcLlVmTmeqiFGX9Jnq8lqiOd3 { width:4.25rem;height:4.1259430290855rem;top:2.25rem;left:22.499130249024rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucbz2DiFALxKt0ebJ7pkON7UssnkgQdI { top:1.625rem;left:8.4366340637206rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 { display:none; }#VLm0U2VVh3N5qdtRZTBMTMQtFT7kEks5 > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cpA52TkrITT2HxhPx1BiO1hLmTcaykOo { width:6.8125rem;height:3.5625rem;top:1.25rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR { display:block; }#SxpVtxrbbGIscOFP4BudlmnRSRHHaMQR > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wmApDFJe4kTr1mMRTNQnNM9BlczgyOXD { width:20rem;height:5.99935rem;top:20.769315481186rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #JUIKaL69BTlmPAyrPEnD613XAKKv9cr4 { width:16.875rem;height:3.4375rem;top:22.049697637558rem;left:1.0004341006279rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #taCzSUP107RoDK6abOFooCq94cbDylQx { width:17.999125rem;height:5.0954875rem;top:27.143665075302rem;left:1.0004341006279rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQuVTle5QUIn4E3lmCsVt0cb8oXrKal { width:19.375rem;height:3.31055rem;top:34.753694534302rem;left:0.31250005960464rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.2);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;background-color:#213c8c;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AbF5LRfpzaHTRH5hkOvRXVFzASsdBc2u { display:block; }
 }@media only screen and (max-width: 763px) { #ugPRTWZLNJ04RdUCPmAyPcV8iL5C5evH { width:20rem;height:10rem;top:23.206165075302rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Cwd1ATJyVXdfR8ZWzW3BeJN1kcvKBT0B { width:20rem;height:25.9375rem;top:0.76280307769775rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #dTfxGvGMZZT51Cph6xzqde42FEFqKF4v { width:20rem;height:14.125rem;top:22.034506082535rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #TzGAxNiNnBCLUy2cfdy0xqGszgkJeGg8 { width:20rem;height:26.25rem;top:0.58810806274414rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 { display:block; }#rLarBbVvQO1Q1Qhe41JBKnGVu2bJ9QH1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLOE3BQ6lxcI74u3vTnaXX9GTWNCqCvN { display:flex;width:3.125rem;height:3.125rem;top:0.9375rem;left:16.375001251698rem; }
 }@media only screen and (max-width: 763px) { #kwKc7z9qLTc5cT30aOmHlOu5HMbIotmK { display:flex;width:3.125rem;height:3.125rem;top:0.9375rem;left:0.68706601858137rem; }
 }@media only screen and (max-width: 763px) { #NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA { display:none; }#NpkxhDuioVbggCrsTwFwpn9pxpo2LgQA > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SvaARm0cHzhCRNXD9X1uB5TAvr85EKth { width:20rem;height:6rem;top:20.699869155884rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #MAzxMbTDWK3L5aMRPIO7gbsb03e40PH4 { width:16.936875rem;height:3.4375rem;top:22.0625rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWo6xeyBkUzeVBImTzWeQoIzLLiKWXhq { width:17.874375rem;height:5.0954875rem;top:27.125rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqfEVr6hinBdG017Jc7Ju0ePICL6fknr { width:19.375rem;height:3.31163125rem;top:34.75rem;left:0.3125rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;background-color:#213c8c;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I9HJkKOzmKXxyuvypRsyXednM27H96vU { display:block; }
 }@media only screen and (max-width: 763px) { #cE67pN3w7tFlRHZhxaO0OEP0EnwhPWPT { width:20rem;height:10rem;top:23.1875rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fwl9BTUVH3ufvXrwP42Xu1nC1oRXl615 { width:20rem;height:7.3333333333333rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kO0BHi0ovhcJmPadpbHkqhnaruxuh6ng { width:20rem;height:14.0625rem;top:6rem;left:0rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #R4DmD7m68HTDHsx645CkNnlBWTHKUdef { width:20rem;height:7.3333333333333rem;top:0.8125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n { display:none; }#mDXN7qNTafyb2XUg0EvpKxIiT5qz6r8n > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #THkFfp0JnW0NQ5ptZRZG0EizPb4o1C1G { display:flex;width:3.125rem;height:3.125rem;top:0.9375rem;left:16.375001251698rem; }
 }@media only screen and (max-width: 763px) { #FEJslfBA8dxrlIG2Wx6rVbzakLsdINpZ { display:flex;width:3.125rem;height:3.125rem;top:0.9375rem;left:0.68706601858137rem; }
 }@media only screen and (max-width: 763px) { #orEcuKJERw5cHP25DwVesKIs6Kn9sV73 { display:block; }#orEcuKJERw5cHP25DwVesKIs6Kn9sV73 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHmHrxzPWWU7HqIAAIgi1d4JyBbhqo2U { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CNCNhKaJnmH7AySn9BuoKkyECuWDJ4s1 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #PKIk3rspuDnWvSey46TTdKyJT5sGJdfb { width:17.5rem;height:22.0833125rem;top:1.7220039367676rem;left:1.2500000596046rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrRBflXlJo9ktnCQq2G7ZiaUxMTGBlmL { width:19.375rem;height:3.31163125rem;top:25.117189407349rem;left:0.31250005960464rem;display:none; }
 }@media only screen and (max-width: 763px) { #ti9AGviZmN5xsgQ8mLdDnNL4AGOCGPLB { display:block; }
 }@media only screen and (max-width: 763px) { #r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO { display:block; }#r8wO3Az9aKIJiX4zU72TpxBrg6WSaxWO > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SWtz7kwoR9wQXWe4tt3uQw5AMcxuBVoi { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JB9EDpWTIxnP1adpFRZTT9T5pTNgm9s0 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #DHgqq2qTuZ7dAsHPESSE4GuCmt9tdvgJ { height:9.936rem;width:17.7485rem;top:2.3741321563721rem;left:1.1252171397209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssHZhmGzVLy3QcitSsTX5MuIFeHnBig1 { width:20rem;height:13.5rem;top:0.74869823455813rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E { display:block; }#hdTzD5yCfkG3RTsJRT8WQgcuDb1lOf8E > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M26pmNqRLmGpf7Z9PWbSOdKxDV5PdD3F { width:20rem;height:16.875rem;top:11.209852695465rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #U21E8SI9NcbUIZIV0zvOKxqCXXoz6D4F { width:9.749375rem;height:2.847225rem;top:7.6937942504881rem;left:5.3743494153022rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLn4FJAZPLmG0Luk0Bk5bJK0Am2Jfu4U { width:20rem;height:13.75rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGiaBbo9BWATMGmKgzMVRADTmvIDJTQl { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Vlo3ui1R0WMhXImKT9DyNrP0LUoLM6GK { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #UE15Dz3wpTfXM9RT4XD7CzfXkxGoz2Iz { width:20rem;height:18rem;top:35.0625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #d90NsJHlzD6BsgRNselFPeBMrukfSiVJ { width:20rem;height:16.875rem;top:59.067930221558rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aqTEKkGrq9iPgTUdorMkUA4V4VpdnwkO { width:16.25rem;height:3.57421875rem;top:1.3726119995118rem;left:1.8750000596046rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8FxGBo0eCRBGMTn1C4CZAelWCvCwyyW { width:3.81185rem;height:3.81185rem;top:7.3984394073488rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAr1PwezE8R2XN2u3WTbf7mhHNqRtNux { width:20rem;height:10.3125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEerKTpegeOSTd5EV2MEHxHR9aunr0yM { width:13.5623125rem;height:2.847225rem;top:31.6875rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3aDZmU8kLgz5aEqFAiCGublkJSl0Uti { width:3.81185rem;height:3.81185rem;top:31rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n28oTOCM5k0GA9o4He8NeWqUDzTtdu7q { width:20rem;height:10.3125rem;top:55.256078720093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPvuEeHJLLbziuuDNTUWe45olfTgTO31 { width:3.81185rem;height:3.81185rem;top:55.256076812744rem;left:0.99826389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #tewxAtXT6W2sqyPZdiOWqBzJaVbIWiLf { width:10.4373125rem;height:1.4236125rem;top:56.449656963348rem;left:5.3743494153022rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLQIOiT8ykg6GmHatMEKtpWb43CeJRFK { width:17.6248125rem;height:8.7760625rem;top:12.333985805511rem;left:1.1870660185814rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #meVc4DBWonhrgxOyhZqdTFO5MbnUkbkk { width:17.6248125rem;height:10.2386875rem;top:36.624348163605rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIloQOKICfOOMgmiQL6cXJFvNQpC4SW { width:17.625rem;height:8.7760625rem;top:60.310337066651rem;left:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6xZBZMo0SvEgg69WMuSMHnFZWmJBQkT { width:19.375rem;height:3.31163125rem;top:22.796225070953rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIUPSpEyQyN14NzwSEQABzN9g655nJk7 { display:block; }
 }@media only screen and (max-width: 763px) { #B5leJTlVgKiT1EF8kiT4c39TwxEtnRTq { width:19.375rem;height:3.31163125rem;top:48.061850309372rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #lne2S8Ovx194rTBaE3l8ll3CptBUVm9g { display:block; }
 }@media only screen and (max-width: 763px) { #xJAnCvlpydCnoWULbihtevT4aX3P0y3C { width:19.375rem;height:3.31163125rem;top:70.746520996094rem;left:0.31250005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTZKtSnvWgsVQRKgaWgwvIypL3oT03ES { display:block; }
 }@media only screen and (max-width: 763px) { #QoqL28nDbVMoPrExRHEkTwQlcp0wFL57 { width:20rem;height:9.375rem;top:78.924694061281rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ukonqZdxm2WTbZ5zvOHxraa86ZFSUwQ7 { width:17.8125rem;height:5.85069375rem;top:80.431859970094rem;left:1.0937500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 { display:block; }#WysrlvvGpgu5rLScJEXbQzqlUfkRTHN1 > .row .container { width:20rem;height:101.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4MTaqAaeLQ8RAqDqur8tiSR8VeZhF5K { width:14.4360625rem;height:0;top:38.402099609375rem;left:1.53076171875rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cHbkPFZkhrPFyTPpnKcpyCWtBl6stlG3 { width:1.5625rem;height:1.25rem;top:38.902587890625rem;left:1.53076171875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #crSEeoFl4ADqNIxMLH825Qfxgw5wG1Py { width:20rem;height:65.4375rem;top:8.5601158142087rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ITUclR26DKunFC1efkaXKMVf6bTqffBv { width:20rem;height:7.6875rem;top:3.3647994995117rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XJhBIJmRVhqp5IRESoT21bMzC0RnrofC { width:17.7495625rem;height:2.847225rem;top:4.6365013122559rem;left:0.81271713972094rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDSrAWZtiCnTrmFRXxG0azAus8p95N0o { width:13.75rem;height:3.2487rem;top:15.746528208256rem;left:3.1250000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1uBfWgkJfz1S0QqiJpbAi2bzaTRRvc { width:15rem;height:3.2487rem;top:27.866756439209rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9DFQGcGXlPUNCFLf2TGDE1XtD217paG { width:15rem;height:3.2487rem;top:40.591365814209rem;left:2.5000000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFHxhtstTCpNunTEKViCiRk6UpTDDk3T { width:15rem;height:0;top:79.4375rem;left:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxGRuxeHTc9u1A66KnxWpIAmR4LQEPA4 { width:16.7480625rem;height:4.87305rem;top:52.867839813233rem;left:1.6254342198372rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1np8GXbTgcSmzmV6nL83KpBuQCJ2QM { width:16.311875rem;height:4.87305rem;top:65.129125595094rem;left:1.8435330986977rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msFxgDluI3oywyTDgCTLTxPeW6zOSwiQ { width:6.311875rem;height:6.311875rem;top:9.4346876144406rem;left:6.8435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmJMhQxsD3iVtFxHkMhekFDHfs7eWfKQ { width:6.311875rem;height:6.311875rem;top:22.179246902466rem;left:6.8435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #iifutseebWdLr4B92r6DPbNLOe9BLXwf { width:6.25rem;height:6.25rem;top:34.010417938233rem;left:6.8750002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJs3IwzgcTTEaz9AwFDN4U8hltb7gd5S { width:4.87305rem;height:6.25rem;top:46.687284469604rem;left:7.5629342198375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg6Wf43lwG3caDa3BciDTz4TMusS7UU9 { width:4.81228125rem;height:4.81228125rem;top:60.387372970581rem;left:7.5933163762094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcJxecCJR4qSGvxqXhCLtXJxLqT6w41k { width:18.0620625rem;height:23.3984375rem;top:77.069231033325rem;left:0.96896702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ { display:block; }#S17Tvau2S0wskr01IPz4ZUkOXh6P8glQ > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F13svKRiG7NS8omdVI4Dq5WkaRRigxRl { width:20rem;height:1.9487875rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzWTAbMWRFNBol0TWCEDT20lPKAnZ3ea { width:9.5625rem;height:0.8125rem;top:4.9124984741211rem;left:5.21875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EhQBz5VNsTLAwhy2MnAsK7T26P7voQNn { width:14.1875rem;height:0.8125rem;top:6.15625rem;left:2.90625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gMEgnN0oc6dr49JRoRWPnvJVC91gzgQI > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXGmqSL2yJFyRocMMAvmU7h5tnp4pJCI { width:16.811rem;height:1.7252625rem;top:1.2805976867676rem;left:1.5939670205116rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4wWnZi5pLrhxVFAJtaIIWAZ51w1Pn7u { width:20rem;height:2.875rem;top:3.125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #PZqXrhqldaUtk2A5to4N79Dr4ZLvNGPG { width:13.8748125rem;height:1.875rem;top:3.6241340637207rem;left:3.6848958134651rem;font-size:1.5625rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #OXvUQ2aKcLlVmTmeqiFGX9Jnq8lqiOd3 { width:2.06055rem;height:1.9987rem;top:3.5611991882324rem;left:2.3741319775581rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #ucbz2DiFALxKt0ebJ7pkON7UssnkgQdI { width:20rem;height:4.8125rem;top:0.875rem;left:0rem;z-index:15006;display:block; }
 }