.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:217,217,255;--color-primary-1:128,128,255;--color-primary-2:0,0,255;--color-primary-3:0,0,128;--color-primary-4:0,0,38;--color-secondary-0:217,221,224;--color-secondary-1:128,141,153;--color-secondary-2:0,27,51;--color-secondary-3:0,14,26;--color-secondary-4:0,4,8;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,188;--color-tertiary-2:158,158,158;--color-tertiary-3:149,149,149;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:auto;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { 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:5rem;width:10rem;top:1.5625rem;left:6.25rem;overflow:hidden;display:block; }
#XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.9375rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.34375rem;left:48.561637878418rem;display:block; }
#vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:32.812934875488rem;display:block; }
#kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { background-color:#99e000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.34375rem;left:21.186416625976rem;display:block; }
#SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:55.311851501465rem;display:block; }
#kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D40V6yBD64xBozXV2RDIt4TtnfVKN27u { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7480625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.34375rem;left:40.250003814698rem;display:block; }
#K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.34375rem;left:62rem;display:block; }
#n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.4989151954651rem;left:35.9375rem;display:none; }
#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { border-width: 0; border-radius: 0; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/491991db-b0a0-4467-a0f2-e0a98fbd8143/imgkv3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K.adaptive-delivery-prevent-bg, #uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K.lazyload, #uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K.lazyloading { background-image: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { background-color: transparent; background-image: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container > .video-iframe-container { display: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row > .video-iframe-container { display: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .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); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { border-width: 0; border-radius: 0; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;overflow:visible;position:relative;display:block; }#En9TJR0kEAmygEPCAN1txEwFvIcFd8No { 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:15006;opacity:1;top:2.9361991882324rem;left:69.408638000487rem;display:none; }
#roVdtufRkUVRa2neOlVDgToZtxTWJyyA { box-sizing:content-box;height:6.25rem;width:75rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:3.125rem;left:0rem;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;display:block; }
#BrybpwSTugnMiveUZQ9TSSHuL8sa0hAl { 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:5rem;width:10rem;top:3.8173828125rem;left:6.748046875rem;overflow:hidden;display:block; }
#Er8J3oEuS9nXPdIgdPbbCCT2LpVAkt9A { background-color:#99e000;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.421875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:30.810546875rem;display:block; }
#r42l27kXyLOKWMxW5ev1V2d36zOE0HBP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DVoNQ8U9I4r4NLpH1nu5TmTweGuTIeC9 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7324375rem;height:3.421875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:4.6015625rem;left:38.1416015625rem;display:block; }
#zSgPrGfiAABTB5Lmd3fuEfk6ImPq3368 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stfa0O6bO7vMwIoh1mitwLt7T99LaDDD { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:4.59375rem;left:46.375rem;display:block; }
#d6NBlDMUdeimgqNOo51PMd8N8JuFkHPT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ckzLIK300cGRzhUKpZtkBR1Ipzx08WBM { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:3.37988125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.62109375rem;left:65.9375rem;display:block; }
#CPVQr8D6VTVZUck4kRDOZQIfT8DM4fC5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQKGMUnrhuxi3e5WRSXWMaP20ud9G0Ko { background-color:transparent;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:3.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.625rem;left:53.8125rem;display:block; }
#os8JMrx6eoT1nxTdvRwMZvzfsJ9tGxdQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#itClcVVDkNTCT0TMvf1E4n6ydSTDcgX7 { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:4.59375rem;left:22.123046875rem;display:none; }
#wF67OD0SizOWZgEuXwppnr28mpyNcW9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iOC7QCFnL732BUqvQkSfZ7SDBlXqBCQ6 { background-color:#bababa;background-image:none;border-top:0.0625rem solid #99e000;border-left:0.0625rem solid #99e000;border-right:0.0625rem solid #99e000;border-bottom:0.0625rem solid #99e000;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.860375rem;height:3.42285rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:4.6015625rem;left:30.435546875rem;display:none; }
#SuESBHaf3eG1Qaq5ZnLZriHB0D7JFs5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o40s2dpXSnif2XStT7qEzuET3kyrR23E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.32);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; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { background-color: transparent; background-image: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container > .video-iframe-container { display: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container { display: none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .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); }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { border-width: 0; border-radius: 0; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:75rem;position:relative;display:block; }#yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { color:#000000;display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.6875rem;left:19.625rem;height:6.875rem;font-style:normal;display:block; }
#rkT9Jm5Er2uvn53X9V3y37upnh4CA6NW { color:#000000;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:24.5625rem;left:19.625rem;height:6.875rem;font-style:normal;display:block; }
#O1qdetFX4cMPb9p1rRJEiT1srVDJOZMU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12.0625rem;width:18.3125rem;top:22rem;left:42.125rem;overflow:hidden;display:block; }
#JkNAd9elpQMUBfNkQSpgvXDos0t0pSaW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:12rem;width:18.0625rem;top:6.1875rem;left:42.4375rem;overflow:hidden;display:block; }
#wSVCs8uv1kTbd2aFsyGqx58bSwPfB29i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:10.0625rem;left:12.71875rem; }
#r1TmoTtiaGOaiscSmbqyIE29nkBFZfvP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:25.9375rem;left:12.71875rem; }
#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G { 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; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container { background-color: transparent; background-image: none; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container > .video-iframe-container { display: none; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row > .video-iframe-container { display: none; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .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); }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container { border-width: 0; border-radius: 0; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container { font-size:0.875rem;font-family:arial;height:181.4375rem;width:75rem;position:relative;display:block; }#DgWoFRX7G35tM389KQSrRns7I0xfbokr { color:rgba(var(--color-tertiary-2),1);display:block;width:12.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.3125rem;left:32.1484375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BIIrVqaV7Ne28DhxqPTSVS6n7ir5mW2Q { 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:7.374rem;width:7.374rem;top:4.5623354911804rem;left:34.928089141846rem;overflow:hidden;display:block; }
#hFDKnKGqzRpkimPmda5ofoBB9QN9MKhy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:8.625rem;top:148.12368774414rem;left:6.3736991882325rem;overflow:hidden;display:block; }
#lHcbd9kcnEfikpwmOKZiMr2HHtKnQX2J { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:144.125rem;left:30.123699188233rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#irkMK2tNMQn78rCXir6FAgI2fWbUwkdd { 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.1875rem;width:8.9375rem;top:154.81118774414rem;left:6.1861991882324rem;overflow:hidden;display:block; }
#OC5cFER8Z8ZxsrbvC7eIVZqMv0U9xwUk { color:rgba(var(--color-tertiary-2),1);display:block;width:19.3095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:14.935204505921rem;left:29.155715942382rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTI8fkLM5BGi7uVy2pxXzIWPVThZSEmz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:24.0625rem;top:17.873046875rem;left:6.96875rem;overflow:hidden;display:block; }
#vCyaM4W8JbLvZExMHy8KHE1q377CZo1R { 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:4.8125rem;width:7.3125rem;top:154.49868774414rem;left:42.12370300293rem;overflow:hidden;display:block; }
#mioxNxa0BSBAextN1mW4tbW87Nzmy13w { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.624025rem;width:9.9355625rem;top:148.12368774414rem;left:41.12370300293rem;overflow:hidden;display:block; }
#d6xqOwrIlAte090NAdMEFAVmoJvrpPnx { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:7.1875rem;top:154.68618774414rem;left:61.49870300293rem;overflow:hidden;display:block; }
#Jw13T1r5rV6Ek9Um7VwaIbOyXEOkXkhA { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:23.875rem;top:17.873046875rem;left:42.51171875rem;overflow:hidden;display:block; }
#N6D8phgvRkQirCkXbsOi8Nqo3NuP4yKg { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:11.1875rem;top:155.93618774414rem;left:21.936199188233rem;overflow:hidden;display:block; }
#ggZ2umvdx4Vo7JESTJsQ6F9KUbTb9ayW { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:20.75rem;top:40.5rem;left:44.625rem;overflow:hidden;display:block; }
#PMeRHdbP41TBeGExcHpfDVE3ba15F6OC { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:22.8125rem;top:40.1875rem;left:8.8125rem;overflow:hidden;display:block; }
#TValCwoOx3Cxdfo7cI7CvvQLv888iTAT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:71.8125rem;left:27rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g207i9sUr35rL2RHBBfVs0sTBu7F7f8y { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:12.9375rem;top:75.998703002931rem;left:17.26953125rem;overflow:hidden;display:block; }
#sa26VVKWauqLzOw8V3QmS7HfQLR7s8tc { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#Vc7ayaZ6QJXbznTwHtcVwqbR83bEvp9R { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#k8i7q1hUgHyn9fdBHuvipd1T6MfwSNuD { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#LJfT4gGhfZP5EOsCuccfy32x9GOHMMrT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:52.6875rem;left:6.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpAWuhW7hpHA3kc0czzqFWbnrMCXWuC5 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:14.9375rem;top:54.25rem;left:8.375rem;overflow:hidden;display:block; }
#SOIJPvK6PsqrlxVP0QQBrTQwtxlgp4Ap { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#zu6PTv6Wrc7fTlPQrtiJsICTxbtM5NRK { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.0625rem;top:147.99868774414rem;left:21.061199188233rem;overflow:hidden;display:block; }
#bhZq8GvUD2nOsqNVdhrcG7m67BrNiETL { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:97rem;left:29.75rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lygdRocfAvWKPWLAN8U2uV8tI0H1nbsg { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.624025rem;width:21.499rem;top:103.625rem;left:28.4375rem;overflow:hidden;display:block; }
#XB4o1uqTpfdmGVZTvdfN3k4yrRleLQSA { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:10.499125rem;top:147.37368774414rem;left:59.31120300293rem;overflow:hidden;display:block; }
#DJtREzfHUuIzCN8ZKEhMmQNcVqgTZAKW { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#oEqJneWLROTOwxdwdSSREe6qT2bHgItA { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:13.625rem;top:170.49868774414rem;left:32.18620300293rem;overflow:hidden;display:block; }
#l8Myzf8ICo8DVeyN5Xs3qDA6cd3NumNl { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:12.5625rem;top:169.4375rem;left:1.6861991882324rem;overflow:hidden;display:block; }
#vmCtWkewIkU4M2xmny8JZnBfAbBsblxZ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:11.8125rem;top:170.87368774414rem;left:16.311199188233rem;overflow:hidden;display:block; }
#XLE6gSab4slIMOoXEyLupFmnJ2TSOqXT { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.25rem;top:171.06118774414rem;left:48.37370300293rem;overflow:hidden;display:block; }
#ObP3y6VtWMCf2htiswJubD8URnT5hfQL { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:12.5rem;top:170.6875rem;left:62.125rem;overflow:hidden;display:block; }
#CVSG8H2vkTpUk9UXrExEraH3TJc220Al { color:rgba(var(--color-tertiary-2),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:166.56118774414rem;left:26.686199188233rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3ciOQMGIHt1uD9kWHaTGgEW9CNv9Tv6 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:127.49868774414rem;left:29.748699188233rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGhsOJKgBS6KQKE1ukUqQkQeKiPXxXeL { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:21.625rem;top:131.87368774414rem;left:0.93619918823244rem;overflow:hidden;display:block; }
#n6RfAdtx8gtw1whDIgaL3cbMxkmVmfG1 { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#Tcz5TTIBkhbK3fxVr3MHzuQHr3pedF5u { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#GaGxQ7F0NOk8Xgzkr9H9oFzcW1nBq2xb { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:15.0625rem;top:100.75rem;left:3.125rem;overflow:hidden;display:block; }
#kneVoX9UUixl0cRZZDkzxzgiK6PvmG24 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.312rem;width:12.312rem;top:99.061187744137rem;left:58.403648376465rem;overflow:hidden;display:block; }
#TgLtVGCTncsvDqefScLCnnWLvhWwGANz { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:17rem;top:28.4375rem;left:29rem;overflow:hidden;display:block; }
#tFbJVvRA5x3U0zpnbWxZPdTeybT2TnqK { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:17.25rem;top:132.43618774414rem;left:23.936199188233rem;overflow:hidden;display:block; }
#OqraB82pQyeDIxT8UVywweNoT2dO2UIS { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8120125rem;width:16.1865rem;top:115.59375rem;left:4.26171875rem;overflow:hidden;display:block; }
#rlrNinibuoqNS6Aua6MmLNTu0DLTWvXy { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4980625rem;width:17.5615rem;top:114.75rem;left:55.12370300293rem;overflow:hidden;display:block; }
#o0l0Rwolwt0327S9U0NIx1bTpUqx3ocV { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.999rem;width:17.249rem;top:114rem;left:30.93359375rem;overflow:hidden;display:block; }
#VsuAvK91TvVhk2zn9AEuMxKZHTH6xaZ8 { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:18.9375rem;top:72.4375038147rem;left:39.76953125rem;overflow:hidden;display:block; }
#HTMD0x2lhyNvVyEB3PqSnv6xTOfUZoDq { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:12.25rem;top:132.06118774414rem;left:45.68620300293rem;overflow:hidden;display:block; }
#B3bUb4uZNuvkNe6cb97vTP5M7x5BJHLa { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:11.8125rem;top:130.96743774414rem;left:61.49870300293rem;overflow:hidden;display:block; }
#THoPz01CkOywhZdtRV4b6nAAsg2ZOu58 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.872375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:52.686201095581rem;left:46.5859375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mITwZg52FWhK33ZzTeeOEPheVTJkCQ2G { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:23.875rem;top:55.311201095581rem;left:44.083335876465rem;overflow:hidden;display:block; }
#ZW1o9edKXXLbKpmgH57wAeixIBmnxGPB { box-sizing:content-box;height:0.3125rem;width:20.875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-2),0.24);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.875rem;left:33.9375rem;display:none; }
#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { background-color: transparent; background-image: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container > .video-iframe-container { display: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container { display: none; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .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); }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { border-width: 0; border-radius: 0; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { color:#99e000;display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.125rem;left:29.0625rem;height:3.875rem;font-style:normal;display:block; }
#Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.25rem;left:29.0625rem;height:3.25rem;font-style:normal;display:block; }
#o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { color:rgba(var(--color-secondary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.375rem;left:29.0625rem;height:2.6rem;font-style:normal;display:block; }
#gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { 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:11.625rem;width:11.625rem;top:4.6875rem;left:11.5625rem;overflow:hidden;display:block; }
#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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:none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { border-width: 0; border-radius: 0; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { font-size:0.875rem;font-family:arial;height:62.0625rem;width:75rem;position:relative;display:none; }#TyrJcNLCouhW7ikybTi3LMUlkCBCcAgw { color:#99e000;display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:5.3125rem;left:9.0625rem;height:3.875rem;font-style:normal;display:block; }
#i5WdvyAGsohadimVVTTMcT8yUDgyOago { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.217529296875rem;left:9.0625rem;height:41.25rem;font-style:normal;display:block; }
#RlN9AyHJFMViTmTghLu1h52MZ7lUiNmH { color:#99e000;display:block;width:28.62425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15036;line-height:1;letter-spacing:0;top:56.3125rem;left:24.1875rem;height:1.7504875rem;font-style:normal;display:block; }
#SMvFQ6TKew82nr7it3BnARbqgnQQ8H2V { color:rgba(var(--color-tertiary-4),1);display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.217529296875rem;left:44.6875rem;height:39.1875rem;font-style:normal;display:block; }
#xtbeqRtorx4UGy1nrPMbIre2ve6QHsMA { box-sizing:content-box;height:3.9375rem;width:31.9375rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:55.4375rem;left:21.5625rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.23) ;display:block; }
#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { background-color: transparent; background-image: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { display: none; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .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); }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { border-width: 0; border-radius: 0; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { color:rgba(var(--color-tertiary-1),1);display:block;width:47.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.5rem;left:6.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4375rem;left:55rem;display:block; }
#H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:10rem;height:5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:47.75rem;height:6.25rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:6.25rem;height:3.4375rem;top:2.3125rem;left:34.936637878418rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:6.875rem;height:3.4375rem;top:2.3125rem;left:19.187934875488rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:11.25rem;height:3.4375rem;top:2.3125rem;left:7.5614166259762rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:6.25rem;height:3.4375rem;top:2.3125rem;left:41.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.6875rem;height:3.4375rem;top:2.3125rem;left:26.625003814698rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:9.8125rem;height:3.4375rem;top:2.3125rem;left:37.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { width:3.125rem;height:3.125rem;top:2.4375rem;left:22.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K { display:block; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En9TJR0kEAmygEPCAN1txEwFvIcFd8No { width:3.125rem;height:3.125rem;top:2.875rem;left:44.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #roVdtufRkUVRa2neOlVDgToZtxTWJyyA { width:47.625rem;height:6.25rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrybpwSTugnMiveUZQ9TSSHuL8sa0hAl { width:10rem;height:5rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8J3oEuS9nXPdIgdPbbCCT2LpVAkt9A { width:6.8125rem;height:3.375rem;top:4.5625rem;left:17.185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r42l27kXyLOKWMxW5ev1V2d36zOE0HBP { display:block; }
 }@media only screen and (max-width: 763px) { #DVoNQ8U9I4r4NLpH1nu5TmTweGuTIeC9 { width:7.6875rem;height:3.375rem;top:4.5625rem;left:24.5166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSgPrGfiAABTB5Lmd3fuEfk6ImPq3368 { display:block; }
 }@media only screen and (max-width: 763px) { #stfa0O6bO7vMwIoh1mitwLt7T99LaDDD { width:6.875rem;height:3.4375rem;top:4.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6NBlDMUdeimgqNOo51PMd8N8JuFkHPT { display:block; }
 }@media only screen and (max-width: 763px) { #ckzLIK300cGRzhUKpZtkBR1Ipzx08WBM { width:5.9375rem;height:3.375rem;top:4.5625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPVQr8D6VTVZUck4kRDOZQIfT8DM4fC5 { display:block; }
 }@media only screen and (max-width: 763px) { #mQKGMUnrhuxi3e5WRSXWMaP20ud9G0Ko { width:11.5625rem;height:3.375rem;top:4.625rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #os8JMrx6eoT1nxTdvRwMZvzfsJ9tGxdQ { display:block; }
 }@media only screen and (max-width: 763px) { #itClcVVDkNTCT0TMvf1E4n6ydSTDcgX7 { width:8.125rem;height:3.4375rem;top:4.5625rem;left:8.498046875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wF67OD0SizOWZgEuXwppnr28mpyNcW9e { display:block; }
 }@media only screen and (max-width: 763px) { #iOC7QCFnL732BUqvQkSfZ7SDBlXqBCQ6 { width:6.8125rem;height:3.375rem;top:4.5625rem;left:16.810546875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuESBHaf3eG1Qaq5ZnLZriHB0D7JFs5F { display:block; }
 }@media only screen and (max-width: 763px) { #o40s2dpXSnif2XStT7qEzuET3kyrR23E { display:none; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { width:19rem;height:6.875rem;top:8.6875rem;left:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkT9Jm5Er2uvn53X9V3y37upnh4CA6NW { width:18.625rem;height:6.875rem;top:24.5625rem;left:6rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1qdetFX4cMPb9p1rRJEiT1srVDJOZMU { width:18.3125rem;height:12.0625rem;top:22rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNAd9elpQMUBfNkQSpgvXDos0t0pSaW { width:18.0625rem;height:12rem;top:6.1875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSVCs8uv1kTbd2aFsyGqx58bSwPfB29i { width:4.125rem;height:4.125rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1TmoTtiaGOaiscSmbqyIE29nkBFZfvP { width:4.125rem;height:4.125rem;top:25.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G { display:none; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DgWoFRX7G35tM389KQSrRns7I0xfbokr { width:12.875rem;height:1.25rem;top:3.3125rem;left:18.5234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIIrVqaV7Ne28DhxqPTSVS6n7ir5mW2Q { width:7.3125rem;height:7.3125rem;top:4.5rem;left:21.303089141846rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDKnKGqzRpkimPmda5ofoBB9QN9MKhy { width:8.625rem;height:2.625rem;top:148.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcbd9kcnEfikpwmOKZiMr2HHtKnQX2J { width:18.8125rem;height:1.25rem;top:144.125rem;left:16.498699188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irkMK2tNMQn78rCXir6FAgI2fWbUwkdd { width:8.9375rem;height:4.1875rem;top:154.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OC5cFER8Z8ZxsrbvC7eIVZqMv0U9xwUk { width:19.25rem;height:1.25rem;top:14.875rem;left:15.530715942382rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTI8fkLM5BGi7uVy2pxXzIWPVThZSEmz { width:24.0625rem;height:7.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCyaM4W8JbLvZExMHy8KHE1q377CZo1R { width:7.3125rem;height:4.8125rem;top:154.4375rem;left:28.49870300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #mioxNxa0BSBAextN1mW4tbW87Nzmy13w { width:9.875rem;height:2.607887618113rem;top:148.0625rem;left:27.49870300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6xqOwrIlAte090NAdMEFAVmoJvrpPnx { width:7.1875rem;height:4.5rem;top:154.625rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw13T1r5rV6Ek9Um7VwaIbOyXEOkXkhA { width:23.875rem;height:7.3125rem;top:17.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6D8phgvRkQirCkXbsOi8Nqo3NuP4yKg { width:11.1875rem;height:2rem;top:155.875rem;left:8.3111991882325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggZ2umvdx4Vo7JESTJsQ6F9KUbTb9ayW { width:20.75rem;height:5.125rem;top:40.5rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMeRHdbP41TBeGExcHpfDVE3ba15F6OC { width:22.8125rem;height:5.6875rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TValCwoOx3Cxdfo7cI7CvvQLv888iTAT { width:18.8125rem;height:1.25rem;top:71.8125rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g207i9sUr35rL2RHBBfVs0sTBu7F7f8y { width:12.9375rem;height:11.8125rem;top:75.9375rem;left:3.64453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa26VVKWauqLzOw8V3QmS7HfQLR7s8tc { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vc7ayaZ6QJXbznTwHtcVwqbR83bEvp9R { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8i7q1hUgHyn9fdBHuvipd1T6MfwSNuD { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJfT4gGhfZP5EOsCuccfy32x9GOHMMrT { width:18.8125rem;height:1.25rem;top:52.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpAWuhW7hpHA3kc0czzqFWbnrMCXWuC5 { width:14.9375rem;height:14.9375rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOIJPvK6PsqrlxVP0QQBrTQwtxlgp4Ap { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu6PTv6Wrc7fTlPQrtiJsICTxbtM5NRK { width:12.0625rem;height:2.875rem;top:147.9375rem;left:7.4361991882325rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZq8GvUD2nOsqNVdhrcG7m67BrNiETL { width:18.8125rem;height:1.25rem;top:97rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lygdRocfAvWKPWLAN8U2uV8tI0H1nbsg { width:21.4375rem;height:4.6105404690403rem;top:103.625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4o1uqTpfdmGVZTvdfN3k4yrRleLQSA { width:10.4375rem;height:4.0996666249948rem;top:147.3125rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJtREzfHUuIzCN8ZKEhMmQNcVqgTZAKW { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oEqJneWLROTOwxdwdSSREe6qT2bHgItA { width:13.625rem;height:4.9375rem;top:170.4375rem;left:18.56120300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Myzf8ICo8DVeyN5Xs3qDA6cd3NumNl { width:12.5625rem;height:7rem;top:169.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmCtWkewIkU4M2xmny8JZnBfAbBsblxZ { width:11.8125rem;height:4.1875rem;top:170.8125rem;left:2.6861991882324rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLE6gSab4slIMOoXEyLupFmnJ2TSOqXT { width:10.25rem;height:3.75rem;top:171rem;left:34.74870300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObP3y6VtWMCf2htiswJubD8URnT5hfQL { width:12.5rem;height:4.5rem;top:170.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSG8H2vkTpUk9UXrExEraH3TJc220Al { width:25.6875rem;height:1.25rem;top:166.5rem;left:13.061199188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3ciOQMGIHt1uD9kWHaTGgEW9CNv9Tv6 { width:18.8125rem;height:1.25rem;top:127.4375rem;left:16.123699188233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGhsOJKgBS6KQKE1ukUqQkQeKiPXxXeL { width:21.625rem;height:5.0625rem;top:131.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6RfAdtx8gtw1whDIgaL3cbMxkmVmfG1 { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tcz5TTIBkhbK3fxVr3MHzuQHr3pedF5u { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaGxQ7F0NOk8Xgzkr9H9oFzcW1nBq2xb { width:15.0625rem;height:8.9375rem;top:100.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kneVoX9UUixl0cRZZDkzxzgiK6PvmG24 { width:12.25rem;height:12.25rem;top:99rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLtVGCTncsvDqefScLCnnWLvhWwGANz { width:17rem;height:7.5rem;top:28.4375rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFbJVvRA5x3U0zpnbWxZPdTeybT2TnqK { width:17.25rem;height:4.5625rem;top:132.375rem;left:10.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqraB82pQyeDIxT8UVywweNoT2dO2UIS { width:16.125rem;height:4.793012560864rem;top:115.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlrNinibuoqNS6Aua6MmLNTu0DLTWvXy { width:17.5rem;height:6.4747365461476rem;top:114.75rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0l0Rwolwt0327S9U0NIx1bTpUqx3ocV { width:17.1875rem;height:7.9703131850612rem;top:114rem;left:17.30859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuAvK91TvVhk2zn9AEuMxKZHTH6xaZ8 { width:18.9375rem;height:18.9375rem;top:72.4375rem;left:26.14453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTMD0x2lhyNvVyEB3PqSnv6xTOfUZoDq { width:12.25rem;height:4.6875rem;top:132rem;left:32.06120300293rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3bUb4uZNuvkNe6cb97vTP5M7x5BJHLa { width:11.8125rem;height:6.875rem;top:130.9375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoPz01CkOywhZdtRV4b6nAAsg2ZOu58 { width:18.8125rem;height:1.25rem;top:52.625rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITwZg52FWhK33ZzTeeOEPheVTJkCQ2G { width:23.875rem;height:11.6875rem;top:55.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1o9edKXXLbKpmgH57wAeixIBmnxGPB { width:20.875rem;height:0.3125rem;top:38.875rem;left:20.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { display:block; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { width:34.375rem;height:3.8125rem;top:4.125rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { width:34.375rem;height:3.1875rem;top:9.25rem;left:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { width:34.375rem;height:2.5625rem;top:14.375rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { width:11.625rem;height:11.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 { display:none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyrJcNLCouhW7ikybTi3LMUlkCBCcAgw { width:47.75rem;height:3.875rem;top:5.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5WdvyAGsohadimVVTTMcT8yUDgyOago { width:25.375rem;height:41.25rem;top:11.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlN9AyHJFMViTmTghLu1h52MZ7lUiNmH { width:28.5625rem;height:1.75rem;top:56.3125rem;left:10.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMvFQ6TKew82nr7it3BnARbqgnQQ8H2V { width:26.375rem;height:39.1875rem;top:11.1875rem;left:21.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbeqRtorx4UGy1nrPMbIre2ve6QHsMA { width:31.875rem;height:3.875rem;top:55.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:47.5rem;height:1.25rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:1.4375rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;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:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xtsW1UEZsAgoraiPBliD12kRwvzzsgsU { width:9.0625rem;height:4.375rem;top:1.9375rem;left:5.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XWKdpwMsNJVL69gFLan6NxTml3EGr3eU { width:15.625rem;height:4.375rem;top:1.875rem;left:2.1375001072884rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15nKFdFSBLMus19UWmhvLuz9sZvkqVw { width:7.1875rem;height:1.5rem;top:6.5rem;left:10.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vnnIrr1nqqyPkyvUPDLoHP0JUTxQsbth { display:block; }
 }@media only screen and (max-width: 763px) { #NC8oTLVWaz51olA6rg0cUySGf0TkuPOV { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kieKFQr2U9Z8rGz1AxCpZ47iyLdr1DC4 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz9WfKa8orddivDOTfMTUQo2fbsQLTpB { width:7.1875rem;height:1.5rem;top:6.5rem;left:2.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFqSDHpwBOzAUfJHqAmrkc5ld4ZdWgM { display:block; }
 }@media only screen and (max-width: 763px) { #GLWbT3GXXhD31XnWDJR6EOUEAT2hHRtB { width:7.1875rem;height:1.5rem;top:7.9991321563719rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kFNa3i9bZ35f2ZymtSWmcJC3kaQMzyTO { display:block; }
 }@media only screen and (max-width: 763px) { #D40V6yBD64xBozXV2RDIt4TtnfVKN27u { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:2.4370661377907rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yFOms9IvzqC1q5WAMOOSn9R5U87vyE { display:block; }
 }@media only screen and (max-width: 763px) { #PJaulHLe8iKuNoIrRzM7tKzphwEQieHx { width:7.1875rem;height:1.5rem;top:9.4986982345581rem;left:10.374349892139rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2JuIrDK1ekz1L2VRXw4BGfzlP7ENEuU { display:block; }
 }@media only screen and (max-width: 763px) { #FZxxsImJKeWWhFVkCCUpA0oVobfCioi9 { display:flex;top:6.68728351593rem;left:8.4375002980231rem;width:3.125rem;height:3.125rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ { display:none; }#N9gdzT9Z8lSuWlar3xL05QRrPxsAIGZQ > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c36d5524-a634-428f-a17a-3694f231547c/tlomobile4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K.adaptive-delivery-prevent-bg, #uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K.lazyload, #uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K.lazyloading { background-image: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { background-color: transparent; background-image: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container > .video-iframe-container { display: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row > .video-iframe-container { display: none; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .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); }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { border-width: 0; border-radius: 0; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uFkBtfBARQcr7iPEmO5DIfdTT9ZroT1K > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #En9TJR0kEAmygEPCAN1txEwFvIcFd8No { display:flex;width:3.125rem;height:3.125rem;top:1.3726143836975rem;left:15.694445908069rem;display:none; }
 }@media only screen and (max-width: 763px) { #roVdtufRkUVRa2neOlVDgToZtxTWJyyA { width:18.75rem;height:3.75rem;top:1.875rem;left:0.5625rem;box-shadow: 0rem 5rem 6.25rem rgba(0,0,0,0.5) ;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BrybpwSTugnMiveUZQ9TSSHuL8sa0hAl { width:6.25rem;height:3.125rem;top:2.2568359375rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Er8J3oEuS9nXPdIgdPbbCCT2LpVAkt9A { width:4.888888875rem;height:1.763888875rem;top:2.8671875rem;left:12.500000119209rem;font-size:0.75rem;background-color:#99e000;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r42l27kXyLOKWMxW5ev1V2d36zOE0HBP { display:block; }
 }@media only screen and (max-width: 763px) { #DVoNQ8U9I4r4NLpH1nu5TmTweGuTIeC9 { width:5rem;height:1.875rem;top:6.375rem;left:4.75rem;font-size:0.75rem;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zSgPrGfiAABTB5Lmd3fuEfk6ImPq3368 { display:block; }
 }@media only screen and (max-width: 763px) { #stfa0O6bO7vMwIoh1mitwLt7T99LaDDD { width:5rem;height:1.875rem;top:6.375rem;left:10.25rem;font-size:0.75rem;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d6NBlDMUdeimgqNOo51PMd8N8JuFkHPT { display:block; }
 }@media only screen and (max-width: 763px) { #ckzLIK300cGRzhUKpZtkBR1Ipzx08WBM { width:4.95833375rem;height:1.83333375rem;top:9.1650390625rem;left:11.8291015625rem;font-size:0.75rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:rgba(0,0,0,0.3);background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CPVQr8D6VTVZUck4kRDOZQIfT8DM4fC5 { display:block; }
 }@media only screen and (max-width: 763px) { #mQKGMUnrhuxi3e5WRSXWMaP20ud9G0Ko { width:8.08333375rem;height:1.83333375rem;top:9.1640625rem;left:3.248046875rem;font-size:0.75rem;color:#ffffff;background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #os8JMrx6eoT1nxTdvRwMZvzfsJ9tGxdQ { display:block; }
 }@media only screen and (max-width: 763px) { #itClcVVDkNTCT0TMvf1E4n6ydSTDcgX7 { width:7.4375rem;height:3.4375rem;top:16.875rem;left:6.28125rem;font-size:0.75rem;background-color:transparent;background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #wF67OD0SizOWZgEuXwppnr28mpyNcW9e { display:block; }
 }@media only screen and (max-width: 763px) { #iOC7QCFnL732BUqvQkSfZ7SDBlXqBCQ6 { width:5.763888875rem;height:1.763888875rem;top:6.6163196563719rem;left:0.9375rem;font-size:0.75rem;background-color:rgba(0,0,0,0.3);background-image:none;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #SuESBHaf3eG1Qaq5ZnLZriHB0D7JFs5F { display:block; }
 }@media only screen and (max-width: 763px) { #o40s2dpXSnif2XStT7qEzuET3kyrR23E { display:block; }#o40s2dpXSnif2XStT7qEzuET3kyrR23E > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yygFMBeAihLSJ3GDeMXIMxJcwfcg2Vh5 { width:10.5rem;height:3.3125rem;top:2.4375rem;left:6.53125rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #rkT9Jm5Er2uvn53X9V3y37upnh4CA6NW { width:9.0625rem;height:3.3125rem;top:18.3125rem;left:8.03125rem;font-size:1.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #O1qdetFX4cMPb9p1rRJEiT1srVDJOZMU { width:13.4375rem;height:8.75rem;top:22.1875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkNAd9elpQMUBfNkQSpgvXDos0t0pSaW { width:13.4375rem;height:8.75rem;top:6.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSVCs8uv1kTbd2aFsyGqx58bSwPfB29i { display:flex;width:1.875rem;height:1.875rem;top:3.15625rem;left:3.28125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #r1TmoTtiaGOaiscSmbqyIE29nkBFZfvP { display:flex;width:1.875rem;height:1.875rem;top:19.03125rem;left:3.28125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G { display:block; }#ePoTLc358Jiz5RMEUmZT9KaalxxNUA7G > .row .container { width:20rem;height:298.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgWoFRX7G35tM389KQSrRns7I0xfbokr { width:17.5rem;height:1.00043125rem;top:2.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIIrVqaV7Ne28DhxqPTSVS6n7ir5mW2Q { width:5.49926875rem;height:5.49926875rem;top:4.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFDKnKGqzRpkimPmda5ofoBB9QN9MKhy { width:8.3114375rem;height:2.6242875rem;top:195.625rem;left:5.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lHcbd9kcnEfikpwmOKZiMr2HHtKnQX2J { width:17.5rem;height:1.00043125rem;top:192.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #irkMK2tNMQn78rCXir6FAgI2fWbUwkdd { width:9.3125rem;height:4.4375rem;top:220.125rem;left:5.375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OC5cFER8Z8ZxsrbvC7eIVZqMv0U9xwUk { width:19.24925rem;height:1.00043125rem;top:14rem;left:0.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTI8fkLM5BGi7uVy2pxXzIWPVThZSEmz { width:16.1875rem;height:5.0625rem;top:15.748046875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCyaM4W8JbLvZExMHy8KHE1q377CZo1R { width:7rem;height:4.6875rem;top:213.875rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mioxNxa0BSBAextN1mW4tbW87Nzmy13w { width:9.875rem;height:2.6079301658584rem;top:204.6875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6xqOwrIlAte090NAdMEFAVmoJvrpPnx { width:6.5625rem;height:3.9375rem;top:233.0625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jw13T1r5rV6Ek9Um7VwaIbOyXEOkXkhA { width:16.375rem;height:4.75rem;top:23rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6D8phgvRkQirCkXbsOi8Nqo3NuP4yKg { width:11.1875rem;height:2rem;top:227.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggZ2umvdx4Vo7JESTJsQ6F9KUbTb9ayW { width:14.9375rem;height:3.4375rem;top:44.561767578125rem;left:2.57080078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMeRHdbP41TBeGExcHpfDVE3ba15F6OC { width:15.3125rem;height:3.5625rem;top:38.0615234375rem;left:2.349853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TValCwoOx3Cxdfo7cI7CvvQLv888iTAT { width:18.8125rem;height:1.00043125rem;top:85.4375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g207i9sUr35rL2RHBBfVs0sTBu7F7f8y { width:10.125rem;height:9.25rem;top:87.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa26VVKWauqLzOw8V3QmS7HfQLR7s8tc { width:16.1875rem;height:0.1875rem;top:11.1875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc7ayaZ6QJXbznTwHtcVwqbR83bEvp9R { width:16.1875rem;height:0.1875rem;top:50.12451171875rem;left:1.905517578125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #k8i7q1hUgHyn9fdBHuvipd1T6MfwSNuD { width:16.1875rem;height:0.1875rem;top:189.4375rem;left:1.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #LJfT4gGhfZP5EOsCuccfy32x9GOHMMrT { width:18.8125rem;height:1.00043125rem;top:52.31201171875rem;left:0.5615234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpAWuhW7hpHA3kc0czzqFWbnrMCXWuC5 { width:12.625rem;height:12.625rem;top:53.4375rem;left:3.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOIJPvK6PsqrlxVP0QQBrTQwtxlgp4Ap { width:16.1875rem;height:0.1875rem;top:83.4375rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #zu6PTv6Wrc7fTlPQrtiJsICTxbtM5NRK { width:10.875rem;height:2.5rem;top:199.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhZq8GvUD2nOsqNVdhrcG7m67BrNiETL { width:18.811875rem;height:1.00043125rem;top:114.125rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lygdRocfAvWKPWLAN8U2uV8tI0H1nbsg { width:16.062rem;height:3.2495125rem;top:117.4375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4o1uqTpfdmGVZTvdfN3k4yrRleLQSA { width:10.4375rem;height:4.1001419761171rem;top:208.9375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJtREzfHUuIzCN8ZKEhMmQNcVqgTZAKW { width:16.1870625rem;height:0.186631875rem;top:111.0625rem;left:1.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #oEqJneWLROTOwxdwdSSREe6qT2bHgItA { width:13.625rem;height:4.9375rem;top:260.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8Myzf8ICo8DVeyN5Xs3qDA6cd3NumNl { width:12.5625rem;height:7rem;top:245.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmCtWkewIkU4M2xmny8JZnBfAbBsblxZ { width:11.8125rem;height:4.1875rem;top:254.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLE6gSab4slIMOoXEyLupFmnJ2TSOqXT { width:10.25rem;height:3.75rem;top:267.25rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObP3y6VtWMCf2htiswJubD8URnT5hfQL { width:12.5rem;height:4.5rem;top:273.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVSG8H2vkTpUk9UXrExEraH3TJc220Al { width:20rem;height:1.00043125rem;top:243.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o3ciOQMGIHt1uD9kWHaTGgEW9CNv9Tv6 { width:18.8125rem;height:1.00043125rem;top:166.4375rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OGhsOJKgBS6KQKE1ukUqQkQeKiPXxXeL { width:20rem;height:4.7570332480818rem;top:168.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6RfAdtx8gtw1whDIgaL3cbMxkmVmfG1 { width:16.1875rem;height:0.1875rem;top:164.1875rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Tcz5TTIBkhbK3fxVr3MHzuQHr3pedF5u { width:16.1875rem;height:0.1875rem;top:240.625rem;left:1.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #GaGxQ7F0NOk8Xgzkr9H9oFzcW1nBq2xb { width:11.3745rem;height:6.62475rem;top:122.1875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kneVoX9UUixl0cRZZDkzxzgiK6PvmG24 { width:10.68725rem;height:10.68725rem;top:128.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgLtVGCTncsvDqefScLCnnWLvhWwGANz { width:11.062rem;height:4.8120125rem;top:30.1220703125rem;left:4.468994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFbJVvRA5x3U0zpnbWxZPdTeybT2TnqK { width:15.37475rem;height:4.0625rem;top:175.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqraB82pQyeDIxT8UVywweNoT2dO2UIS { width:12.5rem;height:3.62426875rem;top:140.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlrNinibuoqNS6Aua6MmLNTu0DLTWvXy { width:11.6865rem;height:4.249025rem;top:157rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0l0Rwolwt0327S9U0NIx1bTpUqx3ocV { width:15rem;height:6.875rem;top:147.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuAvK91TvVhk2zn9AEuMxKZHTH6xaZ8 { width:15.3125rem;height:15.3125rem;top:95.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTMD0x2lhyNvVyEB3PqSnv6xTOfUZoDq { width:10.3125rem;height:3.875rem;top:182.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3bUb4uZNuvkNe6cb97vTP5M7x5BJHLa { width:11.8125rem;height:6.875rem;top:279.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THoPz01CkOywhZdtRV4b6nAAsg2ZOu58 { width:18.811875rem;height:1.00043125rem;top:70.372180938719rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mITwZg52FWhK33ZzTeeOEPheVTJkCQ2G { width:16.25rem;height:7.8125rem;top:72.621530532837rem;left:1.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW1o9edKXXLbKpmgH57wAeixIBmnxGPB { width:16.1870625rem;height:0.186631875rem;top:68.685981750487rem;left:1.9064670205116rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 { display:block; }#zWJxfdcagfg7vAiG2VHDctIxpbhy11H2 > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SsH1luZnTHp9gtk5I9RU7CEGlEFcJFdC { width:16.25rem;height:1.5rem;top:2.0625rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9Wwv3z8kUBGZTJGvkZu192IlNBgZXy { width:19.5rem;height:2.4375rem;top:4.375rem;left:0.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0xmWsbygPRQkrXTlUZREh8fm96FRgf1 { width:17.5rem;height:1.29980625rem;top:8.1337890625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUzzRzNDJWJDhPgdNMrDb6SHoVxrD0Hv { width:7.0625rem;height:7.0625rem;top:11.46875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 { display:none; }#usX36gh45pnNuGaRah2bf1XGIkvHQ1w2 > .row .container { width:20rem;height:73.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TyrJcNLCouhW7ikybTi3LMUlkCBCcAgw { width:16.25rem;height:1.62543125rem;top:3.125rem;left:1.875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5WdvyAGsohadimVVTTMcT8yUDgyOago { width:16.25rem;height:31.5rem;top:6.187255859375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlN9AyHJFMViTmTghLu1h52MZ7lUiNmH { width:16.25rem;height:1.00043125rem;top:69.125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SMvFQ6TKew82nr7it3BnARbqgnQQ8H2V { width:16.25rem;height:30rem;top:38.8740234375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtbeqRtorx4UGy1nrPMbIre2ve6QHsMA { width:20rem;height:2.6875rem;top:68.25rem;left:0rem;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ { display:block; }#mqJIV1Vh1ZaIFT0u0lnRkR2Vb2h9X4KQ > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnTGHM4RS1lGXJQusIpCTyQThS7wyDGD { width:14.375rem;height:2rem;top:3.125rem;left:2.8125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXsGiD9UI1X8kHIMwqOy5FMTE34n5cym { width:12.5rem;height:3.125rem;top:6.2492141723633rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gORWTuGWWS18dZmTfUqeJTOUgtdiod { display:block; }
 }