.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,247,238;--color-primary-1:141,230,203;--color-primary-2:65,214,169;--color-primary-3:18,204,148;--color-primary-4:17,167,125;--color-secondary-0:244,220,244;--color-secondary-1:219,138,219;--color-secondary-2:182,21,182;--color-secondary-3:91,11,91;--color-secondary-4:27,3,27;--color-tertiary-0:255,255,255;--color-tertiary-1:187,184,184;--color-tertiary-2:31,37,43;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/d0c77bd9c23f9ffbf4c621c10824f4bc.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-image: -moz-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-image: -ms-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-image: -o-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d96fcc', endColorstr='rgba(var(--color-tertiary-0),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d96fcc', endColorstr='rgba(var(--color-tertiary-0),0.8)' );";background-image: linear-gradient(to bottom, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:60rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kLQkBOFpc3srwmxqM9z8AaVr7MwW9qR2 { display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:9.75rem;left:0rem;height:3.0875rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:15rem;left:0rem;height:;color:rgba(var(--color-tertiary-0),1);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; }
#Abn78LXz9zCIOAG8lOizzJxwchHOngHX { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:18.9375rem;left:0rem;height:4.95625rem;color:rgba(var(--color-tertiary-0),1);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; }
#FeQcGTkP4mm9f6l0otIreeOpn213BbRN { background-color:#fd8f00;background-image:url("https://images.assets-landingi.com/uc/8ba079cc-a45b-4987-9482-7941e1f15adb/pl1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.875rem;left:0rem;display:block; }#FeQcGTkP4mm9f6l0otIreeOpn213BbRN.adaptive-delivery-prevent-bg, #FeQcGTkP4mm9f6l0otIreeOpn213BbRN.lazyload, #FeQcGTkP4mm9f6l0otIreeOpn213BbRN.lazyloading { background-image: none; }
#Qc4qhAVpdEQtMlFCbz9kT9m1wTGRgHyV { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#ZddTQERIqoKmkcPc84KKioaxL3r10LC7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e629bec8-f482-4408-8325-403159e33b2c/googleplaybadge.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:5rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.875rem;left:16.875rem;display:block; }#ZddTQERIqoKmkcPc84KKioaxL3r10LC7.adaptive-delivery-prevent-bg, #ZddTQERIqoKmkcPc84KKioaxL3r10LC7.lazyload, #ZddTQERIqoKmkcPc84KKioaxL3r10LC7.lazyloading { background-image: none; }
#myxuWoccdVGsfSu910Z4TynNPI7sR9il { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#XRlUhXf9ctqmiknmfi0ZzpyUC8HL5Nk0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:29.6875rem;width:16.6875rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:10.3125rem;left:41.519790649414rem;overflow:hidden;display:block; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { border-width: 0; border-radius: 0; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:60rem;position:relative;display:block; }#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZuTIRnLBVUgcIPGFF4qgZX9g62CTnTN { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15001;top:3.5rem;left:27.25rem;display:block; }
#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { background-color: transparent; background-image: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .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); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { border-width: 0; border-radius: 0; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;position:relative;display:block; }#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);text-align:right;text-align-last:right;display:block; }
#RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:5.3125rem;left:0rem;height:5.95rem;color:rgba(var(--color-tertiary-1),1);text-align:right;text-align-last:right;display:block; }
#P27GvELnvoq0gaO3MJXgdd962DUb642k { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:16.3125rem;left:0rem;height:5.95rem;color:rgba(var(--color-tertiary-1),1);text-align:right;text-align-last:right;display:block; }
#akvRrKObbvQpUsIDqANJiisUmXVXKIQm { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);text-align:right;text-align-last:right;display:block; }
#pWPOouvI2wHP6ztBQ7rqJWdM6tlU9nkO { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.75rem;width:13.875rem;position:absolute;display:block;z-index:15013;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.875rem;left:21.3125rem;overflow:hidden;display:block; }
#XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:5.3125rem;left:45rem;height:7.4375rem;color:rgba(var(--color-tertiary-1),1);text-align:left;text-align-last:left;display:block; }
#XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:18.062509536743rem;left:45rem;height:5.95rem;color:rgba(var(--color-tertiary-1),1);text-align:left;text-align-last:left;display:block; }
#VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.437509536743rem;left:45rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:45rem;height:1.625rem;color:rgba(var(--color-tertiary-2),1);text-align:left;text-align-last:left;display:block; }
#ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.8125rem;left:16.8125rem; }
#ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:15.437509536743rem;left:40.625rem; }
#WtTSCMCfssQmV4QFNICoeia7vCfyN0V3 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:13.3125rem;left:16.8125rem; }
#QeHZ12qchudO4AM1GFLeoNOI5VpEsTyE { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.8125rem;left:40.625rem; }
#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-image: -moz-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-image: -ms-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-image: -o-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d96fcc', endColorstr='rgba(var(--color-tertiary-0),0.8)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d96fcc', endColorstr='rgba(var(--color-tertiary-0),0.8)' );";background-image: linear-gradient(to bottom, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.8));background-size:auto !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; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { background-color: transparent; background-image: none; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container > .video-iframe-container { display: none; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row > .video-iframe-container { display: none; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .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); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { border-width: 0; border-radius: 0; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:60rem;position:relative;display:block; }#zLlt2mabBQOJHuEyasL4KzEbAfDZobRW { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;color:#020202;display:block; }
#BDTVlJ8DwgC675LLC6DblEM7lX7XS2PG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:8.5625rem;left:27.1875rem;display:block; }
#i1Kvu9yPurGLTp3NesFnvnwKIQGuTR7W { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:2.875rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#RmuFrn4fr26MTPlxI27Iw4vhZWsQaTNo { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:13.75rem;left:5.625rem;height:5.95rem;color:rgba(var(--color-tertiary-4),1);font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#WM7F5IBBo8uue0zde1MdUg3PoE0swqpg { display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:13.75rem;left:40rem;height:7.4375rem;color:rgba(var(--color-tertiary-4),1);font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#PM5cV5haJf0eKAGTqAsFecDDleTZlLwi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:3.5rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:13.75rem;left:34.375rem;overflow:hidden;display:block; }
#USMwdaOPVHIbBL556920Qn518ZX5mNni { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { background-color: transparent; background-image: none; }#USMwdaOPVHIbBL556920Qn518ZX5mNni::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container > .video-iframe-container { display: none; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row > .video-iframe-container { display: none; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .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); }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { border-width: 0; border-radius: 0; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#H3cXS7VF3Ned8PZtvpXAheuK6WU7vD3G { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v5WIzziwLMpzT98boFgz2kgKe9SXedqD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15001;top:7.875rem;left:27.25rem;display:block; }
#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { background-color: transparent; background-image: none; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container > .video-iframe-container { display: none; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row > .video-iframe-container { display: none; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .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); }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { border-width: 0; border-radius: 0; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:60rem;position:relative;display:block; }#VTGHqv2Q8x3gEW4OXRlieTbhXGMeL0vZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.5rem;width:11.25rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:0rem;left:1.875rem;overflow:hidden;display:block; }
#ILTMpbUFAliJ3Ca41Ua2VDgHT7TeeHKG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.375rem;width:12rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:0rem;left:16.5rem;overflow:hidden;display:block; }
#yo4O0fuXwdFsfkVVkvsusXLqheBkWKWQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:22.25rem;width:11.25rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:0rem;left:31.3125rem;overflow:hidden;display:block; }
#n4TTzvI6Ie60RvmyKvLH77W9VOMZ9zEb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.8125rem;width:11.25rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;top:0rem;left:46.875rem;overflow:hidden;display:block; }
#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.81));background-image: -moz-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.81));background-image: -ms-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.81));background-image: -o-linear-gradient(top, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.81));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d96fcc', endColorstr='rgba(var(--color-tertiary-0),0.81)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04d96fcc', endColorstr='rgba(var(--color-tertiary-0),0.81)' );";background-image: linear-gradient(to bottom, rgba(4,217,111,0.8), rgba(var(--color-tertiary-0),0.81));background-size:auto !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; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { background-color: transparent; background-image: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container > .video-iframe-container { display: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container { display: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .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); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { border-width: 0; border-radius: 0; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#zV7RRrVrOAiWEKC4pw4VA0kEph5XiusD { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:10.6875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#hBmOHcMr7vQvFNBCol5LOMWLAyeiixDi { background-color:#fd8f00;background-image:url("https://images.assets-landingi.com/uc/8ba079cc-a45b-4987-9482-7941e1f15adb/pl1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.5rem;left:11.875rem;display:block; }#hBmOHcMr7vQvFNBCol5LOMWLAyeiixDi.adaptive-delivery-prevent-bg, #hBmOHcMr7vQvFNBCol5LOMWLAyeiixDi.lazyload, #hBmOHcMr7vQvFNBCol5LOMWLAyeiixDi.lazyloading { background-image: none; }
#M4Atu18IIxiOOmwOiG6mfCkAs30U4hW2 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#in17WAbBiglQvQe3o3HsmsItWodWl4bn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e629bec8-f482-4408-8325-403159e33b2c/googleplaybadge.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.5rem;left:33.125rem;display:block; }#in17WAbBiglQvQe3o3HsmsItWodWl4bn.adaptive-delivery-prevent-bg, #in17WAbBiglQvQe3o3HsmsItWodWl4bn.lazyload, #in17WAbBiglQvQe3o3HsmsItWodWl4bn.lazyloading { background-image: none; }
#ODhP6lZMQk2gcSmWlWTolgPe5AfOedhF { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLQkBOFpc3srwmxqM9z8AaVr7MwW9qR2 { width:12.5rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeQcGTkP4mm9f6l0otIreeOpn213BbRN { width:15rem;height:4.375rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc4qhAVpdEQtMlFCbz9kT9m1wTGRgHyV { display:block; }
 }@media only screen and (max-width: 763px) { #ZddTQERIqoKmkcPc84KKioaxL3r10LC7 { width:15rem;height:4.375rem;top:24.8125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #myxuWoccdVGsfSu910Z4TynNPI7sR9il { display:block; }
 }@media only screen and (max-width: 763px) { #XRlUhXf9ctqmiknmfi0ZzpyUC8HL5Nk0 { width:11.8125rem;height:21.0625rem;top:13.875rem;left:34.25rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZuTIRnLBVUgcIPGFF4qgZX9g62CTnTN { width:5.625rem;height:0.125rem;top:3.5rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:11.875rem;height:4.125rem;top:6.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:11.875rem;height:4.125rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:11.875rem;height:1.625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPOouvI2wHP6ztBQ7rqJWdM6tlU9nkO { width:10.875rem;height:19.375rem;top:6.25rem;left:17.354166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:11.875rem;height:4.125rem;top:15.625rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:11.875rem;height:1.625rem;top:13.125rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:11.875rem;height:1.625rem;top:3.75rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { width:2.625rem;height:2.625rem;top:2.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { width:2.625rem;height:2.625rem;top:15.4375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTSCMCfssQmV4QFNICoeia7vCfyN0V3 { width:2.625rem;height:2.625rem;top:13.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHZ12qchudO4AM1GFLeoNOI5VpEsTyE { width:2.625rem;height:2.625rem;top:2.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm { display:block; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLlt2mabBQOJHuEyasL4KzEbAfDZobRW { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDTVlJ8DwgC675LLC6DblEM7lX7XS2PG { width:5.625rem;height:0.125rem;top:7.875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Kvu9yPurGLTp3NesFnvnwKIQGuTR7W { width:2.875rem;height:4.375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmuFrn4fr26MTPlxI27Iw4vhZWsQaTNo { width:16.25rem;height:7.1875rem;top:13.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM7F5IBBo8uue0zde1MdUg3PoE0swqpg { width:16.25rem;height:7.1875rem;top:13.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5cV5haJf0eKAGTqAsFecDDleTZlLwi { width:3.5rem;height:4.375rem;top:13.125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMwdaOPVHIbBL556920Qn518ZX5mNni { display:block; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3cXS7VF3Ned8PZtvpXAheuK6WU7vD3G { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5WIzziwLMpzT98boFgz2kgKe9SXedqD { width:5.625rem;height:0.125rem;top:8.5rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #L54qzNoRA4k5AcydPuqW9mHKOcChlEzd { display:block; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { width:47.75rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTGHqv2Q8x3gEW4OXRlieTbhXGMeL0vZ { width:8.875rem;height:17.75rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTMpbUFAliJ3Ca41Ua2VDgHT7TeeHKG { width:8.875rem;height:16.4375rem;top:0rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo4O0fuXwdFsfkVVkvsusXLqheBkWKWQ { width:8.875rem;height:17.625rem;top:0rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TTzvI6Ie60RvmyKvLH77W9VOMZ9zEb { width:8.875rem;height:17.25rem;top:0rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { display:block; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV7RRrVrOAiWEKC4pw4VA0kEph5XiusD { width:47.75rem;height:4.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBmOHcMr7vQvFNBCol5LOMWLAyeiixDi { width:15rem;height:4.375rem;top:14.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Atu18IIxiOOmwOiG6mfCkAs30U4hW2 { display:block; }
 }@media only screen and (max-width: 763px) { #in17WAbBiglQvQe3o3HsmsItWodWl4bn { width:15rem;height:4.375rem;top:14.8125rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhP6lZMQk2gcSmWlWTolgPe5AfOedhF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:54.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kLQkBOFpc3srwmxqM9z8AaVr7MwW9qR2 { width:12.5rem;height:3.0875rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:20rem;height:2.84375rem;top:14.6375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:20rem;height:7.8rem;top:5.5875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FeQcGTkP4mm9f6l0otIreeOpn213BbRN { width:15rem;height:4.375rem;top:18.73125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc4qhAVpdEQtMlFCbz9kT9m1wTGRgHyV { display:block; }
 }@media only screen and (max-width: 763px) { #ZddTQERIqoKmkcPc84KKioaxL3r10LC7 { width:15rem;height:4.375rem;top:24.35625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myxuWoccdVGsfSu910Z4TynNPI7sR9il { display:block; }
 }@media only screen and (max-width: 763px) { #XRlUhXf9ctqmiknmfi0ZzpyUC8HL5Nk0 { width:13rem;height:23.125rem;top:29.98125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZuTIRnLBVUgcIPGFF4qgZX9g62CTnTN { width:5.625rem;height:0.125rem;top:4.9375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:20rem;height:73.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:15rem;height:1.625rem;top:1.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:15rem;height:4.14375rem;top:4.125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:15rem;height:4.14375rem;top:20.14375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:15rem;height:1.625rem;top:13.39375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWPOouvI2wHP6ztBQ7rqJWdM6tlU9nkO { width:10.875rem;height:19.375rem;top:25.5375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:15rem;height:5.525rem;top:52.9125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:15rem;height:5.525rem;top:66.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:15rem;height:1.625rem;top:63.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:15rem;height:1.625rem;top:50.0375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { width:2.625rem;height:2.625rem;top:9.51875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { width:2.625rem;height:2.625rem;top:59.6875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTSCMCfssQmV4QFNICoeia7vCfyN0V3 { width:2.625rem;height:2.625rem;top:16.26875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHZ12qchudO4AM1GFLeoNOI5VpEsTyE { width:2.625rem;height:2.625rem;top:46.1625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm { display:block; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLlt2mabBQOJHuEyasL4KzEbAfDZobRW { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDTVlJ8DwgC675LLC6DblEM7lX7XS2PG { width:5.625rem;height:0.125rem;top:7.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Kvu9yPurGLTp3NesFnvnwKIQGuTR7W { width:2.875rem;height:4.375rem;top:8.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmuFrn4fr26MTPlxI27Iw4vhZWsQaTNo { width:14.375rem;height:10.4125rem;top:14.375rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WM7F5IBBo8uue0zde1MdUg3PoE0swqpg { width:14.375rem;height:8.925rem;top:31.6625rem;left:2.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PM5cV5haJf0eKAGTqAsFecDDleTZlLwi { width:3.5rem;height:4.375rem;top:26.0375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMwdaOPVHIbBL556920Qn518ZX5mNni { display:block; }#USMwdaOPVHIbBL556920Qn518ZX5mNni > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3cXS7VF3Ned8PZtvpXAheuK6WU7vD3G { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5WIzziwLMpzT98boFgz2kgKe9SXedqD { width:5.625rem;height:0.125rem;top:7.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L54qzNoRA4k5AcydPuqW9mHKOcChlEzd { display:block; }#L54qzNoRA4k5AcydPuqW9mHKOcChlEzd > .row .container { width:20rem;height:93.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTGHqv2Q8x3gEW4OXRlieTbhXGMeL0vZ { width:11.25rem;height:22.5rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILTMpbUFAliJ3Ca41Ua2VDgHT7TeeHKG { width:11.1875rem;height:20.75rem;top:25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo4O0fuXwdFsfkVVkvsusXLqheBkWKWQ { width:11.25rem;height:22.25rem;top:47rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4TTzvI6Ie60RvmyKvLH77W9VOMZ9zEb { width:11.25rem;height:21.8125rem;top:70.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { display:block; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV7RRrVrOAiWEKC4pw4VA0kEph5XiusD { width:20rem;height:9.75rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBmOHcMr7vQvFNBCol5LOMWLAyeiixDi { width:15rem;height:4.375rem;top:12.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4Atu18IIxiOOmwOiG6mfCkAs30U4hW2 { display:block; }
 }@media only screen and (max-width: 763px) { #in17WAbBiglQvQe3o3HsmsItWodWl4bn { width:15rem;height:4.375rem;top:17.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODhP6lZMQk2gcSmWlWTolgPe5AfOedhF { display:block; }
 }