.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,241,242;--color-primary-1:255,208,212;--color-primary-2:255,160,168;--color-primary-3:128,80,84;--color-primary-4:38,24,25;--color-secondary-0:229,218,226;--color-secondary-1:169,130,158;--color-secondary-2:82,5,60;--color-secondary-3:41,3,30;--color-secondary-4:12,1,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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://images.assets-landingi.com/5H1N0c39/pattern.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container { display: none; }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .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); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ { background-color:#1951e1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container { background-color: transparent; background-image: none; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container > .video-iframe-container { display: none; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row > .video-iframe-container { display: none; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .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); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container { border-width: 0; border-radius: 0; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container { width:60rem;height:59.5625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ta5CQW0BAKrBpswsnwtPn9x3G3tXsL05 { 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:36.25rem;width:35.25rem;top:9.25rem;left:12.375rem;overflow:hidden;display:block; }
#DXx277mJ5zk1bE9HdPIE6uPOocBGTGpp { background-color:#d35965;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.3125rem;left:23.125rem;display:block; }
#QyZZriymTk1mX3CG2qVv04GLTpgGmVpn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iL9sT3taBAQ31RRZPH7HcWr4o7LGnmyE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.375rem;width:19.375rem;top:7.125rem;left:32.75rem;overflow:hidden;display:block; }
#b4T0cnGUOC8TX0w1Nf5e0nQ6zuSm4uRD { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:18.25rem;top:2.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#VTSbsGCxJyi7XVIg2KH0yR4FwRHd2tgH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:32.8125rem;top:22.0625rem;left:7.25rem;overflow:hidden;display:block; }
#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { background-color: transparent; background-image: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container > .video-iframe-container { display: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container { display: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .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); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { border-width: 0; border-radius: 0; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;position:relative;display:block; }#WNO50TbSrNThUGZekNQ1CWom8wyunxAW { color:#1951e1;display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.98828125rem;left:2.5625rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3zr6ARycxVIIpZyxDRTKbQe1QgB942S { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid #d35965;border-left:0.25rem solid #d35965;border-right:0.25rem solid #d35965;border-bottom:0.25rem solid #d35965;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#xLosk6u9kKJFRBwTVXOEg4IQH4KD3qx8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:37.1875rem;top:20.90625rem;left:2.5625rem;overflow:hidden;display:block; }
#ud030rwQyV8NPKaMotKlmOT0FR6z5ZCH { color:rgba(var(--color-tertiary-4),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:18.08203125rem;left:27.5625rem;height:19.797875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1951e1;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; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container { background-color: transparent; background-image: none; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container > .video-iframe-container { display: none; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row > .video-iframe-container { display: none; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .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); }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container { border-width: 0; border-radius: 0; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#yVyWW3U8oBrrPcel0F7R7ZVencNwEUIo { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#Ae2dqLaVZLTA6ELBCn2iSLqBlBugsmWD { position:absolute;display:block;z-index:15001;background-color:#d35965;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#aQtOi5V4QHGiemGZ1n0MEaoT3npAqcpZ { background-color:#d35965;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#Gv9lsUUe8avboXsTgeqv7vL5iiTGJFcg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nCv4CUWe82qIvErrO9Hvf6RfgQ5rQQxE { background-color:#d35965;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#TsPXuQAZTQ5ZfdIyWiolAOSb8BMqJbnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTZsb3d68o9vMxl3K2ZJExSTTrc62HL5 { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:18.875rem;top:15.875rem;left:8rem;overflow:hidden;display:block; }
#XthqEVg9BPODhxCmgkDe3fqEcRRJspSE { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#stFDRnqEUow3nDpd1zGRBTC9GQNbxUTk { position:absolute;display:block;z-index:14991;background-color:#d35965;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#oZgP6MFN4fT73rwsJR3o1ii6tEt7spKW { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:32.025390625rem;left:33.71875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5mQqZbingUT8Qk8uR1plrPUqoq71voU { position:relative;display:block; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU { background-color: transparent; background-image: none; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row .container > .video-iframe-container { display: none; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row > .video-iframe-container { display: none; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .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); }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU { border-width: 0; border-radius: 0; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .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; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BW6HH30VkUxR9L4tQByhP6VcPHBAUbiN { box-sizing:content-box;height:14.8125rem;width:56.5rem;position:absolute;display:block;z-index:15000;background-color:#1951e1;background-image:none;top:10.3125rem;left:1.75rem;display:block; }
#E3Aq1gvXrMXf6TZBBxgWmauA6sppDnXg { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.4375rem;left:5.53125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmKrR75A75Ayqiz2qXvX3rGdfTan02A7 { color:#ffffff;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:20.9375rem;left:5.53125rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h2U9klmyUhhKg0TRQsfq82nVdF97uIEi { box-sizing:content-box;height:15.625rem;width:0.3125rem;position:absolute;display:block;z-index:14999;background-color:#d35965;background-image:none;top:7.75rem;left:29.84375rem;display:block; }
#eXuIQ1mLlTU6hGKh21PHvuxcSpfvbdLB { color:#d35965;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.11328125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5HvvBIPavyEefcBvhBigUUaxANtBF1x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1951e1;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; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container { background-color: transparent; background-image: none; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container > .video-iframe-container { display: none; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row > .video-iframe-container { display: none; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .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); }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container { border-width: 0; border-radius: 0; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#RRTX043UcF6X9udS6E4CN9AxkyCZTOVZ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#vpbkzstFcNIZGB6v9saTUxHl8fzc19Gx { position:absolute;display:block;z-index:15001;background-color:#d35965;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#fszJToicFdoT9J3a5Vx3TT08eoySEG6V { background-color:#d35965;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#W7SyTpGmLmJpGWFKF96o61fKk4vziT4p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shNOwF9ptosWsHGqheTUfokMgeoEyU00 { background-color:#d35965;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#zUTE7zyzb696IHUrdM9VdHLmu1f916xA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mHKRiJKLtr11TUa9fTAawRhlAM2QVtWO { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:17.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#uqHUVPvFy2fQrwuzWV5PfcUv83iDhAne { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#hmqrXKnoPx45baVVBgS5v0vD0cvROdm5 { position:absolute;display:block;z-index:14999;background-color:#d35965;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container { background-color: transparent; background-image: none; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container > .video-iframe-container { display: none; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row > .video-iframe-container { display: none; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .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); }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container { border-width: 0; border-radius: 0; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:60rem;position:relative;display:block; }#lUK6nK2D9M4gOtRgTTsqB4qzZkTknlCf { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#To34dXcIiLfZ3BT4OnSTAKKBuL4V9wM3 { 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:17.4375rem;width:17.4375rem;top:12.65625rem;left:8.5625rem;overflow:hidden;display:block; }
#t9dVFspDT8VJF7O1dKGDoHctGBJb5MWy { background-color:#1951e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#pVF1HHOWpVTbBUoTz2NrCZGNJkQJeW4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ClDRe2lIf5EAdKfHJIni3DNNKTsx1mio { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid #d35965;border-left:0.25rem solid #d35965;border-right:0.25rem solid #d35965;border-bottom:0.25rem solid #d35965;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#JnFJxhSwvKI79fRfVkkrtsE9iV9zxw1d { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.2119140625rem;left:3.625rem;height:1.7871125rem;font-style:normal;display:block; }
#w4qupcTcAlFiWGydiuNaKunhxIqhHWlV { 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:17.5rem;width:17.5rem;top:12.5625rem;left:22.625rem;overflow:hidden;display:block; }
#JoyI6ohB5MWKwolGW4dsAoq2Zrn8XFis { 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:15.8125rem;width:15.8125rem;top:13.28125rem;left:38rem;overflow:hidden;display:block; }
#WXt4LMdq1ssxGp5bTnVwuvAIuax6g4EA { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:32.3125rem;left:4.71875rem;height:5.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:#079e7d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { border-width: 0; border-radius: 0; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:60rem;height:70.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { 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:28.1875rem;width:41.625rem;top:9.5625rem;left:9.5rem;overflow:hidden;display:block; }
#UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:59.9375rem;left:23.125rem;display:block; }
#inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AUNsG5rxMLNofcJsVV6BwFkTTgkHJfF2 { 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:12.3125rem;width:14.5625rem;top:41.625rem;left:32.4375rem;overflow:hidden;display:block; }
#SnV9rMAHIu7B3CNTn4JHuKbbcSZbhM6l { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.6875rem;top:17.1875rem;left:39.5rem;overflow:hidden;display:block; }
#gpaeKfcitzy7V65fb6xwuuozBoA9aaOK { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:25.8125rem;top:0rem;left:25.9375rem;overflow:hidden;display:block; }
#MoxO7Kk5GI3tab1xnKIhormvU98wQc7y { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.125rem;width:17.6875rem;top:23rem;left:8.8125rem;overflow:hidden;display:block; }
#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { border-width: 0; border-radius: 0; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#H0K2gZixAAkTQgkLIMnu3J4Gihud1B3D { color:#079e7d;display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.98828125rem;left:2.5625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:32.6875rem;top:14.6875rem;left:27.217388637709rem;overflow:hidden;display:block; }
#bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:21.45703125rem;left:1.875rem;height:8.999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { border-width: 0; border-radius: 0; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { color:#079e7d;display:block;width:38.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.201171875rem;left:17.65625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { 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:30.4375rem;width:31.5rem;top:11.122398376465rem;left:0rem;overflow:hidden;display:block; }
#k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.125rem;left:33.5rem;height:19.79786875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#079e7d;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; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container { background-color: transparent; background-image: none; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container > .video-iframe-container { display: none; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row > .video-iframe-container { display: none; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .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); }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container { border-width: 0; border-radius: 0; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#aNbswVkf2q45n66geK9QwZFmcnWbJZBG { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#Dyi0XCwAhZs0P3SKdnLtyMLo2L1T62QK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#l9cQBaFxIkFOHHOhNDKRN6WmP7IrSGWX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#LEmeUOGwtXFHfPyJMTewBbWNulTDTANZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKafNDltsh5A4rHrw2uEw6almvO9bJRU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#qBiKT40qQQ6pc8aZ6RIctu4SVTJgTZWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rqfWVxAryuKBu1fyEyybWxAiuzGTqaUH { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.25rem;width:18.875rem;top:15.875rem;left:8rem;overflow:hidden;display:block; }
#KIVzE01szB8WVC4KLCnJOg9HpfqhqSTn { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#nB7cU2TZlxC6bHSwwm7pf54TL1LLXEix { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#gn8bncRgii377fT1LfoJVShoD8SxTgs9 { position:relative;display:block; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 { background-color: transparent; background-image: none; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row .container > .video-iframe-container { display: none; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row > .video-iframe-container { display: none; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .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); }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 { border-width: 0; border-radius: 0; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .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; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VI6BC2k89uPPwNQxTiHruMi0pfhwJnXp { box-sizing:content-box;height:14.8125rem;width:56.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.3125rem;left:1.75rem;display:block; }
#IOKATvUHiwvGC4V2TKcfSKF1Ge5ffpEO { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:15.6875rem;left:5.53125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ffNnoBBFKq9BdalmXU6EoGXIwxZAJbGk { color:#079e7d;display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.8125rem;left:5.5625rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vZSWPl4Oo1nDMkdrkngPk5LwAzTt4t0x { box-sizing:content-box;height:15.625rem;width:0.3125rem;position:absolute;display:block;z-index:14999;background-color:#079e7d;background-image:none;top:7.75rem;left:29.84375rem;display:block; }
#V7t4zp4C1Wyaf7OyMSWQkOo2zult91h5 { color:#079e7d;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.11328125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y57yD0LTg9fE57O91sXoUNIfykPtvmhC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#079e7d;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; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container { background-color: transparent; background-image: none; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container > .video-iframe-container { display: none; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row > .video-iframe-container { display: none; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .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); }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container { border-width: 0; border-radius: 0; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#PmGDyG7QROh73FZKsCLU3vuHKgElQISL { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#bEt57TMesOvFRakIKm1pex610zeQLyvQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#vvxFQcR0v6K53a6XiR9HsxwbGqECoVDd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#UMpunHKrr1xPHyo0mch3UlAGX08T0yVE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m9LDorsntIadmnd2ZgnGRTLwp1MQ7obz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#OVlEUTsc877sRATlECuihnMEMSqOlhu8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MpgWLWmTkRslFMA5LJVauJxKB6olZr5r { position:absolute;display:block;z-index:15005;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.4375rem;top:17.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#MMn3TfvAE11lEXeTVD0OytZbUZRqN6HZ { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#h3K1ePdxbKKFIwbAJxaPZyZ3GvEhJwVS { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container { background-color: transparent; background-image: none; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container > .video-iframe-container { display: none; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row > .video-iframe-container { display: none; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .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); }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container { border-width: 0; border-radius: 0; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#IqWLkda74ErFxi4ZVO5TXH1F5wDwGt7E { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#bEnc7TwhHPfV0Lp4AavMFV3O2i6URoVG { 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:24.0625rem;width:32.1875rem;top:11.25rem;left:5.75rem;overflow:hidden;display:block; }
#suGUFlKPDm3wIFLeZuASDxx12A9kdX0I { background-color:#079e7d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#grLcPTylg1kODZbSifJSQU9RGIFfRUlB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AwIrZ3iQDevzP0AUVk9kdOqFVX0btnS9 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#WXJIlxZTwhtZCvcHbyVcJB8iPHmn2O3d { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container { background-color: transparent; background-image: none; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container > .video-iframe-container { display: none; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row > .video-iframe-container { display: none; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .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); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container { border-width: 0; border-radius: 0; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container { width:60rem;height:66.375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#b6nLyV58m2oqcuK46145OHJLJTKKT5Z1 { 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:40.3125rem;width:41.625rem;top:3.65625rem;left:9.1875rem;overflow:hidden;display:block; }
#Q0dkLCZ3tqsJZg1pFiVfcp5qPSctMl69 { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:52.375rem;left:23.125rem;display:block; }
#AHDFaLDDRFSTp0NWMH19fyLVzwhb7Bop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XJXTKfC9ydA1KuVZan3bZTEBlBpKAx0C { 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:34.375rem;width:38.625rem;top:18.0625rem;left:2.4375rem;overflow:hidden;display:block; }
#QKvHDlkWeoV6KgW5z8ThVR5tBT3aLoxT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.9375rem;width:38.625rem;top:3.0625rem;left:19.625rem;overflow:hidden;display:block; }
#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { background-color: transparent; background-image: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container > .video-iframe-container { display: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container { display: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .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); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { border-width: 0; border-radius: 0; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:block; }#JUSmxF7x4DLureTiwsontFJKuEElSDE1 { color:rgba(var(--color-primary-2),1);display:block;width:52.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:8.98828125rem;left:2.5625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lz6AcyRyDvT0rv6m2vMmBIML5uaG4IUJ { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:57.25rem;top:4.875rem;left:0rem;display:block; }
#rNcJQdUXfpuyEnyLLHDOxVRN0g5SMLw0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:35.6875rem;top:11.9375rem;left:26.46875rem;overflow:hidden;display:block; }
#genTdt6JitqJFaVi0SL7u3PpnISztpTn { color:rgba(var(--color-tertiary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:21.70703125rem;left:1.625rem;height:12.598625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { background-color: transparent; background-image: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container > .video-iframe-container { display: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container { display: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .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); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { border-width: 0; border-radius: 0; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#fx795BlPM2AFBt2kD0VtmuNZa3ksQO1q { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.201171875rem;left:31.53125rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFSDBe3z9keEZcaJMuaSvRneEitOHrhV { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:56.6875rem;top:3.0625rem;left:2.8125rem;display:block; }
#UTxG8EZ0XdO3IgvmWdUnGHmhFOgICEM2 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:28.263671875rem;left:30.25rem;height:1.8rem;font-style:normal;display:block; }
#EpUrZvRgOiOXkRxJXdLATgvyTiWgsyN6 { 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:30.4375rem;width:41.5625rem;top:5.9853515625rem;left:0rem;overflow:hidden;display:block; }
#u6hUTG5wm6ZzOcf7fCTxQvIyNXHo6vlo { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.125rem;left:33.5rem;height:12.598625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { 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; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { background-color: transparent; background-image: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container > .video-iframe-container { display: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container { display: none; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .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); }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { border-width: 0; border-radius: 0; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#eL4nynb2direEegFP1ZhJ3UrONEyGymf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { 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:36.125rem;width:36.125rem;top:14.375rem;left:0rem;overflow:hidden;display:block; }
#iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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.3125rem;width:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#QkazM993RAJttq3TEqrpsRTb73yTI09W { 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; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { background-color: transparent; background-image: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .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); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { border-width: 0; border-radius: 0; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { font-size:0.875rem;font-family:arial;height:58.9375rem;width:60rem;position:relative;display:block; }#EF3HT1PDhk3H2PAZc8n4NBGBtTEPKBmf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:38.375rem;top:1.33203125rem;left:11.59375rem;overflow:hidden;display:block; }
#HSTu9aTE2n1DuxUOOBWWw4NHyslZsb3l { box-sizing:content-box;height:29.5625rem;width:54.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:24.75rem;left:2.625rem;display:block; }
#p6UffLwe7IWx9w0XSlKcROem9hKh6a6q { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:28.8125rem;left:10rem;display:block; }
#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { background-color: transparent; background-image: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container > .video-iframe-container { display: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container { display: none; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .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); }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { border-width: 0; border-radius: 0; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:block; }#XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.05078125rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE { position:relative;display:block; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE { background-color: transparent; background-image: none; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row .container > .video-iframe-container { display: none; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row > .video-iframe-container { display: none; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .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); }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE { border-width: 0; border-radius: 0; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .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; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kEL80MCRLxLTenzWH7Eq60PXqFcgVcyD { box-sizing:content-box;height:14.8125rem;width:56.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.3125rem;left:1.75rem;display:block; }
#IOacciPialupP5TukHvoeO6fpoSp54Sv { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:13.9375rem;left:5.5625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kKhuTfMmLITXLS42F2rgE7H2vnDi340y { color:rgba(var(--color-primary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:21.8125rem;left:5.5625rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CpBNVxx0Kw64mI7C8HMSBBIadr9wGwF2 { box-sizing:content-box;height:14.8125rem;width:56.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:28.5625rem;left:1.75rem;display:block; }
#rK5AVJpzuPMflI4gMXcSpv5IaFLcgs1p { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:33.75rem;left:5.5625rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VzKl4cbtqrhcaPtn4nzsAdvatnhsau5R { color:rgba(var(--color-primary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:40.0625rem;left:5.5625rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GdPdK7zduDPc0CswRdslhrfnJyv4LWnq { box-sizing:content-box;height:14.8125rem;width:56.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:46.75rem;left:1.75rem;display:block; }
#CE3EphMpHOTTr3zE36uVRpBIAH2gWFWF { color:rgba(var(--color-tertiary-0),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:52.6875rem;left:5.5625rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IFLbZIQ8t1TLmbzBFMVDKVUgose3sVMI { color:rgba(var(--color-primary-2),1);display:block;width:48.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:57.6875rem;left:5.5625rem;height:1.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FLXR5X3OOD63H8SQT1Zwrrs2HbuwHHXe { box-sizing:content-box;height:50rem;width:0.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.75rem;left:29.84375rem;display:block; }
#NQD6StebsDTLvH5HVWrrVITDRcTI8TGd { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.11328125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { 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; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { background-color: transparent; background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .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); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { border-width: 0; border-radius: 0; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { color:rgba(var(--color-tertiary-0),1);display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#zTnemvC01Wm9NogtWX5gvnsSGIdQucod { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-secondary-2),0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { 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:27.0625rem;width:27.0625rem;top:17.1875rem;left:3.4375rem;overflow:hidden;display:block; }
#fKWXPBvamtQk41DANogmbszItiKwp8zr { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);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.3125rem;width:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#AChskOI26J7OKce6GoEIM37muQcTiBIR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container { background-color: transparent; background-image: none; }#AChskOI26J7OKce6GoEIM37muQcTiBIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container > .video-iframe-container { display: none; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row > .video-iframe-container { display: none; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .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); }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container { border-width: 0; border-radius: 0; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#IrKlUPtSvmUZ7HJevEZ8K1gXbiDuZ6Xc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:3.625rem;height:3.25rem;font-style:normal;display:block; }
#VolKNt7bzSNkHVxhkibzeB5aX42aTHCb { 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:25.3125rem;width:26.125rem;top:12.1875rem;left:17.625rem;overflow:hidden;display:block; }
#iOS4FGTwzHZplDgr5ln96GEf2oE5QifQ { 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;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.03125rem;left:43.6875rem;display:block; }
#SmbAJlkk1DC4fyCoqcOSrfp3ioc4uVN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acli63FcrHcyGSwmsofUTpiAEc5FwW6a { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-primary-2),1);border-left:0.25rem solid rgba(var(--color-primary-2),1);border-right:0.25rem solid rgba(var(--color-primary-2),1);border-bottom:0.25rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:43.1875rem;top:2.25rem;left:0rem;display:block; }
#OlkAwxTpEuoNq70NDlueeAnOw4VAbWmf { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.5625rem;left:3.625rem;height:1.7875rem;font-style:normal;display:block; }
#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a6fd3911-df5b-410b-9544-08b8a42eea9e/Marcin_Mortka.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz.adaptive-delivery-prevent-bg, #Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz.lazyload, #Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz.lazyloading { background-image: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { background-color: transparent; background-image: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1951e1; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container > .video-iframe-container { display: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #1951e1; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row > .video-iframe-container { display: none; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .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); }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { border-width: 0; border-radius: 0; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#Bz5Px5qAHehTAcHQqAqvH8I1TemusZJ6 { position:absolute;display:block;z-index:15000;background-color:#1951e1;background-image:none;border-top:0.25rem solid #1951e1;border-left:0.25rem solid #1951e1;border-right:0.25rem solid #1951e1;border-bottom:0.25rem solid #1951e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:39.0625rem;top:2.625rem;left:10.21875rem;display:block; }
#WqhFoUh3FHIfJJ1TQ66bfsskvu4UsoT6 { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:19.375rem;left:5.78125rem;height:11.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WWf9qZfsestbMlQKxnuGrkzA7lSBzqmJ { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:32.5625rem;top:4.8125rem;left:13.71875rem;overflow:hidden;display:block; }
#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze { position:relative;display:block; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze { background-color: transparent; background-image: none; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row .container > .video-iframe-container { display: none; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row > .video-iframe-container { display: none; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .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); }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze { border-width: 0; border-radius: 0; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .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; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kK8CVohsd0oTzDiNsTnZkoPD9XJ50L0X { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.80078125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iVtccEGpp3cqXkSJIPCrTovE1XpPTzoT { 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:5.4375rem;width:19.25rem;top:7.9375rem;left:19.59375rem;overflow:hidden;display:block; }
#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { border-width: 0; border-radius: 0; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { color:rgba(var(--color-tertiary-4),1);display:block;width:51.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.74609375rem;left:4.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ { display:block; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta5CQW0BAKrBpswsnwtPn9x3G3tXsL05 { top:9.25rem;left:6.25rem;width:35.25rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXx277mJ5zk1bE9HdPIE6uPOocBGTGpp { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZZriymTk1mX3CG2qVv04GLTpgGmVpn { display:block; }
 }@media only screen and (max-width: 763px) { #iL9sT3taBAQ31RRZPH7HcWr4o7LGnmyE { top:7.125rem;left:26.625rem;width:19.375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4T0cnGUOC8TX0w1Nf5e0nQ6zuSm4uRD { top:2.4375rem;left:0rem;width:18.25rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSbsGCxJyi7XVIg2KH0yR4FwRHd2tgH { top:22.0625rem;left:1.125rem;width:32.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr { display:block; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr { background-color: transparent; background-image: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container > .video-iframe-container { display: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container { display: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .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); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container.adaptive-delivery-prevent-bg, #Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container.lazyload, #Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #WNO50TbSrNThUGZekNQ1CWom8wyunxAW { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zr6ARycxVIIpZyxDRTKbQe1QgB942S { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLosk6u9kKJFRBwTVXOEg4IQH4KD3qx8 { top:20.875rem;left:0rem;width:37.1875rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud030rwQyV8NPKaMotKlmOT0FR6z5ZCH { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 { display:block; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVyWW3U8oBrrPcel0F7R7ZVencNwEUIo { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2dqLaVZLTA6ELBCn2iSLqBlBugsmWD { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQtOi5V4QHGiemGZ1n0MEaoT3npAqcpZ { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv9lsUUe8avboXsTgeqv7vL5iiTGJFcg { display:block; }
 }@media only screen and (max-width: 763px) { #nCv4CUWe82qIvErrO9Hvf6RfgQ5rQQxE { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPXuQAZTQ5ZfdIyWiolAOSb8BMqJbnu { display:block; }
 }@media only screen and (max-width: 763px) { #VTZsb3d68o9vMxl3K2ZJExSTTrc62HL5 { top:15.875rem;left:1.875rem;width:18.875rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XthqEVg9BPODhxCmgkDe3fqEcRRJspSE { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #stFDRnqEUow3nDpd1zGRBTC9GQNbxUTk { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZgP6MFN4fT73rwsJR3o1ii6tEt7spKW { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5mQqZbingUT8Qk8uR1plrPUqoq71voU { display:block; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW6HH30VkUxR9L4tQByhP6VcPHBAUbiN { top:10.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Aq1gvXrMXf6TZBBxgWmauA6sppDnXg { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmKrR75A75Ayqiz2qXvX3rGdfTan02A7 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2U9klmyUhhKg0TRQsfq82nVdF97uIEi { top:7.75rem;left:23.71875rem;width:0.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXuIQ1mLlTU6hGKh21PHvuxcSpfvbdLB { width:47.75rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5HvvBIPavyEefcBvhBigUUaxANtBF1x { display:block; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRTX043UcF6X9udS6E4CN9AxkyCZTOVZ { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpbkzstFcNIZGB6v9saTUxHl8fzc19Gx { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fszJToicFdoT9J3a5Vx3TT08eoySEG6V { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7SyTpGmLmJpGWFKF96o61fKk4vziT4p { display:block; }
 }@media only screen and (max-width: 763px) { #shNOwF9ptosWsHGqheTUfokMgeoEyU00 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTE7zyzb696IHUrdM9VdHLmu1f916xA { display:block; }
 }@media only screen and (max-width: 763px) { #mHKRiJKLtr11TUa9fTAawRhlAM2QVtWO { top:17.1875rem;left:0rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqHUVPvFy2fQrwuzWV5PfcUv83iDhAne { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqrXKnoPx45baVVBgS5v0vD0cvROdm5 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X { display:block; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUK6nK2D9M4gOtRgTTsqB4qzZkTknlCf { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To34dXcIiLfZ3BT4OnSTAKKBuL4V9wM3 { top:12.625rem;left:2.4375rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9dVFspDT8VJF7O1dKGDoHctGBJb5MWy { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVF1HHOWpVTbBUoTz2NrCZGNJkQJeW4x { display:block; }
 }@media only screen and (max-width: 763px) { #ClDRe2lIf5EAdKfHJIni3DNNKTsx1mio { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnFJxhSwvKI79fRfVkkrtsE9iV9zxw1d { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qupcTcAlFiWGydiuNaKunhxIqhHWlV { top:12.5625rem;left:16.5rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoyI6ohB5MWKwolGW4dsAoq2Zrn8XFis { top:13.25rem;left:31.875rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXt4LMdq1ssxGp5bTnVwuvAIuax6g4EA { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { top:9.5625rem;left:3.375rem;width:41.625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #AUNsG5rxMLNofcJsVV6BwFkTTgkHJfF2 { top:41.625rem;left:26.3125rem;width:14.5625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnV9rMAHIu7B3CNTn4JHuKbbcSZbhM6l { top:17.1875rem;left:33.375rem;width:11.6875rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpaeKfcitzy7V65fb6xwuuozBoA9aaOK { top:0rem;left:19.8125rem;width:25.8125rem;height:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxO7Kk5GI3tab1xnKIhormvU98wQc7y { top:23rem;left:2.6875rem;width:17.6875rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.adaptive-delivery-prevent-bg, #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.lazyload, #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #H0K2gZixAAkTQgkLIMnu3J4Gihud1B3D { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { top:14.6875rem;left:12.0625rem;width:32.6875rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.adaptive-delivery-prevent-bg, #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.lazyload, #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { top:11.0625rem;left:0rem;width:31.5rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc { display:block; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNbswVkf2q45n66geK9QwZFmcnWbJZBG { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dyi0XCwAhZs0P3SKdnLtyMLo2L1T62QK { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9cQBaFxIkFOHHOhNDKRN6WmP7IrSGWX { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEmeUOGwtXFHfPyJMTewBbWNulTDTANZ { display:block; }
 }@media only screen and (max-width: 763px) { #XKafNDltsh5A4rHrw2uEw6almvO9bJRU { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBiKT40qQQ6pc8aZ6RIctu4SVTJgTZWH { display:block; }
 }@media only screen and (max-width: 763px) { #rqfWVxAryuKBu1fyEyybWxAiuzGTqaUH { top:15.875rem;left:1.875rem;width:18.875rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIVzE01szB8WVC4KLCnJOg9HpfqhqSTn { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB7cU2TZlxC6bHSwwm7pf54TL1LLXEix { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn8bncRgii377fT1LfoJVShoD8SxTgs9 { display:block; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VI6BC2k89uPPwNQxTiHruMi0pfhwJnXp { top:10.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOKATvUHiwvGC4V2TKcfSKF1Ge5ffpEO { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffNnoBBFKq9BdalmXU6EoGXIwxZAJbGk { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZSWPl4Oo1nDMkdrkngPk5LwAzTt4t0x { top:7.75rem;left:23.71875rem;width:0.3125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7t4zp4C1Wyaf7OyMSWQkOo2zult91h5 { width:47.75rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57yD0LTg9fE57O91sXoUNIfykPtvmhC { display:block; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmGDyG7QROh73FZKsCLU3vuHKgElQISL { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEt57TMesOvFRakIKm1pex610zeQLyvQ { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvxFQcR0v6K53a6XiR9HsxwbGqECoVDd { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMpunHKrr1xPHyo0mch3UlAGX08T0yVE { display:block; }
 }@media only screen and (max-width: 763px) { #m9LDorsntIadmnd2ZgnGRTLwp1MQ7obz { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVlEUTsc877sRATlECuihnMEMSqOlhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #MpgWLWmTkRslFMA5LJVauJxKB6olZr5r { top:17.1875rem;left:0rem;width:23.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMn3TfvAE11lEXeTVD0OytZbUZRqN6HZ { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K1ePdxbKKFIwbAJxaPZyZ3GvEhJwVS { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ { display:block; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqWLkda74ErFxi4ZVO5TXH1F5wDwGt7E { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEnc7TwhHPfV0Lp4AavMFV3O2i6URoVG { top:11.25rem;left:0rem;width:32.1875rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #suGUFlKPDm3wIFLeZuASDxx12A9kdX0I { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grLcPTylg1kODZbSifJSQU9RGIFfRUlB { display:block; }
 }@media only screen and (max-width: 763px) { #AwIrZ3iQDevzP0AUVk9kdOqFVX0btnS9 { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJIlxZTwhtZCvcHbyVcJB8iPHmn2O3d { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy { display:block; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6nLyV58m2oqcuK46145OHJLJTKKT5Z1 { top:3.625rem;left:3.0625rem;width:41.625rem;height:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0dkLCZ3tqsJZg1pFiVfcp5qPSctMl69 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDFaLDDRFSTp0NWMH19fyLVzwhb7Bop { display:block; }
 }@media only screen and (max-width: 763px) { #XJXTKfC9ydA1KuVZan3bZTEBlBpKAx0C { top:18.0625rem;left:0rem;width:38.625rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKvHDlkWeoV6KgW5z8ThVR5tBT3aLoxT { top:3.0625rem;left:9.125rem;width:38.625rem;height:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNoi3M9AByx3zhCN2JraPh9se7nGQKM { display:block; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM { background-color: transparent; background-image: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container > .video-iframe-container { display: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container { display: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .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); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container.adaptive-delivery-prevent-bg, #AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container.lazyload, #AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #JUSmxF7x4DLureTiwsontFJKuEElSDE1 { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz6AcyRyDvT0rv6m2vMmBIML5uaG4IUJ { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNcJQdUXfpuyEnyLLHDOxVRN0g5SMLw0 { top:11.9375rem;left:12.0625rem;width:35.6875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #genTdt6JitqJFaVi0SL7u3PpnISztpTn { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCDuea68omGCedlx9ffr1FTnO5Oe7TXV { display:block; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV { background-color: transparent; background-image: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container > .video-iframe-container { display: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container { display: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .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); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container.adaptive-delivery-prevent-bg, #vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container.lazyload, #vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #fx795BlPM2AFBt2kD0VtmuNZa3ksQO1q { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSDBe3z9keEZcaJMuaSvRneEitOHrhV { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTxG8EZ0XdO3IgvmWdUnGHmhFOgICEM2 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpUrZvRgOiOXkRxJXdLATgvyTiWgsyN6 { top:5.9375rem;left:0rem;width:41.5625rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hUTG5wm6ZzOcf7fCTxQvIyNXHo6vlo { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL4nynb2direEegFP1ZhJ3UrONEyGymf { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block; }
 }@media only screen and (max-width: 763px) { #OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block; }
 }@media only screen and (max-width: 763px) { #d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { top:14.375rem;left:0rem;width:36.125rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkazM993RAJttq3TEqrpsRTb73yTI09W { display:block; }#QkazM993RAJttq3TEqrpsRTb73yTI09W { background-color: transparent; background-image: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .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); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { width:47.75rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vRTJlasb/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container.adaptive-delivery-prevent-bg, #QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container.lazyload, #QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #EF3HT1PDhk3H2PAZc8n4NBGBtTEPKBmf { top:1.3125rem;left:5.46875rem;width:38.375rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTu9aTE2n1DuxUOOBWWw4NHyslZsb3l { top:24.75rem;left:0rem;width:47.75rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6UffLwe7IWx9w0XSlKcROem9hKh6a6q { top:28.8125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { width:47.75rem;height:3.875rem;top:4rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuURfRqfSy9n34vVMGnwb35zoa4Z97DE { display:block; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEL80MCRLxLTenzWH7Eq60PXqFcgVcyD { top:10.3125rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOacciPialupP5TukHvoeO6fpoSp54Sv { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKhuTfMmLITXLS42F2rgE7H2vnDi340y { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpBNVxx0Kw64mI7C8HMSBBIadr9wGwF2 { top:28.5625rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5AVJpzuPMflI4gMXcSpv5IaFLcgs1p { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzKl4cbtqrhcaPtn4nzsAdvatnhsau5R { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdPdK7zduDPc0CswRdslhrfnJyv4LWnq { top:46.75rem;left:0rem;width:47.75rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE3EphMpHOTTr3zE36uVRpBIAH2gWFWF { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFLbZIQ8t1TLmbzBFMVDKVUgose3sVMI { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXR5X3OOD63H8SQT1Zwrrs2HbuwHHXe { top:7.75rem;left:23.71875rem;width:0.3125rem;height:50rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQD6StebsDTLvH5HVWrrVITDRcTI8TGd { width:47.75rem;height:3.25rem;top:3.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { top:17.1875rem;left:0rem;width:27.0625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AChskOI26J7OKce6GoEIM37muQcTiBIR { display:block; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrKlUPtSvmUZ7HJevEZ8K1gXbiDuZ6Xc { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VolKNt7bzSNkHVxhkibzeB5aX42aTHCb { top:12.1875rem;left:11.5rem;width:26.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOS4FGTwzHZplDgr5ln96GEf2oE5QifQ { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbAJlkk1DC4fyCoqcOSrfp3ioc4uVN6 { display:block; }
 }@media only screen and (max-width: 763px) { #acli63FcrHcyGSwmsofUTpiAEc5FwW6a { top:2.25rem;left:0rem;width:43.1875rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlkAwxTpEuoNq70NDlueeAnOw4VAbWmf { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz { display:block; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bz5Px5qAHehTAcHQqAqvH8I1TemusZJ6 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhFoUh3FHIfJJ1TQ66bfsskvu4UsoT6 { width:15.3125rem;height:1.3125rem;top:17.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWf9qZfsestbMlQKxnuGrkzA7lSBzqmJ { top:4.8125rem;left:7.59375rem;width:32.5625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze { display:block; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kK8CVohsd0oTzDiNsTnZkoPD9XJ50L0X { width:47.75rem;height:3.25rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVtccEGpp3cqXkSJIPCrTovE1XpPTzoT { top:7.9375rem;left:13.46875rem;width:19.25rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { display:none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { top:1.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ { background-color:#1951e1;background-image:none;display:block; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container { background-color: transparent; background-image: none; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container > .video-iframe-container { display: none; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row > .video-iframe-container { display: none; }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .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); }#kZzIOrSgmSKqb9BlCmFRA0EuSmo7mQfQ > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ta5CQW0BAKrBpswsnwtPn9x3G3tXsL05 { width:17.5rem;height:18rem;top:7.80859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXx277mJ5zk1bE9HdPIE6uPOocBGTGpp { width:12.5rem;height:2.5rem;top:35.62890625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyZZriymTk1mX3CG2qVv04GLTpgGmVpn { display:block; }
 }@media only screen and (max-width: 763px) { #iL9sT3taBAQ31RRZPH7HcWr4o7LGnmyE { width:9.5625rem;height:11.5625rem;top:6.05859375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4T0cnGUOC8TX0w1Nf5e0nQ6zuSm4uRD { width:12.8125rem;height:4.8125rem;top:1.24609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTSbsGCxJyi7XVIg2KH0yR4FwRHd2tgH { width:19.1875rem;height:15.25rem;top:15.927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { background-color: transparent; background-image: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container > .video-iframe-container { display: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container { display: none; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .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); }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { border-width: 0; border-radius: 0; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cvurn58cLEwp2AnWGFQIO6l8yQpNM6Mr > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WNO50TbSrNThUGZekNQ1CWom8wyunxAW { width:17.5rem;height:2.4375rem;top:3.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3zr6ARycxVIIpZyxDRTKbQe1QgB942S { width:19.5rem;height:4.75rem;top:1.8125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xLosk6u9kKJFRBwTVXOEg4IQH4KD3qx8 { width:14.5rem;height:10.875rem;top:11.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud030rwQyV8NPKaMotKlmOT0FR6z5ZCH { width:18.75rem;height:22.390625rem;top:23.8125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 { display:block; }#Al49pM8AB2yT2A56P4z5XwolaIyHDOM1 > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVyWW3U8oBrrPcel0F7R7ZVencNwEUIo { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ae2dqLaVZLTA6ELBCn2iSLqBlBugsmWD { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aQtOi5V4QHGiemGZ1n0MEaoT3npAqcpZ { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv9lsUUe8avboXsTgeqv7vL5iiTGJFcg { display:block; }
 }@media only screen and (max-width: 763px) { #nCv4CUWe82qIvErrO9Hvf6RfgQ5rQQxE { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsPXuQAZTQ5ZfdIyWiolAOSb8BMqJbnu { display:block; }
 }@media only screen and (max-width: 763px) { #VTZsb3d68o9vMxl3K2ZJExSTTrc62HL5 { width:12.9375rem;height:19.875rem;top:21.9375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XthqEVg9BPODhxCmgkDe3fqEcRRJspSE { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #stFDRnqEUow3nDpd1zGRBTC9GQNbxUTk { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oZgP6MFN4fT73rwsJR3o1ii6tEt7spKW { width:16.4375rem;height:1.94921875rem;top:17.625rem;left:3.5625rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5mQqZbingUT8Qk8uR1plrPUqoq71voU { display:block; }#l5mQqZbingUT8Qk8uR1plrPUqoq71voU > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BW6HH30VkUxR9L4tQByhP6VcPHBAUbiN { width:18.75rem;height:18.4375rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Aq1gvXrMXf6TZBBxgWmauA6sppDnXg { width:15.625rem;height:5.59765625rem;top:12.18359375rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmKrR75A75Ayqiz2qXvX3rGdfTan02A7 { width:15.625rem;height:1.5rem;top:19.90625rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2U9klmyUhhKg0TRQsfq82nVdF97uIEi { width:0.3125rem;height:25rem;top:4.6875rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXuIQ1mLlTU6hGKh21PHvuxcSpfvbdLB { width:20rem;height:1.94986875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5HvvBIPavyEefcBvhBigUUaxANtBF1x { display:block; }#T5HvvBIPavyEefcBvhBigUUaxANtBF1x > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRTX043UcF6X9udS6E4CN9AxkyCZTOVZ { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vpbkzstFcNIZGB6v9saTUxHl8fzc19Gx { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fszJToicFdoT9J3a5Vx3TT08eoySEG6V { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7SyTpGmLmJpGWFKF96o61fKk4vziT4p { display:block; }
 }@media only screen and (max-width: 763px) { #shNOwF9ptosWsHGqheTUfokMgeoEyU00 { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTE7zyzb696IHUrdM9VdHLmu1f916xA { display:block; }
 }@media only screen and (max-width: 763px) { #mHKRiJKLtr11TUa9fTAawRhlAM2QVtWO { width:14.875rem;height:14.875rem;top:25.0625rem;left:0.91666662693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqHUVPvFy2fQrwuzWV5PfcUv83iDhAne { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hmqrXKnoPx45baVVBgS5v0vD0cvROdm5 { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X { display:block; }#uQJchKsMVTJZvEcDb61RgRxBTqpmlc2X > .row .container { width:20rem;height:67.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUK6nK2D9M4gOtRgTTsqB4qzZkTknlCf { width:17.5rem;height:1.94921875rem;top:5.275390625rem;left:2.15625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #To34dXcIiLfZ3BT4OnSTAKKBuL4V9wM3 { width:15.625rem;height:15.625rem;top:10.2734375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9dVFspDT8VJF7O1dKGDoHctGBJb5MWy { width:12.5rem;height:2.5rem;top:7.7734375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVF1HHOWpVTbBUoTz2NrCZGNJkQJeW4x { display:block; }
 }@media only screen and (max-width: 763px) { #ClDRe2lIf5EAdKfHJIni3DNNKTsx1mio { width:19.5rem;height:6.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnFJxhSwvKI79fRfVkkrtsE9iV9zxw1d { width:15.6875rem;height:1.21875rem;top:3.365234375rem;left:2.15625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4qupcTcAlFiWGydiuNaKunhxIqhHWlV { width:16.25rem;height:16.25rem;top:22.9609375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoyI6ohB5MWKwolGW4dsAoq2Zrn8XFis { width:14.9375rem;height:14.9375rem;top:37.2734375rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXt4LMdq1ssxGp5bTnVwuvAIuax6g4EA { width:20rem;height:11.1953125rem;top:53.2734375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:#079e7d;background-image:none;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSbadWoXzvEhqtUudQ8y7ag3dMGTQltK { width:20rem;height:13.5rem;top:12.080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:12.5rem;height:2.5rem;top:42.81640625rem;left:3.7500001192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #AUNsG5rxMLNofcJsVV6BwFkTTgkHJfF2 { width:8.375rem;height:7.0625rem;top:29.955078125rem;left:10.500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnV9rMAHIu7B3CNTn4JHuKbbcSZbhM6l { width:7.125rem;height:7.0625rem;top:11.455078125rem;left:11.125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpaeKfcitzy7V65fb6xwuuozBoA9aaOK { width:16.25rem;height:11.5625rem;top:0.55924481153488rem;left:2.2604166269303rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoxO7Kk5GI3tab1xnKIhormvU98wQc7y { width:9.8125rem;height:17.8125rem;top:20.428386688233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { background-color: transparent; background-image: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { display: none; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .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); }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { border-width: 0; border-radius: 0; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVs0cc30OzSbyM7SEiib9hfue6TzPsl6 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H0K2gZixAAkTQgkLIMnu3J4Gihud1B3D { width:17.5rem;height:4.875rem;top:20.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydZbCi9Cia3EbhbUpNkF5nf7ZPaco6H4 { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VCqETZA6n9VnkopqON0ezIFIvaJR9Eny { width:16.25rem;height:13.125rem;top:2.1875rem;left:3.6844544565466rem;display:block; }
 }@media only screen and (max-width: 763px) { #bklsyOspZ0eP9vqVTKZkLQznbNT1IC9B { width:18.75rem;height:9.795875rem;top:29.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guuZ80bKTD6wKJRS838lqlNQcsrZQTnE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { background-color: transparent; background-image: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { display: none; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .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); }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { border-width: 0; border-radius: 0; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guuZ80bKTD6wKJRS838lqlNQcsrZQTnE > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9WSDGCbvw2v86l7S9QgaM8Uaih5y2KF { width:18.4375rem;height:2.4375rem;top:13.21875rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoZxHzNU5R7TJIKifnMnfeVmIOBQ1O79 { width:19.5rem;height:7.5rem;top:10.4375rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sz9bbwo2ethebV1htu4bK8gLsWu1VJM1 { width:18.75rem;height:1.3997375rem;top:11.4951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgwA55PAdswbMNLD5VVTU7TkyfdTJXbS { width:12.1875rem;height:11.8125rem;top:0.5810546875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Dl9O0GrpdToHDxdVd0LBwenRRR0kZP { width:18.75rem;height:22.3906625rem;top:21.541667938233rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc { display:block; }#MCw2zr9vMRoodM0Gd2DmQc0AqVNT3ETc > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNbswVkf2q45n66geK9QwZFmcnWbJZBG { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dyi0XCwAhZs0P3SKdnLtyMLo2L1T62QK { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l9cQBaFxIkFOHHOhNDKRN6WmP7IrSGWX { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEmeUOGwtXFHfPyJMTewBbWNulTDTANZ { display:block; }
 }@media only screen and (max-width: 763px) { #XKafNDltsh5A4rHrw2uEw6almvO9bJRU { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBiKT40qQQ6pc8aZ6RIctu4SVTJgTZWH { display:block; }
 }@media only screen and (max-width: 763px) { #rqfWVxAryuKBu1fyEyybWxAiuzGTqaUH { width:12.9375rem;height:20rem;top:21.9375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #KIVzE01szB8WVC4KLCnJOg9HpfqhqSTn { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nB7cU2TZlxC6bHSwwm7pf54TL1LLXEix { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gn8bncRgii377fT1LfoJVShoD8SxTgs9 { display:block; }#gn8bncRgii377fT1LfoJVShoD8SxTgs9 > .row .container { width:20rem;height:38.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VI6BC2k89uPPwNQxTiHruMi0pfhwJnXp { width:18.75rem;height:26.8125rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOKATvUHiwvGC4V2TKcfSKF1Ge5ffpEO { width:15.625rem;height:6.9970625rem;top:16.246746063233rem;left:2.1875001192093rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffNnoBBFKq9BdalmXU6EoGXIwxZAJbGk { width:15.625rem;height:1.5rem;top:31.1875rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZSWPl4Oo1nDMkdrkngPk5LwAzTt4t0x { width:0.3125rem;height:25rem;top:4.5625rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7t4zp4C1Wyaf7OyMSWQkOo2zult91h5 { width:20rem;height:1.94986875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57yD0LTg9fE57O91sXoUNIfykPtvmhC { display:block; }#y57yD0LTg9fE57O91sXoUNIfykPtvmhC > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PmGDyG7QROh73FZKsCLU3vuHKgElQISL { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bEt57TMesOvFRakIKm1pex610zeQLyvQ { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vvxFQcR0v6K53a6XiR9HsxwbGqECoVDd { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMpunHKrr1xPHyo0mch3UlAGX08T0yVE { display:block; }
 }@media only screen and (max-width: 763px) { #m9LDorsntIadmnd2ZgnGRTLwp1MQ7obz { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVlEUTsc877sRATlECuihnMEMSqOlhu8 { display:block; }
 }@media only screen and (max-width: 763px) { #MpgWLWmTkRslFMA5LJVauJxKB6olZr5r { width:14.875rem;height:14.875rem;top:25.0625rem;left:0.91666662693025rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMn3TfvAE11lEXeTVD0OytZbUZRqN6HZ { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h3K1ePdxbKKFIwbAJxaPZyZ3GvEhJwVS { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ { display:block; }#f1kbN9TwZk7bwD9DoBTKqbTuDPxUQlFZ > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqWLkda74ErFxi4ZVO5TXH1F5wDwGt7E { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEnc7TwhHPfV0Lp4AavMFV3O2i6URoVG { width:19.125rem;height:14.3125rem;top:14.1484375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suGUFlKPDm3wIFLeZuASDxx12A9kdX0I { width:12.5rem;height:2.5rem;top:9.3359375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grLcPTylg1kODZbSifJSQU9RGIFfRUlB { display:block; }
 }@media only screen and (max-width: 763px) { #AwIrZ3iQDevzP0AUVk9kdOqFVX0btnS9 { width:19.5rem;height:8.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXJIlxZTwhtZCvcHbyVcJB8iPHmn2O3d { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy { background-color:#ffa0a8;background-image:none;display:block; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container { background-color: transparent; background-image: none; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container > .video-iframe-container { display: none; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row > .video-iframe-container { display: none; }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .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); }#QwfFb78beWUTyWL2Ah40nBI8Cx28ffLy > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6nLyV58m2oqcuK46145OHJLJTKKT5Z1 { width:20rem;height:19.375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0dkLCZ3tqsJZg1pFiVfcp5qPSctMl69 { width:12.5rem;height:2.5rem;top:26.06640625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHDFaLDDRFSTp0NWMH19fyLVzwhb7Bop { display:block; }
 }@media only screen and (max-width: 763px) { #XJXTKfC9ydA1KuVZan3bZTEBlBpKAx0C { width:11.9375rem;height:10rem;top:11.330078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKvHDlkWeoV6KgW5z8ThVR5tBT3aLoxT { width:11.9375rem;height:9.875rem;top:2.205078125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnNoi3M9AByx3zhCN2JraPh9se7nGQKM { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { background-color: transparent; background-image: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container > .video-iframe-container { display: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container { display: none; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .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); }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { border-width: 0; border-radius: 0; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AnNoi3M9AByx3zhCN2JraPh9se7nGQKM > .row .container { width:20rem;height:47.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JUSmxF7x4DLureTiwsontFJKuEElSDE1 { width:17.5rem;height:4.875rem;top:20.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz6AcyRyDvT0rv6m2vMmBIML5uaG4IUJ { width:19.5rem;height:7.5rem;top:19.125rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rNcJQdUXfpuyEnyLLHDOxVRN0g5SMLw0 { width:20rem;height:19.4375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #genTdt6JitqJFaVi0SL7u3PpnISztpTn { width:18.75rem;height:15.3935625rem;top:29.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCDuea68omGCedlx9ffr1FTnO5Oe7TXV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { background-color: transparent; background-image: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container > .video-iframe-container { display: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container { display: none; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .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); }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { border-width: 0; border-radius: 0; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vCDuea68omGCedlx9ffr1FTnO5Oe7TXV > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fx795BlPM2AFBt2kD0VtmuNZa3ksQO1q { width:18.4375rem;height:3.65625rem;top:12.609375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFSDBe3z9keEZcaJMuaSvRneEitOHrhV { width:19.5rem;height:7.5rem;top:10.4375rem;left:0rem;background-color:rgba(255,255,255,0.92);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UTxG8EZ0XdO3IgvmWdUnGHmhFOgICEM2 { width:18.75rem;height:1.3997375rem;top:11.4951171875rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpUrZvRgOiOXkRxJXdLATgvyTiWgsyN6 { width:16.1875rem;height:11.8125rem;top:0.5810546875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6hUTG5wm6ZzOcf7fCTxQvIyNXHo6vlo { width:18.75rem;height:13.994125rem;top:21.53125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAUhITPp443Joyb28mSnQkCuwvsO0rb1 { display:block; }#TAUhITPp443Joyb28mSnQkCuwvsO0rb1 > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PX562eIkaHZVdb7NKA29fxfayLuL1Q5C { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eL4nynb2direEegFP1ZhJ3UrONEyGymf { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TGQ3Vdyle7sgapoSSvcdt1QGvcsh4HVz { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avdulcZwJnwUMa4QosL7sqb1t9ktxmT6 { display:block; }
 }@media only screen and (max-width: 763px) { #OyaN88mkJ08AtXuoRlufF0lM07TVAI9V { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSqxbLTGMnMz5DUQg1SFLKdEThc1lr7O { display:block; }
 }@media only screen and (max-width: 763px) { #d4HTfehZveESPpdsRHOgvBwNqWuMUOVh { width:20rem;height:20rem;top:23.3125rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #iBoVmCy7WrBUXJsuA77FppnxEpfyfuCr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SQ5zG5hqSAar8LsQhDHxKrTThuEUacIr { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QkazM993RAJttq3TEqrpsRTb73yTI09W { background-color:#ffa0a8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { background-color: transparent; background-image: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { display: none; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .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); }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { border-width: 0; border-radius: 0; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QkazM993RAJttq3TEqrpsRTb73yTI09W > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF3HT1PDhk3H2PAZc8n4NBGBtTEPKBmf { width:20rem;height:15.8623125rem;top:1.724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSTu9aTE2n1DuxUOOBWWw4NHyslZsb3l { width:20rem;height:17rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6UffLwe7IWx9w0XSlKcROem9hKh6a6q { height:11.25rem;width:20rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo { display:block; }#pEFa8vfdAGq7qNNTNNzUTMsFqJGH2kdo > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHK65zFVlZiqniQRrwDA6GaeDwLn6edF { width:18.75rem;height:3.65625rem;top:2.140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuURfRqfSy9n34vVMGnwb35zoa4Z97DE { display:block; }#cuURfRqfSy9n34vVMGnwb35zoa4Z97DE > .row .container { width:20rem;height:96.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEL80MCRLxLTenzWH7Eq60PXqFcgVcyD { width:18.75rem;height:26.8125rem;top:7.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOacciPialupP5TukHvoeO6fpoSp54Sv { width:15.625rem;height:18.192375rem;top:11.5595703125rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKhuTfMmLITXLS42F2rgE7H2vnDi340y { width:15.625rem;height:1.5rem;top:31.1875rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpBNVxx0Kw64mI7C8HMSBBIadr9wGwF2 { width:18.75rem;height:25rem;top:37.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK5AVJpzuPMflI4gMXcSpv5IaFLcgs1p { width:15.625rem;height:16.5rem;top:41.6875rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzKl4cbtqrhcaPtn4nzsAdvatnhsau5R { width:15.625rem;height:1.5rem;top:58.75rem;left:2.1875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdPdK7zduDPc0CswRdslhrfnJyv4LWnq { width:18.75rem;height:25rem;top:67rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CE3EphMpHOTTr3zE36uVRpBIAH2gWFWF { width:15.625rem;height:6rem;top:76.5rem;left:2.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFLbZIQ8t1TLmbzBFMVDKVUgose3sVMI { width:15.625rem;height:1.5rem;top:84.125rem;left:1.5625rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLXR5X3OOD63H8SQT1Zwrrs2HbuwHHXe { width:0.3125rem;height:75rem;top:4.5625rem;left:9.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQD6StebsDTLvH5HVWrrVITDRcTI8TGd { width:20rem;height:1.94986875rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { width:17.5rem;height:17.5rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #ffffff;border-left:0;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AChskOI26J7OKce6GoEIM37muQcTiBIR { display:block; }#AChskOI26J7OKce6GoEIM37muQcTiBIR > .row .container { width:20rem;height:31.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrKlUPtSvmUZ7HJevEZ8K1gXbiDuZ6Xc { width:17.5rem;height:3.8984375rem;top:3rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VolKNt7bzSNkHVxhkibzeB5aX42aTHCb { width:19.125rem;height:18.5rem;top:13.0234375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOS4FGTwzHZplDgr5ln96GEf2oE5QifQ { width:12.5rem;height:2.5rem;top:9.3359375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmbAJlkk1DC4fyCoqcOSrfp3ioc4uVN6 { display:block; }
 }@media only screen and (max-width: 763px) { #acli63FcrHcyGSwmsofUTpiAEc5FwW6a { width:19.5rem;height:8.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlkAwxTpEuoNq70NDlueeAnOw4VAbWmf { width:15.6875rem;height:1.21875rem;top:7.5234375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz { display:block; }#Wlvxzc9tf7XecXvSS8meLm6xnMnVNgTz > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bz5Px5qAHehTAcHQqAqvH8I1TemusZJ6 { width:19.5rem;height:6rem;top:3.4248046875rem;left:0rem;background-color:transparent;background-image:none;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WqhFoUh3FHIfJJ1TQ66bfsskvu4UsoT6 { width:17.25rem;height:22.3125rem;top:12.8623046875rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWf9qZfsestbMlQKxnuGrkzA7lSBzqmJ { width:20rem;height:6.2188099808061rem;top:3.5654296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze { display:block; }#QX1N3csIgXsdfJ6xnmFhG63fNlrlPeze > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kK8CVohsd0oTzDiNsTnZkoPD9XJ50L0X { width:20rem;height:3.8984375rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVtccEGpp3cqXkSJIPCrTovE1XpPTzoT { width:9.75rem;height:2.8125rem;top:7.3984375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { background-color:transparent;background-image:none;display:block; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { width:20rem;height:0.9746125rem;top:1.421875rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }