.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,224,221;--color-primary-1:255,163,152;--color-primary-2:255,101,84;--color-primary-3:237,89,64;--color-primary-4:243,98,0;--color-secondary-0:228,226,244;--color-secondary-1:173,168,221;--color-secondary-2:118,110,199;--color-secondary-3:71,66,119;--color-secondary-4:7,48,137;--color-tertiary-0:255,255,255;--color-tertiary-1:116,116,116;--color-tertiary-2:76,76,76;--color-tertiary-3:25,25,25;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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;top:0rem;left:0rem;right:0rem;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { border-width: 0; border-radius: 0; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#x5wyTPz78qCkQTHGpAkshbXaPnNBvNM6 { position:absolute;display:block;z-index:15001;height:3.125rem;width:53.5618125rem;top:0.56196731328964rem;left:21.438207626342rem;display:block; }
#z0W9xEOmOSm3K7xFTSSkkbJTWkh6gHCk { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:5.625rem;top:0.56196731328964rem;left:4.3119659423828rem;overflow:hidden;display:block; }
#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.57); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { border-width: 0; border-radius: 0; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:9.9375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:7.6660151481631rem;left:0rem;height:29.8135625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xc7xZ4keOICHMoQzzunirXT91rsGSXVl { z-index:15004;top:50.999643325806rem;left:25.031072616577rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #002dd1, #2171c1);background-image: -moz-linear-gradient(178deg, #002dd1, #2171c1);background-image: -ms-linear-gradient(178deg, #002dd1, #2171c1);background-image: -o-linear-gradient(178deg, #002dd1, #2171c1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002dd1', endColorstr='#2171c1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002dd1', endColorstr='#2171c1' );";background-image: linear-gradient(178deg, #002dd1, #2171c1);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 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:raleway;font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.9360625rem;height:5.87446875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRd265V2TE4G3DJERbPq22elqwP35N7c { color:#d4ff00;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(212,255,0,0.5);top:44.624465942382rem;left:0rem;height:3.37446875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DUP3dB95um413poJbHqoXrV503cMwupW { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15018;line-height:.9;letter-spacing:0;top:39.538352012634rem;left:0rem;height:2.13689375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { position:relative;display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { background-color: transparent; background-image: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row > .video-iframe-container { display: none; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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); }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { border-width: 0; border-radius: 0; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .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:47.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:block; }#zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { position:absolute;display:block;z-index:15000;height:37.5rem;width:74.875rem;top:4.7487564086914rem;left:0rem;display:block; }
#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WpdSBhpf/5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi.adaptive-delivery-prevent-bg, #uvV53xoC0fmkGuNpZ183VteMzOHQsqyi.lazyload, #uvV53xoC0fmkGuNpZ183VteMzOHQsqyi.lazyloading { background-image: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container { background-color: transparent; background-image: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container > .video-iframe-container { display: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row > .video-iframe-container { display: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .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); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container { border-width: 0; border-radius: 0; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:block; }#IZlIZJapLLXxt2pP38TL3Znfq2rT6Ntd { background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.8125rem;left:40.312501907349rem;display:block; }
#rpMQJMkUzS2qbCWSOaAI9teXX0buyivP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wp8qtV62kIfk0CHZ975kilExSEy0PIsr { color:#fff000;display:block;width:18.25rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:9.5rem;height:1.9504625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lmBngc7o1PKC2Xnz39RiBH172grlwKOx { color:#ffffff;display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.94921875rem;left:9.5rem;height:5.1953125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RTv6EV2sA7FAOpGgBXs9m97cuAdeiFLP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:2rem;left:1.3125rem;overflow:hidden;display:block; }
#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { position:relative;display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { background-color: transparent; background-image: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row > .video-iframe-container { display: none; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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); }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { border-width: 0; border-radius: 0; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .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:43.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VHRX4D9VugCS60VXxtSrHREATGHkozbQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0614318847656rem;left:0rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EmVt6dcTF4Ad7l6DJa5XaLqZ0ueFKw53 { color:#868686;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.613635540009rem;left:0rem;height:25.9765625rem;font-style:normal;display:block; }
#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { background-color: transparent; background-image: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container > .video-iframe-container { display: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container { display: none; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .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); }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { border-width: 0; border-radius: 0; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { color:#0d25ae;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.41264375rem;font-style:normal;display:block; }
#pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { color:#0d25ae;display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6072883605957rem;left:7.5rem;height:1.462675rem;font-style:normal;display:block; }
#hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:7.5rem;display:block; }
#VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { color:#868686;display:block;width:65.374375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:10.805215835571rem;left:7.5rem;height:2.59765625rem;font-style:normal;display:block; }
#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { background-color: transparent; background-image: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container > .video-iframe-container { display: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container { display: none; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .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); }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { border-width: 0; border-radius: 0; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:65.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.4994678497312rem;left:7.5rem;height:3.49343125rem;text-align:left;text-align-last:left;display:block; }
#FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:10.6875rem;left:7.5rem;display:block; }
#Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:11.6875rem;left:10.625rem;height:1.46218125rem;font-style:normal;display:block; }
#dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etpddmTsgSgOthXaz4qLEBDeax7kP6aT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:11.75rem;left:22.1875rem;height:1.0556625rem;font-style:normal;display:block; }
#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { color:rgba(var(--color-tertiary-1),1);display:block;width:33.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.43590927124rem;left:7.5rem;height:11.676125rem;font-style:normal;display:block; }#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 li:before{  }
#vRx20iRWmJRB4FLlJO3MAdgCq687ZnMt { position:absolute;display:block;z-index:15137;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:11.6875rem;left:47rem;overflow:hidden;display:block; }
#sZ7T9NBh7cNnTGgef2Ib2vV6iFTQvThG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:13.3125rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#r5icreZlCafiO1tWW4sDRrovnaRDJRo6 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15139;line-height:1.5;letter-spacing:0;top:15.5rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#cJmSRNwvyHWvgK3qwTvTB8zeABEicWO9 { position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:6.25rem;top:18.5rem;left:56.4375rem;display:block; }
#SnPQXyw3QnTFRS0MX9yu6tC2JORFft81 { position:absolute;display:block;z-index:15131;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:22.5625rem;left:47rem;overflow:hidden;display:block; }
#tWreqhR5iH1S4aIGGA4eeddvFZmAJhTt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:24.1875rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#EttTqVgE96l9519xcCmMhCuln8cpavVG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15133;line-height:1.5;letter-spacing:0;top:26.375rem;left:56.375rem;height:4.21875rem;font-style:normal;display:block; }
#etOviLnLWMnEfM3KewDvQiDve1bVTc9B { position:absolute;display:block;z-index:15131;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:6.25rem;top:30.6875rem;left:56.4375rem;display:block; }
#FiTNI3Q4IG7v6ROWcHiipulLwDWbWq14 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15145;top:14.8125rem;left:71.875rem;display:block; }
#qMvpX8nerJ1pocin0otZzDrt9fgkm4sr { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15139;top:25.6875rem;left:71.875rem;display:block; }
#BhRTVOvzlWZXiXHOzy57LgfRd39NTLfn { position:absolute;display:block;z-index:15137;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:33.5625rem;left:47rem;overflow:hidden;display:block; }
#ZOhyT3EU9IvECfGF7py3OT6fHGOUKEFJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:35.1875rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#vg7nfiWeAyB1OSy0IDi44cXHkX3cL0SF { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15139;line-height:1.5;letter-spacing:0;top:37.375rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#TDvdoXxfSrOHzWqDS0wAGLivH77nPzOt { position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:6.25rem;top:40.375rem;left:56.4375rem;display:block; }
#JD3wZol2dboNZrlB54f0FlXIRFe8iryn { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15145;top:36.6875rem;left:71.875rem;display:block; }
#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { 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; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { background-color: transparent; background-image: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container > .video-iframe-container { display: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container { display: none; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .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); }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { border-width: 0; border-radius: 0; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:16rem;left:7.5rem;display:block; }
#HP0roVP97XtNo736y6FRTlwlAxUOomvp { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:17rem;left:10.625rem;height:1.46218125rem;font-style:normal;display:block; }
#zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf { color:rgba(var(--color-tertiary-1),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:19.6875rem;left:7.5rem;height:27.4964375rem;font-style:normal;display:block; }#ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf li:before{  }
#RQNHaizoD5qfv5yUHQ4n0AVUELgcpGtA { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:17.033918380738rem;left:22.186609268189rem;height:1.055575rem;font-style:normal;display:block; }
#JW7kK49S5oxv2TDHBce0QPBZzPxTlya4 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6486148834231rem;left:7.5rem;height:8.2865625rem;text-align:left;text-align-last:left;display:block; }
#o59auS1w2oq6gtbBuZMZKpOw2E7UTZ4y { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:28.9375rem;left:47rem;overflow:hidden;display:block; }
#rXzxTHzx4TwHM1fh6uVvtoD0n71RgQtD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15150;line-height:1.3;letter-spacing:0;top:30.5625rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#JUXQTG98HJFFQW3ctVTJACaRG6nsI9Bg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15151;line-height:1.5;letter-spacing:0;top:32.75rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#v5KlJQrCTttChtVZLgA26ZpfFwTlKGwI { position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:6.25rem;top:36.5625rem;left:56.4375rem;display:block; }
#Uu9UCTv3T2LpUZ55z8Z40upkOT5SnnQX { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15157;top:32.0625rem;left:71.875rem;display:block; }
#JsKgmyQCaknSyqOKrsbXCc4Ay66J7PBT { position:absolute;display:block;z-index:15142;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.9998125rem;width:7.9998125rem;top:17.3125rem;left:47rem;overflow:hidden;display:block; }
#BvxCJuxiadqOIT114q1t31UbbFQezsns { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15143;line-height:1.3;letter-spacing:0;top:18.9375rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#ebEdusuS0LlU08pCseDFQBdVGnAGXusw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15144;line-height:1.5;letter-spacing:0;top:21.125rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#lJUkNiKDINkmSvqUe4aQWkdkrMgQ0Gft { position:absolute;display:block;z-index:15142;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123401875rem;width:6.25rem;top:24.125rem;left:56.4375rem;display:block; }
#kauD6zwWosJ2WCrR4794NBxgTOfkQChi { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15150;top:20.4375rem;left:71.875rem;display:block; }
#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eae3e3;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; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { background-color: transparent; background-image: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container > .video-iframe-container { display: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container { display: none; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .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); }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { border-width: 0; border-radius: 0; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { font-size:0.875rem;font-family:arial;height:65.6875rem;width:75rem;position:relative;display:block; }#E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:21.75rem;left:7.5rem;display:block; }
#DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { color:rgba(var(--color-tertiary-4),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.75rem;left:10.625rem;height:1.46218125rem;font-style:normal;display:block; }
#QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN { color:rgba(var(--color-tertiary-1),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:26.75rem;left:7.6875rem;height:;font-style:normal;display:block; }#uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN li:before{  }
#iQXDDktwd2SRc9EMG0GC5aq3XnR7rsBi { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:22.875rem;left:20.75rem;height:1.0556625rem;font-style:normal;display:block; }
#AsG3041M8HJCr215fU9SdoZ21H1Xbcvg { color:rgba(var(--color-tertiary-4),1);display:block;width:57.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.5869140625rem;left:7.5rem;height:12.429875rem;text-align:left;text-align-last:left;display:block; }
#RCEbs0GhIGX92IXhay0WvxbPN6OvrhDi { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.3748125rem;width:7.3748125rem;top:44.374109268189rem;left:47.680219650269rem;overflow:hidden;display:block; }
#c0dt7sKMaU7WWKT1WZnZktvPXJRKBmeT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15156;line-height:1.3;letter-spacing:0;top:46.0625rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#TcBPC59CxMZOvnxk0PsI5ooDJQpQJcdD { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15157;line-height:1.5;letter-spacing:0;top:48.25rem;left:56.375rem;height:1.40625rem;font-style:normal;display:block; }
#V7nnDthHOiMtyoZPLp5AroFO4bT7nQAT { position:absolute;display:block;z-index:15155;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:6.25rem;top:49.9375rem;left:56.4375rem;display:block; }
#otWJbCi5fqLVkHPyRUzwuV1JiGtpc2E2 { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15163;top:47.5625rem;left:71.875rem;display:block; }
#pMUlgwUUc9mngOwXvdGNe0l6LdcAVvWc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15142;line-height:1.3;letter-spacing:0;top:35.25rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#scfZrv1yTq5WNuIWKG3q6c3X8ebHqbZW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15143;line-height:1.5;letter-spacing:0;top:37.4375rem;left:56.375rem;height:4.21875rem;font-style:normal;display:block; }
#TAeBVCpugF84QKth8yISIrQSL5ACtP6d { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15149;top:36.75rem;left:71.875rem;display:block; }
#u3N3CXirilRNmG1TDNXTFTzZtTNzaQMD { position:absolute;display:block;z-index:15141;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123401875rem;width:6.25rem;top:8.0625rem;left:56.4375rem;display:block; }
#LxbyWSOksfDIvegA12gSvz9BeDGewnNp { position:absolute;display:block;z-index:15147;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.9998125rem;width:7.9998125rem;top:22.75rem;left:47rem;overflow:hidden;display:block; }
#IkTOlQWXQfr2c29THyZd6XMPtxHH3gDz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15148;line-height:1.3;letter-spacing:0;top:24.375rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#Ct9CH3r4tpWiyILJfh5chySJ6ewl5wXW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15149;line-height:1.5;letter-spacing:0;top:26.5625rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#M2QssxGgcPUxpNy0vE1fiTsPJELIVZAu { position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123401875rem;width:6.25rem;top:29.5625rem;left:56.4375rem;display:block; }
#sQkmUb3cbtckTwoxxAaTWmfxdU29ps0b { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15155;top:25.875rem;left:71.875rem;display:block; }
#JNhBDaInAFtwWdoHBnturr9m5265Sznu { position:absolute;display:block;z-index:15141;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.9998125rem;width:7.9998125rem;top:33.625rem;left:47rem;overflow:hidden;display:block; }
#N78mszsT123NcqZnyQqPJQD961Gp6IHF { 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; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container { background-color: transparent; background-image: none; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container > .video-iframe-container { display: none; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row > .video-iframe-container { display: none; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .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); }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container { border-width: 0; border-radius: 0; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#Dq9MEx4T55QBNZWJqw8GhdF8EXVyp9wZ { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:20.0625rem;left:7.5rem;display:block; }
#ZsCutgC356gRHGQI8a6XnD4JBdevcaCT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:21.0625rem;left:10.625rem;height:1.46218125rem;font-style:normal;display:block; }
#usdgEEWUMEg8m2T0dSeHIAKKRh5Kz9sq { color:rgba(var(--color-primary-3),1);display:block;width:37.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1748046875rem;left:7.5rem;height:1.13725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE { color:rgba(var(--color-tertiary-1),1);display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:7.5rem;height:4.456675rem;font-style:normal;display:block; }#OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE li:before{  }
#TvITQlnpelZy1ICBiKWMSEXXTVvLny03 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.1875rem;left:20.5rem;height:1.0556625rem;font-style:normal;display:block; }
#JkdBs47uXB1ltPlhFhDT2vaJ7RqqWQ9i { color:rgba(var(--color-tertiary-4),1);display:block;width:63.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6486148834231rem;left:7.5rem;height:5.118075rem;text-align:left;text-align-last:left;display:block; }
#fVtsh68aztVcxlTAN7htWCP71oPw1wLw { position:absolute;display:block;z-index:15173;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8rem;width:8rem;top:41.5625rem;left:47rem;overflow:hidden;display:block; }
#zKqBEc0xkNlih7sTJReEcM8vJL8QNOzu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15174;line-height:1.3;letter-spacing:0;top:43.1875rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#CJkuA5zkHd6yckaT073mnFHappcgn6VX { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15181;top:44.6875rem;left:71.875rem;display:block; }
#noFmkq7HKRPT29nTWLP4LGTMdx1L0Gh3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15175;line-height:1.5;letter-spacing:0;top:45.375rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#TULDQE0Iqmiso2l58iOXFV7CW3HPWx4r { position:absolute;display:block;z-index:15173;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:6.25rem;top:48.3125rem;left:56.4375rem;display:block; }
#X94KXlrWa9yJBtXdmzeeLJ0QOPCHFSQC { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.9989375rem;width:7.9989375rem;top:20.0625rem;left:47rem;overflow:hidden;display:block; }
#RpyDHMTBDzgvhTzCKQbaG6mw9FbKNTUP { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:7.9989375rem;width:7.9989375rem;top:30.9375rem;left:47rem;overflow:hidden;display:block; }
#HHXD7EPAzNM77k3lqP0zf2guDI9HEklR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:21.6875rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#K6AkTDMadMOOlOgMnQFlKeLJCnUD8ZC1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:32.5625rem;left:56.3125rem;height:1.46218125rem;font-style:normal;display:block; }
#a57XSlX1HE31JtyLFIVQNlH0fIcT5CsA { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15158;line-height:1.5;letter-spacing:0;top:23.875rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#ICt0LXgvKwSkTg4BUxVXT3GHgobs7SI2 { position:absolute;display:block;z-index:15156;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.122514375rem;width:6.25rem;top:26.875rem;left:56.4375rem;display:block; }
#oAWU7mgcbRXe7GtzyyBIiB1kOAJAuIAm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15152;line-height:1.5;letter-spacing:0;top:34.75rem;left:56.375rem;height:4.21875rem;font-style:normal;display:block; }
#B9D70NGiAJtmwZLMxEfeVZEI8OS3ivHL { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15158;top:34.0625rem;left:71.875rem;display:block; }
#sHq5ZCyX9HhkHACAETwyiByE9CZsRFPU { box-sizing:content-box;color:#3c54d8;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15164;top:23.1875rem;left:71.875rem;display:block; }
#RsPks3z878188Buy0BxLV7GGrZ4q7Qde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { background-color: transparent; background-image: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { display: none; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .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); }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { border-width: 0; border-radius: 0; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:block; }#T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12475625rem;width:21.687rem;top:5.4376220703125rem;left:26.625rem;overflow:hidden;display:block; }
#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { background-color: transparent; background-image: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { display: none; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .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); }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { border-width: 0; border-radius: 0; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { color:#e8f7ff;display:block;width:23.562rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0404052734375rem;left:25.6875rem;height:3.16731875rem;font-style:normal;text-align:center;text-align-last:center;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5wyTPz78qCkQTHGpAkshbXaPnNBvNM6 { top:0.5rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0W9xEOmOSm3K7xFTSSkkbJTWkh6gHCk { top:0.5rem;left:0rem;width:5.625rem;height:1.9992875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:47.75rem;height:29.8125rem;top:7.625rem;left:0rem;font-size:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:50.9375rem;left:11.406072616577rem;width:24.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:47.75rem;height:3.3125rem;top:44.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUP3dB95um413poJbHqoXrV503cMwupW { width:47.75rem;height:2.125rem;top:39.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { top:4.6875rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvV53xoC0fmkGuNpZ183VteMzOHQsqyi { display:block; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZlIZJapLLXxt2pP38TL3Znfq2rT6Ntd { width:15.625rem;height:3.75rem;top:2.8125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpMQJMkUzS2qbCWSOaAI9teXX0buyivP { display:block; }
 }@media only screen and (max-width: 763px) { #Wp8qtV62kIfk0CHZ975kilExSEy0PIsr { width:18.25rem;height:1.9375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmBngc7o1PKC2Xnz39RiBH172grlwKOx { width:22.1875rem;height:5.1875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTv6EV2sA7FAOpGgBXs9m97cuAdeiFLP { width:6.6875rem;height:6.6875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHRX4D9VugCS60VXxtSrHREATGHkozbQ { width:47.75rem;height:8.125rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmVt6dcTF4Ad7l6DJa5XaLqZ0ueFKw53 { top:12.5625rem;left:0rem;width:47.75rem;height:25.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { top:4rem;left:0rem;width:23rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { top:2.5625rem;left:0rem;width:23rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { top:10.75rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:47.75rem;height:3.4375rem;top:6.4375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { top:10.6875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:11.9375rem;height:1.4375rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:19.1875rem;height:1rem;top:11.75rem;left:8.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { top:15.375rem;left:0rem;width:33.875rem;height:11.625rem;font-size:1.0625rem;display:block; }#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 li:before{  }
 }@media only screen and (max-width: 763px) { #vRx20iRWmJRB4FLlJO3MAdgCq687ZnMt { width:7.9375rem;height:7.9375rem;top:11.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ7T9NBh7cNnTGgef2Ib2vV6iFTQvThG { width:12.5rem;height:1.4375rem;top:13.3125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5icreZlCafiO1tWW4sDRrovnaRDJRo6 { width:15.1875rem;height:2.8125rem;top:15.5rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJmSRNwvyHWvgK3qwTvTB8zeABEicWO9 { width:6.25rem;height:0.0625rem;top:18.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPQXyw3QnTFRS0MX9yu6tC2JORFft81 { width:7.9375rem;height:7.9375rem;top:22.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWreqhR5iH1S4aIGGA4eeddvFZmAJhTt { width:12.5rem;height:1.4375rem;top:24.1875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EttTqVgE96l9519xcCmMhCuln8cpavVG { width:15.1875rem;height:4.1875rem;top:26.375rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etOviLnLWMnEfM3KewDvQiDve1bVTc9B { width:6.25rem;height:0.0625rem;top:30.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiTNI3Q4IG7v6ROWcHiipulLwDWbWq14 { top:14.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMvpX8nerJ1pocin0otZzDrt9fgkm4sr { top:25.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhRTVOvzlWZXiXHOzy57LgfRd39NTLfn { width:7.9375rem;height:7.9375rem;top:33.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhyT3EU9IvECfGF7py3OT6fHGOUKEFJ { width:12.5rem;height:1.4375rem;top:35.1875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vg7nfiWeAyB1OSy0IDi44cXHkX3cL0SF { width:15.1875rem;height:2.8125rem;top:37.375rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDvdoXxfSrOHzWqDS0wAGLivH77nPzOt { width:6.25rem;height:0.0625rem;top:40.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD3wZol2dboNZrlB54f0FlXIRFe8iryn { top:36.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { top:16rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:11.5625rem;height:1.4375rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf { top:19.6875rem;left:0rem;width:34.0625rem;height:;font-size:1.0625rem;display:block; }#ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf li:before{  }
 }@media only screen and (max-width: 763px) { #RQNHaizoD5qfv5yUHQ4n0AVUELgcpGtA { width:19.5rem;height:1rem;top:17rem;left:8.5616092681888rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW7kK49S5oxv2TDHBce0QPBZzPxTlya4 { width:47.75rem;height:8.25rem;top:6.625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o59auS1w2oq6gtbBuZMZKpOw2E7UTZ4y { width:7.9375rem;height:7.9375rem;top:28.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzxTHzx4TwHM1fh6uVvtoD0n71RgQtD { width:12.5rem;height:1.4375rem;top:30.5625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUXQTG98HJFFQW3ctVTJACaRG6nsI9Bg { width:15.1875rem;height:2.8125rem;top:32.75rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5KlJQrCTttChtVZLgA26ZpfFwTlKGwI { width:6.25rem;height:0.0625rem;top:36.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9UCTv3T2LpUZ55z8Z40upkOT5SnnQX { top:32.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKgmyQCaknSyqOKrsbXCc4Ay66J7PBT { width:7.9375rem;height:7.9375rem;top:17.3125rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvxCJuxiadqOIT114q1t31UbbFQezsns { width:12.5rem;height:1.4375rem;top:18.9375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebEdusuS0LlU08pCseDFQBdVGnAGXusw { width:15.1875rem;height:2.8125rem;top:21.125rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJUkNiKDINkmSvqUe4aQWkdkrMgQ0Gft { width:6.25rem;height:0.0625rem;top:24.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauD6zwWosJ2WCrR4794NBxgTOfkQChi { top:20.4375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { top:21.75rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:13.375rem;height:1.4375rem;top:22.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN { top:26.6875rem;left:0rem;width:34.8125rem;height:;font-size:1.0625rem;display:block; }#uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN li:before{  }
 }@media only screen and (max-width: 763px) { #iQXDDktwd2SRc9EMG0GC5aq3XnR7rsBi { width:19rem;height:1rem;top:22.875rem;left:7.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsG3041M8HJCr215fU9SdoZ21H1Xbcvg { width:47.75rem;height:12.375rem;top:7.5625rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCEbs0GhIGX92IXhay0WvxbPN6OvrhDi { width:7.3125rem;height:7.3125rem;top:44.3125rem;left:34.055219650269rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0dt7sKMaU7WWKT1WZnZktvPXJRKBmeT { width:12.5rem;height:1.4375rem;top:46rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBPC59CxMZOvnxk0PsI5ooDJQpQJcdD { width:15.1875rem;height:1.375rem;top:48.1875rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7nnDthHOiMtyoZPLp5AroFO4bT7nQAT { width:6.25rem;height:0.0625rem;top:49.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #otWJbCi5fqLVkHPyRUzwuV1JiGtpc2E2 { top:47.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMUlgwUUc9mngOwXvdGNe0l6LdcAVvWc { width:12.5rem;height:1.4375rem;top:35.25rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scfZrv1yTq5WNuIWKG3q6c3X8ebHqbZW { width:15.1875rem;height:4.1875rem;top:37.4375rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAeBVCpugF84QKth8yISIrQSL5ACtP6d { top:36.75rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3N3CXirilRNmG1TDNXTFTzZtTNzaQMD { width:6.25rem;height:0.0625rem;top:8.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbyWSOksfDIvegA12gSvz9BeDGewnNp { width:7.9375rem;height:7.9375rem;top:22.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTOlQWXQfr2c29THyZd6XMPtxHH3gDz { width:12.5rem;height:1.4375rem;top:24.375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9CH3r4tpWiyILJfh5chySJ6ewl5wXW { width:15.1875rem;height:2.8125rem;top:26.5625rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2QssxGgcPUxpNy0vE1fiTsPJELIVZAu { width:6.25rem;height:0.0625rem;top:29.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkmUb3cbtckTwoxxAaTWmfxdU29ps0b { top:25.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhBDaInAFtwWdoHBnturr9m5265Sznu { width:7.9375rem;height:7.9375rem;top:33.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78mszsT123NcqZnyQqPJQD961Gp6IHF { display:block; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq9MEx4T55QBNZWJqw8GhdF8EXVyp9wZ { top:20.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsCutgC356gRHGQI8a6XnD4JBdevcaCT { width:11.5625rem;height:1.4375rem;top:21.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usdgEEWUMEg8m2T0dSeHIAKKRh5Kz9sq { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE { top:23.75rem;left:0rem;width:34.0625rem;height:;font-size:1.0625rem;display:block; }#OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE li:before{  }
 }@media only screen and (max-width: 763px) { #TvITQlnpelZy1ICBiKWMSEXXTVvLny03 { width:19.5625rem;height:1rem;top:21.1875rem;left:6.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkdBs47uXB1ltPlhFhDT2vaJ7RqqWQ9i { width:47.75rem;height:5.0625rem;top:6.625rem;left:0rem;font-size:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVtsh68aztVcxlTAN7htWCP71oPw1wLw { width:7.9375rem;height:7.9375rem;top:41.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKqBEc0xkNlih7sTJReEcM8vJL8QNOzu { width:12.5rem;height:1.4375rem;top:43.1875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJkuA5zkHd6yckaT073mnFHappcgn6VX { top:44.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noFmkq7HKRPT29nTWLP4LGTMdx1L0Gh3 { width:15.1875rem;height:2.8125rem;top:45.375rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TULDQE0Iqmiso2l58iOXFV7CW3HPWx4r { width:6.25rem;height:0.0625rem;top:48.3125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X94KXlrWa9yJBtXdmzeeLJ0QOPCHFSQC { width:7.9375rem;height:7.9375rem;top:20.0625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpyDHMTBDzgvhTzCKQbaG6mw9FbKNTUP { width:7.9375rem;height:7.9375rem;top:30.9375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHXD7EPAzNM77k3lqP0zf2guDI9HEklR { width:12.5rem;height:1.4375rem;top:21.6875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6AkTDMadMOOlOgMnQFlKeLJCnUD8ZC1 { width:12.5rem;height:1.4375rem;top:32.5625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a57XSlX1HE31JtyLFIVQNlH0fIcT5CsA { width:15.1875rem;height:2.8125rem;top:23.875rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICt0LXgvKwSkTg4BUxVXT3GHgobs7SI2 { width:6.25rem;height:0.0625rem;top:26.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWU7mgcbRXe7GtzyyBIiB1kOAJAuIAm { width:15.1875rem;height:4.1875rem;top:34.75rem;left:32.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9D70NGiAJtmwZLMxEfeVZEI8OS3ivHL { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHq5ZCyX9HhkHACAETwyiByE9CZsRFPU { top:23.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { top:5.4375rem;left:13rem;width:21.625rem;height:4.1123298192424rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { top:2rem;left:12.0625rem;width:23.5rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O3heOTz4W6HVFCQTzJnniDbctli7L7Jo { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -moz-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -ms-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -o-linear-gradient(45deg, #0072ff, #00c6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );";background-image: linear-gradient(45deg, #0072ff, #00c6ff);background-size:auto !important;display:block; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { background-color: transparent; background-image: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row > .video-iframe-container { display: none; }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .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); }#O3heOTz4W6HVFCQTzJnniDbctli7L7Jo > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5wyTPz78qCkQTHGpAkshbXaPnNBvNM6 { width:20rem;height:3.125rem;top:5.87446875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0W9xEOmOSm3K7xFTSSkkbJTWkh6gHCk { width:8.75rem;height:3.37446875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5eacaca4-804f-4d5c-af82-358e16ae7b61/fondomobileseriewebinars.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.adaptive-delivery-prevent-bg, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyload, #IToDUl7BxcUroTNxTffZFDp9D2X1UTEb.lazyloading { background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { background-color: transparent; background-image: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row > .video-iframe-container { display: none; }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .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); }#IToDUl7BxcUroTNxTffZFDp9D2X1UTEb > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:19.9946875rem;height:5.1988625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:14.602275rem;left:0.5rem;width:18.992375rem;height:5.87269375rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:20rem;height:1.96821875rem;top:11.38405625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUP3dB95um413poJbHqoXrV503cMwupW { width:20rem;height:2.43608125rem;top:7.697975rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { width:20rem;height:37.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvV53xoC0fmkGuNpZ183VteMzOHQsqyi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WpdSBhpf/5.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi.adaptive-delivery-prevent-bg, #uvV53xoC0fmkGuNpZ183VteMzOHQsqyi.lazyload, #uvV53xoC0fmkGuNpZ183VteMzOHQsqyi.lazyloading { background-image: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container { background-color: transparent; background-image: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container > .video-iframe-container { display: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row > .video-iframe-container { display: none; }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .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); }#uvV53xoC0fmkGuNpZ183VteMzOHQsqyi > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IZlIZJapLLXxt2pP38TL3Znfq2rT6Ntd { width:15.625rem;height:3.75rem;top:15.7910125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpMQJMkUzS2qbCWSOaAI9teXX0buyivP { display:block; }
 }@media only screen and (max-width: 763px) { #Wp8qtV62kIfk0CHZ975kilExSEy0PIsr { width:15.625rem;height:1.298825rem;top:1.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmBngc7o1PKC2Xnz39RiBH172grlwKOx { width:15.625rem;height:6.494125rem;top:8.0477625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTv6EV2sA7FAOpGgBXs9m97cuAdeiFLP { width:2.999825rem;height:2.999825rem;top:3.7979375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:20rem;height:93.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHRX4D9VugCS60VXxtSrHREATGHkozbQ { width:20rem;height:9.747875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmVt6dcTF4Ad7l6DJa5XaLqZ0ueFKw53 { width:20rem;height:80.120825rem;top:12.247875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr { display:block; }#VP3vzhOyUIqKAqoaPeTsyeAGyAGzLvfr > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { width:19.9946875rem;height:2.59943125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUbsuEc8uhymqAsvxuNDACv6e5TPKshM { width:19.9946875rem;height:1.46218125rem;top:5.09854375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSFMhTxKHv8w5TJv4TCiwTQQcMABE7Op { width:8.244875rem;height:0.37109375rem;top:7.810725rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { width:19.9946875rem;height:4.144175rem;top:9.43181875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxqiAuv68xx0CuXOmohyk13TAvHv2VWF { display:block; }#vxqiAuv68xx0CuXOmohyk13TAvHv2VWF > .row .container { width:20rem;height:107.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:20rem;height:4.224075rem;top:3.89915rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { width:3.125rem;height:3.125rem;top:9.3723375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:6.875rem;height:2.9243625rem;top:13.7473375rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzr1LyRBLJkT9MVgTLWx1eIHRJMgEnmb { width:20rem;height:1.39915rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #etpddmTsgSgOthXaz4qLEBDeax7kP6aT { width:17.6855625rem;height:2.9243625rem;top:17.9217rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { width:20rem;height:18.583125rem;top:22.0960625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 li:before{  }
 }@media only screen and (max-width: 763px) { #vRx20iRWmJRB4FLlJO3MAdgCq687ZnMt { width:7.9989375rem;height:7.9989375rem;top:41.9291875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ7T9NBh7cNnTGgef2Ib2vV6iFTQvThG { width:12.5rem;height:1.46218125rem;top:51.178125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5icreZlCafiO1tWW4sDRrovnaRDJRo6 { width:15.2468125rem;height:2.6260625rem;top:53.89030625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJmSRNwvyHWvgK3qwTvTB8zeABEicWO9 { width:6.25rem;height:0.061257125rem;top:62.14048125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnPQXyw3QnTFRS0MX9yu6tC2JORFft81 { width:7.9989375rem;height:7.9989375rem;top:63.45298125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWreqhR5iH1S4aIGGA4eeddvFZmAJhTt { width:12.5rem;height:1.46218125rem;top:72.70191875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EttTqVgE96l9519xcCmMhCuln8cpavVG { width:15.2468125rem;height:3.9391rem;top:75.4141rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etOviLnLWMnEfM3KewDvQiDve1bVTc9B { width:6.25rem;height:0.061257125rem;top:84.9782rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiTNI3Q4IG7v6ROWcHiipulLwDWbWq14 { width:3.125rem;height:3.125rem;top:57.76548125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMvpX8nerJ1pocin0otZzDrt9fgkm4sr { width:3.125rem;height:3.125rem;top:80.6032rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhRTVOvzlWZXiXHOzy57LgfRd39NTLfn { width:7.9989375rem;height:7.9989375rem;top:86.2907rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhyT3EU9IvECfGF7py3OT6fHGOUKEFJ { width:12.5rem;height:1.46218125rem;top:95.5396375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vg7nfiWeAyB1OSy0IDi44cXHkX3cL0SF { width:15.2468125rem;height:2.6260625rem;top:98.25181875rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDvdoXxfSrOHzWqDS0wAGLivH77nPzOt { width:6.25rem;height:0.061257125rem;top:106.50199375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD3wZol2dboNZrlB54f0FlXIRFe8iryn { width:3.125rem;height:3.125rem;top:102.12699375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV { display:block; }#NGep8Cm9mJnBHDmdO9y20ZHO3StQRJCV > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { width:3.125rem;height:3.125rem;top:11.485275rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:6.875rem;height:2.9243625rem;top:15.860275rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKEzvIfGSoPOTBqtrslzhUl8bT5R8Le7 { width:20rem;height:1.39915rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf { width:20rem;height:44.073125rem;top:24.209rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf li:before{  }
 }@media only screen and (max-width: 763px) { #RQNHaizoD5qfv5yUHQ4n0AVUELgcpGtA { width:17.6243125rem;height:2.9243625rem;top:20.0346375rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JW7kK49S5oxv2TDHBce0QPBZzPxTlya4 { width:20rem;height:6.336125rem;top:3.89915rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o59auS1w2oq6gtbBuZMZKpOw2E7UTZ4y { width:7.9989375rem;height:7.9989375rem;top:90.99291875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXzxTHzx4TwHM1fh6uVvtoD0n71RgQtD { width:12.5rem;height:1.46218125rem;top:100.24185625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUXQTG98HJFFQW3ctVTJACaRG6nsI9Bg { width:15.2468125rem;height:2.6260625rem;top:102.9540375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5KlJQrCTttChtVZLgA26ZpfFwTlKGwI { width:6.25rem;height:0.061257125rem;top:111.2042125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uu9UCTv3T2LpUZ55z8Z40upkOT5SnnQX { width:3.125rem;height:3.125rem;top:106.8292125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsKgmyQCaknSyqOKrsbXCc4Ay66J7PBT { width:7.9368125rem;height:7.9368125rem;top:69.53125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvxCJuxiadqOIT114q1t31UbbFQezsns { width:12.5rem;height:1.46218125rem;top:78.7180625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebEdusuS0LlU08pCseDFQBdVGnAGXusw { width:15.1864375rem;height:2.6260625rem;top:81.43024375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJUkNiKDINkmSvqUe4aQWkdkrMgQ0Gft { width:6.25rem;height:0.061257125rem;top:89.68041875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kauD6zwWosJ2WCrR4794NBxgTOfkQChi { width:3.125rem;height:3.125rem;top:85.30541875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:20rem;height:153.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { width:3.125rem;height:3.125rem;top:17.0209625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:6.875rem;height:2.9243625rem;top:21.3959625rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QoeEGQlrUqFvHD8Q7uW76psQVqOn16TD { width:20rem;height:1.39915rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN { width:20rem;height:63.4125rem;top:29.7446875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#uwe8TUksBbeLyhwFRAIOkPAMRRO1bpwN li:before{  }
 }@media only screen and (max-width: 763px) { #iQXDDktwd2SRc9EMG0GC5aq3XnR7rsBi { width:17.62075rem;height:2.9243625rem;top:25.570325rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsG3041M8HJCr215fU9SdoZ21H1Xbcvg { width:20rem;height:10.5601875rem;top:3.89915rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCEbs0GhIGX92IXhay0WvxbPN6OvrhDi { width:4.43714375rem;height:4.43714375rem;top:137.331325rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0dt7sKMaU7WWKT1WZnZktvPXJRKBmeT { width:12.5rem;height:1.46218125rem;top:143.01758125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcBPC59CxMZOvnxk0PsI5ooDJQpQJcdD { width:15.2468125rem;height:1.31303125rem;top:145.7297625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V7nnDthHOiMtyoZPLp5AroFO4bT7nQAT { width:6.25rem;height:0.061257125rem;top:148.2922625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otWJbCi5fqLVkHPyRUzwuV1JiGtpc2E2 { width:3.125rem;height:3.125rem;top:149.6047625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMUlgwUUc9mngOwXvdGNe0l6LdcAVvWc { width:12.5rem;height:1.46218125rem;top:125.05504375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #scfZrv1yTq5WNuIWKG3q6c3X8ebHqbZW { width:15.1864375rem;height:3.9391rem;top:127.767225rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAeBVCpugF84QKth8yISIrQSL5ACtP6d { width:3.125rem;height:3.125rem;top:132.956325rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3N3CXirilRNmG1TDNXTFTzZtTNzaQMD { width:6.25rem;height:0.061257125rem;top:15.7084625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxbyWSOksfDIvegA12gSvz9BeDGewnNp { width:7.9368125rem;height:7.9368125rem;top:94.4065625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkTOlQWXQfr2c29THyZd6XMPtxHH3gDz { width:12.5rem;height:1.46218125rem;top:103.593375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ct9CH3r4tpWiyILJfh5chySJ6ewl5wXW { width:15.1864375rem;height:2.6260625rem;top:106.30555625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2QssxGgcPUxpNy0vE1fiTsPJELIVZAu { width:6.25rem;height:0.061257125rem;top:114.55573125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQkmUb3cbtckTwoxxAaTWmfxdU29ps0b { width:3.125rem;height:3.125rem;top:110.18073125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNhBDaInAFtwWdoHBnturr9m5265Sznu { width:7.9368125rem;height:7.9368125rem;top:115.86823125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78mszsT123NcqZnyQqPJQD961Gp6IHF { display:block; }#N78mszsT123NcqZnyQqPJQD961Gp6IHF > .row .container { width:20rem;height:93.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dq9MEx4T55QBNZWJqw8GhdF8EXVyp9wZ { width:3.125rem;height:3.125rem;top:9.3723375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsCutgC356gRHGQI8a6XnD4JBdevcaCT { width:6.875rem;height:2.9243625rem;top:13.7473375rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usdgEEWUMEg8m2T0dSeHIAKKRh5Kz9sq { width:20rem;height:1.39915rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE { width:20rem;height:5.83806875rem;top:24.80824375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#OHkKTrSNSH0FXlesxx3uQBLFO77u0XfE li:before{  }
 }@media only screen and (max-width: 763px) { #TvITQlnpelZy1ICBiKWMSEXXTVvLny03 { width:17.6243125rem;height:2.9243625rem;top:17.9217rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkdBs47uXB1ltPlhFhDT2vaJ7RqqWQ9i { width:20rem;height:4.224075rem;top:3.89915rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVtsh68aztVcxlTAN7htWCP71oPw1wLw { width:7.9989375rem;height:7.9989375rem;top:72.10889375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKqBEc0xkNlih7sTJReEcM8vJL8QNOzu { width:12.5rem;height:1.46218125rem;top:81.35783125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJkuA5zkHd6yckaT073mnFHappcgn6VX { width:3.125rem;height:3.125rem;top:87.9451875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noFmkq7HKRPT29nTWLP4LGTMdx1L0Gh3 { width:15.2468125rem;height:2.6260625rem;top:84.0700125rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TULDQE0Iqmiso2l58iOXFV7CW3HPWx4r { width:6.25rem;height:0.061257125rem;top:92.3201875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X94KXlrWa9yJBtXdmzeeLJ0QOPCHFSQC { width:7.9368125rem;height:7.9368125rem;top:31.8963125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpyDHMTBDzgvhTzCKQbaG6mw9FbKNTUP { width:7.9368125rem;height:7.9368125rem;top:50.6458rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHXD7EPAzNM77k3lqP0zf2guDI9HEklR { width:12.5rem;height:1.46218125rem;top:22.0960625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K6AkTDMadMOOlOgMnQFlKeLJCnUD8ZC1 { width:12.5rem;height:1.46218125rem;top:59.8326125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a57XSlX1HE31JtyLFIVQNlH0fIcT5CsA { width:15.1864375rem;height:2.6260625rem;top:41.083125rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ICt0LXgvKwSkTg4BUxVXT3GHgobs7SI2 { width:6.25rem;height:0.061257125rem;top:49.3333rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAWU7mgcbRXe7GtzyyBIiB1kOAJAuIAm { width:15.1864375rem;height:3.9391rem;top:62.54479375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B9D70NGiAJtmwZLMxEfeVZEI8OS3ivHL { width:3.125rem;height:3.125rem;top:67.73389375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHq5ZCyX9HhkHACAETwyiByE9CZsRFPU { width:3.125rem;height:3.125rem;top:44.9583rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsPks3z878188Buy0BxLV7GGrZ4q7Qde { display:block; }#RsPks3z878188Buy0BxLV7GGrZ4q7Qde > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { width:16.369875rem;height:3.05753125rem;top:1.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw { display:block; }#R1mGJmT1i24RWN9C7Ph4XJc2nwGewDhw > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { width:19.9946875rem;height:4.2223rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }