.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:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;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:4.5625rem;width:75rem;position:relative;display:block; }#x5wyTPz78qCkQTHGpAkshbXaPnNBvNM6 { position:absolute;display:block;z-index:15001;height:3.125rem;width:53.5625rem;top:0.625rem;left:21.4375rem;display:block; }
#FFyQZ4ILdZQq7HDsADfuxRUZm9ob26oS { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:16.625rem;top:0.75rem;left:0rem;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:54.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { color:#e63d05;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:8.375rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #89072d;top:7.1875rem;left:0rem;height:27.63575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { color:#2a2e41;display:block;width:6.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:0.875rem;left:16.0625rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { color:#2a2e41;display:block;width:6.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:0.875rem;left:34rem;height:2.4370625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { color:#2a2e41;display:block;width:6.811rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:0.875rem;left:50.375rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xc7xZ4keOICHMoQzzunirXT91rsGSXVl { z-index:15004;top:45.4375rem;left:25.03125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #d10070, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(178deg, #d10070, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(178deg, #d10070, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(178deg, #d10070, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10070', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(178deg, #d10070, rgba(var(--color-secondary-2),1));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.9375rem;height:5.875rem;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:rgba(var(--color-tertiary-0),1);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.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:38.5869140625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP { position:relative;display:block; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP { background-color: transparent; background-image: none; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .row .container > .video-iframe-container { display: none; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .row > .video-iframe-container { display: none; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .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); }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP { border-width: 0; border-radius: 0; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .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; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .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:20.4375rem;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; }#QqU5achSub4GpAwydDTASmMaO3vcnndp { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.548828125rem;left:18.75rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#NciU2ifGKLgcHXv9dgHPGFWtdsmTR11b { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:12.6875rem;top:6.09375rem;left:31.15625rem;overflow:hidden;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:56.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { position:absolute;display:block;z-index:15000;height:37.5rem;width:74.875rem;top:12.3125rem;left:0rem;display:block; }
#CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:14999;line-height:1.3;letter-spacing:0;top:5.4375rem;left:18.75rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#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:19.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VHRX4D9VugCS60VXxtSrHREATGHkozbQ { color:rgba(var(--color-tertiary-2),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:1.5rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:0rem;height:10.39845rem;font-style:normal;text-align:left;text-align-last:left;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.4121125rem;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.4619125rem;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.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.7431640625rem;left:7.5rem;height:2.5996125rem;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:44.8125rem;width:75rem;position:relative;display:block; }#ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:4.875rem;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:12.8125rem;left:7.1875rem;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:13.8125rem;left:10.3125rem;height:1.4619125rem;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.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#etpddmTsgSgOthXaz4qLEBDeax7kP6aT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.8125rem;left:22.25rem;height:2.923825rem;font-style:normal;display:block; }
#wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;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:16.5rem;left:7.6875rem;height:24.855475rem;font-style:normal;display:block; }
#GUr3sMEsN9vsqPvFKtVrDVlaixkNZdEk { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15127;line-height:1.5;letter-spacing:0;top:19.9375rem;left:47rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#y7upJkd5130NiZBrE2qaGfuhWAzGvSq8 { position:absolute;display:block;z-index:15089;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:10.6875rem;left:47rem;overflow:hidden;display:block; }
#JomTPxkvq9upL8g9Rz639MCl9OcsTTOo { position:absolute;display:block;z-index:15089;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.124511875rem;width:6.25rem;top:19.125rem;left:56.3125rem;display:block; }
#M0DyhNu30T1LVzXbH7oe1Fh83Soa68y5 { 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:15091;line-height:1.5;letter-spacing:0;top:14.5rem;left:56.375rem;height:1.40625rem;font-style:normal;display:block; }
#RbncVa1XTDg8STWOzcm3hoOOk4JfmMBP { 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:15090;line-height:1.3;letter-spacing:0;top:12.3125rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#CDIT39unPMgpm5QkBRPL1UBapTOh1Te3 { 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:15097;top:13.8125rem;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:48.875rem;width:75rem;position:relative;display:block; }#qTqOCpefFehsweifB91wmnZ6GsW9E0ha { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:4.875rem;text-align:left;text-align-last:left;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:12.375rem;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:13.375rem;left:10.625rem;height:1.4619125rem;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.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pb6UrLUdViT4lOSqURSh1cZpFoqpA65P { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.4375rem;left:22.1875rem;height:2.923825rem;font-style:normal;display:block; }
#ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;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:16.0625rem;left:7.5rem;height:28.9980375rem;font-style:normal;display:block; }
#sUIXL80Xe4rPQmTPpoiUFw7wEUymHf6q { 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:15120;line-height:1.3;letter-spacing:0;top:11.625rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#rBILTiIciA8srEL7Bi7a8ekXgHbJ0o9r { position:absolute;display:block;z-index:15114;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.375rem;left:47rem;overflow:hidden;display:block; }
#AD8G1y3yGRM3PhLs50TuvgVHcT53V1vX { 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:15111;top:13.8125rem;left:70.3125rem;display:block; }
#qhtabq2CbDSxR0hZlQ9BJCFR3m4ZH4kJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15121;line-height:1.5;letter-spacing:0;top:13.8125rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#gNJUK4x07Km1GweT6cm7atOXbVtirzLw { position:absolute;display:block;z-index:15119;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:17.1875rem;left:56.3125rem;display:block; }
#xbBeQVawdnZiXV05uZm7GBcK6Wyk5Dhk { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.5;letter-spacing:0;top:20.25rem;left:47rem;height:5.625rem;text-align:left;text-align-last:left;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:50.9375rem;width:75rem;position:relative;display:block; }#CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:7.3125rem;text-align:left;text-align-last:left;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:14.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:15.75rem;left:10.625rem;height:1.4619125rem;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.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XJ4RFszhrVmD1GqoAcSA012Ub5BIAmwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:14.875rem;left:24rem;height:2.923825rem;font-style:normal;display:block; }
#EJwhyWgtlvHG7kxDNvvlnh1vH0yp8oXq { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:19.87109375rem;left:7.5rem;height:28.99805rem;font-style:normal;display:block; }
#KAv7nCSkZ0m4WLQCqO4auoiTSS9pqChb { position:absolute;display:block;z-index:15113;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:6.5rem;left:47rem;overflow:hidden;display:block; }
#ianwARK96hU4XNecQFpJTgMp5oxXzTwL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.5;letter-spacing:0;top:10rem;left:56.375rem;height:1.40625rem;font-style:normal;display:block; }
#resv6PCoFSBaxFcShcp0QtkGMKKO9bcr { 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:15114;line-height:1.3;letter-spacing:0;top:7.8125rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#n1UC6WFPwF5Ovd28oANEseTcDZbGexVG { position:absolute;display:block;z-index:15113;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.124511875rem;width:6.25rem;top:13.375rem;left:56.3125rem;display:block; }
#dgrDktHDysP5eyGW81TypwVN6bRc9QxU { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.5;letter-spacing:0;top:15.75rem;left:47rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#qzPA0sZ2FTCq8px1kN3CDSvDgKydwtMB { 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:15091;top:9.84375rem;left:71.875rem;display:block; }
#mrZvEt5UEfZCrp6n5r6VDbCUywWA2QgU { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15133;line-height:1.5;letter-spacing:0;top:33.125rem;left:47rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#z4IgIXxLUm5Tv3EgeZM3A2pLILTlDEZM { 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:15097;line-height:1.5;letter-spacing:0;top:27.6875rem;left:56.375rem;height:1.40625rem;font-style:normal;display:block; }
#uMXyHVCTh2119AKS6d58decWDHJwo8bu { 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:15103;top:27rem;left:71.875rem;display:block; }
#toElNJylTAmKtdSiITVUoTTBbt0nztxC { 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:15096;line-height:1.3;letter-spacing:0;top:25.5rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#rLgiEVEVQHM5KTUwbQVR6W8rFTQ1BBRp { position:absolute;display:block;z-index:15095;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:32.3125rem;left:56.3125rem;display:block; }
#hxU5QVSIoa5Kg48miJJI3pHr56wVeQJq { position:absolute;display:block;z-index:15095;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:23.875rem;left:47rem;overflow:hidden;display:block; }
#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT { 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; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container { background-color: transparent; background-image: none; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container > .video-iframe-container { display: none; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row > .video-iframe-container { display: none; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .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); }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container { border-width: 0; border-radius: 0; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:75rem;position:relative;display:block; }#FM73izRK5TcNoOWoSZ6TX8kiLD5PL7qP { color:rgba(var(--color-tertiary-4),1);display:block;width:39.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#zSWXksaaNDOnsptdGBn1fEgkGMr1Ikel { 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.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q5JPlHnRNHToa0l9Zk4dEbuqoyn9xxNt { 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:15034;top:12.1875rem;left:7.5rem;display:block; }
#XbEzu0EebXmyZ6PuIsyVJAO3fGoB353W { 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:15030;line-height:1.3;letter-spacing:0;top:13.1875rem;left:10.625rem;height:1.4619125rem;font-style:normal;display:block; }
#TWrxJZMAMheuwxovuofp1TFuzLty4eFB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:12.25rem;left:24rem;height:2.923825rem;font-style:normal;display:block; }
#C3x58k6TDQZ4A94LEMwKoQBKpbo40JQP { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.5625rem;left:7.5rem;height:37.2832125rem;font-style:normal;display:block; }
#OTeTq1rB0UR4rGCQhJUHXe4SfDrs00rt { position:absolute;display:block;z-index:15125;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.875rem;width:7.875rem;top:13.1875rem;left:47rem;overflow:hidden;display:block; }
#q4SRn76enBOQAGP13uCCZzFdVTIeRnnE { 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:15126;line-height:1.3;letter-spacing:0;top:14.5rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#ncOduwCx3IQ3ir33fZw8I5IxH9c4oTaD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;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:16.3125rem;left:56.3125rem;height:1.40625rem;font-style:normal;display:block; }
#dt61WMFZsSgqXVvOuEs9Tez7Ue99bgo6 { position:absolute;display:block;z-index:15125;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.124511875rem;width:6.25rem;top:20.0625rem;left:56.375rem;display:block; }
#ItFXcsVXxaTrlruA0msMQwilAXq81Kiv { 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:15122;top:18rem;left:71.875rem;display:block; }
#OnKcr396anNvWuSt5NmqSJF6iVJbZJz2 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15163;line-height:1.5;letter-spacing:0;top:22.0625rem;left:47rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS { 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; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container { background-color: transparent; background-image: none; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container > .video-iframe-container { display: none; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row > .video-iframe-container { display: none; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .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); }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container { border-width: 0; border-radius: 0; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#y7fXTKHTtTR6NaUpBv9TCBFdSV50fg4U { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#P6KPOOTN8u6R2se8A0X27RyHWTHozOKp { 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:12.4375rem;left:7.5rem;display:block; }
#DI9SBJdhkPv7EZPL3cJqDZR52JUbZ11s { 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:13.4375rem;left:10.625rem;height:1.4619125rem;font-style:normal;display:block; }
#eGTHXfRd3gToRFiBJTBR2tvnx96FuI4D { 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.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VqVNf1WTZTXTFvTzxkShOqVurMPZ7UTS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.5625rem;left:24rem;height:2.923825rem;font-style:normal;display:block; }
#HnDE79Lvv3wMBUVy8eaV2Isffx70gugI { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:17.55859375rem;left:7.5rem;height:23.4746125rem;font-style:normal;display:block; }
#dJ1JmFARoKd4bbADWTLRp0fG1zGDKwbP { position:absolute;display:block;z-index:15113;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:6.5rem;left:47rem;overflow:hidden;display:block; }
#meUsCbNaoD4XpNEF9tJiUNsCmQALCzvJ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15115;line-height:1.5;letter-spacing:0;top:10rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#L8XPaIMV3k0TWcyL6buJ0JGhKdU7S0C8 { 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:15114;line-height:1.3;letter-spacing:0;top:7.8125rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#BTR22Zm2zqf51PBvoOporWGpZtFefVGf { position:absolute;display:block;z-index:15113;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.124511875rem;width:6.25rem;top:13.375rem;left:56.3125rem;display:block; }
#dhD71fBb5F3t0nrq2iMu8RoWbxkxhyrz { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15151;line-height:1.5;letter-spacing:0;top:15.75rem;left:47rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Hw5BEuRwVhi8ETKXDJpUOfhk6RW0zxKc { 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:15091;top:9.25rem;left:70rem;display:block; }
#VsBXp8vDo4RekUMzslzolNAdOmvCDgFb { position:absolute;display:block;z-index:15119;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.875rem;width:7.875rem;top:25rem;left:47rem;overflow:hidden;display:block; }
#mrNAQhMFZ0K0ae5huqZBXXp1cTzJbQOy { 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:15120;line-height:1.3;letter-spacing:0;top:26.3125rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#QdnK3ofUPcXAB9ArHphLa4E3vGfwIrl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.5;letter-spacing:0;top:28.125rem;left:56.3125rem;height:1.40625rem;font-style:normal;display:block; }
#ZGSH7co2VD3W2OQ2RBfhmTnOS6c0GVlC { 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:15116;top:29.53125rem;left:71.875rem;display:block; }
#OgDWUnJMB5767CNACnI3k3iIzXltbMpI { position:absolute;display:block;z-index:15119;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.124511875rem;width:6.25rem;top:31.875rem;left:56.375rem;display:block; }
#oGgth67ePTdOV55gGzpd1fngDVNp5nOf { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15157;line-height:1.5;letter-spacing:0;top:33.875rem;left:47rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz { 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; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container { background-color: transparent; background-image: none; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container > .video-iframe-container { display: none; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row > .video-iframe-container { display: none; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .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); }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container { border-width: 0; border-radius: 0; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:75rem;position:relative;display:block; }#A5LGkrcSipxbIqWUJW7zKi3rvJUk4eFu { color:rgba(var(--color-tertiary-4),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:7.5rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#sb6dg7dCCRpsiVWa5fQRX4oMLwvNXATr { 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.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zmrinkPGFlABblDwETXAWJWNA5uQ9M3K { 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:15034;top:12.125rem;left:7.5rem;display:block; }
#Ni2FIBaP2kpeS1hgbu4R0FNXT0U9lipG { 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:15030;line-height:1.3;letter-spacing:0;top:13.125rem;left:10.625rem;height:1.4619125rem;font-style:normal;display:block; }
#Te6NvzcWeGMOCaldpahhukKHp2e6UQJu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:12.1875rem;left:24rem;height:2.923825rem;font-style:normal;display:block; }
#WfqGfHyHbOSEK2Hmhsbo1oeAlIGvqRbF { color:rgba(var(--color-tertiary-1),1);display:block;width:32.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:16.1875rem;left:7.5rem;height:22.09375rem;font-style:normal;display:block; }
#g7rRqLJ5xO4TLxppiFR0ZpXh62ekHyla { position:absolute;display:block;z-index:15125;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:6.5rem;left:47rem;overflow:hidden;display:block; }
#bUxMLvpb9fvomduZIsxGsTWs2ytv7Fat { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15127;line-height:1.5;letter-spacing:0;top:10rem;left:56.375rem;height:2.8125rem;font-style:normal;display:block; }
#y4USgDOztn784VysxH21kxltNZra8yS1 { 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:15126;line-height:1.3;letter-spacing:0;top:7.8125rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#II8SZ00bvPt8ZTixxT4T7WhDKZeWvHwR { position:absolute;display:block;z-index:15125;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.124511875rem;width:6.25rem;top:13.375rem;left:56.3125rem;display:block; }
#ucFwLTSzcBodo6P72pXTh0r2zUorbWt0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15163;line-height:1.5;letter-spacing:0;top:15.75rem;left:47rem;height:5.625rem;text-align:left;text-align-last:left;display:block; }
#ay8G6aXAB3bMtUgTkWK22kbVTFcePA6g { 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:15089;top:8.59375rem;left:70.59375rem;display:block; }
#TTyhmKJ1M5oTZvkCShqvhawKfNShhvFw { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15139;line-height:1.5;letter-spacing:0;top:51.8125rem;left:47rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#XCcO4FlRUEGoHz6vy7BN6xKTzz380Uh5 { 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:15103;line-height:1.5;letter-spacing:0;top:46.375rem;left:56.375rem;height:1.40625rem;font-style:normal;display:block; }
#UGTxD8ZhvMoMC7iPUvnU27CywLUGlUmb { position:absolute;display:block;z-index:15101;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:51rem;left:56.3125rem;display:block; }
#gbRQlzZhmXFtiJPpScrnWQhQngCgBbCf { 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:15109;top:45.6875rem;left:71.875rem;display:block; }
#KbGumbFk6PgAvGdLKHmwu2ryhioWXNEL { 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:15102;line-height:1.3;letter-spacing:0;top:44.1875rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#qIfx7NVebTCgi04ruW72t0afkpsmOTEV { position:absolute;display:block;z-index:15101;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:42.5625rem;left:47rem;overflow:hidden;display:block; }
#ummHzIHsyEegat2H9TiIK7PRvRbOvvd6 { position:absolute;display:block;z-index:15107;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:24.375rem;left:47rem;overflow:hidden;display:block; }
#sPU0f5e7q51fRAgXHAzWhAaWBOv2enih { 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:15109;line-height:1.5;letter-spacing:0;top:28.1875rem;left:56.375rem;height:1.40625rem;font-style:normal;display:block; }
#U4qANJZyJSpAaO1FkHNKUchQssRL0FzV { 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:15108;line-height:1.3;letter-spacing:0;top:26rem;left:56.3125rem;height:1.4619125rem;font-style:normal;display:block; }
#I4TZV7d95m0lpTNNH7KgvXDgEeJouDd4 { position:absolute;display:block;z-index:15107;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:32.8125rem;left:56.3125rem;display:block; }
#Ssl0hQvmUzfHxUSa6ApD5O7nVQITvLOP { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15145;line-height:1.5;letter-spacing:0;top:33.625rem;left:47rem;height:6.75rem;text-align:left;text-align-last:left;display:block; }
#CE6JR7NIuvFQW59Jf1Nx5CbQxLbqn98i { 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:15115;top:27.5rem;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.625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFyQZ4ILdZQq7HDsADfuxRUZm9ob26oS { top:0.75rem;left:0rem;width:16.625rem;height:3.0625rem;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:27.625rem;top:7.1875rem;left:0rem;font-size:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:6.75rem;height:2.375rem;top:0.8125rem;left:2.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:11.625rem;height:1rem;top:0.8125rem;left:20.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:12.9375rem;height:1rem;top:0.8125rem;left:34.8125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:45.4375rem;left:11.40625rem;width:24.9375rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:47.75rem;height:2.875rem;top:38.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP { display:block; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqU5achSub4GpAwydDTASmMaO3vcnndp { width:37.5rem;height:4.0625rem;top:1.5rem;left:5.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NciU2ifGKLgcHXv9dgHPGFWtdsmTR11b { top:6.0625rem;left:17.53125rem;width:12.6875rem;height:12.6875rem;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:12.3125rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:37.5rem;height:4.0625rem;top:5.4375rem;left:5.125rem;font-size:3.125rem;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:4.0625rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { top:7.5625rem;left:0rem;width:47.75rem;height:10.375rem;font-size:0.8125rem;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:11.6875rem;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:37rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxeUXqOI7SXSbPTe4N0DAU0R221nx8Uk { top:12.8125rem;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:13.8125rem;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:17.6875rem;height:2.875rem;top:12.8125rem;left:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wk14cdffDuHtDUSyFGukQndrJZMRWcA0 { top:16.5rem;left:0rem;width:32.875rem;height:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUr3sMEsN9vsqPvFKtVrDVlaixkNZdEk { width:28rem;height:6.75rem;top:19.9375rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7upJkd5130NiZBrE2qaGfuhWAzGvSq8 { width:8rem;height:8rem;top:10.6875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JomTPxkvq9upL8g9Rz639MCl9OcsTTOo { width:6.25rem;height:0.0625rem;top:19.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0DyhNu30T1LVzXbH7oe1Fh83Soa68y5 { width:15.25rem;height:1.375rem;top:14.5rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbncVa1XTDg8STWOzcm3hoOOk4JfmMBP { width:12.5rem;height:1.4375rem;top:12.3125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDIT39unPMgpm5QkBRPL1UBapTOh1Te3 { top:13.8125rem;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) { #qTqOCpefFehsweifB91wmnZ6GsW9E0ha { width:32.8125rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { top:12.375rem;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:13.375rem;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) { #Pb6UrLUdViT4lOSqURSh1cZpFoqpA65P { width:17.6875rem;height:2.875rem;top:12.4375rem;left:8.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf { top:16.0625rem;left:0rem;width:32.875rem;height:28.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUIXL80Xe4rPQmTPpoiUFw7wEUymHf6q { width:12.5rem;height:1.4375rem;top:11.625rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBILTiIciA8srEL7Bi7a8ekXgHbJ0o9r { width:8rem;height:8rem;top:11.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD8G1y3yGRM3PhLs50TuvgVHcT53V1vX { top:13.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhtabq2CbDSxR0hZlQ9BJCFR3m4ZH4kJ { width:14.625rem;height:2.8125rem;top:13.8125rem;left:33.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNJUK4x07Km1GweT6cm7atOXbVtirzLw { width:6.25rem;height:0.0625rem;top:17.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBeQVawdnZiXV05uZm7GBcK6Wyk5Dhk { width:28rem;height:5.625rem;top:20.25rem;left:19.75rem;font-size:0.75rem;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) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:36.6875rem;height:7.3125rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { top:14.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:15.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) { #XJ4RFszhrVmD1GqoAcSA012Ub5BIAmwQ { width:17.6875rem;height:2.875rem;top:14.875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJwhyWgtlvHG7kxDNvvlnh1vH0yp8oXq { top:19.8125rem;left:0rem;width:32.875rem;height:28.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAv7nCSkZ0m4WLQCqO4auoiTSS9pqChb { width:8rem;height:8rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ianwARK96hU4XNecQFpJTgMp5oxXzTwL { width:12.5rem;height:1.375rem;top:10rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #resv6PCoFSBaxFcShcp0QtkGMKKO9bcr { width:12.5rem;height:1.4375rem;top:7.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UC6WFPwF5Ovd28oANEseTcDZbGexVG { width:6.25rem;height:0.0625rem;top:13.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrDktHDysP5eyGW81TypwVN6bRc9QxU { width:28rem;height:6.75rem;top:15.75rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzPA0sZ2FTCq8px1kN3CDSvDgKydwtMB { top:9.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrZvEt5UEfZCrp6n5r6VDbCUywWA2QgU { width:28rem;height:6.75rem;top:33.125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4IgIXxLUm5Tv3EgeZM3A2pLILTlDEZM { width:15.25rem;height:1.375rem;top:27.6875rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMXyHVCTh2119AKS6d58decWDHJwo8bu { top:27rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toElNJylTAmKtdSiITVUoTTBbt0nztxC { width:12.5rem;height:1.4375rem;top:25.5rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLgiEVEVQHM5KTUwbQVR6W8rFTQ1BBRp { width:6.25rem;height:0.0625rem;top:32.3125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxU5QVSIoa5Kg48miJJI3pHr56wVeQJq { width:8rem;height:8rem;top:23.875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT { display:block; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM73izRK5TcNoOWoSZ6TX8kiLD5PL7qP { width:39.75rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSWXksaaNDOnsptdGBn1fEgkGMr1Ikel { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5JPlHnRNHToa0l9Zk4dEbuqoyn9xxNt { top:12.1875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbEzu0EebXmyZ6PuIsyVJAO3fGoB353W { width:13.375rem;height:1.4375rem;top:13.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWrxJZMAMheuwxovuofp1TFuzLty4eFB { width:17.6875rem;height:2.875rem;top:12.25rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3x58k6TDQZ4A94LEMwKoQBKpbo40JQP { top:16.5625rem;left:0rem;width:32.875rem;height:37.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTeTq1rB0UR4rGCQhJUHXe4SfDrs00rt { width:7.875rem;height:7.875rem;top:13.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4SRn76enBOQAGP13uCCZzFdVTIeRnnE { width:12.5rem;height:1.4375rem;top:14.5rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncOduwCx3IQ3ir33fZw8I5IxH9c4oTaD { width:16.0625rem;height:1.4375rem;top:16.3125rem;left:31.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt61WMFZsSgqXVvOuEs9Tez7Ue99bgo6 { width:6.25rem;height:0.0625rem;top:20.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFXcsVXxaTrlruA0msMQwilAXq81Kiv { top:18rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnKcr396anNvWuSt5NmqSJF6iVJbZJz2 { width:28rem;height:4.5rem;top:22.0625rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS { display:block; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7fXTKHTtTR6NaUpBv9TCBFdSV50fg4U { width:36.6875rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6KPOOTN8u6R2se8A0X27RyHWTHozOKp { top:12.4375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9SBJdhkPv7EZPL3cJqDZR52JUbZ11s { width:13.375rem;height:1.4375rem;top:13.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTHXfRd3gToRFiBJTBR2tvnx96FuI4D { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqVNf1WTZTXTFvTzxkShOqVurMPZ7UTS { width:17.6875rem;height:2.875rem;top:12.5625rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnDE79Lvv3wMBUVy8eaV2Isffx70gugI { top:17.5rem;left:0rem;width:32.875rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ1JmFARoKd4bbADWTLRp0fG1zGDKwbP { width:8rem;height:8rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUsCbNaoD4XpNEF9tJiUNsCmQALCzvJ { width:12.5rem;height:2.8125rem;top:10rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8XPaIMV3k0TWcyL6buJ0JGhKdU7S0C8 { width:12.5rem;height:1.4375rem;top:7.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTR22Zm2zqf51PBvoOporWGpZtFefVGf { width:6.25rem;height:0.0625rem;top:13.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhD71fBb5F3t0nrq2iMu8RoWbxkxhyrz { width:28rem;height:4.5rem;top:15.75rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hw5BEuRwVhi8ETKXDJpUOfhk6RW0zxKc { top:9.25rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsBXp8vDo4RekUMzslzolNAdOmvCDgFb { width:7.875rem;height:7.875rem;top:25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrNAQhMFZ0K0ae5huqZBXXp1cTzJbQOy { width:12.5rem;height:1.4375rem;top:26.3125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdnK3ofUPcXAB9ArHphLa4E3vGfwIrl7 { width:16.25rem;height:1.4375rem;top:28.125rem;left:31.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGSH7co2VD3W2OQ2RBfhmTnOS6c0GVlC { top:29.5rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDWUnJMB5767CNACnI3k3iIzXltbMpI { width:6.25rem;height:0.0625rem;top:31.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGgth67ePTdOV55gGzpd1fngDVNp5nOf { width:28rem;height:4.5rem;top:33.875rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz { display:block; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5LGkrcSipxbIqWUJW7zKi3rvJUk4eFu { width:34.875rem;height:4.875rem;top:6.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb6dg7dCCRpsiVWa5fQRX4oMLwvNXATr { width:37.5rem;height:1.125rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmrinkPGFlABblDwETXAWJWNA5uQ9M3K { top:12.125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni2FIBaP2kpeS1hgbu4R0FNXT0U9lipG { width:13.375rem;height:1.4375rem;top:13.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6NvzcWeGMOCaldpahhukKHp2e6UQJu { width:17.6875rem;height:2.875rem;top:12.1875rem;left:10.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfqGfHyHbOSEK2Hmhsbo1oeAlIGvqRbF { top:16.1875rem;left:0rem;width:32.875rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7rRqLJ5xO4TLxppiFR0ZpXh62ekHyla { width:8rem;height:8rem;top:6.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxMLvpb9fvomduZIsxGsTWs2ytv7Fat { width:12.5rem;height:2.8125rem;top:10rem;left:35.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4USgDOztn784VysxH21kxltNZra8yS1 { width:12.5rem;height:1.4375rem;top:7.8125rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #II8SZ00bvPt8ZTixxT4T7WhDKZeWvHwR { width:6.25rem;height:0.0625rem;top:13.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFwLTSzcBodo6P72pXTh0r2zUorbWt0 { width:28rem;height:5.625rem;top:15.75rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay8G6aXAB3bMtUgTkWK22kbVTFcePA6g { top:8.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyhmKJ1M5oTZvkCShqvhawKfNShhvFw { width:28rem;height:6.75rem;top:51.8125rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCcO4FlRUEGoHz6vy7BN6xKTzz380Uh5 { width:15.25rem;height:1.375rem;top:46.375rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGTxD8ZhvMoMC7iPUvnU27CywLUGlUmb { width:6.25rem;height:0.0625rem;top:51rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbRQlzZhmXFtiJPpScrnWQhQngCgBbCf { top:45.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbGumbFk6PgAvGdLKHmwu2ryhioWXNEL { width:12.5rem;height:1.4375rem;top:44.1875rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIfx7NVebTCgi04ruW72t0afkpsmOTEV { width:8rem;height:8rem;top:42.5625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ummHzIHsyEegat2H9TiIK7PRvRbOvvd6 { width:8rem;height:8rem;top:24.375rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPU0f5e7q51fRAgXHAzWhAaWBOv2enih { width:15.25rem;height:1.375rem;top:28.1875rem;left:32.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4qANJZyJSpAaO1FkHNKUchQssRL0FzV { width:12.5rem;height:1.4375rem;top:26rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4TZV7d95m0lpTNNH7KgvXDgEeJouDd4 { width:6.25rem;height:0.0625rem;top:32.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssl0hQvmUzfHxUSa6ApD5O7nVQITvLOP { width:28rem;height:6.75rem;top:33.625rem;left:19.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE6JR7NIuvFQW59Jf1Nx5CbQxLbqn98i { top:27.5rem;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:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5wyTPz78qCkQTHGpAkshbXaPnNBvNM6 { width:20rem;height:3.125rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFyQZ4ILdZQq7HDsADfuxRUZm9ob26oS { width:16.625rem;height:3.0625rem;top:1.25rem;left:1.6875rem;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:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7tWTmQuHs1CeH77zHQDPgdaitfqz3C8 { width:19.995125rem;height:5.19921875rem;top:8.1640625rem;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) { #H9wk5kB7SxVTywyLyC2zhFlspgLQI0aO { width:11.17775rem;height:1.0556625rem;top:5.859375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15025;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wNMKXAoK0X6TZwS9AyFQPwfLwHXg3bid { width:11.6796875rem;height:1.0556625rem;top:3.5546875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15026;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TPUBddTeV2G0bSECdfyFJonaxNUCeNH6 { width:12.9931875rem;height:1.0556625rem;top:1.25rem;left:3.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15027;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xc7xZ4keOICHMoQzzunirXT91rsGSXVl { top:17.5693375rem;left:0.5rem;width:18.996125rem;height:5.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #giI3wlFm1CaJZfbfQ7SMJwKJPoDaKRZf { display:block; }
 }@media only screen and (max-width: 763px) { #PRd265V2TE4G3DJERbPq22elqwP35N7c { width:20rem;height:1.70605625rem;top:14.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP { display:block; }#g6ni4FfX5VOuqIpgMg99bgBqq1oCOsDP > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqU5achSub4GpAwydDTASmMaO3vcnndp { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NciU2ifGKLgcHXv9dgHPGFWtdsmTR11b { width:5.875rem;height:5.875rem;top:5.0996125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRBVwT2knslTckqUnKPyCcGGcJPfRWuk { display:block; }#PRBVwT2knslTckqUnKPyCcGGcJPfRWuk > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV4axEMNRghrxVspGNc7DC6Rl8nx4zIL { width:20rem;height:37.5rem;top:5.0996125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS2zXG5G2R2GJKl6J3PUR8pTDIKOCHg9 { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ { display:block; }#bsgoTvpkPEwK2GDGuKATnEe0nSDsuleZ > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHRX4D9VugCS60VXxtSrHREATGHkozbQ { width:20rem;height:4.875rem;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) { #v8xyUeKsTHxncARO4Oripp0xIsWyaP5W { width:20rem;height:16.8906375rem;top:7.375rem;left:0rem;font-size:0.8125rem;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:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SelN4btL0RkegXTKyrqNoGq5cGRMpgN8 { width:19.995125rem;height:2.5996125rem;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.995125rem;height:1.4619125rem;top:5.0996125rem;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.245125rem;height:0.37109375rem;top:7.81055rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnAtA8Nta7n6QinqJ4bQuZQvoOX4FdcT { width:19.995125rem;height:2.76171875rem;top:9.43164375rem;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:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ADClXwoKVDpf4HpqpNKJo9TnuekBrwq9 { width:20rem;height:6.3369375rem;top:3.8984375rem;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:11.485375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho3aBpS1SxaITWmNRbQ82wnl9teCFSIs { width:6.875rem;height:2.923825rem;top:15.860375rem;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.3994125rem;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.923825rem;top:20.033225rem;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:38.6640375rem;top:26.9170125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GUr3sMEsN9vsqPvFKtVrDVlaixkNZdEk { width:20rem;height:13.125rem;top:85.642575rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y7upJkd5130NiZBrE2qaGfuhWAzGvSq8 { width:8rem;height:8rem;top:66.830075rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JomTPxkvq9upL8g9Rz639MCl9OcsTTOo { width:6.25rem;height:0.0625rem;top:84.330075rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0DyhNu30T1LVzXbH7oe1Fh83Soa68y5 { width:12.5rem;height:2.625rem;top:76.080075rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbncVa1XTDg8STWOzcm3hoOOk4JfmMBP { width:12.5rem;height:1.4619125rem;top:24.206075rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CDIT39unPMgpm5QkBRPL1UBapTOh1Te3 { width:3.125rem;height:3.125rem;top:79.955075rem;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:91.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTqOCpefFehsweifB91wmnZ6GsW9E0ha { width:20rem;height:4.2246125rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOCSKkcqLJdeWrrK25J5hiqpi8hPOlRi { width:3.125rem;height:3.125rem;top:9.37305rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HP0roVP97XtNo736y6FRTlwlAxUOomvp { width:6.875rem;height:2.923825rem;top:13.74805rem;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.3994125rem;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) { #Pb6UrLUdViT4lOSqURSh1cZpFoqpA65P { width:17.6855625rem;height:2.923825rem;top:17.9209rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ECc3BOKwE7BSzWv4GivUX5xFx1n8rNGf { width:20rem;height:44.1874625rem;top:22.09375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUIXL80Xe4rPQmTPpoiUFw7wEUymHf6q { width:12.5rem;height:1.4619125rem;top:76.78025rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBILTiIciA8srEL7Bi7a8ekXgHbJ0o9r { width:8rem;height:8rem;top:67.53025rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #AD8G1y3yGRM3PhLs50TuvgVHcT53V1vX { width:3.125rem;height:3.125rem;top:83.3661875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhtabq2CbDSxR0hZlQ9BJCFR3m4ZH4kJ { width:12.5rem;height:2.625rem;top:79.4911875rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gNJUK4x07Km1GweT6cm7atOXbVtirzLw { width:6.25rem;height:0.0625rem;top:87.7411875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbBeQVawdnZiXV05uZm7GBcK6Wyk5Dhk { width:20rem;height:1.3125rem;top:89.0536875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z { display:block; }#DaoW8NB8peK2Fpp5wLDBU1mxMqFZTp8z > .row .container { width:20rem;height:132.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQWheRhaqzs15BXK8R8bJTXFgraQbsTS { width:20rem;height:12.6738125rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6Lrz4atz2hpSK0eKaPwSBlH12PsOM9H { width:3.125rem;height:3.125rem;top:38.03225rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfTgEAw0Se4bMxuTQXxgFUAAUecsrTNg { width:6.875rem;height:4.38574375rem;top:42.40725rem;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.3994125rem;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) { #XJ4RFszhrVmD1GqoAcSA012Ub5BIAmwQ { width:17.6855625rem;height:2.923825rem;top:48.04299375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJwhyWgtlvHG7kxDNvvlnh1vH0yp8oXq { width:20rem;height:42.806575rem;top:53.46584375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAv7nCSkZ0m4WLQCqO4auoiTSS9pqChb { width:8rem;height:8rem;top:17.8213125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ianwARK96hU4XNecQFpJTgMp5oxXzTwL { width:12.5rem;height:1.3125rem;top:29.78225rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #resv6PCoFSBaxFcShcp0QtkGMKKO9bcr { width:12.5rem;height:1.4619125rem;top:27.0713125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1UC6WFPwF5Ovd28oANEseTcDZbGexVG { width:6.25rem;height:0.0625rem;top:36.71975rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgrDktHDysP5eyGW81TypwVN6bRc9QxU { width:20rem;height:0;top:52.21584375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qzPA0sZ2FTCq8px1kN3CDSvDgKydwtMB { width:3.125rem;height:3.125rem;top:32.34475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrZvEt5UEfZCrp6n5r6VDbCUywWA2QgU { width:20rem;height:13.125rem;top:117.73246875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4IgIXxLUm5Tv3EgeZM3A2pLILTlDEZM { width:15.25rem;height:1.3125rem;top:109.48246875rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uMXyHVCTh2119AKS6d58decWDHJwo8bu { width:3.125rem;height:3.125rem;top:112.04496875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #toElNJylTAmKtdSiITVUoTTBbt0nztxC { width:12.5rem;height:1.4619125rem;top:106.77153125rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rLgiEVEVQHM5KTUwbQVR6W8rFTQ1BBRp { width:6.25rem;height:0.0625rem;top:116.41996875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxU5QVSIoa5Kg48miJJI3pHr56wVeQJq { width:8rem;height:8rem;top:97.52153125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT { display:block; }#Id35Wdq0v2QTmIqdCQTNTDPJXfTidffT > .row .container { width:20rem;height:107.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FM73izRK5TcNoOWoSZ6TX8kiLD5PL7qP { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSWXksaaNDOnsptdGBn1fEgkGMr1Ikel { width:20rem;height:1.3994125rem;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) { #Q5JPlHnRNHToa0l9Zk4dEbuqoyn9xxNt { width:3.125rem;height:3.125rem;top:13.5976875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbEzu0EebXmyZ6PuIsyVJAO3fGoB353W { width:13.375rem;height:1.4619125rem;top:17.9726875rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWrxJZMAMheuwxovuofp1TFuzLty4eFB { width:17.6875rem;height:2.923825rem;top:20.683625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3x58k6TDQZ4A94LEMwKoQBKpbo40JQP { width:20rem;height:56.6152625rem;top:24.856475rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTeTq1rB0UR4rGCQhJUHXe4SfDrs00rt { width:7.875rem;height:7.875rem;top:82.721725rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4SRn76enBOQAGP13uCCZzFdVTIeRnnE { width:12.5rem;height:1.4619125rem;top:91.846725rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ncOduwCx3IQ3ir33fZw8I5IxH9c4oTaD { width:16.0625rem;height:1.3125rem;top:94.5576625rem;left:1.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dt61WMFZsSgqXVvOuEs9Tez7Ue99bgo6 { width:6.25rem;height:0.0625rem;top:97.1201625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItFXcsVXxaTrlruA0msMQwilAXq81Kiv { width:3.125rem;height:3.125rem;top:98.4326625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnKcr396anNvWuSt5NmqSJF6iVJbZJz2 { width:20rem;height:3.9375rem;top:102.8076625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS { display:block; }#gCTGgXw8n1A9tScJoQJOTuxt0g5GnASS > .row .container { width:20rem;height:127.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7fXTKHTtTR6NaUpBv9TCBFdSV50fg4U { width:20rem;height:8.44925rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6KPOOTN8u6R2se8A0X27RyHWTHozOKp { width:3.125rem;height:3.125rem;top:16.308625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI9SBJdhkPv7EZPL3cJqDZR52JUbZ11s { width:6.875rem;height:2.923825rem;top:43.668975rem;left:6.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGTHXfRd3gToRFiBJTBR2tvnx96FuI4D { width:20rem;height:1.3994125rem;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) { #VqVNf1WTZTXTFvTzxkShOqVurMPZ7UTS { width:17.6855625rem;height:2.923825rem;top:20.683625rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnDE79Lvv3wMBUVy8eaV2Isffx70gugI { width:20rem;height:34.5214rem;top:47.841825rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJ1JmFARoKd4bbADWTLRp0fG1zGDKwbP { width:8rem;height:8rem;top:24.856475rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #meUsCbNaoD4XpNEF9tJiUNsCmQALCzvJ { width:12.5rem;height:2.625rem;top:34.106475rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8XPaIMV3k0TWcyL6buJ0JGhKdU7S0C8 { width:12.5rem;height:1.4619125rem;top:13.5976875rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTR22Zm2zqf51PBvoOporWGpZtFefVGf { width:6.25rem;height:0.0625rem;top:42.356475rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhD71fBb5F3t0nrq2iMu8RoWbxkxhyrz { width:20rem;height:15.75rem;top:83.612325rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hw5BEuRwVhi8ETKXDJpUOfhk6RW0zxKc { width:3.125rem;height:3.125rem;top:37.981475rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsBXp8vDo4RekUMzslzolNAdOmvCDgFb { width:7.875rem;height:7.875rem;top:100.612325rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrNAQhMFZ0K0ae5huqZBXXp1cTzJbQOy { width:12.5rem;height:1.4619125rem;top:109.737325rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QdnK3ofUPcXAB9ArHphLa4E3vGfwIrl7 { width:12.5rem;height:2.625rem;top:112.4482625rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZGSH7co2VD3W2OQ2RBfhmTnOS6c0GVlC { width:3.125rem;height:3.125rem;top:117.6357625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgDWUnJMB5767CNACnI3k3iIzXltbMpI { width:6.25rem;height:0.0625rem;top:116.3232625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGgth67ePTdOV55gGzpd1fngDVNp5nOf { width:20rem;height:3.9375rem;top:122.0107625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz { display:block; }#qLrB1axgtKX4X9TXfcqTALqSEJE9rdSz > .row .container { width:20rem;height:154.679725rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5LGkrcSipxbIqWUJW7zKi3rvJUk4eFu { width:20rem;height:6.3369375rem;top:3.8984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sb6dg7dCCRpsiVWa5fQRX4oMLwvNXATr { width:20rem;height:1.3994125rem;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) { #zmrinkPGFlABblDwETXAWJWNA5uQ9M3K { width:3.125rem;height:3.125rem;top:11.485375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni2FIBaP2kpeS1hgbu4R0FNXT0U9lipG { width:13.375rem;height:1.4619125rem;top:15.860375rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Te6NvzcWeGMOCaldpahhukKHp2e6UQJu { width:17.6875rem;height:2.923825rem;top:18.5713125rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WfqGfHyHbOSEK2Hmhsbo1oeAlIGvqRbF { width:20rem;height:34.521525rem;top:44.2676rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7rRqLJ5xO4TLxppiFR0ZpXh62ekHyla { width:8rem;height:8rem;top:22.7441625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUxMLvpb9fvomduZIsxGsTWs2ytv7Fat { width:12.5rem;height:2.625rem;top:34.7051rem;left:3.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y4USgDOztn784VysxH21kxltNZra8yS1 { width:12.5rem;height:1.4619125rem;top:31.9941625rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #II8SZ00bvPt8ZTixxT4T7WhDKZeWvHwR { width:6.25rem;height:0.0625rem;top:42.9551rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucFwLTSzcBodo6P72pXTh0r2zUorbWt0 { width:20rem;height:10.5rem;top:80.0391rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ay8G6aXAB3bMtUgTkWK22kbVTFcePA6g { width:3.125rem;height:3.125rem;top:38.5801rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTyhmKJ1M5oTZvkCShqvhawKfNShhvFw { width:20rem;height:13.125rem;top:112.0000375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCcO4FlRUEGoHz6vy7BN6xKTzz380Uh5 { width:15.25rem;height:1.3125rem;top:103.7500375rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGTxD8ZhvMoMC7iPUvnU27CywLUGlUmb { width:6.25rem;height:0.0625rem;top:110.6875375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbRQlzZhmXFtiJPpScrnWQhQngCgBbCf { width:3.125rem;height:3.125rem;top:106.3125375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbGumbFk6PgAvGdLKHmwu2ryhioWXNEL { width:12.5rem;height:1.4619125rem;top:101.0391rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qIfx7NVebTCgi04ruW72t0afkpsmOTEV { width:8rem;height:8rem;top:91.7891rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ummHzIHsyEegat2H9TiIK7PRvRbOvvd6 { width:8rem;height:8rem;top:126.3750375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPU0f5e7q51fRAgXHAzWhAaWBOv2enih { width:15.25rem;height:0;top:138.335975rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4qANJZyJSpAaO1FkHNKUchQssRL0FzV { width:12.5rem;height:0;top:135.6250375rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4TZV7d95m0lpTNNH7KgvXDgEeJouDd4 { width:6.25rem;height:0.0625rem;top:145.367225rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssl0hQvmUzfHxUSa6ApD5O7nVQITvLOP { width:20rem;height:0;top:146.679725rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CE6JR7NIuvFQW59Jf1Nx5CbQxLbqn98i { width:3.125rem;height:3.125rem;top:140.992225rem;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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7IKyf6aBRCx9HQye8Q0X7wXA8QEVkvc { width:16.370125rem;height:3.05761875rem;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.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxd8eugdGa1kCUK9tQO2BuqSE4DtJGsa { width:19.995125rem;height:4.22265625rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }