.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,255;--color-primary-1:249,249,249;--color-primary-2:250,250,250;--color-primary-3:227,227,227;--color-primary-4:50,50,50;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Poppins; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-1),1);background-image:none;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 > .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:arial;height:52.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#TbKCgT6BbLacvdmlalBA8eEI5TgMkFSb { 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:3.125rem;width:10.6875rem;top:6.5rem;left:0rem;overflow:hidden;display:block; }
#IJ7gG8K1TDvvCEGSpBtle0X2g1eQ3sRS { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.75rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTz1ndXFtyWNSmxZNTtq0derknlhaquX { position:absolute;display:block;z-index:15002;height:38.125rem;width:39.375rem;top:12.75rem;left:35.625rem;display:block; }
#wbX8F9fMpkEJUIaWBGlx5y2Jk5KZIEal { color:rgba(var(--color-tertiary-2),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:31.6875rem;left:0rem;height:4.72265625rem;font-style:normal;display:block; }
#dz7opleuEoRfDRf1eMs4TgKHEKEbEThm { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.875rem;left:30.59375rem;display:none; }
#vv2iaUnylEzIO1JIlq3atv2AzLhM6DQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOtDwPJlBATPfAzK5Hqw1T8DEmWaNHIx { 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:14.375rem;width:28.0625rem;top:37.6875rem;left:0rem;overflow:hidden;display:block; }
#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/aff87d73-11fd-410e-bb5e-afa7c9a41cb0/VM02sectionBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM.adaptive-delivery-prevent-bg, #MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM.lazyload, #MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM.lazyloading { background-image: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container { background-color: transparent; background-image: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container > .video-iframe-container { display: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row > .video-iframe-container { display: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .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); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container { border-width: 0; border-radius: 0; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:75rem;position:relative;display:block; }#kTTdKn0zymec6XHCi1uV3WCgNR0CvPnp { color:rgba(var(--color-tertiary-2),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4375rem;left:11.875rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nk2N12Z1pog117nmvdxHEwM94kIxHZzL { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gBEPCkJenQKCKcLQGKy4dB1uBwIDp4HO { color:#d10aa2;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:12.7109375rem;left:0rem;height:4.8994125rem;font-style:normal;display:block; }
#k8U5SX9ERREEtTV4EdpxCEUa2k8kWxAe { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.609375rem;left:0rem;height:1.3994125rem;font-style:normal;display:block; }
#LumI7Gv6w0FkT0qRfcp8FqwdRr1C0cEM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:17.625rem;left:18.75rem;height:1.3994125rem;font-style:normal;display:block; }
#KUbHwlpAXKi93aHcyeypHzmmJXErASbx { color:#d10aa2;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:12.6875rem;left:18.75rem;height:4.8994125rem;font-style:normal;display:block; }
#PsTftTZTSTQ1EEiMF9uDmHTkJtMsTT7e { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.75rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dB9ov5NuLfnqtXFRhJTSMbiVW4S7F6TM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:17.625rem;left:37.5rem;height:1.3994125rem;font-style:normal;display:block; }
#gcruZTTasuTesng5GhO5v5JfcNa9kTFM { color:#d10aa2;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:12.6875rem;left:37.5rem;height:4.8994125rem;font-style:normal;display:block; }
#WCzthq7Tfsyzl5QBiNrFvqILoyWkg0If { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:11.25rem;left:37.5rem;height:1.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#u7S5nfGez6TIUI2wyz4RNrlqIylW3TUM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:17.625rem;left:56.25rem;height:1.3994125rem;font-style:normal;display:block; }
#xvvHhaOmsIBx9a7r1UIoztp0MxThD0ym { color:#d10aa2;display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:12.6875rem;left:56.25rem;height:4.8994125rem;font-style:normal;display:block; }
#lbUwRHQTmZJ3d2NaqIBpWoPb0nFD0hEF { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.25rem;left:56.25rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WB6si1MX8CrUcB5GNHWzb06RueDiMyzA { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;display:none; }
#bT6hIR52UZMPgVAml7dQ4OiO2VWeOisJ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;display:none; }
#VdmM90cmLxy0M8qgPXTT00LfTV7FFKez { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;display:none; }
#oc4uKO27SOJQCZlrnWJ4HuWvi1zL5MrQ { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.875rem;left:30.59375rem;display:none; }
#EyK9vhrQ6vG0QLsNh6g64l2B45AEZ7wM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ECUnip5TwVrWTxDoM8W52UysnJhf3Q78 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-3),1);background-image:none;display:none; }
#rX8d1vcOusKBZrgTqpqHi88fIrg9LeRS { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.875rem;left:0rem;display:block; }
#gHP3aesrzQsUKSnm0JM5NGZcDOfyJRzR { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:21.3125rem;left:0rem;display:block; }
#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container { background-color: transparent; background-image: none; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container > .video-iframe-container { display: none; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row > .video-iframe-container { display: none; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .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); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container { border-width: 0; border-radius: 0; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#PaIDLAk8Epabd5HlJx0C2b2Q6MraN4tr { color:rgba(var(--color-tertiary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JXGs1wqmKzIct64ZFZdEBkiBk8RJVVsh { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.125rem;left:0rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aGcqwVE6Vw7VuR0yoGP0c6BqEM4RBpKD { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28.8125rem;left:0rem;height:5.59765625rem;font-style:normal;display:block; }
#RFr6TECl2ZAl5ssllZNqBkFNIul3HuZ2 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.07421875rem;left:49.5rem;display:block; }
#PO3sF4iQnMRTH3ubZzkpgLmRnXriAJf9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eD2HFiyRpoEoiqtEt7RixNzuvd5nFsnM { position:absolute;display:block;z-index:15014;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.8125rem;width:3.6875rem;top:16.1875rem;left:12.375rem;overflow:hidden;display:block; }
#rBCoq0X3uXhNgQR4y6xiRXqby1QFFaB9 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:26rem;left:0rem;height:2.0996125rem;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; }
#gmwMfZtomaI2Aq3qh9J3MrBwPfF4rZ00 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:28.9375rem;left:18.75rem;height:6.9970625rem;font-style:normal;display:block; }
#T6JWnGnvEJysJpd75XpGdChkTf6r4W91 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.125rem;left:18.75rem;height:2.0996125rem;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; }
#PT7W75zauuJedohJ2E2GrNNBlZkeMlCR { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:28.8125rem;left:37.5rem;height:9.795875rem;font-style:normal;display:block; }
#PgxA0UwHR70aAti8OXR0zbCuREvVIK8Q { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:26rem;left:37.5rem;height:2.0996125rem;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; }
#CoeIBulimmDggtImitz1rPyWytnPm360 { color:rgba(var(--color-tertiary-2),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:28.8125rem;left:56.25rem;height:5.59765625rem;font-style:normal;display:block; }
#tgGfterLavi50hT1g9B6gB6M7tkqCwzL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:26rem;left:56.25rem;height:2.0996125rem;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; }
#XuwQRsOGgMU2BWOKzuTGMLAdJGFmySPN { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:18.75rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kmxuTSstVVUHClTv2RORPlXqL18f2ce9 { position:absolute;display:block;z-index:15015;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.8125rem;width:3.6875rem;top:16.1875rem;left:33.875rem;overflow:hidden;display:block; }
#miTnrgc19U2HhfOqhTrxsqwCOTNA5Tm7 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.625rem;top:10.1875rem;left:19.28125rem;overflow:hidden;display:block; }
#VvDy2J4s6wRQ5muqE7R3i8DH97ow7ozt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.625rem;top:19.03125rem;left:19.28125rem;overflow:hidden;display:block; }
#TdaDHTgnIxRIO5XSlRuBip3a9fH7Irii { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.625rem;top:19.03125rem;left:38.53125rem;overflow:hidden;display:block; }
#AddMmwg9DvuuRA9e32oxbgNDQGGnt33h { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.5rem;height:2.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mxHB5g39muu3ub98U6nMc3W2mnVzKTg6 { position:absolute;display:block;z-index:15019;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.8125rem;width:3.6875rem;top:16.1806640625rem;left:52.625rem;overflow:hidden;display:block; }
#BSD4unVv2wJwvPW8wveNZ0ukc6cPiJFU { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.625rem;top:10.1875rem;left:38.53125rem;overflow:hidden;display:block; }
#I34DvTzNb9PvqlmMTE6IPLTrtd3NW6D4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:15.125rem;left:58.28125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JxFdx3PhbFk0O8bexSJKuqfCFn8LTxbK { color:#a6b3c4;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3515625rem;left:0rem;height:1.3994125rem;font-style:normal;display:block; }
#nhB9RvO6DEoP740mfbK8N7od9ZeBwy1U { 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:3.6875rem;width:0.9375rem;display:none; }
#nAAHKJBEGADKNq1fBThkvck8sPyaT7fE { 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:3.6875rem;width:0.9375rem;display:none; }
#rXaz2hvshBzg53dmUl1kPl1UrygPvAyB { 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:3.6875rem;width:0.9375rem;display:none; }
#y9tf3H3P9Jc3DiPiSnLUmeON6qMIRUS8 { 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:3.6875rem;width:0.9375rem;display:none; }
#P7WdkZsSvdMvzrZZNqaFOtk0sf783evQ { 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:3.6875rem;width:0.9375rem;display:none; }
#MlUieKgQGIEtQBJc9eTs6EGlAC08kEIE { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.875rem;left:30.59375rem;display:none; }
#crv6ElhhScziLZAbRTi3pRmE8QTE7tH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pysM032i1r62DxZwbgC2znrl840BQew1 { position:relative;display:block; }#pysM032i1r62DxZwbgC2znrl840BQew1 { background-color: transparent; background-image: none; }#pysM032i1r62DxZwbgC2znrl840BQew1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row .container > .video-iframe-container { display: none; }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row > .video-iframe-container { display: none; }#pysM032i1r62DxZwbgC2znrl840BQew1 > .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); }#pysM032i1r62DxZwbgC2znrl840BQew1 { border-width: 0; border-radius: 0; }#pysM032i1r62DxZwbgC2znrl840BQew1 > .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; }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.8125rem;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; }#TB6yVKab6Jl2y1ggWZPknzCKancwiUtE { color:rgba(var(--color-tertiary-2),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:3.8994125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UZoOmN1XqTteZKaz9NzLZJdlTkHWZQzs { 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:13.125rem;width:16.9375rem;top:13.25rem;left:4.03125rem;overflow:hidden;display:block; }
#Dl3tAiWa98Z8CQVtme1Cz0a28y2tIlO8 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28.3125rem;left:7.15625rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sebLZyR5m9EzMhqI8rrWTpsXWxFkwM2A { color:rgba(var(--color-tertiary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:31.25rem;left:2.46875rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nICgk1O7OKU2DSmZsFU0QI3iPRBABt9I { color:rgba(var(--color-tertiary-2),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:31.25rem;left:26.53125rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#InHaSs6nTX8uno11ZN2zg6C5c6NcuOzN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.3125rem;left:30.1875rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vHLRVzKWg6Xn04gnpWiWQ5kLvZMdAr9p { 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:13.125rem;width:16.0625rem;top:13.25rem;left:29.0625rem;overflow:hidden;display:block; }
#n3WyhxXTiz8TyfzU8k8bkJxbaIxMBMhn { color:rgba(var(--color-tertiary-2),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:31.25rem;left:52.5rem;height:8.3965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2VTsfA5OXQzeTIQubqVKQSPr6Q0kFEJ { color:rgba(var(--color-tertiary-2),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.3125rem;left:53.9375rem;height:1.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AcF8IT2XIrxH11pUy3pcHwLplw57pn7M { position:absolute;display:block;z-index:15011;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.125rem;width:15.75rem;top:13.25rem;left:54.0625rem;overflow:hidden;display:block; }
#yLEd44Vu81Ur3i9g4xUTKcaBTZp2sGic { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.875rem;left:30.59375rem;display:none; }
#uAJZIhrUpqghhpTuofoKAEU6a9BAiKwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container { background-color: transparent; background-image: none; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container > .video-iframe-container { display: none; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row > .video-iframe-container { display: none; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .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); }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container { border-width: 0; border-radius: 0; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#gZDswN8dz0sQTNmMz9t8aNb2qUSOZKxd { 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:4.25rem;width:7.6875rem;top:3.78125rem;left:0rem;overflow:hidden;display:block; }
#JEIX1FCMVCPfnTIuNP1c7z2ogz3zyK5A { 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:2.375rem;width:8.9375rem;top:4.71875rem;left:10.6875rem;overflow:hidden;display:block; }
#i44TVPNGwzZ5mUwJkFNt6B6z9oG6F5au { 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.1875rem;width:12.75rem;top:4.8125rem;left:23.0625rem;overflow:hidden;display:block; }
#L1CTDJCvbzADdT4XcWA2ydtdq2fxrbOf { 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:1.5625rem;width:8.6875rem;top:5.125rem;left:66.3125rem;overflow:hidden;display:block; }
#Hh4NoIbDnniUCoDPOFvoVgZ2F4vmTMpJ { 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:3rem;width:10.5rem;top:4.40625rem;left:52.3125rem;overflow:hidden;display:block; }
#iwOx7PNyds0Bs6ZOunZPzq9IlJirxTaD { 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.75rem;width:10.375rem;top:5.03125rem;left:38.625rem;overflow:hidden;display:block; }
#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/0a088a27-7865-41de-865e-d097f2a95eee/VMfooterbg.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; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C.adaptive-delivery-prevent-bg, #BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C.lazyload, #BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C.lazyloading { background-image: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container { background-color: transparent; background-image: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container > .video-iframe-container { display: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row > .video-iframe-container { display: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .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); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container { border-width: 0; border-radius: 0; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#JWLobdWNEATD17v5H6WKew9rpyku1ek4 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5rem;left:12.875rem;height:7.7988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SD2S8JgJ7PgQ9bgeacwPanVQEVVTlAKJ { color:rgba(var(--color-tertiary-2),1);display:block;width:50.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:14.5625rem;left:12.125rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ehZdobPq9nsnG4zcL8wDnvAFVdpZexSr { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20.1875rem;left:24.75rem;display:block; }
#v3OPk8XzZbPUZ3B8Tw8ldvoaLn1TsKMC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cDR9lTseKfdHVvH4TycTA0D2Xzy743N2 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:22.875rem;left:30.59375rem;display:none; }
#ZJ6bMQy9zPESmKIX6CGOi816egITTWgB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMNou65Mlop99vUgc9GNfIkscfPw8pkT { position:relative;display:block; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT { background-color: transparent; background-image: none; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row .container > .video-iframe-container { display: none; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row > .video-iframe-container { display: none; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .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); }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT { border-width: 0; border-radius: 0; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .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; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#kkPRBTAna4EGTOAlfehJ9wd4Oa999wEE { 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:2.25rem;width:7.8125rem;top:2rem;left:0rem;overflow:hidden;display:block; }
#UDRlINJySeciPe6JQPS6FPMTOsGFDCu1 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:2.94970703125rem;left:24.96875rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BOdQArTtTzf061fasZGssW5W2D0zDKHe { color:rgba(var(--color-tertiary-2),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:2.94970703125rem;left:42.375rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#b5MmWXDwbOStHaDZ8E8C06XQzqna3eJC { color:rgba(var(--color-tertiary-2),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:2.51220703125rem;left:57.25rem;height:1.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;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-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbKCgT6BbLacvdmlalBA8eEI5TgMkFSb { top:6.5rem;left:0rem;width:10.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7gG8K1TDvvCEGSpBtle0X2g1eQ3sRS { top:16.75rem;left:0rem;width:31.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTz1ndXFtyWNSmxZNTtq0derknlhaquX { top:12.75rem;left:8.375rem;width:39.375rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbX8F9fMpkEJUIaWBGlx5y2Jk5KZIEal { top:31.6875rem;left:0rem;width:28.6875rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7opleuEoRfDRf1eMs4TgKHEKEbEThm { width:13.75rem;height:3.125rem;top:22.875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vv2iaUnylEzIO1JIlq3atv2AzLhM6DQv { display:block; }
 }@media only screen and (max-width: 763px) { #eOtDwPJlBATPfAzK5Hqw1T8DEmWaNHIx { top:37.6875rem;left:0rem;width:28.0625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM { display:block; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTTdKn0zymec6XHCi1uV3WCgNR0CvPnp { top:3.4375rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2N12Z1pog117nmvdxHEwM94kIxHZzL { top:11.25rem;left:0rem;width:12.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEPCkJenQKCKcLQGKy4dB1uBwIDp4HO { top:12.6875rem;left:0rem;width:16.6875rem;height:4.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8U5SX9ERREEtTV4EdpxCEUa2k8kWxAe { top:17.5625rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LumI7Gv6w0FkT0qRfcp8FqwdRr1C0cEM { top:17.625rem;left:7.1875rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUbHwlpAXKi93aHcyeypHzmmJXErASbx { top:12.6875rem;left:7.1875rem;width:16.6875rem;height:4.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsTftTZTSTQ1EEiMF9uDmHTkJtMsTT7e { top:11.25rem;left:11.5rem;width:12.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB9ov5NuLfnqtXFRhJTSMbiVW4S7F6TM { top:17.625rem;left:19.125rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcruZTTasuTesng5GhO5v5JfcNa9kTFM { top:12.6875rem;left:19.125rem;width:16.6875rem;height:4.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCzthq7Tfsyzl5QBiNrFvqILoyWkg0If { top:11.25rem;left:23.4375rem;width:12.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7S5nfGez6TIUI2wyz4RNrlqIylW3TUM { top:17.625rem;left:31.0625rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvvHhaOmsIBx9a7r1UIoztp0MxThD0ym { top:12.6875rem;left:31.0625rem;width:16.6875rem;height:4.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbUwRHQTmZJ3d2NaqIBpWoPb0nFD0hEF { top:11.25rem;left:35.375rem;width:12.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB6si1MX8CrUcB5GNHWzb06RueDiMyzA { display:none; }
 }@media only screen and (max-width: 763px) { #bT6hIR52UZMPgVAml7dQ4OiO2VWeOisJ { display:none; }
 }@media only screen and (max-width: 763px) { #VdmM90cmLxy0M8qgPXTT00LfTV7FFKez { display:none; }
 }@media only screen and (max-width: 763px) { #oc4uKO27SOJQCZlrnWJ4HuWvi1zL5MrQ { width:13.75rem;height:3.125rem;top:22.875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyK9vhrQ6vG0QLsNh6g64l2B45AEZ7wM { display:block; }
 }@media only screen and (max-width: 763px) { #ECUnip5TwVrWTxDoM8W52UysnJhf3Q78 { display:none; }
 }@media only screen and (max-width: 763px) { #rX8d1vcOusKBZrgTqpqHi88fIrg9LeRS { top:9.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHP3aesrzQsUKSnm0JM5NGZcDOfyJRzR { top:21.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN { display:block; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaIDLAk8Epabd5HlJx0C2b2Q6MraN4tr { top:4.6875rem;left:0rem;width:39.5rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXGs1wqmKzIct64ZFZdEBkiBk8RJVVsh { top:15.125rem;left:0rem;width:10.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGcqwVE6Vw7VuR0yoGP0c6BqEM4RBpKD { top:28.8125rem;left:0rem;width:15.3125rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFr6TECl2ZAl5ssllZNqBkFNIul3HuZ2 { width:25.5rem;height:3.125rem;top:5.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO3sF4iQnMRTH3ubZzkpgLmRnXriAJf9 { display:block; }
 }@media only screen and (max-width: 763px) { #eD2HFiyRpoEoiqtEt7RixNzuvd5nFsnM { top:16.1875rem;left:8.25rem;width:3.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBCoq0X3uXhNgQR4y6xiRXqby1QFFaB9 { top:26rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmwMfZtomaI2Aq3qh9J3MrBwPfF4rZ00 { top:28.9375rem;left:7.1875rem;width:14.8125rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6JWnGnvEJysJpd75XpGdChkTf6r4W91 { top:26.125rem;left:7.1875rem;width:16.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7W75zauuJedohJ2E2GrNNBlZkeMlCR { top:28.8125rem;left:19.125rem;width:16.6875rem;height:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgxA0UwHR70aAti8OXR0zbCuREvVIK8Q { top:26rem;left:19.125rem;width:16.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoeIBulimmDggtImitz1rPyWytnPm360 { top:28.8125rem;left:29.875rem;width:17.875rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgGfterLavi50hT1g9B6gB6M7tkqCwzL { top:26rem;left:31.0625rem;width:16.6875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuwQRsOGgMU2BWOKzuTGMLAdJGFmySPN { top:15.125rem;left:10.1875rem;width:13.6875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmxuTSstVVUHClTv2RORPlXqL18f2ce9 { top:16.1875rem;left:20.1875rem;width:3.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miTnrgc19U2HhfOqhTrxsqwCOTNA5Tm7 { top:10.1875rem;left:11.25rem;width:12.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvDy2J4s6wRQ5muqE7R3i8DH97ow7ozt { top:19rem;left:11.25rem;width:12.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdaDHTgnIxRIO5XSlRuBip3a9fH7Irii { top:19rem;left:23.1875rem;width:12.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AddMmwg9DvuuRA9e32oxbgNDQGGnt33h { top:15.125rem;left:22.125rem;width:14.6875rem;height:2.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxHB5g39muu3ub98U6nMc3W2mnVzKTg6 { top:16.125rem;left:32.125rem;width:3.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSD4unVv2wJwvPW8wveNZ0ukc6cPiJFU { top:10.1875rem;left:23.1875rem;width:12.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I34DvTzNb9PvqlmMTE6IPLTrtd3NW6D4 { top:15.125rem;left:33.0625rem;width:14.6875rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxFdx3PhbFk0O8bexSJKuqfCFn8LTxbK { top:3.3125rem;left:0rem;width:16.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhB9RvO6DEoP740mfbK8N7od9ZeBwy1U { width:0.9375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAAHKJBEGADKNq1fBThkvck8sPyaT7fE { width:0.9375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXaz2hvshBzg53dmUl1kPl1UrygPvAyB { width:0.9375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9tf3H3P9Jc3DiPiSnLUmeON6qMIRUS8 { width:0.9375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P7WdkZsSvdMvzrZZNqaFOtk0sf783evQ { width:0.9375rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlUieKgQGIEtQBJc9eTs6EGlAC08kEIE { width:13.75rem;height:3.125rem;top:22.875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #crv6ElhhScziLZAbRTi3pRmE8QTE7tH6 { display:block; }
 }@media only screen and (max-width: 763px) { #pysM032i1r62DxZwbgC2znrl840BQew1 { display:block; }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB6yVKab6Jl2y1ggWZPknzCKancwiUtE { top:5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZoOmN1XqTteZKaz9NzLZJdlTkHWZQzs { top:13.25rem;left:0rem;width:16.9375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl3tAiWa98Z8CQVtme1Cz0a28y2tIlO8 { top:28.3125rem;left:2.59375rem;width:10.6875rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sebLZyR5m9EzMhqI8rrWTpsXWxFkwM2A { top:31.25rem;left:0rem;width:20.0625rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nICgk1O7OKU2DSmZsFU0QI3iPRBABt9I { top:31.25rem;left:10.625rem;width:21.125rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InHaSs6nTX8uno11ZN2zg6C5c6NcuOzN { top:28.3125rem;left:16.5rem;width:14.625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHLRVzKWg6Xn04gnpWiWQ5kLvZMdAr9p { top:13.25rem;left:14.8125rem;width:16.0625rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3WyhxXTiz8TyfzU8k8bkJxbaIxMBMhn { top:31.25rem;left:27.5625rem;width:20.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2VTsfA5OXQzeTIQubqVKQSPr6Q0kFEJ { top:28.3125rem;left:31.625rem;width:16rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcF8IT2XIrxH11pUy3pcHwLplw57pn7M { top:13.25rem;left:30.6875rem;width:15.75rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEd44Vu81Ur3i9g4xUTKcaBTZp2sGic { width:13.75rem;height:3.125rem;top:22.875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAJZIhrUpqghhpTuofoKAEU6a9BAiKwx { display:block; }
 }@media only screen and (max-width: 763px) { #AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ { display:block; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZDswN8dz0sQTNmMz9t8aNb2qUSOZKxd { top:3.75rem;left:0rem;width:7.6875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIX1FCMVCPfnTIuNP1c7z2ogz3zyK5A { top:4.6875rem;left:0rem;width:8.9375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i44TVPNGwzZ5mUwJkFNt6B6z9oG6F5au { top:4.8125rem;left:9.4375rem;width:12.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CTDJCvbzADdT4XcWA2ydtdq2fxrbOf { top:5.125rem;left:39.0625rem;width:8.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4NoIbDnniUCoDPOFvoVgZ2F4vmTMpJ { top:4.375rem;left:37.25rem;width:10.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwOx7PNyds0Bs6ZOunZPzq9IlJirxTaD { top:5rem;left:25rem;width:10.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C { display:block; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWLobdWNEATD17v5H6WKew9rpyku1ek4 { top:5rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD2S8JgJ7PgQ9bgeacwPanVQEVVTlAKJ { top:14.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehZdobPq9nsnG4zcL8wDnvAFVdpZexSr { width:25.5rem;height:3.125rem;top:20.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3OPk8XzZbPUZ3B8Tw8ldvoaLn1TsKMC { display:block; }
 }@media only screen and (max-width: 763px) { #cDR9lTseKfdHVvH4TycTA0D2Xzy743N2 { width:13.75rem;height:3.125rem;top:22.875rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZJ6bMQy9zPESmKIX6CGOi816egITTWgB { display:block; }
 }@media only screen and (max-width: 763px) { #TMNou65Mlop99vUgc9GNfIkscfPw8pkT { display:block; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkPRBTAna4EGTOAlfehJ9wd4Oa999wEE { top:2rem;left:0rem;width:7.8125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRlINJySeciPe6JQPS6FPMTOsGFDCu1 { top:2.9375rem;left:14.75rem;width:6.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOdQArTtTzf061fasZGssW5W2D0zDKHe { top:2.9375rem;left:25.34375rem;width:9rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5MmWXDwbOStHaDZ8E8C06XQzqna3eJC { top:2.5rem;left:31rem;width:16.75rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.1875rem;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-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbKCgT6BbLacvdmlalBA8eEI5TgMkFSb { width:8.5625rem;height:2.5rem;top:3.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7gG8K1TDvvCEGSpBtle0X2g1eQ3sRS { width:17.5625rem;height:6.82325rem;top:8.62451171875rem;left:1rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTz1ndXFtyWNSmxZNTtq0derknlhaquX { width:20rem;height:38.125rem;top:28.5205rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbX8F9fMpkEJUIaWBGlx5y2Jk5KZIEal { width:18.8125rem;height:6.9970625rem;top:17.0478515625rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dz7opleuEoRfDRf1eMs4TgKHEKEbEThm { width:13.75rem;height:3.125rem;top:25.5625rem;left:3.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #vv2iaUnylEzIO1JIlq3atv2AzLhM6DQv { display:block; }
 }@media only screen and (max-width: 763px) { #eOtDwPJlBATPfAzK5Hqw1T8DEmWaNHIx { width:20rem;height:10.244125rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM { background-color:#ffffff;background-image:none;display:block; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container { background-color: transparent; background-image: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container > .video-iframe-container { display: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row > .video-iframe-container { display: none; }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .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); }#MT8nfoITlglNlQVxe6JV7DsJmCcbyeaM > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTTdKn0zymec6XHCi1uV3WCgNR0CvPnp { width:18.3125rem;height:4.548825rem;top:2.6875rem;left:0.84375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nk2N12Z1pog117nmvdxHEwM94kIxHZzL { width:12.375rem;height:1.4619125rem;top:9.625rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gBEPCkJenQKCKcLQGKy4dB1uBwIDp4HO { width:16.6875rem;height:2.79980625rem;top:11rem;left:1.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k8U5SX9ERREEtTV4EdpxCEUa2k8kWxAe { width:16.6875rem;height:1.3994125rem;top:13.8125rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LumI7Gv6w0FkT0qRfcp8FqwdRr1C0cEM { width:16.6875rem;height:1.3994125rem;top:22.125rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KUbHwlpAXKi93aHcyeypHzmmJXErASbx { width:16.6875rem;height:2.79980625rem;top:19.375rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PsTftTZTSTQ1EEiMF9uDmHTkJtMsTT7e { width:12.375rem;height:1.4619125rem;top:17.9375rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dB9ov5NuLfnqtXFRhJTSMbiVW4S7F6TM { width:16.6875rem;height:1.3994125rem;top:30.75rem;left:1.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gcruZTTasuTesng5GhO5v5JfcNa9kTFM { width:16.6875rem;height:2.79980625rem;top:27.9375rem;left:1.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCzthq7Tfsyzl5QBiNrFvqILoyWkg0If { width:12.375rem;height:1.4619125rem;top:26.5625rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u7S5nfGez6TIUI2wyz4RNrlqIylW3TUM { width:16.6875rem;height:1.3994125rem;top:40.0625rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xvvHhaOmsIBx9a7r1UIoztp0MxThD0ym { width:16.6875rem;height:2.79980625rem;top:37.25rem;left:1.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lbUwRHQTmZJ3d2NaqIBpWoPb0nFD0hEF { width:12.375rem;height:1.4619125rem;top:35.8125rem;left:1.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WB6si1MX8CrUcB5GNHWzb06RueDiMyzA { top:16.5625rem;left:1.53125rem;width:17.5rem;height:0.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #bT6hIR52UZMPgVAml7dQ4OiO2VWeOisJ { top:25.25rem;left:1.25rem;width:17.5rem;height:0.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #VdmM90cmLxy0M8qgPXTT00LfTV7FFKez { top:34.1875rem;left:1.25rem;width:17.5rem;height:0.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #oc4uKO27SOJQCZlrnWJ4HuWvi1zL5MrQ { width:13.75rem;height:3.125rem;top:48.0625rem;left:3.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #EyK9vhrQ6vG0QLsNh6g64l2B45AEZ7wM { display:block; }
 }@media only screen and (max-width: 763px) { #ECUnip5TwVrWTxDoM8W52UysnJhf3Q78 { top:43.375rem;left:1.25rem;width:17.5rem;height:0.0625rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rX8d1vcOusKBZrgTqpqHi88fIrg9LeRS { width:20rem;height:0.0625rem;top:52.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHP3aesrzQsUKSnm0JM5NGZcDOfyJRzR { width:20rem;height:0.0625rem;top:53.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN { background-color:#ffffff;background-image:none;display:block; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container { background-color: transparent; background-image: none; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container > .video-iframe-container { display: none; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row > .video-iframe-container { display: none; }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .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); }#rOeyA1rP65QuTk70xx27XQpNWH8Wh4KN > .row .container { width:20rem;height:114.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaIDLAk8Epabd5HlJx0C2b2Q6MraN4tr { width:18.3125rem;height:4.548825rem;top:6.5rem;left:0.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JXGs1wqmKzIct64ZFZdEBkiBk8RJVVsh { width:12.375rem;height:2.92480625rem;top:14.04296875rem;left:3.8125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGcqwVE6Vw7VuR0yoGP0c6BqEM4RBpKD { width:16.6875rem;height:5.59765625rem;top:22.5068359375rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFr6TECl2ZAl5ssllZNqBkFNIul3HuZ2 { width:18.875rem;height:3.125rem;top:112.6220703125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PO3sF4iQnMRTH3ubZzkpgLmRnXriAJf9 { display:block; }
 }@media only screen and (max-width: 763px) { #eD2HFiyRpoEoiqtEt7RixNzuvd5nFsnM { width:4.5625rem;height:0.875rem;top:16.90625rem;left:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rBCoq0X3uXhNgQR4y6xiRXqby1QFFaB9 { width:16.6875rem;height:0;top:13.40625rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gmwMfZtomaI2Aq3qh9J3MrBwPfF4rZ00 { width:18.875rem;height:5.59765625rem;top:52.4775390625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6JWnGnvEJysJpd75XpGdChkTf6r4W91 { width:16.6875rem;height:0;top:49.44043125rem;left:1.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PT7W75zauuJedohJ2E2GrNNBlZkeMlCR { width:16.6875rem;height:9.795875rem;top:77.8125rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgxA0UwHR70aAti8OXR0zbCuREvVIK8Q { width:16.6875rem;height:0;top:80.55960625rem;left:1.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CoeIBulimmDggtImitz1rPyWytnPm360 { width:16.6875rem;height:5.59765625rem;top:98.25rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgGfterLavi50hT1g9B6gB6M7tkqCwzL { width:16.6875rem;height:0;top:97.66509375rem;left:1.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XuwQRsOGgMU2BWOKzuTGMLAdJGFmySPN { width:13.6875rem;height:2.92480625rem;top:39.0625rem;left:3.1875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmxuTSstVVUHClTv2RORPlXqL18f2ce9 { width:3.6875rem;height:0.8125rem;top:37.81543125rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #miTnrgc19U2HhfOqhTrxsqwCOTNA5Tm7 { width:12.625rem;height:3.9375rem;top:35.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvDy2J4s6wRQ5muqE7R3i8DH97ow7ozt { width:12.625rem;height:3.9375rem;top:41.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdaDHTgnIxRIO5XSlRuBip3a9fH7Irii { width:12.625rem;height:3.9375rem;top:72.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AddMmwg9DvuuRA9e32oxbgNDQGGnt33h { width:14.6875rem;height:2.92480625rem;top:70.0625rem;left:2.6875rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxHB5g39muu3ub98U6nMc3W2mnVzKTg6 { width:3.6875rem;height:0.8125rem;top:73.30960625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSD4unVv2wJwvPW8wveNZ0ukc6cPiJFU { width:12.625rem;height:3.9375rem;top:66.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I34DvTzNb9PvqlmMTE6IPLTrtd3NW6D4 { width:14.6875rem;height:2.92480625rem;top:94.625rem;left:2.65625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JxFdx3PhbFk0O8bexSJKuqfCFn8LTxbK { width:16.6875rem;height:1.3994125rem;top:4.4765625rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhB9RvO6DEoP740mfbK8N7od9ZeBwy1U { top:17.5625rem;left:9.53125rem;width:0.9375rem;height:3.6875rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nAAHKJBEGADKNq1fBThkvck8sPyaT7fE { top:29.8125rem;left:9.53125rem;width:0.9375rem;height:3.6875rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rXaz2hvshBzg53dmUl1kPl1UrygPvAyB { top:47.625rem;left:9.53125rem;width:0.9375rem;height:3.6875rem;z-index:15024;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y9tf3H3P9Jc3DiPiSnLUmeON6qMIRUS8 { top:61.375rem;left:9.53125rem;width:0.9375rem;height:3.6875rem;z-index:15025;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #P7WdkZsSvdMvzrZZNqaFOtk0sf783evQ { top:89.1591796875rem;left:9.53125rem;width:0.9375rem;height:3.6875rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MlUieKgQGIEtQBJc9eTs6EGlAC08kEIE { width:13.75rem;height:3.125rem;top:107.625rem;left:3.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #crv6ElhhScziLZAbRTi3pRmE8QTE7tH6 { display:block; }
 }@media only screen and (max-width: 763px) { #pysM032i1r62DxZwbgC2znrl840BQew1 { display:block; }#pysM032i1r62DxZwbgC2znrl840BQew1 > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TB6yVKab6Jl2y1ggWZPknzCKancwiUtE { width:20rem;height:4.548825rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UZoOmN1XqTteZKaz9NzLZJdlTkHWZQzs { width:16.9375rem;height:13.125rem;top:10rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl3tAiWa98Z8CQVtme1Cz0a28y2tIlO8 { width:10.6875rem;height:1.94921875rem;top:24.375rem;left:4.625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sebLZyR5m9EzMhqI8rrWTpsXWxFkwM2A { width:20rem;height:6.9970625rem;top:27.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nICgk1O7OKU2DSmZsFU0QI3iPRBABt9I { width:20rem;height:8.3965rem;top:54.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InHaSs6nTX8uno11ZN2zg6C5c6NcuOzN { width:14.625rem;height:1.94921875rem;top:51.625rem;left:2.6875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vHLRVzKWg6Xn04gnpWiWQ5kLvZMdAr9p { width:16.0625rem;height:13.125rem;top:37.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3WyhxXTiz8TyfzU8k8bkJxbaIxMBMhn { width:20rem;height:8.3965rem;top:83.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2VTsfA5OXQzeTIQubqVKQSPr6Q0kFEJ { width:16rem;height:1.94921875rem;top:80.125rem;left:2rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcF8IT2XIrxH11pUy3pcHwLplw57pn7M { width:15.75rem;height:13.125rem;top:65.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLEd44Vu81Ur3i9g4xUTKcaBTZp2sGic { width:13.75rem;height:3.125rem;top:94.5625rem;left:3.125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uAJZIhrUpqghhpTuofoKAEU6a9BAiKwx { display:block; }
 }@media only screen and (max-width: 763px) { #AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ { display:block; }#AtT2ySEn1ySWiFG0ALO8JuSc4a3THXEZ > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gZDswN8dz0sQTNmMz9t8aNb2qUSOZKxd { width:7.6875rem;height:4.25rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEIX1FCMVCPfnTIuNP1c7z2ogz3zyK5A { width:8.9375rem;height:2.375rem;top:3.25rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i44TVPNGwzZ5mUwJkFNt6B6z9oG6F5au { width:9.5625rem;height:1.5625rem;top:9.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1CTDJCvbzADdT4XcWA2ydtdq2fxrbOf { width:8.5625rem;height:1.4375rem;top:14.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh4NoIbDnniUCoDPOFvoVgZ2F4vmTMpJ { width:9.5rem;height:2.625rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwOx7PNyds0Bs6ZOunZPzq9IlJirxTaD { width:8.25rem;height:1.3125rem;top:9.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C { background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/uc/0a088a27-7865-41de-865e-d097f2a95eee/VMfooterbg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C.adaptive-delivery-prevent-bg, #BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C.lazyload, #BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C.lazyloading { background-image: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container { background-color: transparent; background-image: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container > .video-iframe-container { display: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row > .video-iframe-container { display: none; }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .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); }#BqTJHsCvxa3CmCMcD6FGAxgkDDkRBg3C > .row .container { width:20rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWLobdWNEATD17v5H6WKew9rpyku1ek4 { width:20rem;height:5.84765625rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SD2S8JgJ7PgQ9bgeacwPanVQEVVTlAKJ { width:20rem;height:6.9970625rem;top:9.32325rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ehZdobPq9nsnG4zcL8wDnvAFVdpZexSr { width:18.875rem;height:3.125rem;top:20.1875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3OPk8XzZbPUZ3B8Tw8ldvoaLn1TsKMC { display:block; }
 }@media only screen and (max-width: 763px) { #cDR9lTseKfdHVvH4TycTA0D2Xzy743N2 { width:13.75rem;height:3.125rem;top:18.4375rem;left:3.125rem;z-index:15008;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ6bMQy9zPESmKIX6CGOi816egITTWgB { display:block; }
 }@media only screen and (max-width: 763px) { #TMNou65Mlop99vUgc9GNfIkscfPw8pkT { display:block; }#TMNou65Mlop99vUgc9GNfIkscfPw8pkT > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkPRBTAna4EGTOAlfehJ9wd4Oa999wEE { width:7.8125rem;height:2.25rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRlINJySeciPe6JQPS6FPMTOsGFDCu1 { width:6.3125rem;height:1.2246125rem;top:4.75rem;left:6.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BOdQArTtTzf061fasZGssW5W2D0zDKHe { width:9rem;height:1.2246125rem;top:7.2246125rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #b5MmWXDwbOStHaDZ8E8C06XQzqna3eJC { width:16.75rem;height:1.2246125rem;top:4.75rem;left:1.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }