.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container { background-color: transparent; background-image: none; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container > .video-iframe-container { display: none; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row > .video-iframe-container { display: none; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .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); }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container { border-width: 0; border-radius: 0; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#kQ4VFNdPiVSc4Tufhmko7DyRsBM2ErvZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:61.9375rem;display:block; }
#zshAx2EtB9QxV6X1rt7QmmgRCk2MFnTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mf92uGeQW1OR5QkPiuiT1CLNECTB0CHt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:45.9375rem;display:block; }
#POmCqRpOXVnrftubWtnSp6tvsHWmddq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I74BIIfMEDGPXg1KcdmtCyomlxdya2nL { box-sizing:content-box;color:#000000;font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:2.8125rem;left:70.125rem;display:block; }
#mU9IzCbNM1oZo6G4uTI6W3wgPcQKy7T0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.0625rem;left:48.75rem;display:none; }
#L8wVMG5TtFsL1MT959hAHibhfXTVZaWh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7Z3HsUq1g26GPVQCqEmtlJ0s4xL4n9p { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#Ze076U78EImwEvnZIVqSNtudT5TR8br8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RNaHcB9DTCLc7KfvqirzOWToupydatDG { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.1875rem;left:57.5rem;display:none; }
#JPMLUUdTGPyrfkQD3X04JbOZacIO2oZL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rVqz4Ph5KG1MT3wLgb0rcvPzrtvIKTUC { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.75rem;height:1.13720625rem;font-style:normal;display:block; }
#Jv6xCmyesh8isT1HN3BobANvKJxBnb9e { color:#000000;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:36rem;height:1.13720625rem;font-style:normal;display:block; }
#JPL1vFT5fHMAMDwP1uaEafESaLuOMpF0 { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:1.5rem;left:21.0625rem;display:block; }
#kXlEslb5tIWUfykFzXTd8Ma8UWCPo29k { box-sizing:content-box;color:#000000;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:1.5rem;left:34.4375rem;display:block; }
#fIB3fWktxiVbGsU1yqiV5en8oHfwZFML { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.5625rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:57.375rem;display:block; }
#nVeOLcmBMrSZSlHMiDd6GbCM6qzJZeRG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzVEt9TPhzJyiFPZqeIvIy7R9XRJLP2m { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.375rem;left:65.875rem;display:block; }
#nDINnlaq5kNSSNQKrrBc1lhW727wAzzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0Dm549fOnD3NRRUe9dxkRF0rpHW2ABi { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#111111;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.9375rem;height:1.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.375rem;left:61.9375rem;display:none; }
#GtGaNZVbRf58P4mVeHaxe7rSXhZbBu7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xdm3fLz1Mui7pBVipPKgMxNABLTVgpTF { 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:2.9375rem;width:12.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/370cb8ae-d26b-4697-b49c-07e6b212bb09/MaskGroup5.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:57.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#DKl7bIv0Fp0OzRCr9lxD54pdcNdHwwMW { 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.375rem;width:2.4375rem;top:30.3125rem;left:36.25rem;overflow:hidden;display:block; }
#l42FxmRXtAfUocbgciFp6IgPy8w9ckRn { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XHTS1UcM6IOd0MCLTkB9LtZlyNiNhhhw { 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:2.5625rem;width:11.25rem;top:38.875rem;left:31.875rem;overflow:hidden;display:block; }
#wGG5r056UnU4XRF2QMsXlpu4v9KWMmXo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.25rem;top:43.5rem;left:31.875rem;overflow:hidden;display:block; }
#g5BRsnztCuTpdgVDPekzzPNahSAPW79v { position:absolute;display:block;z-index:15007;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.875rem;width:11.25rem;top:48.625rem;left:31.875rem;overflow:hidden;display:block; }
#Qaorn2ihr9Av71pPltrdlEeaV308ByDB { 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:38.1875rem;width:37.25rem;display:none; }
#L6EVeI1GomEXgHNR6f4f9XxUEDFOADku { 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:6.4375rem;width:25rem;top:12.875rem;left:25rem;overflow:hidden;display:block; }
#J3TBT7wdfiPA8tqi3NrV9v3kibl5OIca { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:29.625rem;top:24.5rem;left:43.75rem;overflow:hidden;display:block; }
#X3ghLHeCiB7VBafJNE77p6V936yOe0rB { position:absolute;display:block;z-index:15010;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:31.625rem;width:31.625rem;top:22.4375rem;left:0rem;overflow:hidden;display:block; }
#CRaA1JXpJ1mOn8xKuxAHZrJy12pbiJ01 { 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:26.9375rem;width:37.8125rem;display:none; }
#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/93df34cf-2209-4965-bfd0-4897d1385e02/MaskGroup4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2.adaptive-delivery-prevent-bg, #QJVkAefgxBLGc2zkyUurzFMqRFu82Du2.lazyload, #QJVkAefgxBLGc2zkyUurzFMqRFu82Du2.lazyloading { background-image: none; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container { background-color: transparent; background-image: none; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container > .video-iframe-container { display: none; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row > .video-iframe-container { display: none; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .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); }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container { border-width: 0; border-radius: 0; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#H2oTPBr7xGq4fkFXbs21bqbTeHV8T6Z1 { color:#0d1933;display:block;width:23.4375rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#abHsODJHSRJRvBFsf2I3afUu0wVIXhF8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:21.75rem;top:19.4375rem;left:6.0625rem;overflow:hidden;display:block; }
#SukvLLpwL8MC669MWcu7yV2qCFg0aGLr { color:#0d1933;display:block;width:30.811625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:27.3125rem;left:6.0625rem;height:16.08104375rem;font-style:normal;display:block; }
#abcO7DWbHTaJmPxHPpvZi3n5elk3ZkZg { 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:20.9375rem;width:33.125rem;top:19.4609375rem;left:39.146484375rem;overflow:hidden;display:block; }
#A4xyK46FEPAh5qMC9orHxz84atwQ8Ksb { 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:2.875rem;width:2.1875rem;top:38.3125rem;left:41rem;overflow:hidden;display:block; }
#SA8to9k2JlkaNOSbCHqnT6n9KLKdCnu6 { 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:2.874025rem;width:2.1875rem;top:38.3408203125rem;left:57.9375rem;overflow:hidden;display:block; }
#QcS8MyQPAkmp3hrNkL9Dv21N7aJV5Xzv { 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:1.75rem;width:1.75rem;top:42.3125rem;left:57.875rem;overflow:hidden;display:block; }
#OZEM4ByVZmbkdCT0gxQ08Wd8UIDDwBd0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74913125rem;width:1.74913125rem;top:42.3125rem;left:41rem;overflow:hidden;display:block; }
#CqlNHl5TdoDTlh0QQ9uqttcDObHNVMtr { color:#000000;display:block;width:12.3123125rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:42.5rem;left:60.0625rem;height:1.4624rem;font-style:normal;display:block; }
#B3hdwHLgbxvUXEXGIZhyWMhKwcQBcZEA { color:#000000;display:block;width:10.875rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:42.5rem;left:43.5625rem;height:1.4624rem;font-style:normal;display:block; }
#BoD9FvmcmKHHetEq5onsorzdroqwOpFL { position:relative;display:block; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL { background-color: transparent; background-image: none; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row .container > .video-iframe-container { display: none; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row > .video-iframe-container { display: none; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .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); }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL { border-width: 0; border-radius: 0; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T9eE3JbhIOgOHZSTH5tTdt3wubyKzwHz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.25rem;width:35.875rem;top:7.5rem;left:0.8125rem;display:block; }
#Wnsldt7Bz8VmRLtkguz1bOoZigOS92KU { color:#0d1933;display:block;width:30.8105625rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.58984375rem;left:39.8125rem;height:10.23339375rem;font-style:normal;display:block; }
#WHPS03ZmpJn9JlqylU6cFU4gq1Ni7eO8 { color:#0d1933;display:block;width:28.625rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.25244140625rem;left:39.8125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#heg9h0EORGRPHdXEPEgvhTanPiDhzKFX { color:#0d1933;display:block;width:28.625rem;position:absolute;font-family:rubik;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:39.8125rem;height:2.35595625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA { position:relative;display:block; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA { background-color: transparent; background-image: none; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row .container > .video-iframe-container { display: none; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row > .video-iframe-container { display: none; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .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); }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA { border-width: 0; border-radius: 0; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ATS11xDNpTb608BTTRg6gE6MSCdshMQK { color:#0d1933;display:block;width:41.125rem;position:absolute;font-family:rubik;font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.259765625rem;left:16.9375rem;height:3.98095625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DmAbM8JJGKWlTxUbeD00DScksC32GZkT { position:relative;display:block; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT { background-color: transparent; background-image: none; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row .container > .video-iframe-container { display: none; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row > .video-iframe-container { display: none; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .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); }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT { border-width: 0; border-radius: 0; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xmSkEEMGgz8VCfSw9ITvyyfn2lcRJkol { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#x4emKiWsBMX7Fxhfn04zAyLHyxbwaPUT { color:#0d1933;display:block;width:36.0625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOw37X5tRwPok9hombOM7xaF08pPpi5G { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#V0bWin1tZooESaKGA6uJCho7PfvROtLZ { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#FUbFIMFw7P7IbH8hKeZ8iOlKX8s2aMWT { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#gBlw6NVKEyAAGg3vypb9Bw18f0G8BSZ9 { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#IKWsZMxxiXcf9c7wRPGQfAUXH4DZch63 { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0rem;left:8.1875rem;overflow:hidden;display:block; }
#n9ezIkJ842f1reoLL296JzTc34kHhu5e { position:relative;display:block; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e { background-color: transparent; background-image: none; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row .container > .video-iframe-container { display: none; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row > .video-iframe-container { display: none; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .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); }#n9ezIkJ842f1reoLL296JzTc34kHhu5e { border-width: 0; border-radius: 0; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I5u0LpR3Txqo39HnAKSc5VigBcKhrcRx { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#vBu9yukcQlksoBv3PkLk3MrbT3Zy0rET { color:#0d1933;display:block;width:37.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uI3btqKWzdoab7q2rgBRJh6vf4mcI5eG { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#y28Np5SfpklyZeG231Svzvy5kis42GV4 { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#RHkNnMT1toJ3PD3cDygGIz0NOZor25qT { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#TUMK6Wr6bHgqvz0tuSMHOf8etc1pHKLu { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#rGpzLqSVZh9fxIcIVEyLQHeyLIhtNENb { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q { position:relative;display:block; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q { background-color: transparent; background-image: none; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row .container > .video-iframe-container { display: none; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row > .video-iframe-container { display: none; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .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); }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q { border-width: 0; border-radius: 0; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zyDNOS1tUAkPeUP2VtRkSJmmUpDyT18f { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#QL8rkCRMIUFzyBRuGo7fVkDwzLoff31m { color:#0d1933;display:block;width:26.5rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KCKTCwbwECWOsnavQdp1ZHPfqOVpQ9Za { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#uQWuTHV5H6P5Vhsu5choPkMy4PxpqITT { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#Jad4IcKA9IQWiC86ac85hyGzLD1TmSIs { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#wLuIRcmKI7dhlaIcgPS0dNhTfZ4KDnhG { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#BgAphWvTLRp4PFp5xUKJeKsuuManv6Az { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV { position:relative;display:block; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV { background-color: transparent; background-image: none; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row .container > .video-iframe-container { display: none; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row > .video-iframe-container { display: none; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .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); }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV { border-width: 0; border-radius: 0; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mX6xn0R1lF1Ww8rViBw4vNZs2Vk78RcB { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#dE6DgpLLKisb8zE7uMPL1d21e4qOx6r7 { color:#0d1933;display:block;width:31.1875rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M2cubXbFtPIHH4vxAAQQu7MQJvB3syEe { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#uoofHwCTUWKSaBAlB99npEnkEJTrniUK { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#CZqe3oneVaWsoVmRTFCLMz9FV8WHTF1O { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#rTKFFKBbuhFGmNTO8IaPk8QDe6tIyTFH { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#OVMEwXynfkhqgFEG2ZMnCd2OiHneAg71 { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 { position:relative;display:block; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 { background-color: transparent; background-image: none; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row .container > .video-iframe-container { display: none; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row > .video-iframe-container { display: none; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .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); }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 { border-width: 0; border-radius: 0; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fpGF3Zo3iJWHHsFQ3AwyNU342QNkS3NX { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#HD9xU30Kwo8H6xabuBbDmrC62V25fP1Z { color:#0d1933;display:block;width:32.0625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ed0v31r0g9CSaFZrAruXywEDZ97CUo7O { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#TdEgTStPItHts6092lX5img14XdouZFp { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#lXHK36r4s1TG0UCdTWWuTEhq15zvlP01 { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#GzTa7HC0vOKBWAQP42HHcbRozXfAEfGA { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#SMvPbK7POQ7pefJ7i6S0HPxnu3lqOVwo { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL { position:relative;display:block; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL { background-color: transparent; background-image: none; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row .container > .video-iframe-container { display: none; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row > .video-iframe-container { display: none; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .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); }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL { border-width: 0; border-radius: 0; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s8SfhgTTpzDTL7JAwQTb62TTZpgWFmTN { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#koMFxP0pS9KoHXgS56FrEZ6nUXdTOW4i { color:#0d1933;display:block;width:37.625rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.7666015625rem;left:25.796875rem;height:3.57421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o69p2rKyTuMgZuKOuCTy2C9NANEHVeNc { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#JP6XT2WXMqTWwKNLPW7TCpzyishf57bC { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#WbipVLwtuh1x6oNBIFICaPmHlPInqKJL { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#z2SFB6EPTHOGFZMT05g133Fob7PxZ0TZ { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#m4HpvwphTuDdNse0fEERt960HnDm82Sl { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 { position:relative;display:block; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 { background-color: transparent; background-image: none; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row .container > .video-iframe-container { display: none; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row > .video-iframe-container { display: none; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .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); }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 { border-width: 0; border-radius: 0; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NPQaohT5LOSioo4HOXqSq1m6XRFPJHe4 { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#QazeCZiCCAh9yBM20XZNrO3sGcZBy21v { color:#0d1933;display:block;width:39.125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.6416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s6EUKCfTy49lPbGtoTgGCUbXQPneGVqe { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#U8CsG4yLTQKTZgTavk4KOIm1Ru61zvby { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#JM4W9h7eIidrGC13UZkGHzPlhwbVJJIg { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#Ip1bE5QtirUB2Z6BLI5pd9mkfoECRMrp { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#oX5cyfAcd7u6JTvgbyZUuHS2yiTcJUeT { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#b3lig0JXD95Am26hXyTItGkmXbuHpxWk { position:relative;display:block; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk { background-color: transparent; background-image: none; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row .container > .video-iframe-container { display: none; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row > .video-iframe-container { display: none; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .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); }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk { border-width: 0; border-radius: 0; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KXJuaixmVIfbWNN4pmXiBEEcperfuleo { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#G5SH12wOOuhicvH8GDbPSJC0h6bDb2Ei { color:#0d1933;display:block;width:35rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZKTdo2kUHHuT9xSqqOd55yGUPWPTUTS6 { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#bgA1d408ANwlNNUfePknikcFaFLsxcaC { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#aJTwnvkldHUfMTzQ3GDsTpK339NI6okw { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#kgmzCoTd7q9GTZIa4Z1GGcocH0iFnihM { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#a9IvNAUoykTS42EyKKm2A4mT1wId0TG4 { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV { position:relative;display:block; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV { background-color: transparent; background-image: none; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row .container > .video-iframe-container { display: none; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row > .video-iframe-container { display: none; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .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); }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV { border-width: 0; border-radius: 0; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#edqEcHaRzAGo3kZcgXnriEbia4QQSUbk { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#ARnmfNKTdfPGo7PhC7zGNPZpTHuG8C6U { color:#0d1933;display:block;width:37.75rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ikwN7nCUuzk1No2l3xkqwNvR5LWixtEw { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#tgU3Tauq9WwiiLNhrwfhG5qnEyxNm746 { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#uFxXMcEU2aGJRtWCfcK9eCB7KLNxlKyh { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#ORakOTbdbG3mZCNKGTs4fvEBkO7ta5F2 { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#F2znyBcfH1NiMmmJEx439PF5usA77n8o { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH { position:relative;display:block; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH { background-color: transparent; background-image: none; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row .container > .video-iframe-container { display: none; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row > .video-iframe-container { display: none; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .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); }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH { border-width: 0; border-radius: 0; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FXKJHZASDzgXlhkQdDwv899AZxMrFg4Z { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#ibvcDvgHHlxEzTA4LW6nMCv2dNUqOyQn { color:#0d1933;display:block;width:33.75rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tWkfy1XXklsxp7G7yOFJGpHsXpClITQq { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#Rf66L6phvxbHOt0Xs8Gkq1TTbkvKz2hc { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#MFek2nPBX2Tw0yyi9SQLXm2VnqR4z5T2 { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#gxfc3LLBLTsMiaEHM1o54XMppWL4ch2O { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#oodr6fiBxrQfhJDuR20fGr7qg9ozNNzG { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA { position:relative;display:block; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA { background-color: transparent; background-image: none; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row .container > .video-iframe-container { display: none; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row > .video-iframe-container { display: none; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .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); }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA { border-width: 0; border-radius: 0; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZCprnb4bOpZJ9KaUHTncg7gouUHdpS23 { color:#5583c3;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:0.9375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7072486877441rem;left:25.797527313233rem;height:1.21875rem;font-style:normal;display:block; }
#miwfy8TRE7pNDsR0I9xTgTbwEaLi909U { color:#0d1933;display:block;width:33.8125rem;position:absolute;font-family:rubik;font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1416015625rem;left:25.796875rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gf2g3A27blXF347G4vKeaCWkOA6d878t { 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:2.5rem;width:10.9375rem;top:8.896484375rem;left:25.797527313233rem;overflow:hidden;display:block; }
#v85Uaifoy0mNMvUBv4STSUoq51hwbaEe { 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.5rem;width:9.75rem;top:8.896484375rem;left:38.297527313233rem;overflow:hidden;display:block; }
#oCTUTrtqbF37rCQHvleMDyTZzXfE9Sbn { 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:2.5rem;width:9.75rem;top:8.896484375rem;left:49.358730316162rem;overflow:hidden;display:block; }
#zpzR0EgHBOQTpsQMTXr3P91daJWfuNgJ { 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:16.3125rem;width:10.75rem;top:0.37434768676758rem;left:6.780601501465rem;overflow:hidden;display:none; }
#f4PUeltvxm5iFWf2zBiZRRKQvmDBFNHv { position:absolute;display:block;z-index:14999;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:13.625rem;width:58.625rem;top:0.12369918823242rem;left:8.186851501465rem;overflow:hidden;display:block; }
#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/01d4de35-d383-4b63-af08-29e49020fac2/Group62.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o.adaptive-delivery-prevent-bg, #bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o.lazyload, #bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o.lazyloading { background-image: none; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container { background-color: transparent; background-image: none; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container > .video-iframe-container { display: none; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row > .video-iframe-container { display: none; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .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); }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container { border-width: 0; border-radius: 0; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#T3XRlC0H7taTiIl2F1b2ySS3CE63gCDo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:7.5rem;top:9.3125rem;left:33.75rem;display:block; }
#spqogAn0TtH4KxIVDqBTbQqcNoksl7Jc { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:rubik;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.6875rem;left:16.875rem;height:4.38574375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaQJ6gCniFsRdk8DD3hTuEqV59aKBdQX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.62568rem;height:3.3133675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:19.3125rem;left:29.6875rem;display:block; }
#VAz9DUVIwIz2TTRPqd2JeOfKh6sJKFZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubC5sJENV4dRi8xv4WnG0I9uIa8X7BHg { 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.5625rem;width:17.75rem;top:31.375rem;left:28.625rem;overflow:hidden;display:block; }
#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1528;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; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container { background-color: transparent; background-image: none; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container > .video-iframe-container { display: none; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row > .video-iframe-container { display: none; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .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); }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container { border-width: 0; border-radius: 0; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#xwQxHdswCxAb7M6KIzRfuuwDVuQtD14D { color:#ffffff;display:block;width:51.436625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.64344787597656rem;left:11.781684875488rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL { display:block; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ4VFNdPiVSc4Tufhmko7DyRsBM2ErvZ { width:3.9375rem;height:1.75rem;top:1.375rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zshAx2EtB9QxV6X1rt7QmmgRCk2MFnTd { display:block; }
 }@media only screen and (max-width: 763px) { #Mf92uGeQW1OR5QkPiuiT1CLNECTB0CHt { width:11.0625rem;height:1.75rem;top:1.375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmCqRpOXVnrftubWtnSp6tvsHWmddq8 { display:block; }
 }@media only screen and (max-width: 763px) { #I74BIIfMEDGPXg1KcdmtCyomlxdya2nL { top:2.8125rem;left:47.125rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU9IzCbNM1oZo6G4uTI6W3wgPcQKy7T0 { width:8.75rem;height:1.75rem;top:1.0625rem;left:35.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8wVMG5TtFsL1MT959hAHibhfXTVZaWh { display:block; }
 }@media only screen and (max-width: 763px) { #D7Z3HsUq1g26GPVQCqEmtlJ0s4xL4n9p { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ze076U78EImwEvnZIVqSNtudT5TR8br8 { display:block; }
 }@media only screen and (max-width: 763px) { #RNaHcB9DTCLc7KfvqirzOWToupydatDG { width:8.75rem;height:1.75rem;top:1.1875rem;left:39rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPMLUUdTGPyrfkQD3X04JbOZacIO2oZL { display:block; }
 }@media only screen and (max-width: 763px) { #rVqz4Ph5KG1MT3wLgb0rcvPzrtvIKTUC { top:1.6875rem;left:9.125rem;width:10.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv6xCmyesh8isT1HN3BobANvKJxBnb9e { top:1.6875rem;left:22.375rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPL1vFT5fHMAMDwP1uaEafESaLuOMpF0 { top:1.5rem;left:7.4375rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXlEslb5tIWUfykFzXTd8Ma8UWCPo29k { top:1.5rem;left:20.8125rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIB3fWktxiVbGsU1yqiV5en8oHfwZFML { width:4.5625rem;height:1.75rem;top:1.375rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVeOLcmBMrSZSlHMiDd6GbCM6qzJZeRG { display:block; }
 }@media only screen and (max-width: 763px) { #BzVEt9TPhzJyiFPZqeIvIy7R9XRJLP2m { width:9.125rem;height:1.75rem;top:1.375rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDINnlaq5kNSSNQKrrBc1lhW727wAzzy { display:block; }
 }@media only screen and (max-width: 763px) { #T0Dm549fOnD3NRRUe9dxkRF0rpHW2ABi { width:3.9375rem;height:1.75rem;top:1.375rem;left:43.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtGaNZVbRf58P4mVeHaxe7rSXhZbBu7K { display:block; }
 }@media only screen and (max-width: 763px) { #Xdm3fLz1Mui7pBVipPKgMxNABLTVgpTF { top:0.75rem;left:0rem;width:12.0625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKl7bIv0Fp0OzRCr9lxD54pdcNdHwwMW { top:30.3125rem;left:22.625rem;width:2.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l42FxmRXtAfUocbgciFp6IgPy8w9ckRn { top:34.1875rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTS1UcM6IOd0MCLTkB9LtZlyNiNhhhw { top:38.875rem;left:18.25rem;width:11.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGG5r056UnU4XRF2QMsXlpu4v9KWMmXo { top:43.5rem;left:18.25rem;width:11.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5BRsnztCuTpdgVDPekzzPNahSAPW79v { top:48.625rem;left:18.25rem;width:11.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaorn2ihr9Av71pPltrdlEeaV308ByDB { width:37.25rem;height:38.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6EVeI1GomEXgHNR6f4f9XxUEDFOADku { top:12.875rem;left:11.375rem;width:25rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TBT7wdfiPA8tqi3NrV9v3kibl5OIca { top:24.5rem;left:18.125rem;width:29.625rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3ghLHeCiB7VBafJNE77p6V936yOe0rB { top:22.4375rem;left:0rem;width:31.625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRaA1JXpJ1mOn8xKuxAHZrJy12pbiJ01 { width:37.8125rem;height:26.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 { display:block; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2oTPBr7xGq4fkFXbs21bqbTeHV8T6Z1 { top:11.5rem;left:0rem;width:23.4375rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abHsODJHSRJRvBFsf2I3afUu0wVIXhF8 { top:19.4375rem;left:0rem;width:21.6875rem;height:6.1695380166156rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukvLLpwL8MC669MWcu7yV2qCFg0aGLr { top:27.3125rem;left:0rem;width:30.75rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abcO7DWbHTaJmPxHPpvZi3n5elk3ZkZg { top:19.4375rem;left:14.625rem;width:33.125rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4xyK46FEPAh5qMC9orHxz84atwQ8Ksb { top:38.3125rem;left:23.875rem;width:2.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8to9k2JlkaNOSbCHqnT6n9KLKdCnu6 { top:38.3125rem;left:37.5rem;width:2.1875rem;height:2.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcS8MyQPAkmp3hrNkL9Dv21N7aJV5Xzv { top:42.3125rem;left:37.4375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZEM4ByVZmbkdCT0gxQ08Wd8UIDDwBd0 { top:42.3125rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlNHl5TdoDTlh0QQ9uqttcDObHNVMtr { top:42.5rem;left:35.5rem;width:12.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3hdwHLgbxvUXEXGIZhyWMhKwcQBcZEA { top:42.5rem;left:23.875rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoD9FvmcmKHHetEq5onsorzdroqwOpFL { display:block; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9eE3JbhIOgOHZSTH5tTdt3wubyKzwHz { top:7.5rem;left:0rem;width:35.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnsldt7Bz8VmRLtkguz1bOoZigOS92KU { top:14.5625rem;left:17rem;width:30.75rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHPS03ZmpJn9JlqylU6cFU4gq1Ni7eO8 { top:10.25rem;left:19.125rem;width:28.625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heg9h0EORGRPHdXEPEgvhTanPiDhzKFX { top:7.5rem;left:19.125rem;width:28.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JQvHGbOxB3CuZiK3bb4VonMThpixQA { display:block; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATS11xDNpTb608BTTRg6gE6MSCdshMQK { top:1.25rem;left:3.3125rem;width:41.125rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmAbM8JJGKWlTxUbeD00DScksC32GZkT { display:block; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmSkEEMGgz8VCfSw9ITvyyfn2lcRJkol { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4emKiWsBMX7Fxhfn04zAyLHyxbwaPUT { top:5.125rem;left:11.6875rem;width:36.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOw37X5tRwPok9hombOM7xaF08pPpi5G { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0bWin1tZooESaKGA6uJCho7PfvROtLZ { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUbFIMFw7P7IbH8hKeZ8iOlKX8s2aMWT { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBlw6NVKEyAAGg3vypb9Bw18f0G8BSZ9 { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKWsZMxxiXcf9c7wRPGQfAUXH4DZch63 { top:0rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9ezIkJ842f1reoLL296JzTc34kHhu5e { display:block; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5u0LpR3Txqo39HnAKSc5VigBcKhrcRx { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBu9yukcQlksoBv3PkLk3MrbT3Zy0rET { top:5.125rem;left:9.9375rem;width:37.8125rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3btqKWzdoab7q2rgBRJh6vf4mcI5eG { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28Np5SfpklyZeG231Svzvy5kis42GV4 { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkNnMT1toJ3PD3cDygGIz0NOZor25qT { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUMK6Wr6bHgqvz0tuSMHOf8etc1pHKLu { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGpzLqSVZh9fxIcIVEyLQHeyLIhtNENb { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q { display:block; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyDNOS1tUAkPeUP2VtRkSJmmUpDyT18f { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL8rkCRMIUFzyBRuGo7fVkDwzLoff31m { top:5.125rem;left:12.171875rem;width:26.5rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCKTCwbwECWOsnavQdp1ZHPfqOVpQ9Za { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQWuTHV5H6P5Vhsu5choPkMy4PxpqITT { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jad4IcKA9IQWiC86ac85hyGzLD1TmSIs { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLuIRcmKI7dhlaIcgPS0dNhTfZ4KDnhG { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgAphWvTLRp4PFp5xUKJeKsuuManv6Az { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV { display:block; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX6xn0R1lF1Ww8rViBw4vNZs2Vk78RcB { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dE6DgpLLKisb8zE7uMPL1d21e4qOx6r7 { top:5.125rem;left:12.171875rem;width:31.1875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2cubXbFtPIHH4vxAAQQu7MQJvB3syEe { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoofHwCTUWKSaBAlB99npEnkEJTrniUK { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqe3oneVaWsoVmRTFCLMz9FV8WHTF1O { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKFFKBbuhFGmNTO8IaPk8QDe6tIyTFH { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMEwXynfkhqgFEG2ZMnCd2OiHneAg71 { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 { display:block; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpGF3Zo3iJWHHsFQ3AwyNU342QNkS3NX { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD9xU30Kwo8H6xabuBbDmrC62V25fP1Z { top:5.125rem;left:12.171875rem;width:32.0625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed0v31r0g9CSaFZrAruXywEDZ97CUo7O { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEgTStPItHts6092lX5img14XdouZFp { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHK36r4s1TG0UCdTWWuTEhq15zvlP01 { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTa7HC0vOKBWAQP42HHcbRozXfAEfGA { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMvPbK7POQ7pefJ7i6S0HPxnu3lqOVwo { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL { display:block; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8SfhgTTpzDTL7JAwQTb62TTZpgWFmTN { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #koMFxP0pS9KoHXgS56FrEZ6nUXdTOW4i { top:4.75rem;left:10.125rem;width:37.625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o69p2rKyTuMgZuKOuCTy2C9NANEHVeNc { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP6XT2WXMqTWwKNLPW7TCpzyishf57bC { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbipVLwtuh1x6oNBIFICaPmHlPInqKJL { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2SFB6EPTHOGFZMT05g133Fob7PxZ0TZ { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4HpvwphTuDdNse0fEERt960HnDm82Sl { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 { display:block; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPQaohT5LOSioo4HOXqSq1m6XRFPJHe4 { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QazeCZiCCAh9yBM20XZNrO3sGcZBy21v { top:4.625rem;left:8.625rem;width:39.125rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6EUKCfTy49lPbGtoTgGCUbXQPneGVqe { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CsG4yLTQKTZgTavk4KOIm1Ru61zvby { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM4W9h7eIidrGC13UZkGHzPlhwbVJJIg { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip1bE5QtirUB2Z6BLI5pd9mkfoECRMrp { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX5cyfAcd7u6JTvgbyZUuHS2yiTcJUeT { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3lig0JXD95Am26hXyTItGkmXbuHpxWk { display:block; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXJuaixmVIfbWNN4pmXiBEEcperfuleo { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5SH12wOOuhicvH8GDbPSJC0h6bDb2Ei { top:5.125rem;left:12.171875rem;width:35rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTdo2kUHHuT9xSqqOd55yGUPWPTUTS6 { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgA1d408ANwlNNUfePknikcFaFLsxcaC { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTwnvkldHUfMTzQ3GDsTpK339NI6okw { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmzCoTd7q9GTZIa4Z1GGcocH0iFnihM { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9IvNAUoykTS42EyKKm2A4mT1wId0TG4 { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV { display:block; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edqEcHaRzAGo3kZcgXnriEbia4QQSUbk { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARnmfNKTdfPGo7PhC7zGNPZpTHuG8C6U { top:5.125rem;left:10rem;width:37.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwN7nCUuzk1No2l3xkqwNvR5LWixtEw { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgU3Tauq9WwiiLNhrwfhG5qnEyxNm746 { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxXMcEU2aGJRtWCfcK9eCB7KLNxlKyh { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORakOTbdbG3mZCNKGTs4fvEBkO7ta5F2 { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2znyBcfH1NiMmmJEx439PF5usA77n8o { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH { display:block; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXKJHZASDzgXlhkQdDwv899AZxMrFg4Z { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibvcDvgHHlxEzTA4LW6nMCv2dNUqOyQn { top:5.125rem;left:12.171875rem;width:33.75rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWkfy1XXklsxp7G7yOFJGpHsXpClITQq { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf66L6phvxbHOt0Xs8Gkq1TTbkvKz2hc { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFek2nPBX2Tw0yyi9SQLXm2VnqR4z5T2 { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxfc3LLBLTsMiaEHM1o54XMppWL4ch2O { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oodr6fiBxrQfhJDuR20fGr7qg9ozNNzG { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcBRgK67UVRACSIQWRDcNxksEZVNpFpA { display:block; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCprnb4bOpZJ9KaUHTncg7gouUHdpS23 { top:2.6875rem;left:12.172527313233rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miwfy8TRE7pNDsR0I9xTgTbwEaLi909U { top:5.125rem;left:12.171875rem;width:33.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf2g3A27blXF347G4vKeaCWkOA6d878t { top:8.875rem;left:12.172527313233rem;width:10.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85Uaifoy0mNMvUBv4STSUoq51hwbaEe { top:8.875rem;left:24.672527313233rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTUTrtqbF37rCQHvleMDyTZzXfE9Sbn { top:8.875rem;left:35.733730316162rem;width:9.75rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpzR0EgHBOQTpsQMTXr3P91daJWfuNgJ { top:0.3125rem;left:0rem;width:10.8125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4PUeltvxm5iFWf2zBiZRRKQvmDBFNHv { top:0.0625rem;left:0rem;width:47.75rem;height:11.097547974414rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o { display:block; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3XRlC0H7taTiIl2F1b2ySS3CE63gCDo { top:9.3125rem;left:20.125rem;width:7.5rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spqogAn0TtH4KxIVDqBTbQqcNoksl7Jc { top:12.6875rem;left:3.25rem;width:41.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaQJ6gCniFsRdk8DD3hTuEqV59aKBdQX { width:15.625rem;height:3.3125rem;top:19.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAz9DUVIwIz2TTRPqd2JeOfKh6sJKFZl { display:block; }
 }@media only screen and (max-width: 763px) { #ubC5sJENV4dRi8xv4WnG0I9uIa8X7BHg { top:31.375rem;left:15rem;width:17.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 { display:block; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwQxHdswCxAb7M6KIzRfuuwDVuQtD14D { top:0.625rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL { position:relative;z-index:auto;display:block; }#O5q7WaBQl8tcIJu3apVyRsRaphWT7JIL > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQ4VFNdPiVSc4Tufhmko7DyRsBM2ErvZ { width:7.8125rem;height:2.5rem;top:11.8740234375rem;left:11.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zshAx2EtB9QxV6X1rt7QmmgRCk2MFnTd { display:block; }
 }@media only screen and (max-width: 763px) { #Mf92uGeQW1OR5QkPiuiT1CLNECTB0CHt { width:10.4375rem;height:1.75rem;top:9.560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POmCqRpOXVnrftubWtnSp6tvsHWmddq8 { display:block; }
 }@media only screen and (max-width: 763px) { #I74BIIfMEDGPXg1KcdmtCyomlxdya2nL { width:0.625rem;height:0.625rem;top:2.8125rem;left:9.6875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mU9IzCbNM1oZo6G4uTI6W3wgPcQKy7T0 { width:9.375rem;height:2.5rem;top:4.875rem;left:10.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #L8wVMG5TtFsL1MT959hAHibhfXTVZaWh { display:block; }
 }@media only screen and (max-width: 763px) { #D7Z3HsUq1g26GPVQCqEmtlJ0s4xL4n9p { width:5.5rem;height:2.5rem;top:4rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Ze076U78EImwEvnZIVqSNtudT5TR8br8 { display:block; }
 }@media only screen and (max-width: 763px) { #RNaHcB9DTCLc7KfvqirzOWToupydatDG { width:6.25rem;height:2.5rem;top:8.4375rem;left:11.249999582768rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #JPMLUUdTGPyrfkQD3X04JbOZacIO2oZL { display:block; }
 }@media only screen and (max-width: 763px) { #rVqz4Ph5KG1MT3wLgb0rcvPzrtvIKTUC { width:10.9375rem;height:1.13671875rem;top:6.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jv6xCmyesh8isT1HN3BobANvKJxBnb9e { width:8.8125rem;height:1.13671875rem;top:6.5rem;left:11.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JPL1vFT5fHMAMDwP1uaEafESaLuOMpF0 { width:1.5rem;height:1.5rem;top:4.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXlEslb5tIWUfykFzXTd8Ma8UWCPo29k { width:1.5rem;height:1.5rem;top:4.9375rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIB3fWktxiVbGsU1yqiV5en8oHfwZFML { width:4.5625rem;height:1.75rem;top:1.375rem;left:7.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVeOLcmBMrSZSlHMiDd6GbCM6qzJZeRG { display:block; }
 }@media only screen and (max-width: 763px) { #BzVEt9TPhzJyiFPZqeIvIy7R9XRJLP2m { width:9.125rem;height:1.75rem;top:9.560546875rem;left:10.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDINnlaq5kNSSNQKrrBc1lhW727wAzzy { display:block; }
 }@media only screen and (max-width: 763px) { #T0Dm549fOnD3NRRUe9dxkRF0rpHW2ABi { width:7.8125rem;height:2.5rem;top:11.8740234375rem;left:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #GtGaNZVbRf58P4mVeHaxe7rSXhZbBu7K { display:block; }
 }@media only screen and (max-width: 763px) { #Xdm3fLz1Mui7pBVipPKgMxNABLTVgpTF { width:12.0625rem;height:2.9375rem;top:0.625rem;left:3.96875rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c0672486-cd6d-4c01-8388-3811a8759fe5/MaskGroup5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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 > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKl7bIv0Fp0OzRCr9lxD54pdcNdHwwMW { width:2.4375rem;height:2.3745513629334rem;top:6.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l42FxmRXtAfUocbgciFp6IgPy8w9ckRn { width:12.5rem;height:1.625rem;top:10.5rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHTS1UcM6IOd0MCLTkB9LtZlyNiNhhhw { width:11.25rem;height:2.56185rem;top:13.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGG5r056UnU4XRF2QMsXlpu4v9KWMmXo { width:11.25rem;height:2.87435rem;top:17.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5BRsnztCuTpdgVDPekzzPNahSAPW79v { width:11.25rem;height:2.87435rem;top:21.3125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qaorn2ihr9Av71pPltrdlEeaV308ByDB { top:26.009765625rem;left:0rem;width:20rem;height:20.499rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L6EVeI1GomEXgHNR6f4f9XxUEDFOADku { width:16.0625rem;height:4.0625rem;top:1.8828125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3TBT7wdfiPA8tqi3NrV9v3kibl5OIca { width:12.5625rem;height:12.5625rem;top:46.9375rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3ghLHeCiB7VBafJNE77p6V936yOe0rB { width:13.375rem;height:13.375rem;top:46.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRaA1JXpJ1mOn8xKuxAHZrJy12pbiJ01 { top:25.625rem;left:0rem;width:20rem;height:14.1875rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 { display:block; }#QJVkAefgxBLGc2zkyUurzFMqRFu82Du2 > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2oTPBr7xGq4fkFXbs21bqbTeHV8T6Z1 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #abHsODJHSRJRvBFsf2I3afUu0wVIXhF8 { width:20rem;height:5.6894875081181rem;top:7.6964rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SukvLLpwL8MC669MWcu7yV2qCFg0aGLr { width:20rem;height:21.9287rem;top:14.63541875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abcO7DWbHTaJmPxHPpvZi3n5elk3ZkZg { width:20rem;height:12.6875rem;top:37.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4xyK46FEPAh5qMC9orHxz84atwQ8Ksb { width:2.1875rem;height:2.875rem;top:49.4365234375rem;left:10.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SA8to9k2JlkaNOSbCHqnT6n9KLKdCnu6 { width:2.1875rem;height:2.874025rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcS8MyQPAkmp3hrNkL9Dv21N7aJV5Xzv { width:1.75rem;height:1.75rem;top:52.8427734375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZEM4ByVZmbkdCT0gxQ08Wd8UIDDwBd0 { width:1.6875rem;height:1.6875rem;top:52.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlNHl5TdoDTlh0QQ9uqttcDObHNVMtr { width:6.875rem;height:2.923825rem;top:52.8427734375rem;left:12.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3hdwHLgbxvUXEXGIZhyWMhKwcQBcZEA { width:7.3115rem;height:2.923825rem;top:52.8427734375rem;left:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoD9FvmcmKHHetEq5onsorzdroqwOpFL { display:block; }#BoD9FvmcmKHHetEq5onsorzdroqwOpFL > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T9eE3JbhIOgOHZSTH5tTdt3wubyKzwHz { height:11.1845625rem;width:20rem;top:20.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnsldt7Bz8VmRLtkguz1bOoZigOS92KU { width:20rem;height:17.54294375rem;top:1.4990234375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHPS03ZmpJn9JlqylU6cFU4gq1Ni7eO8 { width:20rem;height:4.875rem;top:40.0390546875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heg9h0EORGRPHdXEPEgvhTanPiDhzKFX { width:20rem;height:2.35546875rem;top:36.4335859375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5JQvHGbOxB3CuZiK3bb4VonMThpixQA { display:block; }#z5JQvHGbOxB3CuZiK3bb4VonMThpixQA > .row .container { width:20rem;height:6.44921875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATS11xDNpTb608BTTRg6gE6MSCdshMQK { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmAbM8JJGKWlTxUbeD00DScksC32GZkT { display:block; }#DmAbM8JJGKWlTxUbeD00DScksC32GZkT > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmSkEEMGgz8VCfSw9ITvyyfn2lcRJkol { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x4emKiWsBMX7Fxhfn04zAyLHyxbwaPUT { width:18.8125rem;height:3.25rem;top:12.7119140625rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOw37X5tRwPok9hombOM7xaF08pPpi5G { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0bWin1tZooESaKGA6uJCho7PfvROtLZ { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUbFIMFw7P7IbH8hKeZ8iOlKX8s2aMWT { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBlw6NVKEyAAGg3vypb9Bw18f0G8BSZ9 { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IKWsZMxxiXcf9c7wRPGQfAUXH4DZch63 { width:20rem;height:4.6481876332622rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9ezIkJ842f1reoLL296JzTc34kHhu5e { display:block; }#n9ezIkJ842f1reoLL296JzTc34kHhu5e > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5u0LpR3Txqo39HnAKSc5VigBcKhrcRx { width:12.5rem;height:1.21875rem;top:10.68359375rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBu9yukcQlksoBv3PkLk3MrbT3Zy0rET { width:18.4375rem;height:3.4121125rem;top:12.52734375rem;left:0.78125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uI3btqKWzdoab7q2rgBRJh6vf4mcI5eG { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #y28Np5SfpklyZeG231Svzvy5kis42GV4 { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHkNnMT1toJ3PD3cDygGIz0NOZor25qT { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUMK6Wr6bHgqvz0tuSMHOf8etc1pHKLu { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #rGpzLqSVZh9fxIcIVEyLQHeyLIhtNENb { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q { display:block; }#h1qTLqFem5qJ1f2ZStM5wRtbWbH1w30q > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyDNOS1tUAkPeUP2VtRkSJmmUpDyT18f { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QL8rkCRMIUFzyBRuGo7fVkDwzLoff31m { width:15.0625rem;height:3.25rem;top:12.98046875rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCKTCwbwECWOsnavQdp1ZHPfqOVpQ9Za { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQWuTHV5H6P5Vhsu5choPkMy4PxpqITT { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jad4IcKA9IQWiC86ac85hyGzLD1TmSIs { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLuIRcmKI7dhlaIcgPS0dNhTfZ4KDnhG { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BgAphWvTLRp4PFp5xUKJeKsuuManv6Az { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV { display:block; }#Bz6tm0eV8CN9hsO26voZmmarhA3zv2BV > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX6xn0R1lF1Ww8rViBw4vNZs2Vk78RcB { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dE6DgpLLKisb8zE7uMPL1d21e4qOx6r7 { width:14rem;height:3.25rem;top:12.85546875rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2cubXbFtPIHH4vxAAQQu7MQJvB3syEe { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoofHwCTUWKSaBAlB99npEnkEJTrniUK { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqe3oneVaWsoVmRTFCLMz9FV8WHTF1O { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTKFFKBbuhFGmNTO8IaPk8QDe6tIyTFH { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OVMEwXynfkhqgFEG2ZMnCd2OiHneAg71 { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 { display:block; }#VrIxLk9hXz1ghrNOov0Et7WOnNOdBCl9 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpGF3Zo3iJWHHsFQ3AwyNU342QNkS3NX { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HD9xU30Kwo8H6xabuBbDmrC62V25fP1Z { width:15.1875rem;height:3.25rem;top:12.98046875rem;left:2.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ed0v31r0g9CSaFZrAruXywEDZ97CUo7O { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdEgTStPItHts6092lX5img14XdouZFp { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHK36r4s1TG0UCdTWWuTEhq15zvlP01 { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTa7HC0vOKBWAQP42HHcbRozXfAEfGA { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SMvPbK7POQ7pefJ7i6S0HPxnu3lqOVwo { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL { display:block; }#vob2wGRPo4XdNB7cT6kFWbg5P3wD6rbL > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8SfhgTTpzDTL7JAwQTb62TTZpgWFmTN { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #koMFxP0pS9KoHXgS56FrEZ6nUXdTOW4i { width:17.6875rem;height:4.875rem;top:12.08984375rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o69p2rKyTuMgZuKOuCTy2C9NANEHVeNc { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JP6XT2WXMqTWwKNLPW7TCpzyishf57bC { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbipVLwtuh1x6oNBIFICaPmHlPInqKJL { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2SFB6EPTHOGFZMT05g133Fob7PxZ0TZ { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #m4HpvwphTuDdNse0fEERt960HnDm82Sl { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 { display:block; }#uxrR6MyDn5N9VqJvmT0xbZ28n5lTlfe1 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NPQaohT5LOSioo4HOXqSq1m6XRFPJHe4 { width:12.5rem;height:1.21875rem;top:10.62109375rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QazeCZiCCAh9yBM20XZNrO3sGcZBy21v { width:17.625rem;height:4.875rem;top:11.77734375rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s6EUKCfTy49lPbGtoTgGCUbXQPneGVqe { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CsG4yLTQKTZgTavk4KOIm1Ru61zvby { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JM4W9h7eIidrGC13UZkGHzPlhwbVJJIg { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip1bE5QtirUB2Z6BLI5pd9mkfoECRMrp { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oX5cyfAcd7u6JTvgbyZUuHS2yiTcJUeT { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3lig0JXD95Am26hXyTItGkmXbuHpxWk { display:block; }#b3lig0JXD95Am26hXyTItGkmXbuHpxWk > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KXJuaixmVIfbWNN4pmXiBEEcperfuleo { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5SH12wOOuhicvH8GDbPSJC0h6bDb2Ei { width:15rem;height:3.25rem;top:12.91796875rem;left:2.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZKTdo2kUHHuT9xSqqOd55yGUPWPTUTS6 { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgA1d408ANwlNNUfePknikcFaFLsxcaC { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTwnvkldHUfMTzQ3GDsTpK339NI6okw { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgmzCoTd7q9GTZIa4Z1GGcocH0iFnihM { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #a9IvNAUoykTS42EyKKm2A4mT1wId0TG4 { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV { display:block; }#TMM4CnauUSRJUiNKxh4WpDFNL8UuiWWV > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edqEcHaRzAGo3kZcgXnriEbia4QQSUbk { width:12.5rem;height:1.21875rem;top:10.62109375rem;left:3.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARnmfNKTdfPGo7PhC7zGNPZpTHuG8C6U { width:17.625rem;height:4.875rem;top:11.90234375rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikwN7nCUuzk1No2l3xkqwNvR5LWixtEw { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgU3Tauq9WwiiLNhrwfhG5qnEyxNm746 { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxXMcEU2aGJRtWCfcK9eCB7KLNxlKyh { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORakOTbdbG3mZCNKGTs4fvEBkO7ta5F2 { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #F2znyBcfH1NiMmmJEx439PF5usA77n8o { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH { display:block; }#ZBLTsdDiCFk0P6WnlrwTLBgDcbE5aSIH > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXKJHZASDzgXlhkQdDwv899AZxMrFg4Z { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ibvcDvgHHlxEzTA4LW6nMCv2dNUqOyQn { width:14.75rem;height:3.25rem;top:12.91796875rem;left:2.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tWkfy1XXklsxp7G7yOFJGpHsXpClITQq { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf66L6phvxbHOt0Xs8Gkq1TTbkvKz2hc { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFek2nPBX2Tw0yyi9SQLXm2VnqR4z5T2 { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxfc3LLBLTsMiaEHM1o54XMppWL4ch2O { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #oodr6fiBxrQfhJDuR20fGr7qg9ozNNzG { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcBRgK67UVRACSIQWRDcNxksEZVNpFpA { display:block; }#gcBRgK67UVRACSIQWRDcNxksEZVNpFpA > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCprnb4bOpZJ9KaUHTncg7gouUHdpS23 { width:12.5rem;height:1.21875rem;top:10.871311187744rem;left:3.7500000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #miwfy8TRE7pNDsR0I9xTgTbwEaLi909U { width:17.375rem;height:3.25rem;top:12.66796875rem;left:1.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gf2g3A27blXF347G4vKeaCWkOA6d878t { width:11.25rem;height:2.5625rem;top:17.252611160278rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85Uaifoy0mNMvUBv4STSUoq51hwbaEe { width:11.25rem;height:2.875rem;top:20.751953840256rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCTUTrtqbF37rCQHvleMDyTZzXfE9Sbn { width:11.25rem;height:2.875rem;top:24.503040313721rem;left:4.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpzR0EgHBOQTpsQMTXr3P91daJWfuNgJ { width:19.9375rem;height:30.1875rem;top:0rem;left:0rem;overflow:hidden;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #f4PUeltvxm5iFWf2zBiZRRKQvmDBFNHv { width:20rem;height:4.6481876332622rem;top:0.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o { display:block; }#bvpyTacwXPDKUQXuplkP03Mmrq1F7A2o > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3XRlC0H7taTiIl2F1b2ySS3CE63gCDo { width:7.5rem;height:0.1875rem;top:10.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spqogAn0TtH4KxIVDqBTbQqcNoksl7Jc { width:17.3123125rem;height:10.233375rem;top:11.998046875rem;left:1.3427734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaQJ6gCniFsRdk8DD3hTuEqV59aKBdQX { width:15.50173625rem;height:3.1883675rem;top:25.9609375rem;left:2.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAz9DUVIwIz2TTRPqd2JeOfKh6sJKFZl { display:block; }
 }@media only screen and (max-width: 763px) { #ubC5sJENV4dRi8xv4WnG0I9uIa8X7BHg { width:13.875rem;height:3.5rem;top:37.0859375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 { display:block; }#KGAi2dDEu8IZaCMc8eIKbsl372Oq6l89 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwQxHdswCxAb7M6KIzRfuuwDVuQtD14D { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }