.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:191,225,242;--color-primary-1:35,87,219;--color-primary-2:31,126,127;--color-primary-3:31,61,90;--color-primary-4:17,34,58;--color-secondary-0:255,83,53;--color-secondary-1:248,145,40;--color-secondary-2:254,140,0;--color-secondary-3:255,110,0;--color-secondary-4:255,198,0;--color-tertiary-0:255,255,255;--color-tertiary-1:112,112,112;--color-tertiary-2:76,76,76;--color-tertiary-3:55,55,55;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM { position:relative;display:none; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM { border-width: 0; border-radius: 0; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .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; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#n14quk8plfl1XTTMCADCI8hqcRLgyJXO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#E37sd8aG4hlnTBKMv44Auu9HnfvXzuux { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.9375rem;top:4.9375rem;left:13.9375rem;display:none; }
#QKlTpSg316M6EoTWo9CuSpP6d0l6yZUl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:60rem;display:none; }
#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K { 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;z-index:auto;display:block; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container { background-color: transparent; background-image: none; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container > .video-iframe-container { display: none; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row > .video-iframe-container { display: none; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .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); }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container { border-width: 0; border-radius: 0; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#I9JThNOBBtAWesuiy4lyXTHXd2vhTp6O { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:20.5625rem;top:1.59375rem;left:8.3125rem;overflow:hidden;display:block; }
#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/KdeqA3aTnBY/unsplash/dylan-gillis-KdeqA3aTnBY-photo-1517048676732-d65bc937f952.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R.adaptive-delivery-prevent-bg, #i5pZx8y75aN72hRvW20OCXfm2tz4QD4R.lazyload, #i5pZx8y75aN72hRvW20OCXfm2tz4QD4R.lazyloading { background-image: none; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container { background-color: transparent; background-image: none; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container > .video-iframe-container { display: none; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row > .video-iframe-container { display: none; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .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); }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container { border-width: 0; border-radius: 0; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R::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; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#OLoNmUdbUf2mzCS5yOForE2QEDtk7KMr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:35.1875rem;width:33.3125rem;position:absolute;display:block;z-index:14999;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.125rem;left:7.8125rem;overflow:hidden;display:block; }
#XuXrP91skqV1prp85GgoNv5yXuyV767b { display:block;width:34.625rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:5.9375rem;left:32.9375rem;height:8.4375rem;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:right;text-align-last:right;font-style:normal;color:rgba(var(--color-primary-2),1);display:block; }
#nyTsnmM761m7V0F5MDK8tseABNez4MLT { display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.28125rem;left:33.53125rem;height:2.923825rem;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:right;text-align-last:right;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#Vb4PPGzRxvvH6naWdNH700eSEUUn9QWT { z-index:15000;top:28.625rem;left:53.625rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-secondary-3),1);border-left:0.1875rem solid rgba(var(--color-secondary-3),1);border-right:0.1875rem solid rgba(var(--color-secondary-3),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:14rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qnTUG7lT2d5JcgCqcvVn5Nlho7X6TSA7 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#AOHIbF5muu1kh7d6E7Zmh9ITDIGKqLRh { display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33.8125rem;left:11.1875rem;height:3.575rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#bMUR0Hyo0xBM6PI9HF97hOzWOx4rKE6b { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:34.693359375rem;left:8.75rem; }
#qgcKhQXVEQv4N9XI14bEVV7QBVUZBN6m { color:rgba(var(--color-primary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5244140625rem;left:11.1875rem;height:7.3125rem;font-style:normal;display:block; }
#GUVT2eh3AFwZBp9QgyeEBRRACAW8aNKE { box-sizing:content-box;height:8.875rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:17.28125rem;left:67.5rem;display:block; }
#CkEaE3K4QgTUbBFmWAIvSEMHb0vQIssz { display:block;width:33.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.6494140625rem;left:33.53125rem;height:2.923825rem;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:right;text-align-last:right;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 { 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; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container { background-color: transparent; background-image: none; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container > .video-iframe-container { display: none; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row > .video-iframe-container { display: none; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .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); }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container { border-width: 0; border-radius: 0; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#sbDOvtaU7bSd8qlPsf7SkeaxZXxWKOl3 { color:rgba(var(--color-primary-2),1);display:block;width:33.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:20.96875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bVp7tVHplENrPL0BexuRr00V9u17yQVD { position:relative;display:block; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD { background-color: transparent; background-image: none; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .row .container > .video-iframe-container { display: none; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .row > .video-iframe-container { display: none; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .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); }#bVp7tVHplENrPL0BexuRr00V9u17yQVD { border-width: 0; border-radius: 0; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .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; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .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:10rem;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; }#NQfoDOVdQTMkn77QlvUdQVgVfynp61VP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:2.34375rem;left:52.90468788147rem;overflow:hidden;display:block; }
#T5RceNw9bfTvm5ZsMWpJVDle6rgmGVPH { 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:4.375rem;width:13.625rem;top:2.8125rem;left:11.125rem;overflow:hidden;display:block; }
#laEqSQ027b2K0SereZ77OXi0dx0u5eiL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.875rem;top:2.96875rem;left:41.936719894409rem;overflow:hidden;display:block; }
#vzGtJUQ6Tm49hpHipvqe1TVxh2pdmssO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.75rem;top:1.875rem;left:25.937501907349rem;overflow:hidden;display:block; }
#C6hfkG6D5vUAbP2Aizp6ntVBTTVDrcO6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:6.9375rem;top:2.9375rem;left:0rem;overflow:hidden;display:block; }
#Z9U7GzemsTTcbhMTJy3tpKz9wIbnV6qf { 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:3.625rem;width:10.625rem;top:3.1875rem;left:64.37499809265rem;overflow:hidden;display:block; }
#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp { 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; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container { background-color: transparent; background-image: none; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container > .video-iframe-container { display: none; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row > .video-iframe-container { display: none; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .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); }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container { border-width: 0; border-radius: 0; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#xEo4g7J30kfcqcMgGouTNoT40vlJldXg { color:rgba(var(--color-tertiary-4),0.7);display:block;width:9.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2rem;left:10.5rem;height:1.225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IBqcsLQ1r5GENIAwf4IsU5ZEwrpGqShP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:6.25rem;top:2.5625rem;left:3rem;display:block; }
#o5TWCkuqdsTQciSo9oZhzGfnxXC0H20a { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:3rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Ni8Pb0NADN2EAUD5R3KDTPt9LyWN7NqB { position:absolute;display:block;z-index:15008;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:18.9375rem;width:16.0625rem;top:8.5625rem;left:3rem;overflow:hidden;display:block; }
#ee9eTzSrT8J9xnQR8TioMxVIy3I7xCSV { position:absolute;display:block;z-index:15009;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:1.875rem;width:1.875rem;top:7.3125rem;left:27.0625rem;overflow:hidden;display:block; }
#R0X9PhE9KAOntTU6fEJeyhuWBrLOTBaH { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.4375rem;left:29.21875rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z65LTeTlg4ZSQogVWdVTkv1UzPpdONWH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.4375rem;left:29.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LpGIrxf4mTdmUWlfMULKA3sGyf43GXMG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:15.5625rem;left:27.0625rem;overflow:hidden;display:block; }
#IO6T5XiFK3a6iRw7cfTQyk2D6MRZcngU { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.6875rem;left:29.5625rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CazLKT5UgBTdC4etR9PMSgqZEiFiTSdt { color:rgba(var(--color-tertiary-4),0.5);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:18.625rem;left:29.5625rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GW39qP9vDtXbMcFJ75eME2RcSq1XLFlu { color:rgba(var(--color-tertiary-4),0.5);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.4375rem;left:55.4375rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZtKgEP6xQy0oTbxnmWeDF7UBQLJ9TJm3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:7.4375rem;left:55.4375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XA9HM8eUEBQCVtBDe8KSiZsulpcmTeEr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:15.6875rem;left:55.5rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yeWy1SRGaTrNXdSw4HpcNrNhADHXTOB4 { 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:1.875rem;width:1.875rem;top:7.3125rem;left:53rem;overflow:hidden;display:block; }
#whFxHt8FKcJ7EWcVEyFlCDcVhkDEcqMI { position:absolute;display:block;z-index:15021;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:1.875rem;width:1.875rem;top:15.5625rem;left:53rem;overflow:hidden;display:block; }
#ms6s262CRp6XuL5MZ1NKlxQ1a7fFZ1hM { color:rgba(var(--color-tertiary-4),0.5);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:18.625rem;left:55.5rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe { 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; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container { background-color: transparent; background-image: none; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container > .video-iframe-container { display: none; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row > .video-iframe-container { display: none; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .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); }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container { border-width: 0; border-radius: 0; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#DJpmmZL2fmb6naWJuTQ5R0mvnvwxEgEz { color:rgba(var(--color-tertiary-1),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:7.0625rem;left:9.53125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lNtJoeogL464pOy4fnN7NqR4SI4CeD6H { color:#d92a53;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hpdxowzK5imyZCqSoAs6NA8TPuiFMXTM { color:rgba(var(--color-tertiary-2),1);display:block;width:14.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26rem;left:10.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w46ATD2W5T2KT744k4wm2kxEFFODmR8k { color:rgba(var(--color-tertiary-1),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.625rem;left:7.5rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SVpxlVFIV16Ny0w6OC9MS0q3RHyBpJ9B { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.5625rem;top:15.5625rem;left:50.75rem;overflow:hidden;display:block; }
#LS5pSKVIR8H0Aqw5f6UcLSvIn87K0m0L { color:rgba(var(--color-tertiary-1),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.6240234375rem;left:28rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PVwt2WWy4z0TDPhN94TQ7nxhuzbKlGXZ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27rem;left:27.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MIvrDv06TeUlxhqc1HlTybCR90SX2X41 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:12.375rem;top:15.5625rem;left:11.3125rem;overflow:hidden;display:block; }
#Pl4p6Ef44X1CDXVe7Azbv42yZpJXrZvl { color:rgba(var(--color-tertiary-1),1);display:block;width:19.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:31.93359375rem;left:48rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tELVQA9tr1pJ8OTO92w9P2mQFzf7u19K { color:rgba(var(--color-tertiary-2),1);display:block;width:19.9375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXDf2cfWTduwchf2XBu261ctCtSvPT8V { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:13.375rem;top:15.5625rem;left:30.8125rem;overflow:hidden;display:block; }
#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 { 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; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container { background-color: transparent; background-image: none; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container > .video-iframe-container { display: none; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row > .video-iframe-container { display: none; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .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); }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container { border-width: 0; border-radius: 0; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#wVpwzHq8dIClQHbwuMToTB3yzCtd5Wlf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.28125rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#JODlwKBaZpJUUTDeoUEBO3AW5UFGN1Dn { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:0.125rem;width:2.5rem;top:10rem;left:36.25rem;display:block; }
#nfBaTrUZFWrqvHfkJdABMwMBWdZ4GHGN { color:rgba(var(--color-tertiary-0),0.63);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B0wnZuFurTxwSO4RlxZsFUksBme5Cgw7 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:12.1875rem;left:28rem;display:block; }
#xt9TLAZnLhqZpGSefolqwD4iI6zlFs3x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:28.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iG82enScwh1xkSQT1FOngATa4SEzKeyS { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:12.1875rem;left:48rem;display:block; }
#ZAhIBOc7IyE02b2dNxwsTCMNJpA7kAdq { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.1875rem;left:48.4375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gu5K0uNLMDbb16TICS1ImeuR5NWTf42T { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:13.0625rem;left:28.4375rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AllM9kdnP9S9m2Je2wMcpvf4tXwT36OB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:13.0625rem;left:48.375rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oUG47wRdD6JMkIWTarUGz1XTyAxuoeOk { position:absolute;display:block;z-index:15002;background-color:#d92a53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:10.3125rem;width:18.9375rem;top:12.1875rem;left:8.0625rem;display:block; }
#NwG3PJ3bdkcCwa8bnmDw7DQleh2b9Hnh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:13.0625rem;left:8.4375rem;height:6.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y6ySRqNOvvArrFhdXE0kFaebQeJcAaoK { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.125rem;left:8.5rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L8t02v3W3bEVXlzlIQQDFiAyEMLTCdNv { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.63671875rem;left:26.625rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq { 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; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container { background-color: transparent; background-image: none; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container > .video-iframe-container { display: none; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row > .video-iframe-container { display: none; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .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); }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container { border-width: 0; border-radius: 0; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:block; }#uyUVkysAWKX2EIvhPbfUsOegE40b5Ec7 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:;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; }
#xU4pQrFvp2FTZT3ILEzAHv7N2U1Jktca { color:#7a828e;display:block;width:47.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:6.59375rem;left:13.84375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4FxUh3LTmhmiBLvwBpBkge8NNm8VXyw { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#d92a53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#d92a53' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:11.4375rem;left:60.624998092651rem;display:block; }
#q7bub6B3qVZB38RrkTDUcO3Zl95XqLLH { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17rem;left:60.562498092651rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPw7fh3JIbi8KNZ95EAcEHBWfPu6iAlz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.75rem;width:8.6875rem;top:11.4375rem;left:50.000001907349rem;display:block; }
#V1z2dNK7HPKwO4CKunIawo9oBRXBtIOd { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:15.5625rem;left:50.000001907349rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anzHHAgq4lovee65GXKBbqRmzBFBScyf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:13.0625rem;left:53.000001907349rem;overflow:hidden;display:block; }
#hW8ewn8XkxD77IA4RGLszSDmEJco9hqO { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:13.0625rem;left:63.62499809265rem;overflow:hidden;display:block; }
#urzDdWZHegF31Crce3NWDgvVlNHB50NO { color:#242629;display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:19.25rem;left:4.9375rem;height:9.0215rem;font-style:normal;display:block; }#urzDdWZHegF31Crce3NWDgvVlNHB50NO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#urzDdWZHegF31Crce3NWDgvVlNHB50NO li:before{  }
#BXsyfSsqs01DggtAm7CVwb9J61R6SoAE { box-sizing:content-box;height:4.75rem;width:37.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.625rem;left:0rem;display:block; }
#FRycl8GiV3y9SwcguCoPfGUpm5TU14qh { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ { 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; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container { background-color: transparent; background-image: none; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container > .video-iframe-container { display: none; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row > .video-iframe-container { display: none; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .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); }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container { border-width: 0; border-radius: 0; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#Cq4mwpB9BETu6SdKDTVG0Te15az4vbTB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:60.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTVTWvgu0oJufBLCWBPWyTTn87vkKnxp { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.875rem;left:50.0625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tmThdPGni39qVB8VzxnAu9NxZUUFeqP6 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.3125rem;top:2.6875rem;left:53.0625rem;overflow:hidden;display:block; }
#t2M9fkx9Gl2HUp2HGq8OwZQVak5EOam4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.6875rem;left:63.6875rem;overflow:hidden;display:block; }
#RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li { color:#242629;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:8.63671875rem;left:4.6875rem;height:7.3095625rem;font-style:normal;display:block; }#RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li li:before{  }
#SPkg7HFE7CzlkPGAJOWtwUTbxBvPzR8v { box-sizing:content-box;height:5.0625rem;width:37.1875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:0rem;display:block; }
#cbI77h5yt9FEozacA6gcm3Z7f32LSXoP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:0.90625rem;left:3.84375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sP6yho2VctKOipbnpu295f0H2S13nM2p { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.3125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:19.9697265625rem;left:28.09375rem;display:block; }
#oHdr351O08O1fx1JE3puMqXRH8w4UlZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oiOUHH6WyZ8warDlbKrLbms9GGkWQfX2 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#d92a53' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#d92a53' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), #d92a53);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.375rem;width:8.6875rem;top:0rem;left:60.6875rem;display:block; }
#ePIInwItr3ugeyvSeyCT5K34MnecrbGL { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.4375rem;width:8.6875rem;top:0rem;left:50.0625rem;display:block; }
#fpautKHpSzfHoW5hkT7nwM5HGXLap1dM { box-sizing:content-box;height:0.1875rem;width:50rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:27.4375rem;left:12.5rem;display:block; }
#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { 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; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { background-color: transparent; background-image: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { display: none; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .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); }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { border-width: 0; border-radius: 0; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:75rem;position:relative;display:block; }#fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { position:absolute;display:block;z-index:15000;background-color:rgba(202,199,202,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:32.375rem;width:19rem;top:8.03125rem;left:3rem;display:block; }
#DmFonwkmO1e089BAVlzq3rh18ShQIC6k { 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:6.625rem;width:10.4375rem;top:11.3125rem;left:7.25rem;overflow:hidden;display:block; }
#wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.373438358307rem;left:3.75rem;height:1.95rem;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; }
#P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { color:#565658;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:24.078125476837rem;left:4.53125rem;height:14.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { position:absolute;display:block;z-index:15004;background-color:rgba(213,213,213,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:32.25rem;width:19rem;top:8.0812501013281rem;left:28.000001907349rem;display:block; }
#T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { color:#565658;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:26.1875rem;left:29.3125rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3984375rem;left:28.750001907349rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.4375rem;top:11rem;left:33.250001907349rem;overflow:hidden;display:block; }
#puoCt1lVV784BrGBxdw1UxkytWqr9MyI { position:absolute;display:block;z-index:15008;background-color:rgba(213,213,213,0.29);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;height:32.1875rem;width:19rem;top:8.14375013113rem;left:53.000001907349rem;display:block; }
#Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { color:#565658;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:26.1875rem;left:53.75rem;height:9.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.3984375rem;left:53.750001907349rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:7.125rem;top:11.1875rem;left:58.9375rem;overflow:hidden;display:block; }
#eDimufWwL9K9FH1aEde3WDefoTzPLrgS { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9374952316284rem;left:25.000001907349rem;height:3.65625rem;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; }
#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg { 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; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container { background-color: transparent; background-image: none; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container > .video-iframe-container { display: none; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row > .video-iframe-container { display: none; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .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); }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container { border-width: 0; border-radius: 0; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:75rem;position:relative;display:block; }#JGyrXJIVCPM8Pmr9fbHrTk24x9vG0ur4 { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.6687507629394rem;left:3.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E5Oo0AtdvTHsU7M4ocHuBC9yJayiLfiV { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.7757816314698rem;left:22.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uT5NfK3Td6OTOf31KmglEpIvmndcOyKM { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.7757816314698rem;left:41.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GIMUgRa3EEzVZO8KGmNcEgI0oKLtHFa8 { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.6687507629394rem;left:59.875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A6ZX2IyLZVATAK11wLtmFfQBu8LPpBak { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:5.5625rem;left:7.5625rem;display:block; }
#KTlBI0APiLBPSoTKeuliOczwldVPOr58 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:6.5rem;left:28.8125rem;display:block; }
#a1atTVavyI1iG2zhddW3tQNeodmZPINk { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.8125rem;width:1.8125rem;top:5.9375rem;left:46.6875rem;display:block; }
#TZT3An6r0pX6sl0QvOzis5urpyVLenUt { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.5rem;width:1.5rem;top:5.5rem;left:63.5rem;display:block; }
#PTA5Hq5NAAJmVgvfn1iLTWtyqcefsT0M { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:7.1875rem;left:10.125rem;display:block; }
#NCwbazGw93SiCHN7awM9TzTh7EHhitCu { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-0),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.5625rem;width:1.4375rem;top:5.625rem;left:25.8125rem;display:block; }
#SMfplzRpCFV2CxI8O1S35OHamH4zLO8h { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:4.5rem;left:45rem;display:block; }
#u31rekUnotezATrAmdUy5sSkOXn2M89N { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:6.4375rem;left:66.8125rem;display:block; }
#C7IJuLunXoJDnV0U4fioVJ1nVWltLnCX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:5.5625rem;left:8.3125rem; }
#kbIQkiRwEReWvH89sxUzTiCQtk81tn8t { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:5.21875rem;left:26.875rem; }
#VZrQa8errbMDE62PkdQ3rJWF2P9zZWZl { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:4.875rem;left:45.5625rem; }
#JHcts1keIC964MLpCiUdEPWersuTMgV2 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:5.25rem;left:64.25rem; }
#nabX9L99Pi5p68UHNJhX9Z0ey3a8LWzH { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.4375rem;width:12.5rem;top:0.875rem;left:3.125rem;display:block; }
#bGogD56wJHfePIgIPp4IldD7iZseManv { position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.4375rem;width:12.5rem;top:0.875rem;left:21.875rem;display:block; }
#yrqNQ7kKG1sbUzFqnAbDTepGTzqff3XW { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.4375rem;width:12.5rem;top:0.875rem;left:40.625rem;display:block; }
#tnqIVrf3oTz7LnZhfKBvlQIS9DQNTT0z { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:8.4375rem;width:12.5rem;top:0.875rem;left:59.375rem;display:block; }
#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container { background-color: transparent; background-image: none; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container > .video-iframe-container { display: none; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row > .video-iframe-container { display: none; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .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); }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container { border-width: 0; border-radius: 0; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:75rem;position:relative;display:block; }#b5zOpVDOSxlSoSSi3KwA5G9hRbBmbn5S { color:rgba(var(--color-tertiary-0),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:4.375rem;left:18.375rem;height:2.8125rem;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; }
#z2fF2OWfecCX14Trdxz46rUbUyStiwZQ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.8125rem;height:3.125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:13.84765625rem;left:28.09375rem;display:block; }
#yog6aXxLaJLLCbu1Gm8lx5ZvfeL8Im2m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yhAEk2eWmBCiDeHgSqJInW9rUVyuBfzb { color:rgba(var(--color-tertiary-0),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.3486328125rem;left:13.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ { 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;z-index:auto;display:block; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container { background-color: transparent; background-image: none; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container > .video-iframe-container { display: none; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row > .video-iframe-container { display: none; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .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); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container { border-width: 0; border-radius: 0; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#CH4gaL0KE8rw32ymr7VGPECwKUuZv5nN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:15rem;top:3.625rem;left:30rem;overflow:hidden;display:block; }
#VcIB6hfWQZ2icJb17ROy5dxk23wSubn2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:25.9375rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#NoebTQ04BlQ5LKQSwp0gR4JZxakVIygI { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:25.9375rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oToqqDbOlC1evIWg0tI0kuW7xxNnTsDD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.3125rem;left:30rem; }
#oToqqDbOlC1evIWg0tI0kuW7xxNnTsDD > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#wibHxFDFtCO8vVih3EBMBe82nfyhCvqF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.375rem;left:34.1875rem; }
#wibHxFDFtCO8vVih3EBMBe82nfyhCvqF > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#wJuwzzdZvI8DeWKNKIdgUwmBMbuOKpH1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.40625rem;left:38.1875rem; }
#wJuwzzdZvI8DeWKNKIdgUwmBMbuOKpH1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TixgJShhmCap9S0i3V3h5v0KT02UG3Wn { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:14.40625rem;left:42.875rem; }
#TixgJShhmCap9S0i3V3h5v0KT02UG3Wn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM { display:none; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n14quk8plfl1XTTMCADCI8hqcRLgyJXO { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #E37sd8aG4hlnTBKMv44Auu9HnfvXzuux { top:4.9375rem;left:0.3125rem;width:12.5rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKlTpSg316M6EoTWo9CuSpP6d0l6yZUl { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K { display:block; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9JThNOBBtAWesuiy4lyXTHXd2vhTp6O { top:1.5625rem;left:0rem;width:20.5625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pZx8y75aN72hRvW20OCXfm2tz4QD4R { display:block; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLoNmUdbUf2mzCS5yOForE2QEDtk7KMr { width:23.875rem;height:25.174015009381rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXrP91skqV1prp85GgoNv5yXuyV767b { width:26.0625rem;height:6.125rem;top:9.875rem;left:21.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTsnmM761m7V0F5MDK8tseABNez4MLT { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4PPGzRxvvH6naWdNH700eSEUUn9QWT { top:31.1875rem;left:35.4375rem;width:11.5625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTUG7lT2d5JcgCqcvVn5Nlho7X6TSA7 { display:block; }
 }@media only screen and (max-width: 763px) { #AOHIbF5muu1kh7d6E7Zmh9ITDIGKqLRh { width:17.625rem;height:3.4375rem;top:31.5rem;left:4.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMUR0Hyo0xBM6PI9HF97hOzWOx4rKE6b { top:34.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgcKhQXVEQv4N9XI14bEVV7QBVUZBN6m { top:13.5rem;left:0rem;width:12.5rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUVT2eh3AFwZBp9QgyeEBRRACAW8aNKE { top:17.25rem;left:47.625rem;width:0.125rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkEaE3K4QgTUbBFmWAIvSEMHb0vQIssz { width:24.625rem;height:6.8125rem;top:18.9375rem;left:22.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 { display:block; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbDOvtaU7bSd8qlPsf7SkeaxZXxWKOl3 { width:33.0625rem;height:4.875rem;top:1.4375rem;left:7.34375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVp7tVHplENrPL0BexuRr00V9u17yQVD { display:block; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQfoDOVdQTMkn77QlvUdQVgVfynp61VP { top:2.3125rem;left:39.27968788147rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5RceNw9bfTvm5ZsMWpJVDle6rgmGVPH { top:2.8125rem;left:0rem;width:13.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEqSQ027b2K0SereZ77OXi0dx0u5eiL { top:2.9375rem;left:28.311719894409rem;width:5.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzGtJUQ6Tm49hpHipvqe1TVxh2pdmssO { top:1.875rem;left:12.312501907349rem;width:11.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6hfkG6D5vUAbP2Aizp6ntVBTTVDrcO6 { top:2.9375rem;left:0rem;width:6.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9U7GzemsTTcbhMTJy3tpKz9wIbnV6qf { top:3.1875rem;left:37.125rem;width:10.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp { display:block; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEo4g7J30kfcqcMgGouTNoT40vlJldXg { width:9.5625rem;height:1.1875rem;top:2rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBqcsLQ1r5GENIAwf4IsU5ZEwrpGqShP { width:6.25rem;height:0.0625rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TWCkuqdsTQciSo9oZhzGfnxXC0H20a { width:18.5rem;height:;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8Pb0NADN2EAUD5R3KDTPt9LyWN7NqB { width:16.0625rem;height:18.9375rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee9eTzSrT8J9xnQR8TioMxVIy3I7xCSV { width:1.875rem;height:1.875rem;top:7.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0X9PhE9KAOntTU6fEJeyhuWBrLOTBaH { width:19.5rem;height:2.625rem;top:11.4375rem;left:13.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z65LTeTlg4ZSQogVWdVTkv1UzPpdONWH { width:19.875rem;height:;top:7.4375rem;left:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpGIrxf4mTdmUWlfMULKA3sGyf43GXMG { width:1.875rem;height:1.875rem;top:15.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO6T5XiFK3a6iRw7cfTQyk2D6MRZcngU { width:15.625rem;height:1.6875rem;top:15.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CazLKT5UgBTdC4etR9PMSgqZEiFiTSdt { width:19.0625rem;height:3.9375rem;top:18.625rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW39qP9vDtXbMcFJ75eME2RcSq1XLFlu { width:18.5rem;height:2.625rem;top:11.4375rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKgEP6xQy0oTbxnmWeDF7UBQLJ9TJm3 { width:15.625rem;height:;top:7.4375rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9HM8eUEBQCVtBDe8KSiZsulpcmTeEr { width:15.625rem;height:1.6875rem;top:15.6875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWy1SRGaTrNXdSw4HpcNrNhADHXTOB4 { width:1.875rem;height:1.875rem;top:7.3125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whFxHt8FKcJ7EWcVEyFlCDcVhkDEcqMI { width:1.875rem;height:1.875rem;top:15.5625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6s262CRp6XuL5MZ1NKlxQ1a7fFZ1hM { width:18.375rem;height:2.625rem;top:18.625rem;left:29.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe { display:block; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJpmmZL2fmb6naWJuTQ5R0mvnvwxEgEz { width:47.75rem;height:2.5625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNtJoeogL464pOy4fnN7NqR4SI4CeD6H { width:47.75rem;height:2.4375rem;top:3.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpdxowzK5imyZCqSoAs6NA8TPuiFMXTM { width:14.1875rem;height:3.25rem;top:26rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46ATD2W5T2KT744k4wm2kxEFFODmR8k { width:18.625rem;height:4.125rem;top:32.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVpxlVFIV16Ny0w6OC9MS0q3RHyBpJ9B { width:13.5625rem;height:9.5625rem;top:15.5625rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS5pSKVIR8H0Aqw5f6UcLSvIn87K0m0L { width:18.9375rem;height:4.125rem;top:32.5625rem;left:14.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVwt2WWy4z0TDPhN94TQ7nxhuzbKlGXZ { width:19.9375rem;height:1.625rem;top:27rem;left:13.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIvrDv06TeUlxhqc1HlTybCR90SX2X41 { width:12.375rem;height:9.5625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl4p6Ef44X1CDXVe7Azbv42yZpJXrZvl { width:19.5625rem;height:5.5rem;top:31.875rem;left:28.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELVQA9tr1pJ8OTO92w9P2mQFzf7u19K { width:19.9375rem;height:1.625rem;top:26.8125rem;left:27.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXDf2cfWTduwchf2XBu261ctCtSvPT8V { width:13.375rem;height:9.5625rem;top:15.5625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 { display:block; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVpwzHq8dIClQHbwuMToTB3yzCtd5Wlf { width:47.75rem;height:2rem;top:6.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODlwKBaZpJUUTDeoUEBO3AW5UFGN1Dn { width:2.5rem;height:0.125rem;top:10rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfBaTrUZFWrqvHfkJdABMwMBWdZ4GHGN { width:47.75rem;height:4.0625rem;top:4.3125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wnZuFurTxwSO4RlxZsFUksBme5Cgw7 { width:18.9375rem;height:10.3125rem;top:12.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9TLAZnLhqZpGSefolqwD4iI6zlFs3x { width:18.125rem;height:1.1875rem;top:20.1875rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG82enScwh1xkSQT1FOngATa4SEzKeyS { width:18.9375rem;height:10.3125rem;top:12.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhIBOc7IyE02b2dNxwsTCMNJpA7kAdq { width:18.125rem;height:1.1875rem;top:20.1875rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu5K0uNLMDbb16TICS1ImeuR5NWTf42T { width:18.125rem;height:6.25rem;top:13.0625rem;left:14.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AllM9kdnP9S9m2Je2wMcpvf4tXwT36OB { width:18.125rem;height:6.25rem;top:13.0625rem;left:29.625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUG47wRdD6JMkIWTarUGz1XTyAxuoeOk { width:18.9375rem;height:10.3125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwG3PJ3bdkcCwa8bnmDw7DQleh2b9Hnh { width:18.125rem;height:6.25rem;top:13.0625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ySRqNOvvArrFhdXE0kFaebQeJcAaoK { width:18.125rem;height:1.1875rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8t02v3W3bEVXlzlIQQDFiAyEMLTCdNv { top:3.625rem;left:13rem;width:21.6875rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq { display:block; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyUVkysAWKX2EIvhPbfUsOegE40b5Ec7 { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU4pQrFvp2FTZT3ILEzAHv7N2U1Jktca { width:47.3125rem;height:1.25rem;top:6.5625rem;left:0.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4FxUh3LTmhmiBLvwBpBkge8NNm8VXyw { width:8.6875rem;height:8.75rem;top:11.4375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bub6B3qVZB38RrkTDUcO3Zl95XqLLH { width:8.75rem;height:1.25rem;top:17rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPw7fh3JIbi8KNZ95EAcEHBWfPu6iAlz { width:8.6875rem;height:8.75rem;top:11.4375rem;left:36.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1z2dNK7HPKwO4CKunIawo9oBRXBtIOd { width:8.75rem;height:2.5625rem;top:15.5625rem;left:36.375001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anzHHAgq4lovee65GXKBbqRmzBFBScyf { width:2.3125rem;height:2.5rem;top:13.0625rem;left:39.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8ewn8XkxD77IA4RGLszSDmEJco9hqO { width:2.5rem;height:2.5rem;top:13.0625rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #urzDdWZHegF31Crce3NWDgvVlNHB50NO { width:37.8125rem;height:;top:19.25rem;left:0rem;font-size:1rem;display:block; }#urzDdWZHegF31Crce3NWDgvVlNHB50NO li:before{  }
 }@media only screen and (max-width: 763px) { #BXsyfSsqs01DggtAm7CVwb9J61R6SoAE { top:11.625rem;left:0rem;width:37.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRycl8GiV3y9SwcguCoPfGUpm5TU14qh { top:12.6875rem;left:0rem;width:32.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ { display:block; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cq4mwpB9BETu6SdKDTVG0Te15az4vbTB { width:8.75rem;height:1.25rem;top:6.5625rem;left:39rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVTWvgu0oJufBLCWBPWyTTn87vkKnxp { width:8.75rem;height:2.5625rem;top:5.875rem;left:36.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmThdPGni39qVB8VzxnAu9NxZUUFeqP6 { width:2.3125rem;height:2.5rem;top:2.6875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2M9fkx9Gl2HUp2HGq8OwZQVak5EOam4 { width:2.5rem;height:2.5rem;top:2.6875rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li { width:38.25rem;height:;top:8.625rem;left:0rem;font-size:1rem;display:block; }#RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li li:before{  }
 }@media only screen and (max-width: 763px) { #SPkg7HFE7CzlkPGAJOWtwUTbxBvPzR8v { top:0rem;left:0rem;width:37.1875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbI77h5yt9FEozacA6gcm3Z7f32LSXoP { top:0.875rem;left:0rem;width:29.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6yho2VctKOipbnpu295f0H2S13nM2p { width:18.8125rem;height:3.3125rem;top:19.9375rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHdr351O08O1fx1JE3puMqXRH8w4UlZL { display:block; }
 }@media only screen and (max-width: 763px) { #oiOUHH6WyZ8warDlbKrLbms9GGkWQfX2 { width:8.6875rem;height:9.375rem;top:0rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePIInwItr3ugeyvSeyCT5K34MnecrbGL { width:8.6875rem;height:9.4375rem;top:0rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpautKHpSzfHoW5hkT7nwM5HGXLap1dM { top:27.4375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:32.375rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:10.4375rem;height:6.625rem;top:11.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:17.5rem;height:1.9375rem;top:20.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:15.9375rem;height:14.0625rem;top:24.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:32.25rem;top:8.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { width:16.3125rem;height:9.8125rem;top:26.1875rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:17.5rem;height:3.875rem;top:19.375rem;left:14.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:8.4375rem;height:6.125rem;top:11rem;left:19.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:32.1875rem;top:8.125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { width:17.5rem;height:9.8125rem;top:26.1875rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:17.5rem;height:3.875rem;top:19.375rem;left:30.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:7.125rem;height:5.1875rem;top:11.1875rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDimufWwL9K9FH1aEde3WDefoTzPLrgS { width:25rem;height:3.625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg { display:block; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGyrXJIVCPM8Pmr9fbHrTk24x9vG0ur4 { width:11.375rem;height:1.4375rem;top:2.625rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Oo0AtdvTHsU7M4ocHuBC9yJayiLfiV { width:11.375rem;height:1.4375rem;top:2.75rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT5NfK3Td6OTOf31KmglEpIvmndcOyKM { width:11.375rem;height:1.4375rem;top:2.75rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIMUgRa3EEzVZO8KGmNcEgI0oKLtHFa8 { width:11.375rem;height:1.4375rem;top:2.625rem;left:36.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZX2IyLZVATAK11wLtmFfQBu8LPpBak { width:1.375rem;height:1.375rem;top:5.5625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlBI0APiLBPSoTKeuliOczwldVPOr58 { width:1.125rem;height:1.125rem;top:6.5rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1atTVavyI1iG2zhddW3tQNeodmZPINk { width:1.8125rem;height:1.8125rem;top:5.9375rem;left:29.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT3An6r0pX6sl0QvOzis5urpyVLenUt { width:1.5rem;height:1.5rem;top:5.5rem;left:39.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTA5Hq5NAAJmVgvfn1iLTWtyqcefsT0M { width:1.0625rem;height:0.5625rem;top:7.1875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCwbazGw93SiCHN7awM9TzTh7EHhitCu { width:1.4375rem;height:0.5625rem;top:5.625rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfplzRpCFV2CxI8O1S35OHamH4zLO8h { width:1.625rem;height:1.625rem;top:4.5rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u31rekUnotezATrAmdUy5sSkOXn2M89N { width:0.8125rem;height:0.8125rem;top:6.4375rem;left:42.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7IJuLunXoJDnV0U4fioVJ1nVWltLnCX { width:2.5rem;height:2.5rem;top:5.5625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIQkiRwEReWvH89sxUzTiCQtk81tn8t { width:2.5625rem;height:2.5625rem;top:5.1875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrQa8errbMDE62PkdQ3rJWF2P9zZWZl { width:2.5rem;height:2.5rem;top:4.875rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcts1keIC964MLpCiUdEPWersuTMgV2 { width:2.5rem;height:2.5rem;top:5.25rem;left:40.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nabX9L99Pi5p68UHNJhX9Z0ey3a8LWzH { top:0.875rem;left:0rem;width:12.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGogD56wJHfePIgIPp4IldD7iZseManv { top:0.875rem;left:11.375rem;width:12.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrqNQ7kKG1sbUzFqnAbDTepGTzqff3XW { top:0.875rem;left:23.3125rem;width:12.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqIVrf3oTz7LnZhfKBvlQIS9DQNTT0z { top:0.875rem;left:35.25rem;width:12.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm { display:block; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5zOpVDOSxlSoSSi3KwA5G9hRbBmbn5S { width:38.25rem;height:2.8125rem;top:4.375rem;left:4.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2fF2OWfecCX14Trdxz46rUbUyStiwZQ { width:18.8125rem;height:3.125rem;top:13.8125rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yog6aXxLaJLLCbu1Gm8lx5ZvfeL8Im2m { display:block; }
 }@media only screen and (max-width: 763px) { #yhAEk2eWmBCiDeHgSqJInW9rUVyuBfzb { top:9.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ { display:block; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH4gaL0KE8rw32ymr7VGPECwKUuZv5nN { width:15rem;height:1.25rem;top:3.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcIB6hfWQZ2icJb17ROy5dxk23wSubn2 { top:8.3125rem;left:12.3125rem;width:23.0625rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoebTQ04BlQ5LKQSwp0gR4JZxakVIygI { top:17.9375rem;left:12.3125rem;width:23.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToqqDbOlC1evIWg0tI0kuW7xxNnTsDD { top:14.3125rem;left:16.375rem;width:2.125rem;height:2.125rem;display:block; }
#oToqqDbOlC1evIWg0tI0kuW7xxNnTsDD > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #wibHxFDFtCO8vVih3EBMBe82nfyhCvqF { top:14.375rem;left:20.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
#wibHxFDFtCO8vVih3EBMBe82nfyhCvqF > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #wJuwzzdZvI8DeWKNKIdgUwmBMbuOKpH1 { top:14.375rem;left:24.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#wJuwzzdZvI8DeWKNKIdgUwmBMbuOKpH1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TixgJShhmCap9S0i3V3h5v0KT02UG3Wn { top:14.375rem;left:29.25rem;width:2.1875rem;height:2.1875rem;display:block; }
#TixgJShhmCap9S0i3V3h5v0KT02UG3Wn > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM { background-color:#11223a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row .container { background-color: transparent; background-image: none; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row .container > .video-iframe-container { display: none; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row > .video-iframe-container { display: none; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .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); }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row .container { border-width: 0; border-radius: 0; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAqBMsQ93bfgwf1bnniPfG2fNfFJWUMM > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n14quk8plfl1XTTMCADCI8hqcRLgyJXO { display:flex;top:1.0625rem;left:16.46875rem;width:2.5rem;height:2.5rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #E37sd8aG4hlnTBKMv44Auu9HnfvXzuux { top:4.94921875rem;left:6.46875rem;width:12.5rem;height:8.075rem;z-index:15001;color:#ffffff;text-align:right;text-align-last:right;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QKlTpSg316M6EoTWo9CuSpP6d0l6yZUl { top:1.71875rem;left:0.65625rem;width:14.5rem;height:1.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K { position:relative;z-index:auto;display:none; }#O2iVb6GIP1vo1WsZF68JtzMyu6CWT94K > .row .container { width:20rem;height:19.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I9JThNOBBtAWesuiy4lyXTHXd2vhTp6O { width:14.1875rem;height:1.25rem;top:0rem;left:2.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5pZx8y75aN72hRvW20OCXfm2tz4QD4R { display:block; }#i5pZx8y75aN72hRvW20OCXfm2tz4QD4R > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLoNmUdbUf2mzCS5yOForE2QEDtk7KMr { width:20rem;height:21.088180112571rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuXrP91skqV1prp85GgoNv5yXuyV767b { width:19.1875rem;height:5.25rem;top:2.0625rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyTsnmM761m7V0F5MDK8tseABNez4MLT { width:20rem;height:4.3875rem;top:39.0869140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb4PPGzRxvvH6naWdNH700eSEUUn9QWT { top:46.5rem;left:4.25rem;width:11.5rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnTUG7lT2d5JcgCqcvVn5Nlho7X6TSA7 { display:block; }
 }@media only screen and (max-width: 763px) { #AOHIbF5muu1kh7d6E7Zmh9ITDIGKqLRh { width:13.875rem;height:2.925rem;top:26.005859375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMUR0Hyo0xBM6PI9HF97hOzWOx4rKE6b { width:1.8125rem;height:1.8125rem;top:26.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgcKhQXVEQv4N9XI14bEVV7QBVUZBN6m { width:12.5rem;height:5.3625rem;top:13.9375rem;left:2.1875001192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUVT2eh3AFwZBp9QgyeEBRRACAW8aNKE { width:0.125rem;height:8.75rem;top:29.837500572204rem;left:1.4250000715256rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkEaE3K4QgTUbBFmWAIvSEMHb0vQIssz { width:20rem;height:4.3875rem;top:31.677734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 { display:block; }#E8LJ2Fd9fWBU836xZzbR5cMsMmJnntD9 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sbDOvtaU7bSd8qlPsf7SkeaxZXxWKOl3 { width:20rem;height:5.3625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVp7tVHplENrPL0BexuRr00V9u17yQVD { display:block; }#bVp7tVHplENrPL0BexuRr00V9u17yQVD > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQfoDOVdQTMkn77QlvUdQVgVfynp61VP { width:4.4375rem;height:4.4375rem;top:7.95546913147rem;left:15.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5RceNw9bfTvm5ZsMWpJVDle6rgmGVPH { width:12.6875rem;height:3.6875rem;top:2.6867189407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laEqSQ027b2K0SereZ77OXi0dx0u5eiL { width:5.125rem;height:3.4375rem;top:14.805469512939rem;left:14.875000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzGtJUQ6Tm49hpHipvqe1TVxh2pdmssO { width:9.1875rem;height:4.875rem;top:8.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #C6hfkG6D5vUAbP2Aizp6ntVBTTVDrcO6 { width:5.6875rem;height:3.4375rem;top:2.8117189407349rem;left:14.312500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9U7GzemsTTcbhMTJy3tpKz9wIbnV6qf { width:10.625rem;height:3.625rem;top:14.711719512939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp { display:block; }#LAFcQo6S6VTbZdoshRPbRi3MOXwsSFkp > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xEo4g7J30kfcqcMgGouTNoT40vlJldXg { width:9.5625rem;height:1.4rem;top:4.8125rem;left:7.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IBqcsLQ1r5GENIAwf4IsU5ZEwrpGqShP { width:6.25rem;height:0.0625rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5TWCkuqdsTQciSo9oZhzGfnxXC0H20a { width:14.625rem;height:1.3rem;top:7.0625rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8Pb0NADN2EAUD5R3KDTPt9LyWN7NqB { width:10.125rem;height:11.9375rem;top:10.75rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee9eTzSrT8J9xnQR8TioMxVIy3I7xCSV { width:1.875rem;height:1.875rem;top:25.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0X9PhE9KAOntTU6fEJeyhuWBrLOTBaH { width:16.5625rem;height:4.5rem;top:31.1875rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z65LTeTlg4ZSQogVWdVTkv1UzPpdONWH { width:15.625rem;height:4.5rem;top:28.25rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LpGIrxf4mTdmUWlfMULKA3sGyf43GXMG { width:1.875rem;height:1.875rem;top:38.0625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO6T5XiFK3a6iRw7cfTQyk2D6MRZcngU { width:15.625rem;height:1.5rem;top:41.1875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CazLKT5UgBTdC4etR9PMSgqZEiFiTSdt { width:16.5625rem;height:6rem;top:44.125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GW39qP9vDtXbMcFJ75eME2RcSq1XLFlu { width:16.5625rem;height:4.5rem;top:57.8125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKgEP6xQy0oTbxnmWeDF7UBQLJ9TJm3 { width:15.625rem;height:3rem;top:54.875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA9HM8eUEBQCVtBDe8KSiZsulpcmTeEr { width:15.625rem;height:1.5rem;top:67.5625rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yeWy1SRGaTrNXdSw4HpcNrNhADHXTOB4 { width:1.875rem;height:1.875rem;top:51.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #whFxHt8FKcJ7EWcVEyFlCDcVhkDEcqMI { width:1.875rem;height:1.875rem;top:64.4375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms6s262CRp6XuL5MZ1NKlxQ1a7fFZ1hM { width:16.5625rem;height:4.5rem;top:70.5rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe { display:block; }#ZdXwFyBMhomqC3uyo8NXoSqqoQX6BDfe > .row .container { width:20rem;height:95.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJpmmZL2fmb6naWJuTQ5R0mvnvwxEgEz { width:20rem;height:4.55rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNtJoeogL464pOy4fnN7NqR4SI4CeD6H { width:20rem;height:1.7875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpdxowzK5imyZCqSoAs6NA8TPuiFMXTM { width:15.5rem;height:3.25rem;top:32.9375rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w46ATD2W5T2KT744k4wm2kxEFFODmR8k { width:19.9375rem;height:4.14375rem;top:38.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVpxlVFIV16Ny0w6OC9MS0q3RHyBpJ9B { width:13.5625rem;height:9.5625rem;top:71.125rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS5pSKVIR8H0Aqw5f6UcLSvIn87K0m0L { width:19.9375rem;height:4.14375rem;top:62.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVwt2WWy4z0TDPhN94TQ7nxhuzbKlGXZ { width:19.9375rem;height:1.625rem;top:59.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIvrDv06TeUlxhqc1HlTybCR90SX2X41 { width:12.375rem;height:9.5625rem;top:47.0625rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl4p6Ef44X1CDXVe7Azbv42yZpJXrZvl { width:19.9375rem;height:5.525rem;top:87.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tELVQA9tr1pJ8OTO92w9P2mQFzf7u19K { width:19.9375rem;height:1.625rem;top:83.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXDf2cfWTduwchf2XBu261ctCtSvPT8V { width:13.375rem;height:9.5625rem;top:21.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 { display:block; }#wBOURyJ5oQTX1VtpwQEbheWuTiIJDWX6 > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVpwzHq8dIClQHbwuMToTB3yzCtd5Wlf { width:20rem;height:5.3625rem;top:6.162109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JODlwKBaZpJUUTDeoUEBO3AW5UFGN1Dn { width:2.5rem;height:0.125rem;top:13.9560546875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfBaTrUZFWrqvHfkJdABMwMBWdZ4GHGN { width:20rem;height:2.5996125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #B0wnZuFurTxwSO4RlxZsFUksBme5Cgw7 { width:18.9375rem;height:8.75rem;top:27.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt9TLAZnLhqZpGSefolqwD4iI6zlFs3x { width:17.5rem;height:1.3rem;top:32.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG82enScwh1xkSQT1FOngATa4SEzKeyS { width:18.9375rem;height:8.75rem;top:37.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAhIBOc7IyE02b2dNxwsTCMNJpA7kAdq { width:17.5rem;height:1.3rem;top:43.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu5K0uNLMDbb16TICS1ImeuR5NWTf42T { width:17.5rem;height:2rem;top:29.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AllM9kdnP9S9m2Je2wMcpvf4tXwT36OB { width:17.5rem;height:2rem;top:39.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUG47wRdD6JMkIWTarUGz1XTyAxuoeOk { width:18.9375rem;height:8.75rem;top:16.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwG3PJ3bdkcCwa8bnmDw7DQleh2b9Hnh { width:17.5rem;height:2rem;top:18.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6ySRqNOvvArrFhdXE0kFaebQeJcAaoK { width:17.5rem;height:1.3rem;top:22rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8t02v3W3bEVXlzlIQQDFiAyEMLTCdNv { width:20rem;height:1.625rem;top:2.537109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq { display:block; }#i9vXu8hqfTxyrH5C1Po0OxyLqWbZqxCq > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uyUVkysAWKX2EIvhPbfUsOegE40b5Ec7 { width:20rem;height:5.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU4pQrFvp2FTZT3ILEzAHv7N2U1Jktca { width:20rem;height:2.4375rem;top:7.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4FxUh3LTmhmiBLvwBpBkge8NNm8VXyw { width:8.6875rem;height:8.75rem;top:34.8125rem;left:11.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7bub6B3qVZB38RrkTDUcO3Zl95XqLLH { width:8.75rem;height:1.3rem;top:39.625rem;left:11.250000357628rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPw7fh3JIbi8KNZ95EAcEHBWfPu6iAlz { width:8.6875rem;height:8.75rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1z2dNK7HPKwO4CKunIawo9oBRXBtIOd { width:8.75rem;height:2.6rem;top:39.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anzHHAgq4lovee65GXKBbqRmzBFBScyf { width:2.3125rem;height:2.5rem;top:36.4375rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW8ewn8XkxD77IA4RGLszSDmEJco9hqO { width:2.5rem;height:2.5rem;top:36.4375rem;left:14.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #urzDdWZHegF31Crce3NWDgvVlNHB50NO { width:18.3125rem;height:12.875rem;top:20rem;left:0.8125rem;font-size:0.875rem;display:block; }#urzDdWZHegF31Crce3NWDgvVlNHB50NO li:before{  }
 }@media only screen and (max-width: 763px) { #BXsyfSsqs01DggtAm7CVwb9J61R6SoAE { width:20rem;height:6.3125rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRycl8GiV3y9SwcguCoPfGUpm5TU14qh { width:20rem;height:3.9rem;top:12.64453125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ { display:block; }#aykeWqzqGh9rLVKySV74ywerl5Mbk0AZ > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cq4mwpB9BETu6SdKDTVG0Te15az4vbTB { width:8.75rem;height:1.3rem;top:33.375007629394rem;left:11.250000357628rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTVTWvgu0oJufBLCWBPWyTTn87vkKnxp { width:8.75rem;height:2.6rem;top:33.375007629394rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmThdPGni39qVB8VzxnAu9NxZUUFeqP6 { width:2.3125rem;height:2.5rem;top:30.187507629394rem;left:3.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2M9fkx9Gl2HUp2HGq8OwZQVak5EOam4 { width:2.5rem;height:2.5rem;top:30.187507629394rem;left:14.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li { width:18.3125rem;height:11.3375rem;top:12.5rem;left:0.84375rem;font-size:0.875rem;display:block; }#RXhXIagOyfb3V0TAB5ngW7HXXUdBn8Li li:before{  }
 }@media only screen and (max-width: 763px) { #SPkg7HFE7CzlkPGAJOWtwUTbxBvPzR8v { width:20rem;height:6.375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbI77h5yt9FEozacA6gcm3Z7f32LSXoP { width:20rem;height:3.9rem;top:3.61328125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP6yho2VctKOipbnpu295f0H2S13nM2p { width:18.8125rem;height:3.125rem;top:38.562507629394rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHdr351O08O1fx1JE3puMqXRH8w4UlZL { display:block; }
 }@media only screen and (max-width: 763px) { #oiOUHH6WyZ8warDlbKrLbms9GGkWQfX2 { width:8.6875rem;height:8.75rem;top:28.562507629394rem;left:11.250000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePIInwItr3ugeyvSeyCT5K34MnecrbGL { width:8.6875rem;height:8.75rem;top:28.562507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpautKHpSzfHoW5hkT7nwM5HGXLap1dM { width:20rem;height:0.1875rem;top:46.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI { display:block; }#l1tdi2IEG5DrTPPQHOew7fbMN2XfGCpI > .row .container { width:20rem;height:88.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGBbcNChW6PIzeo6KUyDh43rIE4lXaPp { width:19rem;height:23.9375rem;top:8.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmFonwkmO1e089BAVlzq3rh18ShQIC6k { width:6.75rem;height:4.3125rem;top:10.125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPxLkFN9qMHImgyxkA2UDsBDBRfu2TAG { width:16.5rem;height:1.7875rem;top:15.4375rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1K3bsCpSRdAwU1GRwr9IEs0N8UABPa1 { width:16.5rem;height:14.0625rem;top:18.09375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdG24ZBq6mNS8ro3QJovx5bXqDoDnmJV { width:19rem;height:23.25rem;top:35.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4DkLEwRxSrzEDIPfUza2lTcAeaerfyv { width:16.5rem;height:9.84375rem;top:46.4375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rwTSSgUiaN8dWh9IUF8XVbv7yx1I11hB { width:16.5rem;height:3.575rem;top:42.087890625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOTCVuG6CppEmFL8vApwK2uvbCMpeMTm { width:6.75rem;height:4.9375rem;top:36.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puoCt1lVV784BrGBxdw1UxkytWqr9MyI { width:19rem;height:23.125rem;top:61.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av4TPNUG75wH4FRIC52Z5ropCi3RdF95 { width:16.5rem;height:9.84375rem;top:73.71875rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAExnQD4ObGqs3ToeogQdRZGxtE00RGa { width:16.5rem;height:3.575rem;top:68.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgRUxRrgHpIebQopaZ3BCTJ1gWdpqCUX { width:6.75rem;height:4.9375rem;top:62.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDimufWwL9K9FH1aEde3WDefoTzPLrgS { width:20rem;height:2.4375rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg { display:block; }#PN9HS9xKFnHpE8RLCX9F8GUtW8UGNvCg > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JGyrXJIVCPM8Pmr9fbHrTk24x9vG0ur4 { width:11rem;height:1.3rem;top:2.5625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5Oo0AtdvTHsU7M4ocHuBC9yJayiLfiV { width:11rem;height:1.3rem;top:12.5625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uT5NfK3Td6OTOf31KmglEpIvmndcOyKM { width:11rem;height:1.3rem;top:22.4375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GIMUgRa3EEzVZO8KGmNcEgI0oKLtHFa8 { width:11rem;height:1.3rem;top:33.4375rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A6ZX2IyLZVATAK11wLtmFfQBu8LPpBak { width:1.1875rem;height:1.1875rem;top:5.6875rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTlBI0APiLBPSoTKeuliOczwldVPOr58 { width:0.9375rem;height:0.9375rem;top:15.875rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1atTVavyI1iG2zhddW3tQNeodmZPINk { width:1.25rem;height:1.25rem;top:25.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT3An6r0pX6sl0QvOzis5urpyVLenUt { width:1.3125rem;height:1.3125rem;top:36.25rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTA5Hq5NAAJmVgvfn1iLTWtyqcefsT0M { width:1.0625rem;height:0.5625rem;top:7.3740234375rem;left:10.4130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCwbazGw93SiCHN7awM9TzTh7EHhitCu { width:1.4375rem;height:0.5625rem;top:17.8125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMfplzRpCFV2CxI8O1S35OHamH4zLO8h { width:1.625rem;height:1.625rem;top:26.9375rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #u31rekUnotezATrAmdUy5sSkOXn2M89N { width:0.8125rem;height:0.8125rem;top:38.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7IJuLunXoJDnV0U4fioVJ1nVWltLnCX { width:2.5rem;height:2.5rem;top:5.6875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbIQkiRwEReWvH89sxUzTiCQtk81tn8t { width:2.5rem;height:2.5rem;top:15.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrQa8errbMDE62PkdQ3rJWF2P9zZWZl { width:2.5rem;height:2.5rem;top:25.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHcts1keIC964MLpCiUdEPWersuTMgV2 { width:2.5rem;height:2.5rem;top:36.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nabX9L99Pi5p68UHNJhX9Z0ey3a8LWzH { width:12.5rem;height:8.4375rem;top:1.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGogD56wJHfePIgIPp4IldD7iZseManv { width:12.5rem;height:8.4375rem;top:11rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrqNQ7kKG1sbUzFqnAbDTepGTzqff3XW { width:12.625rem;height:8.4375rem;top:21.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnqIVrf3oTz7LnZhfKBvlQIS9DQNTT0z { width:12.6875rem;height:8.4375rem;top:31.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm { display:block; }#FZBXhTmPVyOM4X0XpwaiDJo8T3PvdLvm > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b5zOpVDOSxlSoSSi3KwA5G9hRbBmbn5S { width:20rem;height:3.75rem;top:7.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2fF2OWfecCX14Trdxz46rUbUyStiwZQ { width:19rem;height:3.125rem;top:18.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yog6aXxLaJLLCbu1Gm8lx5ZvfeL8Im2m { display:block; }
 }@media only screen and (max-width: 763px) { #yhAEk2eWmBCiDeHgSqJInW9rUVyuBfzb { width:20rem;height:2.4375rem;top:12.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ { position:relative;z-index:auto;background-color:#11223a;background-image:none;display:block; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container { background-color: transparent; background-image: none; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container > .video-iframe-container { display: none; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row > .video-iframe-container { display: none; }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .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); }#R82F8iakB9RdN5P6eOO1CF1FNd0fKacZ > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CH4gaL0KE8rw32ymr7VGPECwKUuZv5nN { width:15rem;height:1.25rem;top:3.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcIB6hfWQZ2icJb17ROy5dxk23wSubn2 { width:20rem;height:6.4rem;top:7.1015625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoebTQ04BlQ5LKQSwp0gR4JZxakVIygI { width:20rem;height:2.8rem;top:20.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oToqqDbOlC1evIWg0tI0kuW7xxNnTsDD { width:2.25rem;height:2.25rem;top:15.25rem;left:4.5rem;display:block; }
#oToqqDbOlC1evIWg0tI0kuW7xxNnTsDD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #wibHxFDFtCO8vVih3EBMBe82nfyhCvqF { width:2.125rem;height:2.125rem;top:15.25rem;left:7.1875rem;display:block; }
#wibHxFDFtCO8vVih3EBMBe82nfyhCvqF > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #wJuwzzdZvI8DeWKNKIdgUwmBMbuOKpH1 { width:2.1875rem;height:2.1875rem;top:15.3125rem;left:9.875rem;display:block; }
#wJuwzzdZvI8DeWKNKIdgUwmBMbuOKpH1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TixgJShhmCap9S0i3V3h5v0KT02UG3Wn { width:2.25rem;height:2.25rem;top:15.25rem;left:13.25rem;display:block; }
#TixgJShhmCap9S0i3V3h5v0KT02UG3Wn > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }